David Anderson
2be6f8e53a
- Client: add <run_apps_manually> config flag.
...
This is for debugging apps (currently works only in Unix).
What it does: when running an app,
the client does everything except actually fork/exec the app,
i.e. it sets up the slot dir, creates shared mem segment etc.
It then continues as if the app were actually running,
and you can then manually run your app under a debugger
in the slot directory.
Note: the client won't notice the termination of your app.
- API, Unix: in situations where the timer thread wants to exit
(e.g. it notices a missing heartbeat).
don't directly call boinc_exit(),
since this touches data structures that the worker thread
may be using concurrently.
Instead, set a flag telling the worker thread to call boinc_exit()
(which it will do from its signal handler)
This is an attempt to fix problems reported by Bernd;
I haven't tested it.
- scheduler: add config flag for uploading usage data
- web: show account key and weak account key on user page
- added some code for multithread support (not finished)
api/
boinc_api.C
svn path=/trunk/boinc/; revision=14542
2008-01-13 00:12:14 +00:00
David Anderson
74c2782624
- API: code cleanup
...
removed references to "graphics thread"
removed HANDLE timer_quit_event
removed enable_heartbeat/disable_heartbeat messages
(not sure what the ideas was, but no longer exists)
removed heartbeat_active flag (use options.check_heartbeat instead)
read heartbeat-channel messages even if heartbeat disabled
(since we use that channel for WSS messages too)
- client: remove ACTIVE_TASK::thread_handle (not used)
svn path=/trunk/boinc/; revision=14323
2007-11-29 19:48:04 +00:00
Frank Thomas
fbcfeaf456
- Removed the svn:executable property from files that should not be executable,
...
like source code and text files. I skipped to check most files in html/
and mac_*/ though.
- Added svn:executable to tools/watch_tcp because it has a shebang.
svn path=/trunk/boinc/; revision=13819
2007-10-10 09:25:40 +00:00
Frank Thomas
3bfc78b511
Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
...
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
David Anderson
984c5a635e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11702
2006-12-19 22:52:58 +00:00
David Anderson
3d43d682bf
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11640
2006-12-09 00:10:53 +00:00
David Anderson
ecc969a351
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11558
2006-11-21 00:45:22 +00:00
David Anderson
7ce1144b73
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11076
2006-09-01 21:06:30 +00:00
David Anderson
986e2e5047
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10665
2006-07-18 01:46:55 +00:00
Rom Walton
00256701b8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10660
2006-07-17 22:29:02 +00:00
Rom Walton
626ac2cc5e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10658
2006-07-17 22:11:59 +00:00
Rom Walton
2fd44af4b5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10657
2006-07-17 21:06:56 +00:00
Rom Walton
85e5b1e702
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10656
2006-07-17 20:02:12 +00:00
David Anderson
15fa53c622
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10514
2006-06-26 17:09:23 +00:00
David Anderson
d1caa3b689
pass rsc_fpops_est to app
...
svn path=/trunk/boinc/; revision=10276
2006-06-09 02:33:00 +00:00
David Anderson
7f563832b0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10214
2006-05-28 14:45:29 +00:00
David Anderson
85be4593fa
symstore support
...
svn path=/trunk/boinc/; revision=10174
2006-05-22 09:54:31 +00:00
David Anderson
270c583dcf
app version in window title
...
svn path=/trunk/boinc/; revision=8663
2005-10-12 18:40:53 +00:00
David Anderson
99c9679b63
versions are major/minor/release
...
svn path=/trunk/boinc/; revision=7614
2005-08-31 00:18:36 +00:00
David Anderson
0d4fae3a35
boinc_not_using_cpu() API
...
svn path=/trunk/boinc/; revision=7410
2005-08-17 21:05:26 +00:00
Rom Walton
5ab65d0173
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6360
2005-06-16 01:59:33 +00:00
David Anderson
279c95f246
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6351
2005-06-15 19:27:09 +00:00
David Anderson
64b871f819
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5962
2005-04-28 23:19:58 +00:00
David Anderson
8d0ab453b3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5443
2005-02-16 23:17:43 +00:00
David Anderson
0b495765c4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5427
2005-02-15 06:32:43 +00:00
David Anderson
435f8edd47
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
Rom Walton
17594cc118
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4581
2004-11-17 20:06:44 +00:00
David Anderson
52da590b2d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4580
2004-11-17 19:19:26 +00:00
Rom Walton
68586de632
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4577
2004-11-17 09:27:06 +00:00
David Anderson
37adf79297
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4328
2004-10-14 22:01:05 +00:00
David Anderson
62c59a93cd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4316
2004-10-11 23:57:07 +00:00
David Anderson
12887b134d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4295
2004-10-06 19:09:37 +00:00
David Anderson
75fb68e02d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4199
2004-09-14 21:29:52 +00:00
David Anderson
51fda40804
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4188
2004-09-13 05:27:28 +00:00
David Anderson
071700b245
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4129
2004-08-31 21:20:31 +00:00
David Anderson
8106bd51b0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4128
2004-08-31 21:02:17 +00:00
David Anderson
4edd964b93
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4095
2004-08-23 22:06:48 +00:00
David Anderson
4c60408871
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4043
2004-08-11 12:15:31 +00:00
David Anderson
a1cf7ff401
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3965
2004-08-03 09:50:24 +00:00
David Anderson
088cf484ca
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3812
2004-07-08 03:38:52 +00:00
David Anderson
51c9e7fc33
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3747
2004-07-02 05:06:30 +00:00
David Anderson
7c2bed2ee3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3712
2004-06-29 04:34:55 +00:00
David Anderson
a74eae9c2d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3711
2004-06-29 01:15:51 +00:00
David Anderson
612a2922af
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3641
2004-06-17 21:37:59 +00:00
David Anderson
a8b14e4fd5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3608
2004-06-16 19:21:11 +00:00
Karl Chen
c503480d6b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3597
2004-06-16 10:01:28 +00:00
David Anderson
c0a55a605e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3425
2004-05-24 04:03:34 +00:00
David Anderson
ef782b7cd0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3296
2004-04-23 23:01:04 +00:00
David Anderson
b776bdc13f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3295
2004-04-23 22:51:28 +00:00
David Anderson
561afe08e4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3292
2004-04-23 00:05:16 +00:00