Open-source software for volunteer computing and grid computing.
Go to file
David Anderson dc2ecf6837 web: server status fix
remote_server_status.php (script for seeing if remote daemons are running)
did this by ps -C command,
and seeing if the last line of the output contained the command.
This didn't work for SETI@home, because the daemons are symbolic links in bin/.
The command that ps knows about is the file name after resolving the link.
This generally doesn't contain the original command name,
so it would look like no remote daemons are running.

Fix: look up the PID (in pid_host/xxx.pid) and use "ps PID".
This also correctly distinguishes between daemons
that use the same program on the same host.
2014-12-01 12:16:31 -08:00
android android: Set the minSdkVersion to 16 (Android 4.1) and add the position-independent-executable flags for native code build scripts. 2014-11-19 19:34:54 -05:00
api API: fix bug where app doesn't exit if client dies while app in critical section 2014-10-31 10:37:56 -07:00
apps
client client: fix compile warnings and errors. 2014-11-25 22:15:56 -08:00
clientctrl
clientgui MGR: On connecting to the CC, check to see if we have any simple attach cookies. If found we should launch the attach wizard to attach to the project. 2014-12-01 13:20:55 -05:00
clientscr
clienttray
coprocs/NVIDIA
curl
db server: add indices for user_submit, user_submit_app tables 2014-10-08 12:13:36 -07:00
dcapi
doc DOC: Update development version for Android 2014-11-26 14:28:10 -05:00
html web: server status fix 2014-12-01 12:16:31 -08:00
lib client: get static host info items only on startup 2014-11-25 14:46:58 -08:00
locale
m4
mac_build MGR: Updates to Advanced Prefs dialog: 2014-11-25 03:24:07 -08:00
mac_installer Mac installer: add info on how to find and install pre-6.5 CUDA drivers. 2014-10-29 01:19:28 -07:00
packages
py server_status.php: attempts at making it work across hosts 2014-11-01 22:56:47 -07:00
rboinc
samples VBOX: Make the vboxmanage interface work on Windows again. 2014-11-23 23:22:57 -05:00
sched scheduler: fix crash due to uninitialized var 2014-11-25 22:44:11 -08:00
stripchart
test
tools update_versions: fix bug related to MYSQLI changes 2014-09-28 01:47:59 -07:00
vda
win_build MGR: Add new DlgExclusiveApps.cpp,.h to Windows project. 2014-11-25 19:02:45 -08:00
xcompile
zip
.gitattributes
.gitignore
.vimrc
COPYING
COPYING.LESSER
COPYRIGHT
INSTALL
Makefile.am
Makefile.incl
TODO_OLD
_autosetup
bolt_checkin_notes.txt
build_pos
checkin_notes
checkin_notes_2002
checkin_notes_2003
checkin_notes_2004
checkin_notes_2005
checkin_notes_2006
checkin_notes_2007
checkin_notes_2008
checkin_notes_2009
checkin_notes_2010
checkin_notes_2011
checkin_notes_2012
checkin_notes_samples
configure.ac BUILD: Update vboxwrappers version to 26151. 2014-11-23 23:25:07 -05:00
find-working-cvs
generate_svn_version.sh
gitlog2boinclog.sh
notes
project_specific_defines.h
set-version
testbase
todo
version.h BUILD: Update vboxwrappers version to 26151. 2014-11-23 23:25:07 -05:00
version.h.in
version.log