Rom Walton
926659e750
- lib: Remove SEH exception handling from MS sample code.
...
lib/
win_util.C
svn path=/trunk/boinc/; revision=14865
2008-03-07 04:27:51 +00:00
David Anderson
933e1ec0be
- lib: add Win function to suspend or resume all threads in a process
...
svn path=/trunk/boinc/; revision=14863
2008-03-06 18:31:57 +00:00
Rytis Slatkevičius
98274b2496
User web: translate some strings in forum.inc ( fix #496 ).
...
svn path=/trunk/boinc/; revision=14861
2008-03-06 18:16:30 +00:00
Rom Walton
1be9336065
- MGR: Fix build breaks on Windows
...
clientgui/
ViewProjectsGrid.h
ViewWorkGrid.cpp, .h
win_build/
boincmgr_curl.vcproj
svn path=/trunk/boinc/; revision=14860
2008-03-06 17:45:53 +00:00
Rom Walton
d504ab4905
- CLI: Make the CreateProcessAsUser process work again on Wndows.
...
It broke after the change of removing the call to LogonUserEx.
client/
app_start.C
lib/
util.C
svn path=/trunk/boinc/; revision=14859
2008-03-06 17:18:59 +00:00
Charlie Fenton
8e984ab8ed
MGR: Fully implement support for multiple selections in Tasks and Projects grid views.
...
svn path=/trunk/boinc/; revision=14857
2008-03-06 11:39:35 +00:00
Charlie Fenton
4f5dd759ea
MGR: Fully implement support for multiple selections in Tasks and Projects grid views
...
svn path=/trunk/boinc/; revision=14856
2008-03-06 11:20:23 +00:00
Jens Seidler
5364e1a5d4
Localization: BOINC Manager and BOINC distribued web site language files updated: Japanese(ja), Italian(it), Chinese simplified(zh_CN), Spanish(es)
...
svn path=/trunk/boinc/; revision=14855
2008-03-06 06:50:36 +00:00
David Anderson
5805d5f13a
- web: minor code cleanup
...
svn path=/trunk/boinc/; revision=14854
2008-03-06 00:40:48 +00:00
Charlie Fenton
b78ae32d76
Release Mac BOINC 5.10.45
...
svn path=/trunk/boinc/; revision=14853
2008-03-06 00:35:56 +00:00
Eric J. Korpela
2184dfd577
svn path=/trunk/boinc/; revision=14850
2008-03-05 22:04:50 +00:00
Eric J. Korpela
bd55372ebe
Matched functions linkage in api/graphics2.h to those in api/graphics_api.h
...
svn path=/trunk/boinc/; revision=14849
2008-03-05 22:02:48 +00:00
Jeff Cobb
66724e2cd7
Added a #define fseek FCGI_fseek
...
svn path=/trunk/boinc/; revision=14848
2008-03-05 20:21:58 +00:00
David Anderson
4e3764df34
- server: debugged single-job submission feature.
...
It works, at least in my test case.
- boinc_submit script:
show status every 10 seconds until completed
add --wait option to show status for previous submission
- Added get_logical_name() in validate_util.C
- create_work: change default target_nresults from 5 to 2,
max_error_results from 10 to 3,
max_total_results from 20 to 10,
max_success_results from 10 to 6
- boinc_cmd: show full usage if no args
- project setup: copy single_job_assimilator
svn path=/trunk/boinc/; revision=14847
2008-03-05 20:16:10 +00:00
Rom Walton
029f1a9d97
Quick Updates
...
svn path=/trunk/boinc/; revision=14846
2008-03-05 17:24:24 +00:00
Charlie Fenton
0c197cb888
MGR: use the project URL instead of the project name to identify items; add hidden project URL column to Tasks, projects and Tansfers Grid Views
...
svn path=/trunk/boinc/; revision=14845
2008-03-05 14:41:24 +00:00
Charlie Fenton
1dcc71e035
MGR: Grid views: When order of rows changes, reselect same data in new rows; update buttons when selected row is deleted.
...
svn path=/trunk/boinc/; revision=14844
2008-03-05 07:13:53 +00:00
Charlie Fenton
0daec9a557
MGR: Allow multiple selections in Transfers grid view only
...
svn path=/trunk/boinc/; revision=14843
2008-03-04 23:54:10 +00:00
David Anderson
b20f2d915c
- server: added a mechanism for submitting jobs as:
...
> boinc_submit --infile foo --outfile blah program --args
This will run "program" on a remote host,
with the given input, output files, and command-line args
It manages everything for you.
You don't have to worry about apps, app_versions,
template files, wrapper job files, etc.
See: http://boinc.berkeley.edu/trac/wiki/SingleJob
Initial checkin - not debugged yet.
svn path=/trunk/boinc/; revision=14842
2008-03-04 23:50:38 +00:00
David Anderson
d6ec0b2b5b
- web: fixed typo that cause bad (and slow) query
...
when notifying user of friend acceptance on web
svn path=/trunk/boinc/; revision=14840
2008-03-04 21:17:09 +00:00
Charlie Fenton
dc97aeef57
MGR: Disallow multiple selections in grid views.
...
svn path=/trunk/boinc/; revision=14837
2008-03-04 11:20:11 +00:00
Rom Walton
c0766d0b47
Quick Updates
...
svn path=/trunk/boinc/; revision=14836
2008-03-03 20:11:19 +00:00
David Anderson
1106da6ec6
- transitioner: we're not supposed to ever see "assigned" WUs.
...
But if we do, set their transitioner time to plus infinity
so that we don't see them again.
(otherwise we go into an infinite loop)
- DB code: remove "high_priority" from queries not from scheduler
(should probably remove them from there too)
- file_deleter: print error msg if apache user doesn't exist
svn path=/trunk/boinc/; revision=14835
2008-03-03 19:33:32 +00:00
Rytis Slatkevičius
379bf5976d
make_project: copy javascript files to html/user/
...
svn path=/trunk/boinc/; revision=14834
2008-03-02 09:14:48 +00:00
Charlie Fenton
b0abefead3
Release Mac BOINC 5.10.44
...
svn path=/trunk/boinc/; revision=14833
2008-03-01 10:25:15 +00:00
Rom Walton
699690b1bd
Quick Updates
...
svn path=/trunk/boinc/; revision=14831
2008-02-29 20:11:35 +00:00
Rom Walton
58bed149c2
- Change libcurl to use sync DNS on Windows (Release version only)
...
curl/
<Various Files>
svn path=/trunk/boinc/; revision=14827
2008-02-29 17:29:43 +00:00
Rom Walton
c1af9ee465
Quick Updates
...
svn path=/trunk/boinc/; revision=14825
2008-02-29 15:22:17 +00:00
Rom Walton
4409e93f7a
Quick Updates
...
svn path=/trunk/boinc/; revision=14824
2008-02-29 15:21:47 +00:00
Rom Walton
e132a808e1
- lib: remove references to LogonUserEx which does not exist on Win2k or
...
older machines.
- lib: comment out the CreateProcessAsUser code for graphics apps.
(this is temporary)
lib/
util.C
win_util.C, .h
svn path=/trunk/boinc/; revision=14823
2008-02-29 15:20:19 +00:00
David Anderson
577e4ac47d
- make_project: initialize send_result_abort=1 in config file
...
- web: "least recent" => "oldest", "most recent" => "newest"
- scheduler: change DELAY_NO_WORK_CACHE from 20 min to 0.
Otherwise, a host that has max_wus_in_progress,
completes one, and sends a work request before the upload is finished
will delay (and maybe sit idle) for 20 min.
Better to have a few extra scheduler requests
and let the client's backoff take care of things.
svn path=/trunk/boinc/; revision=14822
2008-02-28 21:22:50 +00:00
Rom Walton
b52146c55b
Quick Updates
...
svn path=/trunk/boinc/; revision=14821
2008-02-28 20:59:06 +00:00
Rom Walton
76202e91b5
Quick Updates
...
svn path=/trunk/boinc/; revision=14820
2008-02-28 20:37:59 +00:00
Rom Walton
0a737b6579
- CLI: CreateEnvironmentBlock always creates a Unicode Environment block.
...
- MGR: CreateProcessAsUser doesn't always error out when the ACLs haven't
been changed for a specific Desktop and WindowStation so go ahead
and Modify the ACLs with every call. It appears the ACLs revert
themselves after CreateProcessAsUser is called anyway.
client/
app_start.C
lib/
util.C
svn path=/trunk/boinc/; revision=14819
2008-02-28 20:37:10 +00:00
Charlie Fenton
3a5cc2ab20
MGR: When connected connecting to a different host, clear all cached messages (a more efficient implementation)
...
svn path=/trunk/boinc/; revision=14818
2008-02-28 20:29:57 +00:00
Rytis Slatkevičius
320a0bff3f
- User web: fix (at least part of) long threads issue.
...
svn path=/trunk/boinc/; revision=14816
2008-02-28 18:45:50 +00:00
Rom Walton
63a15edd06
- Tag for 6.1.9 release, all platforms
...
boinc_core_release_6_1_9
svn path=/trunk/boinc/; revision=14815
2008-02-28 15:57:42 +00:00
Charlie Fenton
fd1f602ad5
MGR: When connected host has changed, clear all cached messages and resume auto-scrolling messages
...
svn path=/trunk/boinc/; revision=14814
2008-02-28 10:07:00 +00:00
Rom Walton
756293008b
- MGR/SCR: run_program should explicitly set the desktop
...
and window station to whichever desktop and window station
the app launching it belongs. If access is denied then
change the ACLs on the current desktop and window station
then attempt to relaunch the application.
lib/
util.C
svn path=/trunk/boinc/; revision=14812
2008-02-28 05:01:52 +00:00
David Anderson
c8384113e4
- changes to many files to fix gcc4.3 compile
...
svn path=/trunk/boinc/; revision=14811
2008-02-27 23:26:38 +00:00
David Anderson
86857a5452
- Scheduler: fix bugs in work assignment feature
...
svn path=/trunk/boinc/; revision=14810
2008-02-27 22:26:37 +00:00
Charlie Fenton
5e3bd26d85
Mac: In build scripts: fix bug, add checks for needed SDKs; update build documentation (from Bernd Machenschalk.)
...
svn path=/trunk/boinc/; revision=14809
2008-02-27 12:02:05 +00:00
Charlie Fenton
1609e03832
Mac: In build scripts: fix bug, add checks for needed SDKs; update build documentation (from Bernd Machenschalk.)
...
svn path=/trunk/boinc/; revision=14808
2008-02-27 12:01:55 +00:00
Charlie Fenton
be54651952
Mac SCR: Add a test to directly determine when a graphics application window obscures our moving logo animation; if so, stop showing moving logo to avoid wasting CPU cycles.
...
svn path=/trunk/boinc/; revision=14807
2008-02-27 07:51:16 +00:00
Charlie Fenton
e447bb17df
Mac SCR: Add a test to directly determine when a graphics application window obscures our moving logo animation; if so, stop showing moving logo to avoid wasting CPU cycles.
...
svn path=/trunk/boinc/; revision=14806
2008-02-27 07:50:58 +00:00
Charlie Fenton
db06f506dd
Mac SCR: Add a test to directly determine when a graphics application window obscures our moving logo animation; if so, stop showing moving logo to avoid wasting CPU cycles.
...
svn path=/trunk/boinc/; revision=14805
2008-02-27 03:23:10 +00:00
Charlie Fenton
ec5ff1be99
Mac SCR: Add a test to directly determine when a graphics application window obscures our moving logo animation; if so, stop showing moving logo to avoid wasting CPU cycles.
...
svn path=/trunk/boinc/; revision=14804
2008-02-27 03:21:46 +00:00
Charlie Fenton
19bc857b0a
Mac sandbox: set ownership and permissions for gfx_switcher in screensaver if it exists
...
svn path=/trunk/boinc/; revision=14803
2008-02-27 02:12:09 +00:00
Charlie Fenton
848499ecef
Release BOINC Mac 5.10.43
...
svn path=/trunk/boinc/; revision=14802
2008-02-27 01:28:08 +00:00
David Anderson
ea6b4f1d3a
- web site
...
svn path=/trunk/boinc/; revision=14801
2008-02-26 22:44:33 +00:00