Eric J. Korpela
60aef9aa55
Modified for gnu targets that end in versions of the style n.n.n
...
svn path=/trunk/boinc/; revision=9208
2006-01-10 22:54:06 +00:00
David Anderson
d6198a1d2c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9207
2006-01-10 20:40:16 +00:00
Charlie Fenton
6cc091d612
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9206
2006-01-10 13:09:24 +00:00
Charlie Fenton
f3d400e7ba
Restore new project IDE for XCode 2.2 which was erroneously removed
...
svn path=/trunk/boinc/; revision=9205
2006-01-10 10:16:13 +00:00
David Anderson
9db902b8d9
upper case CPU usage
...
svn path=/trunk/boinc/; revision=9204
2006-01-09 23:03:15 +00:00
Bruce Allen
998db46c9b
Fixes to BOINC zip library from Carl Christensen. Carl says:
...
"I found a problem with boinc_zip; it seems some Linux STL's
aren't very nice about classes that are inherited from their
objects on multiple use; or huge file lists that we use on CPDN.
So I rewrite it to just use "straight" std::string's in a vector.
It's fully backwardly compatible and seems to work fine."
svn path=/trunk/boinc/; revision=9203
2006-01-09 22:06:19 +00:00
Rom Walton
18db739b31
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9201
2006-01-09 14:29:42 +00:00
Rom Walton
dccbc9aa0f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9200
2006-01-09 14:03:13 +00:00
David Anderson
783aa55c42
version 5.3.9
...
svn path=/trunk/boinc/; revision=9199
2006-01-09 13:49:54 +00:00
Bruce Allen
30363d5955
Correct typo
...
svn path=/trunk/boinc/; revision=9198
2006-01-09 12:15:59 +00:00
Bruce Allen
57f89046ef
fix bug on page that shows profile for a given user. The total
...
number of posts made by a given user is not shown correctly.
The PHP code assumes that this numberis given by user.posts. However
in html/inc/db_forum.inc, the value of user.posts is NOT
incremented each time a user makes a new post (either starting
a new thread or replying to an existing one). For the moment, my
the fix is to simply scan the database and count the number of posts by the
user, to give the right value on the profile page.
An alternative fix (which would be less DB intensive, overall)
is to (1) fix db_forum.inc so that it properly increments user.posts and
then (2) add an update_db.php script entry that correctly sets user.posts
by counting the number of posts for each user.
svn path=/trunk/boinc/; revision=9197
2006-01-09 09:43:17 +00:00
David Anderson
237e83a2de
uotd bbcode
...
svn path=/trunk/boinc/; revision=9196
2006-01-09 08:37:44 +00:00
David Anderson
f7d1c67469
AM additions
...
svn path=/trunk/boinc/; revision=9195
2006-01-09 07:14:58 +00:00
Bruce Allen
d88ebe9294
Einstein@Home specific code, to tell users to remove app_info.xml file.
...
svn path=/trunk/boinc/; revision=9194
2006-01-07 18:13:48 +00:00
David Anderson
dbd7017ea9
bool->int in API
...
svn path=/trunk/boinc/; revision=9193
2006-01-06 23:38:49 +00:00
David Anderson
0fd523b0af
farm manager support
...
svn path=/trunk/boinc/; revision=9192
2006-01-06 23:13:21 +00:00
David Anderson
fa9d97a1f3
feeder exit on DB error
...
svn path=/trunk/boinc/; revision=9191
2006-01-06 21:18:48 +00:00
David Anderson
dec7f05fcd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9190
2006-01-06 19:45:46 +00:00
David Anderson
d04d62fb16
fix uninitialized var
...
svn path=/trunk/boinc/; revision=9189
2006-01-06 19:27:12 +00:00
Bruce Allen
13e3b93cce
Put prototype in the correct section.
...
svn path=/trunk/boinc/; revision=9188
2006-01-06 12:40:17 +00:00
Rom Walton
30fdfc7f31
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9187
2006-01-06 12:03:31 +00:00
David Anderson
5e068c8cc0
version 5.3.8
...
svn path=/trunk/boinc/; revision=9185
2006-01-06 11:10:23 +00:00
Rom Walton
50d96ad919
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9184
2006-01-06 10:53:14 +00:00
Rom Walton
d74ac631ae
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9183
2006-01-06 10:50:59 +00:00
Bruce Allen
a20ed70b52
Typo
...
svn path=/trunk/boinc/; revision=9182
2006-01-06 09:23:34 +00:00
Bruce Allen
4463b0948d
Nasty bug in API lib. See checkin_nodes_2004 December 22.
...
Functions meant to be used from within C shoud never be
declared bool!
Fix: change boinc_is_standalone() to return int not bool.
Note: some API functions still return bools, but since E@H
doesn't use them and I am afraid of doing damage, I have
left them alone.
svn path=/trunk/boinc/; revision=9181
2006-01-06 09:02:26 +00:00
Rom Walton
c0454055c6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9180
2006-01-06 08:10:32 +00:00
Rom Walton
b8d402b4eb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9179
2006-01-06 07:57:03 +00:00
Rom Walton
ad9ea7646a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9178
2006-01-05 22:30:30 +00:00
Rom Walton
681a4a2ad9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9177
2006-01-05 10:14:30 +00:00
Bruce Allen
2be5446559
Fixed new unescape_string(): didn't null terminate string.
...
svn path=/trunk/boinc/; revision=9176
2006-01-05 09:30:41 +00:00
David Anderson
3527c41581
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9175
2006-01-05 08:52:20 +00:00
Bruce Allen
c14eb4a651
Kill unused variable
...
svn path=/trunk/boinc/; revision=9174
2006-01-05 08:21:10 +00:00
Bruce Allen
20004d75e4
Fixed David's mistake in simplifying my fix to escape_string()!
...
svn path=/trunk/boinc/; revision=9173
2006-01-05 08:15:18 +00:00
David Anderson
b6ec685ca4
scheduler buglet
...
svn path=/trunk/boinc/; revision=9172
2006-01-05 07:37:51 +00:00
David Anderson
0e3f5dda43
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9171
2006-01-05 07:28:12 +00:00
David Anderson
9edb1c083f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9170
2006-01-05 06:42:45 +00:00
Rom Walton
4e06943482
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9169
2006-01-04 18:21:51 +00:00
Rom Walton
1ba5dc278d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9167
2006-01-04 13:14:14 +00:00
David Anderson
fbb1ca2515
version 5.3.7
...
svn path=/trunk/boinc/; revision=9166
2006-01-04 13:06:24 +00:00
Bruce Allen
d4088bb1b6
Einstein@Home - specific modification.
...
svn path=/trunk/boinc/; revision=9165
2006-01-03 16:07:14 +00:00
Jens Seidler
3f43a63bf9
Localization: Web language files updated: Chinese Simplified (zh_CN), Brazilian Portuguese (pt_BR)
...
svn path=/trunk/boinc/; revision=9164
2006-01-03 06:12:52 +00:00
Bruce Allen
c92a22c91a
Nasty bug fix to sched. escape_string() replaces \ by \\ and
...
' by \'. This makes the string longer. To guarantee that the
resulting longer string does not overflow storage, escape_string()
uses safe_strncpy() to copy the longer string back. But this
is too heavy-handed, since safe_strncpy() will blindly truncate
the string. Thus it might clobber \\ into \ or \' into \ which
causes trouble.
David, Rom, please double-check my changes, since escape_string()
is used all over the place.
svn path=/trunk/boinc/; revision=9163
2005-12-30 18:07:46 +00:00
David Anderson
a941a17019
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9162
2005-12-30 06:48:19 +00:00
David Anderson
f7c9f791a8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9161
2005-12-30 06:25:55 +00:00
David Anderson
82fe2ff24c
state file atomicity
...
svn path=/trunk/boinc/; revision=9160
2005-12-29 22:34:06 +00:00
David Anderson
3ef77d5a93
state file atomicity
...
svn path=/trunk/boinc/; revision=9159
2005-12-29 00:59:53 +00:00
David Anderson
03cf1a9ae8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9158
2005-12-28 23:28:00 +00:00
David Anderson
c3b2d71261
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9157
2005-12-28 19:59:05 +00:00
Rom Walton
21719d6e62
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9156
2005-12-28 14:21:59 +00:00