David Anderson
0e92e2974a
forum fix
...
svn path=/trunk/boinc/; revision=9230
2006-01-14 08:23:57 +00:00
Rom Walton
605a6cd521
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9229
2006-01-14 01:44:19 +00:00
David Anderson
bccae38cb2
HTTP continue
...
svn path=/trunk/boinc/; revision=9228
2006-01-13 21:41:23 +00:00
David Anderson
42804c135b
bump version# of upper_case
...
svn path=/trunk/boinc/; revision=9227
2006-01-13 21:02:36 +00:00
Rom Walton
15334f2a7b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9225
2006-01-13 10:34:25 +00:00
Rom Walton
c804e2ca5d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9224
2006-01-13 10:26:45 +00:00
David Anderson
8d41ea160b
version 5.3.10
...
svn path=/trunk/boinc/; revision=9223
2006-01-13 10:21:17 +00:00
David Anderson
ca7fc562d5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9222
2006-01-13 01:07:05 +00:00
David Anderson
24a078ee63
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9221
2006-01-12 22:05:41 +00:00
Bruce Allen
5ac4a0bc33
file_upload_handler: log a message when the client is starting an upload
...
from the wrong offset. This problem should gradually go away as users
update to more current clients.
svn path=/trunk/boinc/; revision=9220
2006-01-12 15:36:46 +00:00
David Anderson
ed0e9dcb67
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9219
2006-01-12 07:29:07 +00:00
Charlie Fenton
1192de49bb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9217
2006-01-12 03:32:15 +00:00
Charlie Fenton
aba2cbf738
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9216
2006-01-12 01:42:55 +00:00
David Anderson
5626aeb9d1
always get file size
...
svn path=/trunk/boinc/; revision=9215
2006-01-11 23:13:04 +00:00
David Anderson
adb1dd77b1
throttle spewing projects
...
svn path=/trunk/boinc/; revision=9214
2006-01-11 22:31:25 +00:00
David Anderson
ebe85fca18
file upload bug fix
...
svn path=/trunk/boinc/; revision=9213
2006-01-11 22:08:39 +00:00
Bruce Allen
024c7f0394
Documentation: describe boinc_is_standalone() in documentation
...
svn path=/trunk/boinc/; revision=9212
2006-01-11 19:05:19 +00:00
Charlie Fenton
a390baba61
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9211
2006-01-11 13:35:35 +00:00
Bruce Allen
9d5f806a30
Skip test for excessive CPU time, IF hostid has changed
...
because host has been cloned. If result is resent to
the 'new' host then this can make it appear that the
result was completed shortly after it was sent.
svn path=/trunk/boinc/; revision=9210
2006-01-11 06:12:18 +00:00
David Anderson
2c1bf9fb82
team lookup web RPC
...
svn path=/trunk/boinc/; revision=9209
2006-01-10 23:21:23 +00:00
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