Commit Graph

10595 Commits

Author SHA1 Message Date
David Anderson 30ec49bba6 svn path=/trunk/boinc/; revision=13173 2007-07-17 21:12:59 +00:00
David Anderson 2d74b133a1 - scheduler: move startup checks (stop_sched, shmem) inside FCGI loop.
Hopefully this will make it feasible to run scheduler
    even when project is down.
- lib: fix cygwin build error

svn path=/trunk/boinc/; revision=13172
2007-07-17 20:34:37 +00:00
Charlie Fenton 1cb66f1c8b MGR ViewTaskGrid: Force full refresh only if sort order has changed
svn path=/trunk/boinc/; revision=13169
2007-07-17 11:14:03 +00:00
Charlie Fenton 1624e3bd8c Manager: Fixed bug in task grid view: added hidden column COLUMN_RESULTS_INDEX to hold index into results vector.
svn path=/trunk/boinc/; revision=13167
2007-07-17 10:45:29 +00:00
Charlie Fenton 757383393d Add tip about install problems upgrading from version < 5.5.4
svn path=/trunk/boinc/; revision=13166
2007-07-16 23:09:40 +00:00
David Anderson 40cc228523 - Manager: changed wording the "Choose a project" page
of attach wizard.
		At least one person was confused by 'WWW';
		he thought you clicked there to choose project.

svn path=/trunk/boinc/; revision=13163
2007-07-16 20:57:19 +00:00
David Anderson 79adf59f98 - client: if can't write state file, don't immediately exit,
but don't do anything other than handle GUI RPCs.
    After 50 secs, print an "about to exit" message.
    After 60 seconds, exit

svn path=/trunk/boinc/; revision=13162
2007-07-16 20:30:21 +00:00
David Anderson 0a7422f5f7 - Manager: in grid views, don't sort unless needed (from Frank)
- client: show OS name/version in message at startup

svn path=/trunk/boinc/; revision=13161
2007-07-16 18:09:54 +00:00
Matt Lebofsky 260f3bf026 svn path=/trunk/boinc/; revision=13160 2007-07-16 17:41:37 +00:00
Charlie Fenton 9d868cd52d Mac client: always show UNIX error if state file rename fails.
svn path=/trunk/boinc/; revision=13157
2007-07-16 08:59:14 +00:00
David Anderson 32d1665178 - client: print time zone message at startup
- Manager: removed ForceRefresh() calls in grid views;
		reduces CPU usage, still seems to work (from Frank Weiler)

svn path=/trunk/boinc/; revision=13155
2007-07-14 20:04:47 +00:00
David Anderson 2cb1a64fe3 - user web: fix image URL on home page. Fixes #340
svn path=/trunk/boinc/; revision=13154
2007-07-14 19:34:33 +00:00
Rytis Slatkevičius 8ae1777f6f Use web: move named anchor used for "jump to post" feature (fix #323).
svn path=/trunk/boinc/; revision=13153
2007-07-14 18:33:48 +00:00
David Anderson 7951b86c03 - GUI RPC: added "detach_when_done" and "dont_detach_when_done"
project-control options.
    Made these available in boinc_cmd.
    Fixes #335.

svn path=/trunk/boinc/; revision=13152
2007-07-13 21:11:40 +00:00
David Anderson 905910f806 - API: some out-of-mem checks
svn path=/trunk/boinc/; revision=13151
2007-07-13 20:18:46 +00:00
David Anderson 6285969149 - client: if CA bundle file isn't in BOINC directory,
don't tell Curl to look for it there.
        It might be in the default place where Curl looks.

svn path=/trunk/boinc/; revision=13150
2007-07-13 17:25:47 +00:00
David Anderson dc46bdb019 - client simulator: rename "variety" to "monotony",
and redefine it so the range is
    zero (no monotony) to one (maximal monotony)

svn path=/trunk/boinc/; revision=13148
2007-07-12 19:52:58 +00:00
David Anderson a574d16ccd - client simulator: add --line_limit option;
splits up HTML output into multiple fixed-size files

svn path=/trunk/boinc/; revision=13147
2007-07-12 18:38:53 +00:00
David Anderson 4760e6d960 - client simulator: added '--work_fetch_old' option.
If set, the simulator uses an approximation of the old
    work fetch policy, where the client tries to maintain
    an amount of work for each project equal to
    the buffer size times its relative resource share

svn path=/trunk/boinc/; revision=13144
2007-07-11 20:13:53 +00:00
Eric J. Korpela 7451c3c62b Web: result display: Changed text for display of results cancelled by
server (exit_status=-221).


svn path=/trunk/boinc/; revision=13143
2007-07-11 17:14:02 +00:00
David Anderson afe62aeaea - Manager: made some strings translatable
svn path=/trunk/boinc/; revision=13142
2007-07-11 16:26:44 +00:00
Charlie Fenton 6cd9f9bdef Mac Installer: installer creates skins directory; use sh shell instead of csh for scripts; MGR: Check correct menu item in View menu
svn path=/trunk/boinc/; revision=13137
2007-07-11 09:53:17 +00:00
Charlie Fenton 4ac0caead4 Mac Installer: installer creates skins directory if it doesn't already exist.
svn path=/trunk/boinc/; revision=13136
2007-07-11 09:52:05 +00:00
Charlie Fenton 004a727d93 Mac Installer: use sh shell (bash) instead of csh for postinstall and postupgrade scripts.
svn path=/trunk/boinc/; revision=13135
2007-07-11 09:51:41 +00:00
Charlie Fenton 07b026c299 MGR: Check correct menu item in View menu when launching Manager or when returning from Simple View.
svn path=/trunk/boinc/; revision=13134
2007-07-11 09:50:58 +00:00
David Anderson bda30b3065 - added a stats site
- added return value for copy_stream()

svn path=/trunk/boinc/; revision=13133
2007-07-10 23:42:05 +00:00
David Anderson 4f61f60851 - scheduler: FCGI version would crash if stop_sched is set
svn path=/trunk/boinc/; revision=13132
2007-07-10 18:44:58 +00:00
David Anderson b9d7ecdc1a - client: run_if_user_active pref applies to both
network transfers and CPU usage.
    (Note: maybe we should have a separate pref for this).

svn path=/trunk/boinc/; revision=13131
2007-07-10 17:49:51 +00:00
Charlie Fenton 05debbadf4 Mac: log_flags.state_debug prints errno when rename of client_state_next.xml to client_state.xml fails
svn path=/trunk/boinc/; revision=13128
2007-07-10 09:01:07 +00:00
David Anderson 3e340136da - feeder: simplified DB query
- make_project: remove space after URL in schedulers.txt

svn path=/trunk/boinc/; revision=13127
2007-07-09 20:09:49 +00:00
Rom Walton d5abeb9761 - MGR: Workaround a crash issue by only dealing with the frame
pointer if the manager is told to quit by the cc.
        
    clientgui/
        MainDocument.cpp

svn path=/trunk/boinc/; revision=13126
2007-07-09 19:18:13 +00:00
David Anderson a81b825643 - client: add "dont_contact_ref_site" config flag;
suppresses connectivity-testing connections to google.com

svn path=/trunk/boinc/; revision=13125
2007-07-09 16:00:10 +00:00
Rytis Slatkevičius 6e8089b170 Allow users to change signature option when editing posts (close #226).
svn path=/trunk/boinc/; revision=13124
2007-07-08 12:31:13 +00:00
Janus B. Kristensen 9221ee19d4 Fix top_hosts.php
svn path=/trunk/boinc/; revision=13123
2007-07-08 11:57:57 +00:00
Janus B. Kristensen 965e1b1583 Fixed an issue causing people to appear anonymous although they weren't.
svn path=/trunk/boinc/; revision=13122
2007-07-08 11:54:17 +00:00
Rytis Slatkevičius b50174a589 Update Lithuanian translations
svn path=/trunk/boinc/; revision=13121
2007-07-08 11:46:06 +00:00
David Anderson 2ffad3214a another dir_size() fix
svn path=/trunk/boinc/; revision=13120
2007-07-08 04:38:12 +00:00
David Anderson dbd539bc33 fix to dir_size()
svn path=/trunk/boinc/; revision=13119
2007-07-08 04:03:11 +00:00
David Anderson b762522c9e - Client: radically faster (on Win) version of dir_size()
(from John McLeod)

svn path=/trunk/boinc/; revision=13118
2007-07-08 03:30:06 +00:00
David Anderson e38e307d65 - fix to previous checkin
svn path=/trunk/boinc/; revision=13115
2007-07-06 23:09:59 +00:00
David Anderson d07916ca51 - client: change order so that backoff because of no work
happens before server-requested backoff (eliminate double messages)

svn path=/trunk/boinc/; revision=13114
2007-07-06 21:58:32 +00:00
David Anderson 80c7b4aae1 - added sample host-distribution file for HR
svn path=/trunk/boinc/; revision=13113
2007-07-06 18:19:10 +00:00
Rytis Slatkevičius 1d89096c3f Fix #268: use fullpage cache for WAP stats, cache interval USER_PAGE_TTL (default 60 minutes)
svn path=/trunk/boinc/; revision=13111
2007-07-06 17:26:26 +00:00
Rytis Slatkevičius e7f63142cb Display transitioner backlog as 0 if database is empty
svn path=/trunk/boinc/; revision=13110
2007-07-06 17:07:40 +00:00
Rom Walton c877a96b5f - Additional support for VS Express Edition.
clientlib/win/
        boinc_dll.rc

svn path=/trunk/boinc/; revision=13109
2007-07-06 16:45:01 +00:00
David Anderson 797c464b3a - Back end: add a feature for "blackballing" hosts.
To do this, set host.max_results_day to -1.
    If you do this, scheduler requests from that host
    will get an error message, and will otherwise be ignored
    (no jobs in or out, no trickles).
- Scheduler: send_message() should be called ONLY if you're
    not going to call handle_request();
    otherwise we'll write two separate replies.
    To fix this, I added a separate function (send_error_message())
    that can be called within handle_request()
    to deal with error situations.
- Scheduler: moved debug_sched() to main.C
- Scheduler: moved logic to send "delete file" commands
    out of handle_request() into a separate function,
    send_file_deletes() in sched_locality.C.
    Remove #ifdef EINSTEIN_AT_HOMEs; maybe someday another project
    will use locality scheduling!

svn path=/trunk/boinc/; revision=13108
2007-07-06 16:37:00 +00:00
David Anderson 26a1c63b20 - feeder: add debugging feature:
if you send it a USR1 signal, it writes a summary
    of the shmem contents and HR state to the log file

svn path=/trunk/boinc/; revision=13107
2007-07-05 23:06:18 +00:00
Rytis Slatkevičius b04aeea7d6 user web: make sure that all links that have URL_BASE have slashes after it. This makes a slash in the end of URL_BASE definition in project/project.inc no longer necessary.
svn path=/trunk/boinc/; revision=13106
2007-07-05 19:37:33 +00:00
Rom Walton 36a85ccc2a Quick Updates
svn path=/trunk/boinc/; revision=13105
2007-07-05 15:10:30 +00:00
Janus B. Kristensen 67dde5f995 Top hosts translation awareness
svn path=/trunk/boinc/; revision=13104
2007-07-05 11:21:37 +00:00