boinc/html/inc
David Anderson a37403a673 - scheduler: add <workload_sim> config option.
If set, the scheduler will use EDF simulation,
    together with the in-progress workload reported by the client,
    to avoid sending results that
    1) will miss their deadline, or
    2) will cause an in-progress result to miss its deadline, or
    3) will make an in-progress result miss its deadline
        by more than is already predicted.
    If this option is not set, or if the client request doesn't
    include a workload description (i.e. the client is old)
    use the existing approach, which assumes there's no workload.
    NOTE: this is experimental.  Production projects should not use it.
- EDF sim: write debug stuff to stderr instead of stdout
- Account manager:
    - if an account is detach_when_done, set dont_request_more_work
    - check done_request_more_work even for first-time projects
- update_uotd: generate a file for use by Google gadget
- user_links(): use full URLs (so can use in Google gadget)

client/
    acct_mgr.C
    work_fetch.C
html/
    inc/
        uotd.inc
        util.inc
    user/
        uotd_gadget.php (new)
sched/
    Makefile.am
    edf_sim.C
    sched_config.C,h
    sched_resend.C
    sched_send.C,h
    server_types.C,h

svn path=/trunk/boinc/; revision=12639
2007-05-10 21:50:52 +00:00
..
GeoIP.dat *** empty log message *** 2004-03-26 18:32:57 +00:00
akismet.inc Fixing a bug where not having akismet key would block forum posting 2007-04-24 16:04:04 +00:00
cache.inc - make_project and upgrade now write a file 'local.revision' 2007-05-01 21:21:13 +00:00
cert.inc Fix for ticket #125 - problems with websites using PHP setting short_open_tag (additional files) 2007-04-29 14:45:44 +00:00
countries.inc *** empty log message *** 2007-02-21 16:26:51 +00:00
credit.inc Typo 2005-04-29 19:31:02 +00:00
db.inc Private message functionality for the forums. 2007-04-29 14:22:28 +00:00
db_forum.inc *** empty log message *** 2006-08-09 19:12:54 +00:00
db_ops.inc *** empty log message *** 2007-02-21 16:26:51 +00:00
email.inc *** empty log message *** 2006-12-27 18:22:17 +00:00
forum.inc Private message functionality for the forums. 2007-04-29 14:22:28 +00:00
forum_category.inc *** empty log message *** 2006-06-16 23:53:56 +00:00
forum_dbh.inc *** empty log message *** 2006-06-16 23:53:56 +00:00
forum_email.inc Updated banishing feature 2007-03-24 14:57:30 +00:00
forum_forum.inc *** empty log message *** 2007-01-22 22:39:22 +00:00
forum_mainfactory.inc *** empty log message *** 2006-06-16 23:53:56 +00:00
forum_moderators.inc Fix XSS vulnerability in the forum 2007-02-08 19:54:05 +00:00
forum_mysql_dbh.inc *** empty log message *** 2006-10-31 19:31:22 +00:00
forum_post.inc Multiple forum related fixes 2006-12-29 20:57:29 +00:00
forum_show.inc Backing out css anti-overflow attempt 2005-05-17 08:53:29 +00:00
forum_std.inc *** empty log message *** 2006-06-16 23:53:56 +00:00
forum_thread.inc Forum thread locking 2006-11-10 17:09:09 +00:00
forum_user.inc Private message functionality for the forums. 2007-04-29 14:22:28 +00:00
gallery.inc profile fixes 2005-10-17 03:03:48 +00:00
geoip.inc *** empty log message *** 2004-03-26 18:32:57 +00:00
host.inc Modified host merge facility to work with the new processor model strings 2007-02-19 18:37:00 +00:00
image.inc Implement web RPC for setting forum preferences (something should be done about separate DB calls for every setting) 2007-03-29 18:58:17 +00:00
kses.php directory structure change 2004-02-02 23:34:39 +00:00
news.inc *** empty log message *** 2007-01-17 18:17:03 +00:00
ops.inc Fix for ticket #125 - problems with websites using PHP setting short_open_tag (additional files) 2007-04-29 14:45:44 +00:00
page_translate.inc *** empty log message *** 2007-02-15 21:11:05 +00:00
paypal_global_config.inc Initial checkin of PayPal donation system 2005-05-08 01:50:20 +00:00
prefs.inc svn path=/trunk/boinc/; revision=12407 2007-04-17 22:24:53 +00:00
profile.inc *** empty log message *** 2006-08-14 22:11:53 +00:00
result.inc Show result link in the list on mouse hover 2006-11-15 15:41:02 +00:00
sanitize_html.inc Added blockquote and u as valid tags 2005-04-28 09:30:37 +00:00
stats_sites.inc Removed BOINC.dk from stats sites as it is in the process of shutting down several of those services. 2007-05-07 11:05:46 +00:00
subscribe.inc Don't send reply-notifications to the user who posted the reply. 2005-05-16 08:09:37 +00:00
team.inc Team types display (from Eric Myers) 2007-01-03 18:07:44 +00:00
team_types.inc Team types display (from Eric Myers) 2007-01-03 18:07:44 +00:00
template.inc Merging the proprietary aspects of the forums into the rest of the website. 2003-08-14 01:03:44 +00:00
text_transform.inc Fix #114: update BBCode to allow easy linking to Trac tickets, wiki and changesets. 2007-05-09 19:30:46 +00:00
time.inc the time diff function now supports times in the future as well. (ie. "In 2 days") 2005-03-24 11:42:04 +00:00
translation.inc - client simulator: 2007-05-08 01:55:28 +00:00
uotd.inc - scheduler: add <workload_sim> config option. 2007-05-10 21:50:52 +00:00
user.inc Private message functionality for the forums. 2007-04-29 14:22:28 +00:00
userw.inc *** empty log message *** 2004-09-10 00:14:37 +00:00
util.inc - scheduler: add <workload_sim> config option. 2007-05-10 21:50:52 +00:00
util_ops.inc HTML ops page: close <head> tag in page head. 2006-06-04 12:55:27 +00:00
wap.inc *** empty log message *** 2004-09-10 00:14:37 +00:00
xml.inc *** empty log message *** 2006-12-07 23:39:23 +00:00