Bruce Allen
296aaf1b36
Fixed glut detection bug in configure script
...
svn path=/trunk/boinc/; revision=4702
2004-12-02 14:54:00 +00:00
Bruce Allen
94e06bda19
- Modified admin ops pages so that workunit displays transition time,
...
and target_nresults. Results pages displays deadline not received time
for results that are still in progress or were never received.
svn path=/trunk/boinc/; revision=4701
2004-12-02 13:24:02 +00:00
Bruce Allen
b7207a0aa0
Show target nresults and transition time for workunits. Show deadine for results
...
if not yet received (color coded to indicate if in the future or past).
svn path=/trunk/boinc/; revision=4700
2004-12-02 13:18:07 +00:00
Bruce Allen
d46b5a15f0
- Fixed boinc_zip.h so that it works correctly under both C++ and
...
C under both Unix and Win32.
svn path=/trunk/boinc/; revision=4699
2004-12-02 12:40:16 +00:00
Rom Walton
f65beec79c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4698
2004-12-02 08:15:49 +00:00
Rom Walton
d93292b797
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4697
2004-12-02 07:43:47 +00:00
Bruce Allen
6b3b8dc99e
Changes to user-viewable result summary table
...
svn path=/trunk/boinc/; revision=4696
2004-12-01 23:26:48 +00:00
Bruce Allen
159cb1460c
FOr unreturned results, show reporting deadline.
...
Add additional state possibilities.
Explain validate error state.
svn path=/trunk/boinc/; revision=4695
2004-12-01 23:20:12 +00:00
David Anderson
8ffbaf8014
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4694
2004-12-01 22:44:47 +00:00
David Anderson
419fec89b4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4693
2004-12-01 21:02:49 +00:00
David Anderson
134043fec2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4692
2004-12-01 20:56:20 +00:00
David Anderson
c9089ef197
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4691
2004-12-01 05:46:04 +00:00
David Anderson
5132e09199
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4690
2004-12-01 05:03:53 +00:00
Bruce Allen
a1defd1a8c
Forgot to list file modified
...
svn path=/trunk/boinc/; revision=4689
2004-11-30 16:00:14 +00:00
Bruce Allen
5affc00460
- Fixed errors in db_purge. If -max argument >= 1000, then it didn't
...
work because purged_workunits was reset to zero in do_pass(). Also,
max_number_workunits_to_purge was un-initialized if no -max argument
was given. David, please double-check these changes.
svn path=/trunk/boinc/; revision=4688
2004-11-30 15:58:34 +00:00
Bruce Allen
ea71899e7a
Show all possible validate_state possibility on ops result summary page
...
svn path=/trunk/boinc/; revision=4687
2004-11-30 13:49:03 +00:00
Bruce Allen
ad64ab09d4
Show all four possible validate states on ops 'result summary' page.
...
svn path=/trunk/boinc/; revision=4686
2004-11-30 13:46:37 +00:00
David Anderson
9492a0106f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4685
2004-11-30 07:17:05 +00:00
Jeff Cobb
a3e584c717
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4684
2004-11-30 00:50:46 +00:00
Jeff Cobb
8a7deacd34
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4683
2004-11-30 00:28:19 +00:00
Jeff Cobb
9d9cc9669c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4682
2004-11-30 00:08:11 +00:00
David Anderson
92e9c8a6b6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4681
2004-11-29 22:26:34 +00:00
Bruce Allen
ee26ba1d6e
WU delay bound in human-readable form,
...
svn path=/trunk/boinc/; revision=4680
2004-11-29 11:56:25 +00:00
Bruce Allen
14129d4ec8
- Admin database ops page: show all three file delete states, add additional
...
sort options to results page, better internal bug checking on state lists,
move result summary to top of WU detail page, show WU report deadline in
human-readable form, show cross_project_ID in user table.
svn path=/trunk/boinc/; revision=4679
2004-11-29 11:00:49 +00:00
Bruce Allen
2e4b9647ee
Added two items for executables
...
svn path=/trunk/boinc/; revision=4678
2004-11-29 10:48:10 +00:00
Bruce Allen
df0f066a69
file_deleter logs strerror(errno) if unable to remove a result file.
...
svn path=/trunk/boinc/; revision=4677
2004-11-29 09:47:48 +00:00
Bruce Allen
64886ead77
Typo
...
svn path=/trunk/boinc/; revision=4676
2004-11-29 09:27:12 +00:00
Bruce Allen
bdfb8e143f
- Added command-line options -preserve_wu_file and -preserve_result_files
...
to the file deleter. This are useful to implement <no_delete/>
for all input or output files respectively.
- Documented <no_delete/> file tag.
svn path=/trunk/boinc/; revision=4675
2004-11-29 09:23:51 +00:00
Bruce Allen
13a1964bc3
- Sanity check args to parse_str(doc, tag, ...) and return false if !doc, !tag, or !strlen(tag)
...
svn path=/trunk/boinc/; revision=4674
2004-11-28 11:31:54 +00:00
Bruce Allen
2202335042
Fixed a few typos that slipped into Makefile.am (directory names such as unix/ not unix
...
and CVS/)
svn path=/trunk/boinc/; revision=4673
2004-11-27 21:04:36 +00:00
Karl Chen
4c3e7fde1e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4672
2004-11-27 09:57:38 +00:00
Karl Chen
d05f4524f9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4671
2004-11-27 09:51:37 +00:00
Karl Chen
a3b189abc2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4670
2004-11-27 09:43:06 +00:00
Karl Chen
ae7f3bfe1a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4669
2004-11-27 09:43:05 +00:00
Bruce Allen
9a8151dd63
- Added a -dont_update_db command-line option to assimilator.C which prevents it from updating
...
the database, and so is useful for testing.
svn path=/trunk/boinc/; revision=4668
2004-11-26 23:33:11 +00:00
Bruce Allen
c28a5e7170
Added placeholders for user's assimilator and validator into build system
...
svn path=/trunk/boinc/; revision=4667
2004-11-26 21:29:57 +00:00
Bruce Allen
89d87fbd8d
Left unix/ directory out of make dist sources
...
svn path=/trunk/boinc/; revision=4666
2004-11-26 21:21:42 +00:00
Bruce Allen
c2d7965c09
- Fixed autoconf/automake build process so that it works correctly
...
under Mac OSX. Also make dist now works (make distcheck still
broken). Karl, since you were the last
person to fix up this mess, how about taking a look??
svn path=/trunk/boinc/; revision=4665
2004-11-26 17:45:13 +00:00
Bruce Allen
7277d5d0c8
Make URL also a link
...
svn path=/trunk/boinc/; revision=4664
2004-11-26 15:34:47 +00:00
Bruce Allen
a24b14808c
Another file to ignore
...
svn path=/trunk/boinc/; revision=4662
2004-11-26 15:31:00 +00:00
Bruce Allen
d3e9132676
Clarified
...
svn path=/trunk/boinc/; revision=4661
2004-11-26 09:20:20 +00:00
Karl Chen
80d76a0296
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4660
2004-11-25 23:41:26 +00:00
Karl Chen
e2f4af1312
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4659
2004-11-25 23:33:17 +00:00
Bruce Allen
6580d4331c
Cut and pasted from DA email
...
svn path=/trunk/boinc/; revision=4658
2004-11-25 23:07:22 +00:00
Bruce Allen
3fce4ed1e7
.sig not .sit !
...
svn path=/trunk/boinc/; revision=4657
2004-11-25 21:19:01 +00:00
Bruce Allen
a6a4b6d2d7
Updated info
...
svn path=/trunk/boinc/; revision=4656
2004-11-25 21:14:29 +00:00
Bruce Allen
ebf8925fb7
Updated
...
svn path=/trunk/boinc/; revision=4655
2004-11-25 21:10:54 +00:00
David Anderson
f3fb76d593
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4654
2004-11-25 07:58:14 +00:00
David Anderson
da3bffef60
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4653
2004-11-25 07:47:52 +00:00
David Anderson
d75f601efe
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4652
2004-11-25 07:24:35 +00:00