Matt Lebofsky
9d9531a5f4
Bug fixes and added "count" command line option
...
svn path=/trunk/boinc/; revision=15086
2008-04-23 20:59:14 +00:00
Charlie Fenton
cb3911a53a
Work around a bug where Projects Grid View occasionally didn't update when a new selection is made
...
svn path=/trunk/boinc/; revision=15084
2008-04-23 00:43:18 +00:00
Charlie Fenton
a7d815e46e
MGR: disable web buttons if all projects are deselected (part of previous checkin)
...
svn path=/trunk/boinc/; revision=15083
2008-04-22 22:53:24 +00:00
Charlie Fenton
1ac06390ec
Work around a bug where Projects Grid View occasionally didn't update when a new selection is made
...
svn path=/trunk/boinc/; revision=15082
2008-04-22 22:50:25 +00:00
Rom Walton
6338cf72b0
Quick Updates
...
svn path=/trunk/boinc/; revision=15081
2008-04-22 17:47:37 +00:00
Rom Walton
6f2fde9b3c
Quick Updates
...
svn path=/trunk/boinc/; revision=15080
2008-04-22 16:43:55 +00:00
Charlie Fenton
45d271faf1
Release Mac BOINC 6.1.16
...
svn path=/trunk/boinc/; revision=15079
2008-04-22 08:50:37 +00:00
Charlie Fenton
a3547a091e
MGR: fix a compiler warning (size_t is unsigned)
...
svn path=/trunk/boinc/; revision=15077
2008-04-22 08:38:20 +00:00
Frank Thomas
4c5a3e2475
doc/manpages/: Put common entities together in common.ent.
...
svn path=/trunk/boinc/; revision=15075
2008-04-22 08:35:14 +00:00
Charlie Fenton
06efe14423
MGR: fix a compiler warning (size_t is unsigned).
...
svn path=/trunk/boinc/; revision=15074
2008-04-22 08:30:42 +00:00
David Anderson
a454147cbd
- client: fix array size
...
svn path=/trunk/boinc/; revision=15072
2008-04-21 20:22:33 +00:00
Rom Walton
8cabde8a1b
- Tag for 6.1.16 release, all platforms
...
boinc_core_release_6_1_16
/
configure.ac
version.h
svn path=/trunk/boinc/; revision=15071
2008-04-21 17:02:25 +00:00
David Anderson
f66ec3932b
- user web: clear team founder change if requester left team
...
- user web: check for deleted thread in subcription list
- user web: fix founder change link
svn path=/trunk/boinc/; revision=15070
2008-04-21 14:04:01 +00:00
Jens Seidler
f1b6234b07
svn path=/trunk/boinc/; revision=15069
2008-04-18 05:10:56 +00:00
Rom Walton
074c7ef0d5
Quick Updates
...
svn path=/trunk/boinc/; revision=15068
2008-04-17 18:11:47 +00:00
Rom Walton
5a46215511
- MGR: Make help system work again
...
- MGR: Add pre-release to the BOINC Manager title bar and about
dialog if it is a pre-release version of BOINC.
- CLI: Add some pre-release text to the CC startup routine and
suggest they revert back to a released build if they don't
plan on testing the client.
/
version.h
version.h.in
client/
auto_update.C
client_state.C
clientgui/
AdvancedFrame.cpp
DlgAbout.cpp
sg_BoincSimpleGUI.cpp
sg_DlgMessages.cpp
sg_DlgPreferences.cpp
SkinManager.cpp
lib/
common_defs.h
svn path=/trunk/boinc/; revision=15067
2008-04-17 16:18:16 +00:00
David Anderson
fa6d38a51e
- scheduler: fix FCGI compile problem.
...
FCGI can't use libboinc.a; is needs its own specially-compiled
versions of everything in lib/
svn path=/trunk/boinc/; revision=15066
2008-04-17 15:43:51 +00:00
Charlie Fenton
8743712223
Fix is_file() and is_dir() to compile properly on Windows.
...
svn path=/trunk/boinc/; revision=15064
2008-04-16 09:04:12 +00:00
Charlie Fenton
8a3f4dc1e5
Fix is_file() to use S_ISREG() macro; fix is_dir() to use S_ISDIR() macro
...
svn path=/trunk/boinc/; revision=15063
2008-04-16 02:30:11 +00:00
David Anderson
753b20a67f
- client: do the /proc/interrupts stuff (see above)
...
only on Linux-like systems;
use device_idle() only on non-Linux Unix systems
svn path=/trunk/boinc/; revision=15059
2008-04-15 22:42:23 +00:00
Rom Walton
02fdbc87db
Quick Updates
...
svn path=/trunk/boinc/; revision=15058
2008-04-15 19:55:05 +00:00
Jens Seidler
0bb18a9b6c
svn path=/trunk/boinc/; revision=15057
2008-04-15 19:02:35 +00:00
Jens Seidler
b5422c3110
svn path=/trunk/boinc/; revision=15056
2008-04-15 18:57:13 +00:00
Jens Seidler
2bb1c00585
svn path=/trunk/boinc/; revision=15055
2008-04-15 18:39:23 +00:00
Rytis Slatkevičius
0333d3d598
user web: change flush statement to function call in translation system ( fixes #425 ).
...
svn path=/trunk/boinc/; revision=15054
2008-04-15 16:52:23 +00:00
Charlie Fenton
5740168365
API: fix boinc_resolve_filename_s() to handle symlinks the same as boinc_resolve_filename().
...
svn path=/trunk/boinc/; revision=15053
2008-04-15 10:30:06 +00:00
Charlie Fenton
8b64918911
Release Mac BOINC 6.1.15 to alpha test
...
svn path=/trunk/boinc/; revision=15052
2008-04-15 09:57:24 +00:00
Charlie Fenton
99ab42ff4a
Update version number for 6.15. release
...
svn path=/trunk/boinc/; revision=15050
2008-04-15 09:18:10 +00:00
David Anderson
7605eee64a
- client: improved user idle checking on Linux (from Frank Thomas)
...
svn path=/trunk/boinc/; revision=15049
2008-04-14 22:21:02 +00:00
David Anderson
0690e55640
svn path=/trunk/boinc/; revision=15048
2008-04-14 19:12:06 +00:00
Eric J. Korpela
5e058baa54
- Unix init script: modified to make less linux specific.
...
- Does not presume the existence of "pidof" or "runuser".
- If started with an old style Bourne shell, will try to restart
in bash, zsh or ksh.
- Starts with no parameters by default.
- Logs stdout and stderr to /var/log/boinc_client.log and
/var/log/boinc_client_err.log by default.
- With appropriate "boinc-client.conf", the script can be run by
a non-root user.
- More changes are likely to be required.
svn path=/trunk/boinc/; revision=15047
2008-04-14 17:01:37 +00:00
David Anderson
f607735e6f
- manager: fix menu appearance
...
svn path=/trunk/boinc/; revision=15046
2008-04-14 15:38:17 +00:00
Charlie Fenton
19e98bfff5
Minor documentation update
...
svn path=/trunk/boinc/; revision=15045
2008-04-14 09:37:19 +00:00
Charlie Fenton
4cfdf581f8
Fix is_symlink() to use S_ISLNK() macro
...
svn path=/trunk/boinc/; revision=15044
2008-04-14 09:15:01 +00:00
David Anderson
ff70bf259e
- client: use symlinks only if project has <use_symlinks/> element.
...
- API: fixed boinc_resolve_filename() bug: didn't work right for symlinks
svn path=/trunk/boinc/; revision=15043
2008-04-14 04:04:45 +00:00
Rom Walton
ea2efb31b5
- BLD: Update confgiure.ac to require libcurl 7.17.1.
...
/
configure.ac
svn path=/trunk/boinc/; revision=15042
2008-04-11 16:21:02 +00:00
Rom Walton
8d125c646a
Quick Updates
...
svn path=/trunk/boinc/; revision=15041
2008-04-10 22:21:46 +00:00
Rom Walton
3589108617
Quick Updates
...
svn path=/trunk/boinc/; revision=15040
2008-04-10 22:19:27 +00:00
Rom Walton
c8bea1f7bd
- LIB: Fix build break on Linux compat VM.
...
lib/
util.C
svn path=/trunk/boinc/; revision=15038
2008-04-10 16:42:09 +00:00
Rom Walton
19655ca203
- WINSETUP: Don't check for SP4 against Win9X.
...
win_build/installerv2/
BOINC.ism
svn path=/trunk/boinc/; revision=15037
2008-04-10 16:37:54 +00:00
Rom Walton
c969d98c29
- DIAG: Make sure that if the symstore isn't defined at all, don't
...
construct the symstore search path.
lib/
stackwalker_win.cpp
svn path=/trunk/boinc/; revision=15035
2008-04-09 19:08:16 +00:00
Charlie Fenton
9836b1a07e
Release Mac BOINC 6.1.14
...
svn path=/trunk/boinc/; revision=15033
2008-04-08 23:39:58 +00:00
Rom Walton
38454e8cc3
Quick Updates
...
svn path=/trunk/boinc/; revision=15032
2008-04-08 18:15:54 +00:00
Rom Walton
71ddc50a70
Quick Updates
...
svn path=/trunk/boinc/; revision=15031
2008-04-08 16:36:16 +00:00
Charlie Fenton
f29f0be468
Documentation update.
...
svn path=/trunk/boinc/; revision=15030
2008-04-08 02:33:37 +00:00
Rom Walton
e171c851b8
- Tag for 6.1.14 release, all platforms
...
boinc_core_release_6_1_14
/
configure.ac
version.h
svn path=/trunk/boinc/; revision=15028
2008-04-07 18:52:45 +00:00
David Anderson
fe75c574a9
- client: send client_cap_plan_class as <x>1</x> rather than <x/>
...
in scheduler request; the latter breaks older schedulers.
- old parse code: make skip_unexpected() work with <x/>
svn path=/trunk/boinc/; revision=15027
2008-04-07 16:04:02 +00:00
Rom Walton
bbace695cb
- Tag for 6.1.13 release, all platforms
...
boinc_core_release_6_1_13
/
configure.ac
version.h
svn path=/trunk/boinc/; revision=15025
2008-04-07 15:50:23 +00:00
Charlie Fenton
62722370a8
GUI: Disable Show Graphics button if any selected task is suspended for any reason
...
svn path=/trunk/boinc/; revision=15024
2008-04-07 09:31:15 +00:00
Charlie Fenton
e949c3cd41
Mac: Fix new backtrace code for x86_64 Client and project applications
...
svn path=/trunk/boinc/; revision=15023
2008-04-07 08:00:38 +00:00