Commit Graph

1095 Commits

Author SHA1 Message Date
David Anderson 9798e714c7 GUI RPC port specification
svn path=/trunk/boinc/; revision=9061
2005-12-13 08:04:57 +00:00
David Anderson 877f39921f *** empty log message ***
svn path=/trunk/boinc/; revision=9048
2005-12-06 23:00:44 +00:00
Eric J. Korpela c166c6beab Minor mods to allow BOINC apps to be compiled under Windows using Dev-C++
with MinGW

svn path=/trunk/boinc/; revision=9013
2005-12-01 00:25:21 +00:00
David Anderson 413c161c36 *** empty log message ***
svn path=/trunk/boinc/; revision=9012
2005-11-30 22:52:23 +00:00
Bruce Allen 8af54553ec Bug fix (from Walt Gribben). Don't allow the min free space
preference to be less than 1MB.

svn path=/trunk/boinc/; revision=8981
2005-11-29 06:34:48 +00:00
Bruce Allen 562a8a3ea0 Typo
svn path=/trunk/boinc/; revision=8955
2005-11-26 12:39:37 +00:00
Bruce Allen 7f2d5cfa06 Sched fix from Walt Gribben: have scheduler defaults for disk
space prefs agree with web page.  Bruce's note: this may require
further fixes for two cases.  First, if the project prefs are
not the same as BOINC defaults.  Second, if the user doesn't want
BOINC to leave any disk space free and on their web preference page
sets 'leave X bytes free' to zero, then this patch will assume they
mean 100MB.  But I'm still applying the patch 'cause Walt says that
this is keeping lots of new users from getting work.

svn path=/trunk/boinc/; revision=8954
2005-11-26 12:35:28 +00:00
Eric J. Korpela d9ee426071 Added explicit includes of "config.h" in many files to enable use of compilers
without a -include command line option.

svn path=/trunk/boinc/; revision=8896
2005-11-21 18:34:44 +00:00
David Anderson 150650079f version number printing
svn path=/trunk/boinc/; revision=8880
2005-11-19 19:49:46 +00:00
David Anderson 15f3f6edce *** empty log message ***
svn path=/trunk/boinc/; revision=8839
2005-11-10 06:06:11 +00:00
David Anderson a40fb4ca57 include integer ops in benchmark API
svn path=/trunk/boinc/; revision=8796
2005-11-03 05:31:21 +00:00
David Anderson 0733150680 credit scaling
svn path=/trunk/boinc/; revision=8783
2005-11-01 19:46:46 +00:00
David Anderson 9e318ef772 *** empty log message ***
svn path=/trunk/boinc/; revision=8781
2005-11-01 04:19:10 +00:00
Reinhard Prix 1c46742951 fixed typo to allow compiling.
svn path=/trunk/boinc/; revision=8763
2005-10-28 14:32:40 +00:00
David Anderson fffc74af1f security, fpops_cumulative fixes
svn path=/trunk/boinc/; revision=8761
2005-10-28 06:26:58 +00:00
David Anderson 1f963d4203 server security fix
svn path=/trunk/boinc/; revision=8748
2005-10-26 06:29:35 +00:00
David Anderson f8776ebd8c fix warnings
svn path=/trunk/boinc/; revision=8739
2005-10-23 07:19:03 +00:00
Bruce Allen 4377095db0 Typo
svn path=/trunk/boinc/; revision=8698
2005-10-18 04:12:14 +00:00
Bruce Allen fec9e8d5fa Feeder: removed historical defines for PID file and lockfile.
Trigger file to re-read database is now reread_db in the project
root direcory, consistent with other BOINC trigger files, rather
than in the tmp_project_name subdirectory.
Log detection/removal of trigger file.

svn path=/trunk/boinc/; revision=8696
2005-10-18 04:08:12 +00:00
David Anderson eb55f8944f back out backoff change
svn path=/trunk/boinc/; revision=8675
2005-10-14 04:41:53 +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 7114c0459f *** empty log message ***
svn path=/trunk/boinc/; revision=8613
2005-10-10 03:21:52 +00:00
David Anderson 6f6f65e52c *** empty log message ***
svn path=/trunk/boinc/; revision=8564
2005-10-09 05:53:35 +00:00
David Anderson 4bc558ffc8 disk usage fixes
svn path=/trunk/boinc/; revision=8442
2005-10-04 21:44:58 +00:00
Bruce Allen c2d2ee6e3c file_upload_handler: fix broken print statement format
and don't generate an error when parsing client version
release.  Karl, I think the broken print statement
was introduced between rev 1.41 and rev 1.42.

svn path=/trunk/boinc/; revision=8439
2005-10-04 18:30:49 +00:00
Reinhard Prix 38ac7136a9 correct 'return'.
svn path=/trunk/boinc/; revision=8365
2005-09-30 13:04:40 +00:00
Reinhard Prix 6b101e5e31 "everything that can go wrong, WILL go wrong!"
svn path=/trunk/boinc/; revision=8364
2005-09-30 12:54:12 +00:00
Reinhard Prix c8d09966cf Install header-files necessary for building workunit-generator externally linked to BOINC.
svn path=/trunk/boinc/; revision=8313
2005-09-29 11:56:28 +00:00
David Anderson 941d7e21d8 fix DEBUG symbol collision
svn path=/trunk/boinc/; revision=8189
2005-09-26 23:28:48 +00:00
Jeff Cobb 5218ad9bdf Jeff - pull out old hier dir/url hash function
svn path=/trunk/boinc/; revision=8163
2005-09-23 21:09:00 +00:00
David Anderson 20dcd8ae39 fix "no new work" bug
svn path=/trunk/boinc/; revision=8136
2005-09-22 00:15:43 +00:00
Bruce Allen 5a931c2612 Scheduler: when host does not have enough memory, message to this effect
now contains information about how many more bytes of memory are needed.

svn path=/trunk/boinc/; revision=8034
2005-09-16 10:15:31 +00:00
Bruce Allen 5e7c9472ae poor programming practice
svn path=/trunk/boinc/; revision=8029
2005-09-15 15:15:07 +00:00
Bruce Allen a6bf4fc4d3 - Backend: To prevent possible namespace confusion in the future, changed the
name of elapsed_time() to elapsed_wallclock_time().
- Backend logging statements on exit() which echo elapsed run time to logs now
      do this with much higher printed precision.
- Backend logging, separate scheduler requests with an almost blank line

svn path=/trunk/boinc/; revision=8027
2005-09-15 15:07:41 +00:00
Bruce Allen d20a23d0bc Bump delay time up to nearest second in case clocks at client end have
low resolution.

svn path=/trunk/boinc/; revision=8000
2005-09-13 13:36:11 +00:00
Bruce Allen eaa0ddead1 Scheduler: if admin has set min_sendwork_interval in config file, then
include a delay request at least this big in EVERY sched reply.  Else
if the hardwired standard delay in the client is smaller than
min_sendwork_interval, the client will keep getting connections
refused at the server side.  David, please give this a glance.

svn path=/trunk/boinc/; revision=7999
2005-09-13 13:25:01 +00:00
Bruce Allen 8b0568d86a Add BOINC_RCSID_ tags to those .C, .c and .cpp files that don't yet have
them.

svn path=/trunk/boinc/; revision=7985
2005-09-13 09:01:56 +00:00
Bruce Allen 266fd12617 Scheduler: when resending 'lost' or 'ghost' WU, don't count this against
the daily result quota for the host.

svn path=/trunk/boinc/; revision=7983
2005-09-12 23:49:16 +00:00
Bruce Allen dd0e9f6a71 Transitioner was doing incorrect accounting for OVER results.
svn path=/trunk/boinc/; revision=7971
2005-09-11 10:33:47 +00:00
David Anderson a3c7b0e0fb *** empty log message ***
svn path=/trunk/boinc/; revision=7966
2005-09-11 00:08:21 +00:00
David Anderson 98e6124369 fix validator/transitioner race
svn path=/trunk/boinc/; revision=7963
2005-09-10 06:09:55 +00:00
David Anderson c1a29fe26a show app versions as single ints
svn path=/trunk/boinc/; revision=7734
2005-09-02 20:37:26 +00:00
David Anderson e3e70b9eb4 quorum size doesn't depend on nresults
svn path=/trunk/boinc/; revision=7710
2005-09-01 17:28:29 +00:00
David Anderson 99c9679b63 versions are major/minor/release
svn path=/trunk/boinc/; revision=7614
2005-08-31 00:18:36 +00:00
Jeff Cobb 52d8090ee4 *** empty log message ***
svn path=/trunk/boinc/; revision=7536
2005-08-27 15:13:53 +00:00
David Anderson 5cf2cb09b9 *** empty log message ***
svn path=/trunk/boinc/; revision=7535
2005-08-26 22:48:32 +00:00
David Anderson 8a5f66a616 *** empty log message ***
svn path=/trunk/boinc/; revision=7534
2005-08-26 22:47:29 +00:00
David Anderson 8a72aef655 remove email munge code
svn path=/trunk/boinc/; revision=7518
2005-08-26 22:26:26 +00:00
David Anderson 041b6f24c6 *** empty log message ***
svn path=/trunk/boinc/; revision=7492
2005-08-25 23:07:58 +00:00
Jeff Cobb b2ca67a47b *** empty log message ***
svn path=/trunk/boinc/; revision=7478
2005-08-24 21:55:37 +00:00