David Anderson
d2e822091b
Merge branch 'master' of github.com:BOINC/boinc
2016-04-05 12:14:04 -07:00
David Anderson
46c3753492
BOINC web site tweaks
2016-04-05 12:13:43 -07:00
funkydude
71831ee639
Expand usage of HTTPS and fix a few URLs
2016-03-08 20:04:28 +00:00
David Anderson
a188f311d9
tweaks to worker (test program for wrapper)
2015-09-23 13:21:57 -07:00
David Anderson
647308132b
remove dead sites
2015-02-18 08:28:42 -08:00
David Anderson
32ffd33e3f
web: tweaks
2013-12-20 23:18:07 -08:00
David Anderson
c77f580746
client: AMD GPU naming, from Jord
2013-11-05 19:15:54 -08:00
David Anderson
78b7faed99
web: remove "Pending credit" link from account page. This page didn't work, and is subsumed by results.php
2013-09-29 02:44:47 -07:00
David Anderson
5c7f583e42
- client: suspend_reason is not a bitmap; fix code that acted like it is.
2013-03-05 16:39:36 +01:00
David Anderson
427176174b
- user web: remove dead stats site links
2013-03-05 14:05:04 +01:00
David Anderson
994f4d6b4c
- Manager: fix case where the client has only an Intel GPU,
...
and the manager was acting as if it had no GPUs.
2013-03-05 13:39:42 +01:00
David Anderson
b2f9e30570
- scheduler: fix bug that cause NCI to be sent even when
...
client is not requesting work
- client: parse the <vbox_window> option in cc_config.xml
svn path=/trunk/boinc/; revision=26127
2012-09-19 23:21:04 +00:00
David Anderson
2dd5276300
- client: parse <network_wifi_only> in prefs
...
- server: compile fix
svn path=/trunk/boinc/; revision=25991
2012-08-07 22:49:40 +00:00
David Anderson
ac2e3581d3
svn path=/trunk/boinc/; revision=24943
2011-12-30 06:18:57 +00:00
David Anderson
f24e361034
- default screensaver: fix divide-by-zero; code cleanup
...
svn path=/trunk/boinc/; revision=24649
2011-11-25 07:24:18 +00:00
David Anderson
b418596cee
- unix build: remove hardwired -ldl
...
svn path=/trunk/boinc/; revision=22860
2011-01-03 03:55:33 +00:00
David Anderson
ef472e3df7
- client simulator: model the scheduler's deadline check mechanism
...
- scheduler: improve the deadline check mechanism slightly.
When updating "estimated delay" (a rough measure of how long
a resource is saturated with high-priority work)
take into account the # of instances used by the job,
and the # of total instances
svn path=/trunk/boinc/; revision=22612
2010-11-01 16:53:41 +00:00
David Anderson
3de5a1d410
- client: remove spurious msgs about deleting files while in use
...
- scheduler: add log messages related to max jobs in progress
svn path=/trunk/boinc/; revision=22342
2010-09-13 21:20:30 +00:00
David Anderson
40cf0fe1ee
- client: if a client has no jobs for a resource, decay its STD
...
for that resource by a factor of e every day
svn path=/trunk/boinc/; revision=22334
2010-09-10 00:20:08 +00:00
David Anderson
1143616bce
svn path=/trunk/boinc/; revision=22125
2010-08-04 16:29:04 +00:00
David Anderson
8062f21d59
- server credit stuff (partial checkin)
...
svn path=/trunk/boinc/; revision=20810
2010-03-09 04:15:10 +00:00
David Anderson
e8f8c7bde2
- API: Win: resume other threads before exiting from timer thread.
...
Attempt to fix E@h bug.
- client: fix messages: asking for X instances doesn't mean
that X instances are idle
svn path=/trunk/boinc/; revision=20772
2010-03-02 18:58:34 +00:00
David Anderson
da6b6b33fe
- client: fix notification display logic
...
svn path=/trunk/boinc/; revision=20119
2010-01-10 21:57:15 +00:00
David Anderson
3f084596e0
- scheduler: fix bug that caused no ATI jobs to be sent
...
if max_jobs_in_progress defined.
svn path=/trunk/boinc/; revision=19529
2009-11-10 22:19:36 +00:00
David Anderson
fe2a18f282
- client/scheduler: standardize the FLOPS estimate between NVIDIA and ATI.
...
Make them both peak FLOPS,
according to the formula supplied by the manufacturer.
The impact on the client is minor:
- the startup message describing the GPU
- the weight of the resource type in computing long-term debt
On the server, I changed the example app_plan() function
to assume that app FLOPS is 20% of peak FLOPS
(that's about what it is for SETI@home)
svn path=/trunk/boinc/; revision=19310
2009-10-16 00:13:01 +00:00
David Anderson
fa0c32c20e
- scheduler: compile fixes
...
svn path=/trunk/boinc/; revision=18783
2009-07-30 17:00:43 +00:00
David Anderson
75bb5a4fa9
- client: if file < 8KB, upload it in its entirety and skip size check
...
- client: (refinement to previous checkin)
don't skip file size check if file has multiple upload URLs.
We might have uploaded different amounts on different servers.
svn path=/trunk/boinc/; revision=18606
2009-07-16 20:14:57 +00:00
David Anderson
4cf6b7793c
- server: move python modules from PROJECT/bin to PROJECT/py/Boinc.
...
make_project now generates PROJECT/bin/boinc_path_config.py
to ensure that the interpreter will find the modules.
From Gabor Gombas.
svn path=/trunk/boinc/; revision=18374
2009-06-11 15:38:48 +00:00
David Anderson
9dc7ecb22a
- make_project: get rid of verbosity-level stuff
...
and fancy overwriting of stdout lines
svn path=/trunk/boinc/; revision=17736
2009-04-06 18:27:02 +00:00
David Anderson
8470b55be3
- web: link to 3rd-party signature sources on community prefs page
...
svn path=/trunk/boinc/; revision=17417
2009-03-01 19:00:40 +00:00
David Anderson
350f62223f
- scheduler: accept CUDA version 1.0
...
svn path=/trunk/boinc/; revision=16968
2009-01-21 17:36:26 +00:00
David Anderson
e3fd56f5e8
- client: work-fetch tweak: don't increment overall CPU shortfall
...
if any jobs pending in simulation
svn path=/trunk/boinc/; revision=16595
2008-12-01 22:06:24 +00:00
David Anderson
c8c0e06d2e
- web: rename Bossa functions to avoid name conflict
...
- web: bug fix in example core for app selection
svn path=/trunk/boinc/; revision=16546
2008-11-24 20:27:18 +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
b16fb12329
- manager: fix some strings ("comm" is not an OK abbrev.)
...
Also got rid of references to Yahoo.
svn path=/trunk/boinc/; revision=15406
2008-06-14 20:38:57 +00:00
David Anderson
956a5a2cc5
- web: fixed numerous bugs in team founder transfer mechanism
...
svn path=/trunk/boinc/; revision=15398
2008-06-13 16:40:51 +00:00
David Anderson
db4164daba
- Client (Windows) change the way core/app shmem segs are created.
...
Old: get_shmem_seg_name() tries names of the form shm_boinc_N
until it finds one for which creating succeeds.
Then it detaches (deletes) the segment and records the name.
Later, the segment is created again.
This creates a race condition if two core clients
are running on the same host.
It's also kind of silly.
New: get_shmem_seg_name() doesn't detach the segment,
and we dont have to create it again later.
svn path=/trunk/boinc/; revision=15172
2008-05-11 23:11:16 +00:00
David Anderson
d2a02a5184
- client and server: in coprocessor records, change "name" to "type"
...
to avoid confusion with "name" field of CUDA.
This is a bug fix - please port.
- start script: don't error out if run_state.xml file is empty
(which happens if project runs out of disk space)
svn path=/trunk/boinc/; revision=15168
2008-05-09 20:54:52 +00:00
David Anderson
d439244f3f
- fixes for gcc 4.3
...
svn path=/trunk/boinc/; revision=15020
2008-04-06 03:15:36 +00:00
David Anderson
b543bcc3c4
svn path=/trunk/boinc/; revision=14730
2008-02-13 04:25:52 +00:00
David Anderson
51286a03dc
- Initial checkin of Bossa code
...
svn path=/trunk/boinc/; revision=14716
2008-02-11 23:38:31 +00:00
David Anderson
ebed572d4f
- API: allow Win apps to have icon
...
svn path=/trunk/boinc/; revision=14625
2008-01-28 15:48:09 +00:00
David Anderson
daac96c05f
- create_work: added -opaque option (to specify workunit.opaque)
...
svn path=/trunk/boinc/; revision=14605
2008-01-21 14:02:22 +00:00
David Anderson
d642cd6815
- small web fixes; fixes #421
...
svn path=/trunk/boinc/; revision=14485
2008-01-07 23:33:48 +00:00
David Anderson
300d3ed48f
- scheduler: change <max_wus_in_progress> to be per CPU, not per host
...
svn path=/trunk/boinc/; revision=14475
2008-01-06 22:23:51 +00:00
David Anderson
0a6753ad0f
- web: add "Find friends" link to private friends list
...
- web: in user search form, give input focus to name field
svn path=/trunk/boinc/; revision=14459
2008-01-02 17:52:21 +00:00
David Anderson
55c0ee22a0
- web: default for user_links() is to not show profile pic.
...
Show the pic only in the context of friends list.
svn path=/trunk/boinc/; revision=14444
2007-12-27 18:37:22 +00:00
David Anderson
fc2784895d
- user web: add <team_forums_members_only> config option.
...
If set, only team members can see team forums
svn path=/trunk/boinc/; revision=14297
2007-11-25 04:47:54 +00:00
David Anderson
fb8b4ffabb
- user web: added the notion of "Team Admin": team members,
...
appointed by the founder, who have most of the same
rights as the founder (edit team info, view/remove users).
They can't, however, change the founder, or select/remove Admins.
- user web: added the ability for founder to delete an empty team
- user web: count/show all team members, not just those with credit
- user web: Team Search returns top team if form fields left blank
- Added db_update.php entry for Eric's banishment_vote stuff
svn path=/trunk/boinc/; revision=14108
2007-11-07 17:23:29 +00:00
David Anderson
dc4ca1e5cd
- user web: changes to use new DB framework and eliminate PHP warnings
...
svn path=/trunk/boinc/; revision=13981
2007-10-28 15:03:14 +00:00