Charlie Fenton
7ba5ea88b2
MGR: Save & restore separate size info for project, task property dialogs; save positions on Mac
...
svn path=/trunk/boinc/; revision=20775
2010-03-03 01:47:41 +00:00
David Anderson
87a8fb1aee
- client: generalize the GUI RPC mechanism to access via HTTP.
...
The handler checks for POST headers,
and if present adds a reply header.
Also: remove the restriction that request messages
must be read in their entirety on the first recv().
I'm testing this using javascript's XMLHttpRequest.
It's not completely working;
the browser sends an OPTIONS request, then sends a POST.
The BOINC client parses and replies to these,
but for some reason the browser doesn't seem to be
parsing the POST reply.
svn path=/trunk/boinc/; revision=20774
2010-03-02 22:52:22 +00:00
David Anderson
fe67e7c4e9
- add remote job submission system (from Toni Giorgino)
...
svn path=/trunk/boinc/; revision=20773
2010-03-02 19:39:40 +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
Rom Walton
4f2c78d4e9
- client: Add missing European SKUs to the host detection code.
...
(from: Robert Kreß)
client/
hostinfo_win.cpp
svn path=/trunk/boinc/; revision=20771
2010-03-02 18:04:27 +00:00
Charlie Fenton
f2f7983200
Fix typo in checkin notes
...
svn path=/trunk/boinc/; revision=20770
2010-03-02 13:25:23 +00:00
Charlie Fenton
4a2bc02de8
Fix typo in checkin notes
...
svn path=/trunk/boinc/; revision=20769
2010-03-02 13:25:02 +00:00
Charlie Fenton
0d7783178f
MGR: Keep getting messages even if the Event Log is not open fo prevent loss of data
...
svn path=/trunk/boinc/; revision=20768
2010-03-02 13:24:22 +00:00
Charlie Fenton
bf7b3e552b
MGR: Fix more Event Log bugs
...
svn path=/trunk/boinc/; revision=20767
2010-03-02 13:09:06 +00:00
Charlie Fenton
7c4d87d486
Release Mac BOINC 6.10.36 to alpha test
...
svn path=/trunk/boinc/; revision=20766
2010-03-02 02:22:12 +00:00
David Anderson
2a12a8fb8b
- client: if suspending apps because of CPU benchmarks,
...
leave them in memory
svn path=/trunk/boinc/; revision=20765
2010-03-02 01:24:03 +00:00
Rom Walton
2a5248cf39
- client: Improve error checking with CPU detection features.
...
- lib: cleanup some warnings.
client/
hostinfo_win.cpp
lib/
str_util.h
svn path=/trunk/boinc/; revision=20764
2010-03-02 00:21:40 +00:00
David Anderson
9020d0b715
- server: if MySQL version is 5.0.19 <= v < 5.1,
...
set the reconnect option before real_connect() instead of after.
From Oliver Bock.
svn path=/trunk/boinc/; revision=20763
2010-03-01 19:12:19 +00:00
Rom Walton
1b91ec8720
Quick Updates
...
svn path=/trunk/boinc/; revision=20762
2010-03-01 17:53:48 +00:00
David Anderson
0a9f5d1433
- client: fix bug that interfered with work fetch
...
for particular resources in anonymous platform case.
svn path=/trunk/boinc/; revision=20755
2010-03-01 04:35:39 +00:00
BOINC Translator
314a0ea4c2
Update Translations
...
svn path=/trunk/boinc/; revision=20754
2010-02-28 13:00:08 +00:00
David Anderson
b7d48765a8
- client: if have coproc jobs but coproc is missing,
...
skip those jobs in RR sim.
Otherwise we add stuff to uninitialized data structures,
and a crash can result.
- client: initialize the above data structures anyway
svn path=/trunk/boinc/; revision=20753
2010-02-28 04:32:10 +00:00
BOINC Translator
df7f9d884b
Update Translations
...
svn path=/trunk/boinc/; revision=20752
2010-02-27 14:00:10 +00:00
BOINC Translator
44a21de1d9
Update Translations
...
svn path=/trunk/boinc/; revision=20751
2010-02-27 11:00:03 +00:00
David Anderson
dc0b76494c
- client: if suspend a file xfer, set upload_offset to -1;
...
that way it will query server for file length when it resumes,
rather than uploading from the beginning
- client: back out SEH handling for GPU detection
svn path=/trunk/boinc/; revision=20750
2010-02-27 01:04:14 +00:00
David Anderson
f82216e203
- scheduler: add plan class "cuda_fermi":
...
requires CUDA 2.3 and compute capability 2.0+
svn path=/trunk/boinc/; revision=20748
2010-02-26 23:45:12 +00:00
David Anderson
09b0a9f93c
- admin web: reorganize main page;
...
add "transition all" command
svn path=/trunk/boinc/; revision=20745
2010-02-26 21:34:20 +00:00
Rom Walton
04b6570f96
- client: Add SEH handlers around the Nvidia and ATI detection
...
routines. Take care of situations where something within
the vendors functions cause a crash.
client/
coproc_detect.cpp
svn path=/trunk/boinc/; revision=20744
2010-02-26 18:03:39 +00:00
David Anderson
263720bd0e
svn path=/trunk/boinc/; revision=20743
2010-02-26 16:41:30 +00:00
BOINC Translator
60d518f200
Update Translations
...
svn path=/trunk/boinc/; revision=20742
2010-02-26 16:00:02 +00:00
Charlie Fenton
a40f1516a7
MGR: Add to Event Log filtering by project, gray & white alternating backgrounds, dimming when connection lost
...
svn path=/trunk/boinc/; revision=20741
2010-02-26 12:32:38 +00:00
Charlie Fenton
a3082cb2e0
Release BOINC Mac 6.10.35 to alpha test
...
svn path=/trunk/boinc/; revision=20740
2010-02-26 09:48:36 +00:00
Charlie Fenton
804be2ad2a
MGR: Save and restore height and width of Properties dialog; fix comments
...
svn path=/trunk/boinc/; revision=20738
2010-02-26 09:18:53 +00:00
David Anderson
a11e452c31
svn path=/trunk/boinc/; revision=20737
2010-02-26 00:30:09 +00:00
Rom Walton
6fe1c90c75
Quick Updates
...
svn path=/trunk/boinc/; revision=20735
2010-02-25 18:03:46 +00:00
David Anderson
811c61e79a
svn path=/trunk/boinc/; revision=20734
2010-02-25 17:51:41 +00:00
Rom Walton
24f49eac73
- WIN: Add some missing CPU features to the feature list
...
- WIN: Make sure the Brand string for a CPU is printable. Older Intel
processors have some control characters.
client/
hostinfo_win.cpp
svn path=/trunk/boinc/; revision=20729
2010-02-25 15:48:54 +00:00
Charlie Fenton
16e1ca0485
MGR: Fix Advanced Dialog sizer bug on Mac, make it no longer resizeable by user.
...
svn path=/trunk/boinc/; revision=20727
2010-02-25 09:48:57 +00:00
BOINC Translator
13513e3e24
Update Translations
...
svn path=/trunk/boinc/; revision=20726
2010-02-24 22:00:02 +00:00
BOINC Translator
fec4adbc5d
Commit from BOINC Translation Services by user LocutusOfBorg. 683 of 918 messages translated (39 fuzzy).
...
svn path=/trunk/boinc/; revision=20725
2010-02-24 20:41:05 +00:00
BOINC Translator
79ffa3ed46
Commit from BOINC Translation Services by user LocutusOfBorg. 683 of 918 messages translated (38 fuzzy).
...
svn path=/trunk/boinc/; revision=20724
2010-02-24 20:35:49 +00:00
BOINC Translator
ecd6eda8f0
Update Translations
...
svn path=/trunk/boinc/; revision=20723
2010-02-24 17:00:02 +00:00
BOINC Translator
79c08c8ed1
Update Translations
...
svn path=/trunk/boinc/; revision=20722
2010-02-24 16:00:03 +00:00
BOINC Translator
61e65510b1
Update Translations
...
svn path=/trunk/boinc/; revision=20721
2010-02-24 15:00:03 +00:00
Charlie Fenton
f1336e5ed9
Correct Mac 6.10.34 release date
...
svn path=/trunk/boinc/; revision=20720
2010-02-24 09:56:11 +00:00
Charlie Fenton
07fd8f59ce
Release BOINC Mac 6.10.34 to alpha test
...
svn path=/trunk/boinc/; revision=20717
2010-02-24 09:33:27 +00:00
BOINC Translator
013d143708
Update Translations
...
svn path=/trunk/boinc/; revision=20716
2010-02-24 09:00:06 +00:00
BOINC Translator
82cca30cb1
Update Translations
...
svn path=/trunk/boinc/; revision=20715
2010-02-24 08:00:02 +00:00
BOINC Translator
6800bbe062
Update Translations
...
svn path=/trunk/boinc/; revision=20714
2010-02-24 07:00:02 +00:00
David Anderson
6214524fbe
- web: translation typo
...
svn path=/trunk/boinc/; revision=20712
2010-02-23 22:09:11 +00:00
Rom Walton
a7930c58ed
Quick Updates
...
svn path=/trunk/boinc/; revision=20709
2010-02-23 18:41:46 +00:00
BOINC Translator
979b2aa628
Update Translations
...
svn path=/trunk/boinc/; revision=20707
2010-02-23 15:00:02 +00:00
BOINC Translator
eca77d8f23
Update Translations
...
svn path=/trunk/boinc/; revision=20706
2010-02-23 13:00:06 +00:00
BOINC Translator
7e4beb949e
Update Translations
...
svn path=/trunk/boinc/; revision=20705
2010-02-23 12:00:02 +00:00
Rom Walton
a5bbf07ccc
- client: Add a function to the client software to be able to detect
...
the number of bytes sent and received across all non-loopback
interfaces.
client/
hostinfo_win.cpp
svn path=/trunk/boinc/; revision=20704
2010-02-23 05:13:54 +00:00