Commit Graph

1976 Commits

Author SHA1 Message Date
David Anderson 6379b2682b - feeder: fix bug from changset 15984 that changed "r" to "w",
causing the feeder to truncate hr_info.txt on startup


svn path=/trunk/boinc/; revision=16008
2008-09-17 15:59:14 +00:00
David Anderson fd3dbc1058 - client: ignore CUDA devices with major versions > 100
(apparently some report 9999)
- web: security changes: sanitize some params; escape some strings

svn path=/trunk/boinc/; revision=16005
2008-09-16 23:06:37 +00:00
David Anderson 91c3d4a914 client: CPU scheduler keeps trying to schedule jobs if either
not all CPUs are used or not all coprocessors are used
(avoid GPU idleness)


svn path=/trunk/boinc/; revision=15972
2008-09-06 09:52:36 +00:00
David Anderson 5ba9c007a5 - added some code for generating x.509 signatures
svn path=/trunk/boinc/; revision=15965
2008-09-04 15:13:54 +00:00
David Anderson ca00559575 - client (Unix): don't assume that LD_LIBRARY_PATH is defined
svn path=/trunk/boinc/; revision=15944
2008-08-28 18:41:18 +00:00
Rom Walton a031492c36 Quick Updates
svn path=/trunk/boinc/; revision=15937
2008-08-24 16:30:06 +00:00
Rom Walton 846087cba9 Quick Updates
svn path=/trunk/boinc/; revision=15936
2008-08-24 16:29:15 +00:00
Rom Walton 1cab3cf260 Quick Updates
svn path=/trunk/boinc/; revision=15935
2008-08-24 16:22:56 +00:00
Rom Walton d8d524428b Quick Updates
svn path=/trunk/boinc/; revision=15934
2008-08-24 16:20:52 +00:00
Rom Walton d5f19d9515 Quick Updates
svn path=/trunk/boinc/; revision=15933
2008-08-24 16:19:28 +00:00
Rom Walton 32694a5e9f Quick Updates
svn path=/trunk/boinc/; revision=15932
2008-08-24 16:11:29 +00:00
Rom Walton ffa91c17aa Quick Updates
svn path=/trunk/boinc/; revision=15931
2008-08-24 16:04:35 +00:00
Rom Walton 24205e849b Quick Updates
svn path=/trunk/boinc/; revision=15930
2008-08-24 16:02:26 +00:00
Rom Walton 4cefc19ebd Quick Updates
svn path=/trunk/boinc/; revision=15908
2008-08-20 19:05:37 +00:00
Rom Walton faac7dd2f7 Quick Updates
svn path=/trunk/boinc/; revision=15907
2008-08-20 19:03:02 +00:00
David Anderson 6d61da36a6 - fix compile warnings and Manager error
svn path=/trunk/boinc/; revision=15905
2008-08-20 18:24:08 +00:00
David Anderson 56db46b0ef - typo in sample_index.php
svn path=/trunk/boinc/; revision=15892
2008-08-19 21:33:21 +00:00
David Anderson 91f8666309 - lib: added string_substitute() function
- lib: changed boinc_copy() to replace " " with "\ " in its args
    (to allow pathnames containing spaces).
    From Tolu Aina

svn path=/trunk/boinc/; revision=15891
2008-08-19 19:46:18 +00:00
David Anderson 53ccd10f13 - scheduler: add <debug_resend> config option to enable messages
about job resending

svn path=/trunk/boinc/; revision=15889
2008-08-19 03:00:17 +00:00
Charlie Fenton 0e5a500dd2 Release Mac BOINC 6.2.18
svn path=/trunk/boinc/; revision=15887
2008-08-19 01:01:19 +00:00
David Anderson 53bd04d289 svn path=/trunk/boinc/; revision=15884 2008-08-18 23:23:51 +00:00
Rom Walton 0b4704355b Quick Updates
svn path=/trunk/boinc/; revision=15869
2008-08-17 08:33:36 +00:00
David Anderson 9f6c4a133e - client: don't leak handles to shared-mem files
- client: don't leak process handles when abort jobs
- client: if an app exits or we kill it, always destroy the shmem segment.
- web: more HTML 4.01 Transitional conformity changes

svn path=/trunk/boinc/; revision=15865
2008-08-16 20:59:53 +00:00
Rom Walton b77549af22 Quick Updates
svn path=/trunk/boinc/; revision=15864
2008-08-16 15:59:27 +00:00
David Anderson afbfeaa637 - web: start working towards the goal of passing the
"HTML 4.01 Transitional" test.
    The BOINC home page, project home page, and forum index now pass.
- web: .po files need to have CHARSET, LANG_NAME_NATIVE,
    and LANG_NAME_INTERNATIONAL

svn path=/trunk/boinc/; revision=15855
2008-08-15 16:26:55 +00:00
Rom Walton 6b9ede5a56 Quick Updates
svn path=/trunk/boinc/; revision=15845
2008-08-14 20:55:23 +00:00
Rom Walton 7309191524 Quick Updates
svn path=/trunk/boinc/; revision=15825
2008-08-13 18:21:11 +00:00
Rom Walton d2a36ddd7f Quick Updates
svn path=/trunk/boinc/; revision=15798
2008-08-09 22:30:16 +00:00
Rom Walton 539f8b31b2 Quick Updates
svn path=/trunk/boinc/; revision=15795
2008-08-09 19:05:25 +00:00
Rom Walton 37d1c8d62a Quick Updates
svn path=/trunk/boinc/; revision=15792
2008-08-09 13:54:23 +00:00
Rom Walton 43cd91eb95 Quick Updates
svn path=/trunk/boinc/; revision=15791
2008-08-08 20:59:32 +00:00
Rom Walton b995595cb7 Quick Updates
svn path=/trunk/boinc/; revision=15785
2008-08-08 19:34:14 +00:00
Rom Walton 96841a1fc0 Quick Updates
svn path=/trunk/boinc/; revision=15784
2008-08-08 19:33:17 +00:00
Rom Walton b2db9ddf3d Quick Updates
svn path=/trunk/boinc/; revision=15783
2008-08-08 19:29:33 +00:00
David Anderson ee56ea3341 - validator: get_credit_from_wu() returns an error, rather than exiting,
if WU doesn't have <credit> element

svn path=/trunk/boinc/; revision=15777
2008-08-07 22:50:05 +00:00
Rom Walton f2a981d3fe Quick Updates
svn path=/trunk/boinc/; revision=15761
2008-08-06 18:35:51 +00:00
Rom Walton 54ed728281 Quick Updates
svn path=/trunk/boinc/; revision=15755
2008-08-05 17:52:27 +00:00
Rom Walton 1cdb26c107 Quick Updates
svn path=/trunk/boinc/; revision=15752
2008-08-04 23:53:29 +00:00
Frank Thomas c4f5a354a0 Replaced the obsolete link to trac/wiki/UnixClient with a link to
wiki/Client_configuration_(advanced).

svn path=/trunk/boinc/; revision=15748
2008-08-04 10:50:02 +00:00
Rom Walton b3414288f0 Quick Updates
svn path=/trunk/boinc/; revision=15743
2008-08-02 15:32:00 +00:00
Charlie Fenton 3f8008ec97 Unrelease BOINC Mac 6.2.15 (it didn't fix the screensaver problem)
svn path=/trunk/boinc/; revision=15736
2008-08-01 08:24:16 +00:00
Charlie Fenton 4bc48451ec Release Mac BOINC 6.2.15 to alpha test
svn path=/trunk/boinc/; revision=15735
2008-08-01 08:17:22 +00:00
David Anderson e866381c4a - Bossa stuff
svn path=/trunk/boinc/; revision=15726
2008-07-31 18:28:49 +00:00
David Anderson 884bad0975 - client: show proxy info in messages at startup and when changed
fixes #704
- web: fix the am_set_info.php RPC
    (most args are optional, not mandatory)

svn path=/trunk/boinc/; revision=15716
2008-07-30 21:37:41 +00:00
Rom Walton 3a8e188cd6 Quick Updates
svn path=/trunk/boinc/; revision=15713
2008-07-30 15:24:56 +00:00
Rom Walton c1be2daca3 Quick Updates
svn path=/trunk/boinc/; revision=15710
2008-07-30 14:56:17 +00:00
David Anderson 283a785c0f - back-end stuff to support Python MW (from Adam Kornafeld)
Not complete.

svn path=/trunk/boinc/; revision=15679
2008-07-25 22:13:41 +00:00
Rom Walton 3d4bc727c9 Quick Updates
svn path=/trunk/boinc/; revision=15676
2008-07-25 17:23:49 +00:00
Rom Walton 28b8e176b8 Quick Updates
svn path=/trunk/boinc/; revision=15675
2008-07-25 17:21:52 +00:00
David Anderson e70273774a - scheduler: in matchmaker scheduler, if find a "locked" array slot,
which whether we're the process that locked it (from Artyom Sharov)

svn path=/trunk/boinc/; revision=15635
2008-07-18 20:59:59 +00:00