Commit Graph

23 Commits

Author SHA1 Message Date
David Anderson 45f04aa04b - back end: make it possible to run multiple instances of make_work,
for WUs of different applications
    (need to count unsent results separately by app)
- feeder: major code cleanup
    - application interleaving (for -allapps) is now done
        by building a static slot-to-app array "app_indices".
        Fractional weights now work correctly.
    - enum sizes (for -allapps) are now precomputed
        in an array "enum_sizes"
    - rename "found" (confusing!!) to "collision"
    - swapped the names of mod_select_clause and select_clause,
        to reflect what they actually are
- file deleter: in finding oldest WU, order by id instead of create_time
    (there's no index on create_time)
- user web: show "merge by name" only to host owner
- add cpu_scheduler_period() member to GLOBAL_PREFS
    (so you don't have to multiply by 60 everywhere)
- infinite() fix for HPUX

client/
    cpu_sched.C
    cs_cmdline.C
    cs_scheduler.C
    rrsim_test.C
    sim.C
    work_fetch.C
html/user/
    hosts_user.php
lib/
    parse.h
    prefs.h
sched/
    feeder.C
    file_deleter.C
    make_work.C
    sample_work_generator.C
    sched_util.C,h
tools/
    updater.C

svn path=/trunk/boinc/; revision=12968
2007-06-20 16:27:27 +00:00
David Anderson f2fd5da3ff - user web: added new feature to merge hosts by name.
This is handy if you have a lot of hosts,
    and every now and then they get a new host ID
    (e.g. because you delete and reinstall BOINC).
    You can now merge all of them with a single click.
    
html/
    inc/
        host.inc
    user/
        host_edit_action.php
        merge_by_name.php (new)
        hosts_user.php

svn path=/trunk/boinc/; revision=12785
2007-05-30 20:30:28 +00:00
Bruce Allen d2d37b536c User web page to show hosts: check all GET[] values to
be sure they are legal/allowed.

svn path=/trunk/boinc/; revision=9570
2006-02-27 20:49:22 +00:00
Bruce Allen 5559f64ce1 - User web pages. Make RSS feed type application/xml rather than text/xml.
Make RSS feed link permanent guid rather than temporary.
- Better caching mechanism for hosts_user.php to prevent malicious user
  from passing _GET[] strings that would lead to unbounded cache usage.

Also, checkin change to checkin_notes from Feb 20th that generated a conflict
which I didn't notice until now.  Sorry....

svn path=/trunk/boinc/; revision=9523
2006-02-22 06:19:54 +00:00
Bruce Allen 24a80c66a1 user web: allow sorting of columns of host data for a given user. I
have done this in a general way, which should permit any page to
be easily modified to permit sorting by any column.

svn path=/trunk/boinc/; revision=9516
2006-02-20 19:11:51 +00:00
David Anderson 32e31d3ede web fix
svn path=/trunk/boinc/; revision=9114
2005-12-21 22:59:21 +00:00
David Anderson db55337219 web stuff
svn path=/trunk/boinc/; revision=9034
2005-12-04 23:39:09 +00:00
David Anderson d08355f4da benchmark suspend logic
svn path=/trunk/boinc/; revision=8132
2005-09-21 21:39:35 +00:00
Bruce Allen 18799e34d0 Sort users list of hosts by last rpc time received and add a
corresponding table column.  David's going
to clean this up to sort by any column.

svn path=/trunk/boinc/; revision=6708
2005-07-21 06:57:40 +00:00
David Anderson 9f5c3c3da8 *** empty log message ***
svn path=/trunk/boinc/; revision=6701
2005-07-20 12:49:45 +00:00
David Anderson d38bdf43ec *** empty log message ***
svn path=/trunk/boinc/; revision=5435
2005-02-15 22:29:32 +00:00
David Anderson 319328e169 *** empty log message ***
svn path=/trunk/boinc/; revision=4620
2004-11-22 19:17:13 +00:00
David Anderson 7342b36f2e *** empty log message ***
svn path=/trunk/boinc/; revision=4599
2004-11-18 20:01:12 +00:00
Eric J. Korpela 1ca61ba699 *** empty log message ***
svn path=/trunk/boinc/; revision=3946
2004-07-23 04:04:21 +00:00
Eric J. Korpela fd201edeca *** empty log message ***
svn path=/trunk/boinc/; revision=3944
2004-07-23 01:07:18 +00:00
David Anderson c5b4118a34 *** empty log message ***
svn path=/trunk/boinc/; revision=3477
2004-05-31 00:50:06 +00:00
David Anderson 5e178fe1dc *** empty log message ***
svn path=/trunk/boinc/; revision=3381
2004-05-14 22:57:59 +00:00
Karl Chen 545a56d5c8 directory structure change
svn path=/trunk/boinc/; revision=2938
2004-02-02 23:34:39 +00:00
David Anderson a291455df3 *** empty log message ***
svn path=/trunk/boinc/; revision=2847
2004-01-05 23:38:13 +00:00
David Anderson d9ac291a03 *** empty log message ***
svn path=/trunk/boinc/; revision=2797
2003-12-15 02:31:29 +00:00
David Anderson 39bc2da38d admin account creation
svn path=/trunk/boinc/; revision=2171
2003-08-22 05:36:25 +00:00
David Anderson f98c7f0644 user web
svn path=/trunk/boinc/; revision=1081
2003-03-19 21:01:32 +00:00
David Anderson b30f73a15c user web
svn path=/trunk/boinc/; revision=1066
2003-03-17 22:37:49 +00:00