Commit Graph

1825 Commits

Author SHA1 Message Date
David Anderson e59586a93a - Manager: compile fix for Linux
svn path=/trunk/boinc/; revision=14787
2008-02-25 20:41:31 +00:00
Rom Walton cdb7f2375f Quick Updates
svn path=/trunk/boinc/; revision=14780
2008-02-22 21:53:57 +00:00
David Anderson 79f6720547 - scheduler: add <max_ncpus> config option.
Use this with N=1 if your application primarily uses a coprocessor

svn path=/trunk/boinc/; revision=14772
2008-02-21 20:10:10 +00:00
David Anderson 0bcaa761f0 - rename cgi.log to scheduler.log
- fix ops login

svn path=/trunk/boinc/; revision=14747
2008-02-15 15:25:44 +00:00
Charlie Fenton 5113963206 Release Mac BOINC 5.10.42
svn path=/trunk/boinc/; revision=14746
2008-02-14 13:06:07 +00:00
Rom Walton 964336a9fa Quick Updates
svn path=/trunk/boinc/; revision=14739
2008-02-14 03:11:08 +00:00
Rom Walton 5ff0a40fbe Quick Updates
svn path=/trunk/boinc/; revision=14738
2008-02-13 23:31:32 +00:00
David Anderson b543bcc3c4 svn path=/trunk/boinc/; revision=14730 2008-02-13 04:25:52 +00:00
David Anderson 35dab13859 - client code: my next-to-last checkin was flawed
svn path=/trunk/boinc/; revision=14725
2008-02-12 20:33:05 +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 a323eba986 - scheduler: fix bone-head mistake in HR code
svn path=/trunk/boinc/; revision=14715
2008-02-10 05:17:57 +00:00
Charlie Fenton 124280cd00 Release Mac BOINC 5.10.41
svn path=/trunk/boinc/; revision=14714
2008-02-09 01:49:33 +00:00
David Anderson f77420c2c0 - scheduler: do "careful update" of workunit.hr_class
in case someone else changed since we read it.
    Hopefully this will fix a race condition
    where WU results get sent to different HR classes.
    (Alternatively we could use transactions,
    or acquire the semaphore during read/update,
    but this could impact performance).

svn path=/trunk/boinc/; revision=14710
2008-02-08 17:20:09 +00:00
Rom Walton 6ace9cc9f2 Quick Updates
svn path=/trunk/boinc/; revision=14705
2008-02-07 21:17:39 +00:00
Charlie Fenton 7561fa7eea Release BOINC Mac 5.10.40
svn path=/trunk/boinc/; revision=14690
2008-02-06 05:07:32 +00:00
David Anderson 94fdec8b70 - scheduler: send log messages to file, rather than httpd error log,
when using FCGI (from Carl Christensen)

svn path=/trunk/boinc/; revision=14678
2008-02-05 20:16:57 +00:00
Rom Walton 482e36b047 Quick Updates
svn path=/trunk/boinc/; revision=14677
2008-02-05 17:27:03 +00:00
David Anderson d2a0353a00 - manager: fix unix build (new file)
svn path=/trunk/boinc/; revision=14658
2008-01-31 23:43:37 +00:00
David Anderson 5efd1cf38a - graphics API: default max graphics CPU fraction is 0.2
(see accompanying changes in example app;
    app should parse project-specific prefs)

svn path=/trunk/boinc/; revision=14635
2008-01-29 19:51:26 +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
Charlie Fenton 3b3900fe00 Release BOINC Mac 5.10.39
svn path=/trunk/boinc/; revision=14623
2008-01-25 02:04:24 +00:00
David Anderson eb98d630c3 - Manager: make email input field bigger
svn path=/trunk/boinc/; revision=14622
2008-01-24 22:09:09 +00:00
Rom Walton 8636ddd5ec Quick Updates
svn path=/trunk/boinc/; revision=14620
2008-01-24 15:18:14 +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 50151b1886 - scheduler: if get request w/o host ID,
use most recently created host with same domain name,
    IP addr, OS name, and CPU model, if one exists.
    (from Kevin Reed)

svn path=/trunk/boinc/; revision=14597
2008-01-18 20:29:53 +00:00
Charlie Fenton 2fbffe632c Release Mac 5.10.34 to public, 5.10.38 to alpha; fix date on Windows 5.10.38 release
svn path=/trunk/boinc/; revision=14596
2008-01-18 04:04:22 +00:00
Charlie Fenton 79d8c0420f Mac Sandbox: make files in slots and project directories world-readable so Client can read files written by project applications with user and group boinc_project; remove code which makes user boinc_master part of group boinc_project
svn path=/trunk/boinc/; revision=14590
2008-01-18 02:08:25 +00:00
Charlie Fenton caed968f50 Mac Sandbox: make user boinc_master part of group boinc_project.
svn path=/trunk/boinc/; revision=14584
2008-01-17 10:11:30 +00:00
Rom Walton a7e438074f Quick Updates
svn path=/trunk/boinc/; revision=14581
2008-01-16 19:41:49 +00:00
Charlie Fenton 91c1245a58 Update sandbox documentation
svn path=/trunk/boinc/; revision=14567
2008-01-16 11:31:59 +00:00
David Anderson cf4e42b4a3 - client: restore proper sense of --check_all_logins
(should this be set by default?)
- web: removed addslashes() when building language translation arrays.
    These caused 's to be displayed as \' everywhere.
    They may serve some purpose, but I can't think of what it is.
- web: changed max profile image dimensions from 800x600 to 640x480.
    The new profile page puts a column to the right
    of the image, so it shouldn't be quite that wide.

svn path=/trunk/boinc/; revision=14562
2008-01-15 22:22:08 +00:00
Rom Walton 55be45ea40 Quick Updates
svn path=/trunk/boinc/; revision=14556
2008-01-15 18:45:45 +00:00
Rom Walton d7e7cd5134 Quick Updates
svn path=/trunk/boinc/; revision=14555
2008-01-15 18:43:00 +00:00
Frank Thomas f9c5930f95 Various improvements of boincmgr's and boinc_cmd's manual pages.
svn path=/trunk/boinc/; revision=14544
2008-01-13 16:02:24 +00:00
Frank Thomas 422e8000f4 Updated and improved boinc_cmd's manpage.
svn path=/trunk/boinc/; revision=14532
2008-01-11 17:35:38 +00:00
David Anderson fd80e135a0 - client: don't count header in bytes_xferred for file uploads
(this causes confusing output in the Manager,
    bytes xferred greater than file size)
- API and client: make boinc_sleep() work regardless of signals
- some code cleanup in http_curl.C

svn path=/trunk/boinc/; revision=14522
2008-01-10 23:27:42 +00:00
Rom Walton 1d9c8bef2c Quick Updates
svn path=/trunk/boinc/; revision=14514
2008-01-09 18:38:55 +00:00
Rom Walton add45332d8 Quick Updates
svn path=/trunk/boinc/; revision=14512
2008-01-09 17:07:22 +00:00
Rom Walton 1526569843 Quick Updates
svn path=/trunk/boinc/; revision=14511
2008-01-09 17:04:05 +00:00
Charlie Fenton 75a74e4e20 Release Mac BOINC v 5.10.34
svn path=/trunk/boinc/; revision=14492
2008-01-08 08:17:13 +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
Charlie Fenton 28bb2dd4c6 Release Mac version 5.10.33
svn path=/trunk/boinc/; revision=14465
2008-01-04 09:28:28 +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
Charlie Fenton 91b1186dcd Promote BOINC Mac 5.10.32 to public release; deprecate BOINC Mac 5.10.30.
svn path=/trunk/boinc/; revision=14443
2007-12-27 00:47:23 +00:00
David Anderson 724e89ebab - web: if user has profile photo, use it instead of head_20.
svn path=/trunk/boinc/; revision=14438
2007-12-23 23:09:10 +00:00
David Anderson df256f81d0 - doc changes
svn path=/trunk/boinc/; revision=14432
2007-12-21 18:02:14 +00:00
David Anderson 481d5dd45b - compile fixes (remove comma after last element of enum)
svn path=/trunk/boinc/; revision=14430
2007-12-21 16:27:38 +00:00
Charlie Fenton f14c02cd11 Release Mac BOINC 5.10.32
svn path=/trunk/boinc/; revision=14427
2007-12-20 09:34:35 +00:00