- 19 Jan, 2010 9 commits
-
-
BOINC Translator authored
svn path=/trunk/boinc/; revision=20200
-
David Anderson authored
in boinc_parse_init_data_file() - client sim: make it work again svn path=/trunk/boinc/; revision=20199
-
Rom Walton authored
the remaining thread the process will deadlock. lib/ diagnostics.h diagnostics_win.cpp win_util.cpp svn path=/trunk/boinc/; revision=20198
-
BOINC Translator authored
svn path=/trunk/boinc/; revision=20197
-
BOINC Translator authored
svn path=/trunk/boinc/; revision=20196
-
BOINC Translator authored
svn path=/trunk/boinc/; revision=20195
-
David Anderson authored
svn path=/trunk/boinc/; revision=20194
-
David Anderson authored
Should add the Adv Prefs dialog as well. svn path=/trunk/boinc/; revision=20193
-
David Anderson authored
svn path=/trunk/boinc/; revision=20192
-
- 18 Jan, 2010 4 commits
-
-
David Anderson authored
it contains HOST_INFO, which now contains COPROCS, which has a vector. Define a clear() for APP_INIT_DATA. svn path=/trunk/boinc/; revision=20191
-
David Anderson authored
anonymous-platform app versions. Otherwise fractional GPU requirements get truncated to zero. Thanks to Crunch3r for identifying the problem. svn path=/trunk/boinc/; revision=20189
-
Rytis Slatkevičius authored
user web: do SQL escaping before storing prefs in the database as some projects store user-editable strings in the preferences. svn path=/trunk/boinc/; revision=20188
-
David Anderson authored
(min_core_version etc.) is < 10000, multiply it by 100 and print a warning. svn path=/trunk/boinc/; revision=20187
-
- 17 Jan, 2010 1 commit
-
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=20185
-
- 16 Jan, 2010 4 commits
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=20184
-
BOINC Translator authored
svn path=/trunk/boinc/; revision=20183
-
BOINC Translator authored
svn path=/trunk/boinc/; revision=20181
-
David Anderson authored
svn path=/trunk/boinc/; revision=20180
-
- 15 Jan, 2010 3 commits
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=20179
-
David Anderson authored
From Nicolas. fixes #974 - client: tiny code shuffle svn path=/trunk/boinc/; revision=20178
-
Rom Walton authored
svn path=/trunk/boinc/; revision=20176
-
- 14 Jan, 2010 1 commit
-
-
Rom Walton authored
clientgui/ ViewNotices.cpp,h svn path=/trunk/boinc/; revision=20152
-
- 13 Jan, 2010 5 commits
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=20151
-
David Anderson authored
svn path=/trunk/boinc/; revision=20150
-
David Anderson authored
10000*major + 100*minor + release, rather than 100*major + minor. Sometimes you need release-level resolution. This affects: - app_version.min_core_version - config: min_core_client_version_announced - config: min_core_client_version Projects using these must multiply them by 100. svn path=/trunk/boinc/; revision=20149
-
Charlie Fenton authored
MGR: Fix tools menu when using account manager and switching Simple to Advanced View; update XCode project for ViewNotifications* -> ViewNotices* svn path=/trunk/boinc/; revision=20147
-
David Anderson authored
- XML_PARSER: handle CDATA svn path=/trunk/boinc/; revision=20146
-
- 12 Jan, 2010 11 commits
-
-
David Anderson authored
if project has crazy DCF, don't automatically request 1 sec; only request work if there's a shortfall. - intermediate checkin for notices stuff svn path=/trunk/boinc/; revision=20145
-
BOINC Translator authored
Commit from BOINC Translation Services by user ChristianB. 370 of 389 messages translated (18 fuzzy). svn path=/trunk/boinc/; revision=20144
-
David Anderson authored
svn path=/trunk/boinc/; revision=20143
-
David Anderson authored
svn path=/trunk/boinc/; revision=20142
-
David Anderson authored
sends the first rather than last 64KB of stderr to server. This doesn't belong here; this choice should come from the server. I may take this out later. - user web: when add a private message, always add a notification svn path=/trunk/boinc/; revision=20141
-
Bernd Machenschalk authored
deletion' pass to 50000 (can be changed with -delete_antiques_limit). Previously large number of antiques led to not deleting any at all. - Allow to change the interval between passes with -delete_antiques_interval. svn path=/trunk/boinc/; revision=20138
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=20137
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=20133
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=20132
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=20131
-
BOINC Translator authored
svn path=/trunk/boinc/; revision=20130
-
- 11 Jan, 2010 2 commits
-
-
BOINC Translator authored
svn path=/trunk/boinc/; revision=20129
-
David Anderson authored
to restart app for 10 minutes. Hopefully what will happen is: - another instance of app is running in slot dir (shouldn't happen, but sometimes does) - that app will eventually finish, and will write a checkpoint file saying so. It will call boinc_finish(0), but the client won't notice that it has exited. - the next time the client starts the app, it will acquire lock, see that it's done, and call boinc_finish(0). This time the client will notice, and the job will be reported as correct. The downside to all this is that the client won't know that the CPU is in use, and will schedule NCPUS jobs. svn path=/trunk/boinc/; revision=20128
-