David Anderson
22773619ca
- web: in checking if hosts can be merged,
...
do time-overlap check if either host has pending results
Fixes #748
svn path=/trunk/boinc/; revision=16163
2008-10-08 21:49:06 +00:00
Rom Walton
284dd18919
Quick Updates
...
svn path=/trunk/boinc/; revision=16159
2008-10-08 16:36:06 +00:00
David Anderson
44f4c9d840
- add distclean target for samples/ makefiles
...
svn path=/trunk/boinc/; revision=16143
2008-10-06 20:24:58 +00:00
David Anderson
823df337a4
- add an interface for parsing XML attributes
...
svn path=/trunk/boinc/; revision=16096
2008-09-30 16:57:07 +00:00
David Anderson
47703bb36c
another .cpp
...
svn path=/trunk/boinc/; revision=16083
2008-09-28 14:44:10 +00:00
David Anderson
9dfb81a074
- boinc_cmd: add no_proxy item to --set_proxy_settings args
...
(from Frank Weiler)
svn path=/trunk/boinc/; revision=16066
2008-09-26 17:37:32 +00:00
David Anderson
560b65dd85
- web: don't send an email after account is created via web;
...
it serves no purpose and some people apparently view it as spam.
svn path=/trunk/boinc/; revision=16060
2008-09-25 22:03:56 +00:00
David Anderson
f17a800807
- API: in boinc_exit(), release the lockfile only if
...
we're the main program (otherwise we didn't lock it in
the first place, and a crash results). From Artyom Sharov.
- scheduler: add support for the GCL simulator,
which uses special versions of backend programs
that use virtual time,
and that wait for signals instead of sleep()ing.
To compile:
make clean
configure CXXFLAGS="-DGCL_SIMULATOR"
make
svn path=/trunk/boinc/; revision=16038
2008-09-22 20:33:59 +00:00
Rom Walton
854df1c856
Quick Updates
...
svn path=/trunk/boinc/; revision=16033
2008-09-22 16:50:42 +00:00
Rom Walton
ab5bba78a5
Quick Updates
...
svn path=/trunk/boinc/; revision=16032
2008-09-22 16:48:32 +00:00
Rom Walton
f90836007c
Quick Updates
...
svn path=/trunk/boinc/; revision=16031
2008-09-22 16:45:37 +00:00
David Anderson
65a1bdab39
- lib: change XML_PARSER to handle attributes and spaces in tags.
...
e.g. it handles <foo /> correctly,
and handles <foo attr="x">
(it doesn't return the attributes, but it doesn't choke on them).
- GUI RPC client lib:
use XML_PARSER to process authorization replies,
e.g. so that it handles <authorized />
TODO: use XML_PARSER to parse all GUI RPC requests and replies
- web: add a CSS entry for news item titles
- web (news items): add an optional "category" field to news items:
suggested values: "server status", "news", "emergency".
These are not used to display the items,
but are passed in the RSS feed and could be used by news aggregators.
- manager: replace "BOINC-based account managers" with "account managers"
svn path=/trunk/boinc/; revision=16028
2008-09-19 18:08:17 +00:00
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