Rom Walton
bb0ec847c3
Quick Updates
...
svn path=/trunk/boinc/; revision=20927
2010-03-16 18:50:01 +00:00
David Anderson
836b935234
- fix bugs in strcasestr(), which apparently had never been tested
...
- fix typo in schema
svn path=/trunk/boinc/; revision=20923
2010-03-16 17:20:14 +00:00
Rom Walton
6fb0e814ff
Quick Updates
...
svn path=/trunk/boinc/; revision=20918
2010-03-16 15:25:55 +00:00
BOINC Translator
baaf7e9123
Update Translations
...
svn path=/trunk/boinc/; revision=20917
2010-03-16 14:00:03 +00:00
Bernd Machenschalk
0ce1a6caee
allow out-of-source-tree build & install of MinGW Makefile build
...
svn path=/trunk/boinc/; revision=20915
2010-03-16 10:31:24 +00:00
Charlie Fenton
dc952fa5b6
Mac Sandbox: Fix bug in earlier changes to set projects directory & slots directory to group boinc_project
...
svn path=/trunk/boinc/; revision=20914
2010-03-16 09:52:45 +00:00
David Anderson
a5ec532d64
svn path=/trunk/boinc/; revision=20912
2010-03-16 00:08:38 +00:00
David Anderson
3494f5bd0c
svn path=/trunk/boinc/; revision=20911
2010-03-16 00:07:58 +00:00
David Anderson
143d03e318
- client: in computing non-BOINC CPU time,
...
exclude any process whose executable includes "boinc", case-insensitive.
Fix problem with BoincTasks.exe
svn path=/trunk/boinc/; revision=20910
2010-03-15 23:28:23 +00:00
BOINC Translator
5fe3a6d8e9
Update Translations
...
svn path=/trunk/boinc/; revision=20909
2010-03-15 12:00:07 +00:00
BOINC Translator
06a8b163ce
Update Translations
...
svn path=/trunk/boinc/; revision=20905
2010-03-14 18:00:02 +00:00
BOINC Translator
6baa74ee4e
Update Translations
...
svn path=/trunk/boinc/; revision=20902
2010-03-14 11:00:08 +00:00
BOINC Translator
c671a68f9d
Update Translations
...
svn path=/trunk/boinc/; revision=20901
2010-03-13 21:00:03 +00:00
BOINC Translator
b3fc84758c
Update Translations
...
svn path=/trunk/boinc/; revision=20900
2010-03-13 19:00:04 +00:00
BOINC Translator
3535731e5a
Update Translations
...
svn path=/trunk/boinc/; revision=20899
2010-03-13 18:00:02 +00:00
BOINC Translator
ed5132b4ed
Update Translations
...
svn path=/trunk/boinc/; revision=20898
2010-03-13 17:00:02 +00:00
BOINC Translator
600ff47915
Update Translations
...
svn path=/trunk/boinc/; revision=20897
2010-03-13 16:00:03 +00:00
BOINC Translator
beba592129
Update Translations
...
svn path=/trunk/boinc/; revision=20896
2010-03-13 14:00:04 +00:00
BOINC Translator
b181675e09
Update Translations
...
svn path=/trunk/boinc/; revision=20895
2010-03-13 13:00:06 +00:00
BOINC Translator
686965dda7
Update Translations
...
svn path=/trunk/boinc/; revision=20894
2010-03-13 12:00:02 +00:00
BOINC Translator
9222a1bbb6
Update Translations
...
svn path=/trunk/boinc/; revision=20893
2010-03-13 09:00:08 +00:00
BOINC Translator
8fc2e0889c
Update Translations
...
svn path=/trunk/boinc/; revision=20892
2010-03-13 08:00:07 +00:00
David Anderson
6e7c91f181
compile fixes
...
svn path=/trunk/boinc/; revision=20891
2010-03-13 05:42:25 +00:00
BOINC Translator
b723669be0
Update Translations
...
svn path=/trunk/boinc/; revision=20890
2010-03-13 05:00:03 +00:00
David Anderson
3452bbbc87
- GUI RPC: more replacement of std::string
...
svn path=/trunk/boinc/; revision=20889
2010-03-13 04:40:37 +00:00
David Anderson
9d21389844
compile fixes
...
svn path=/trunk/boinc/; revision=20888
2010-03-13 04:25:07 +00:00
BOINC Translator
987ebdd3ba
Update Translations
...
svn path=/trunk/boinc/; revision=20887
2010-03-13 04:00:02 +00:00
BOINC Translator
db10115c8b
Update Translations
...
svn path=/trunk/boinc/; revision=20886
2010-03-13 03:00:02 +00:00
BOINC Translator
daae8dde97
Update Translations
...
svn path=/trunk/boinc/; revision=20885
2010-03-13 02:00:02 +00:00
BOINC Translator
422ad0d4b0
Commit from BOINC Translation Services by user Robee. 54 of 59 messages translated (4 fuzzy).
...
svn path=/trunk/boinc/; revision=20884
2010-03-13 00:42:22 +00:00
BOINC Translator
2c84d947a2
Update Translations
...
svn path=/trunk/boinc/; revision=20883
2010-03-13 00:00:04 +00:00
David Anderson
85d0027d3b
- server: DB update queries check that the number of affected rows is 1.
...
However, MySQL's default is that "affected rows" is
rows actually modified, which is not what we want.
Use the CLIENT_FOUND_ROWS option in mysql_real_connect()
to change the semantics to "rows matched".
From Oliver Bock.
svn path=/trunk/boinc/; revision=20880
2010-03-12 19:36:20 +00:00
David Anderson
d6ce6ca0b7
- client: we weren't marking GPU jobs as EDF-scheduled
...
svn path=/trunk/boinc/; revision=20879
2010-03-12 18:17:55 +00:00
David Anderson
0972c3e225
fixes to last checkin
...
svn path=/trunk/boinc/; revision=20878
2010-03-12 18:00:33 +00:00
David Anderson
86582342a8
- GUI RPC: in the structures used in the C++ interface to GUI RPC,
...
change various std::string to char[n], to improve performance.
NOTE: std::string should ONLY be used in cases where there is
no a priori limit on string length.
If there's a limit (e.g. because the string originates in
a fixed-size database field) always use char[n].
svn path=/trunk/boinc/; revision=20877
2010-03-12 17:47:17 +00:00
Rom Walton
b9fed7ee8c
Quick Updates
...
svn path=/trunk/boinc/; revision=20875
2010-03-12 17:22:46 +00:00
Rom Walton
e14e1cad34
- Remove BOINC_RCSID tags from source files, we are doing branching and tagging
...
properly.
<Various Files>
svn path=/trunk/boinc/; revision=20873
2010-03-12 16:51:57 +00:00
Charlie Fenton
e59128fd45
MGR: Add defines for EVENT_LOG_RULES and BASEVIEW_RULES to allow compile-type selection of rules and / or stripes in lists
...
svn path=/trunk/boinc/; revision=20872
2010-03-12 08:33:00 +00:00
BOINC Translator
c6f113638f
Commit from BOINC Translation Services by user YG. 918 of 918 messages translated (0 fuzzy).
...
svn path=/trunk/boinc/; revision=20871
2010-03-12 05:23:38 +00:00
David Anderson
0ca396f73d
- Manager/client: show project name with notices
...
svn path=/trunk/boinc/; revision=20870
2010-03-12 04:42:25 +00:00
Charlie Fenton
7e6fd1a4b2
Mgr: use system text colors in lists; remove erroneous line of code which set the background stripes to almost black
...
svn path=/trunk/boinc/; revision=20869
2010-03-12 04:28:15 +00:00
BOINC Translator
04d9200136
Update Translations
...
svn path=/trunk/boinc/; revision=20868
2010-03-12 03:00:02 +00:00
Charlie Fenton
7cac117d5b
MGR: change gray color for list stripes to (247, 247, 247) from (240, 240, 240)
...
svn path=/trunk/boinc/; revision=20867
2010-03-12 02:44:02 +00:00
Rom Walton
3bcff4e2db
Convert any long file names to short filenames.
...
svn path=/trunk/boinc/; revision=20866
2010-03-12 01:38:30 +00:00
Charlie Fenton
db6fef98b1
MGR: use alternating gray and white background stripes in all lists; change gray color to (230, 230, 230)
...
svn path=/trunk/boinc/; revision=20865
2010-03-12 01:20:24 +00:00
Rom Walton
4a23a1beaa
Possible fix to build script?
...
svn path=/trunk/boinc/; revision=20864
2010-03-12 00:57:11 +00:00
Charlie Fenton
568c525072
MGR: Fix to my previous checkin: RefreshRPCs() shouldn't change zero time stamp
...
svn path=/trunk/boinc/; revision=20862
2010-03-12 00:35:38 +00:00
Rom Walton
3dc04f98fb
Quick Updates
...
svn path=/trunk/boinc/; revision=20861
2010-03-12 00:26:42 +00:00
Rom Walton
03e9106162
Quick Updates
...
svn path=/trunk/boinc/; revision=20860
2010-03-12 00:23:38 +00:00
Rom Walton
278c916d91
Quick Updates
...
svn path=/trunk/boinc/; revision=20851
2010-03-11 21:19:40 +00:00