boinc/tools
David Anderson 95772cba77 - removed boinc_ncpus_available() and boinc_nthreads() calls.
The design has been changed to constant #threads per app version
    Various changes from Kevin Reed/WCG:
    - server: add workunit.rsc_bandwidth_bound: if nonzero,
        send this WU only to hosts with that much download bandwidth
    - assimilators: if a handler returns DEFER_ASSIMILATION,
        the WU remains in INIT state and will be handled when the
        next instance completes.
        Useful if you want the assimilator to see all instances.
    - scheduler: when setting result.outcome = DETACHED,
        set received_time to now
    - scheduler: removed the reliable_time and reliable_min_avg_credit
        options
    - scheduler/web: add optional <allow_non_preferred_projects>
        in project preferences.
        If present, user will accept work from non-selected apps
        if no work is available for selected apps
    - scheduler: improved messages for projects with multiple apps
    - scheduler: added config options
        <granted_credit_weight> and <granted_credit_ramp_up>.
        Used in calculating host.claimed_credit_per_cpu_sec,
        but I'm not sure how.
    - Added two new credit-granting formulas (validate_util.C):
        stddev_credit() and two_credit()
    - server DB: add rollback_transaction() and affected_rows() to DB_CONN

    NOTE: DB update required

svn path=/trunk/boinc/; revision=14870
2008-03-07 21:13:01 +00:00
..
Makefile.am - Server: add "job assignment" feature. 2008-02-21 00:47:50 +00:00
backend_lib.C - removed boinc_ncpus_available() and boinc_nthreads() calls. 2008-03-07 21:13:01 +00:00
backend_lib.h - Server: add "job assignment" feature. 2008-02-21 00:47:50 +00:00
boinc_submit - server: debugged single-job submission feature. 2008-03-05 20:16:10 +00:00
cleanlogs.sh
create_work.C - removed boinc_ncpus_available() and boinc_nthreads() calls. 2008-03-07 21:13:01 +00:00
create_work_example
db_query
dbcheck_files_exist
dir_hier_move.C Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference. 2007-10-09 11:35:47 +00:00
dir_hier_path.C Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference. 2007-10-09 11:35:47 +00:00
grep_logs
hr_db_convert.C
kill_wu.C
make_project - web: add RSS feed for notifications 2008-01-04 22:59:21 +00:00
makelog.sh
parse_config
poll_wu.C
process_result_template.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
project.xml - Added project.xml entry for Playstation 3 / Linux 2007-06-13 21:16:27 +00:00
run_in_ops David 26 Apr 2007 2007-04-26 20:24:47 +00:00
sign_executable.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
uc_result
uc_wu
update_versions - update_versions now generates <api_version> for all app versions 2007-10-09 22:58:49 +00:00
update_versions_v6 - update_versions_v6 doesn't set min_core_version 2007-09-25 17:13:38 +00:00
updater.C Fix updater build on Windows after sandbox reorganization 2007-10-09 13:28:00 +00:00
upgrade - fixed bug in upgrade 2008-01-01 18:07:13 +00:00
vote_monitor Fix sql bug in vote_monitor 2007-10-24 20:14:20 +00:00
watch_tcp - Removed the svn:executable property from files that should not be executable, 2007-10-10 09:25:40 +00:00
xadd