boinc/html/inc
David Anderson 01b78c714a Remote job submission: allow efficient batch query
The batch query call used by Condor (query_batch_set(), in the C++ API)
returned info about all the jobs in the set of batches,
even those that hadn't changed.
This is potentially inefficient - a query might return info
about 10,000 jobs, only a few (or none) of which have changed state
since the last call.

Solution: add a "min_mod_time" parameter to the call.
Only jobs that have changed state since that time are reported.
Also, add a "server_time" field to the return,
giving the current time on the server
(in case there's clock skew between client and server)

Also, fix some text scrambling introduced in previous checkin;
there must have been a gremlin in my vim.
2014-01-16 10:24:10 -08:00
..
GeoIP.dat - updated GeoIP stuff 2008-03-20 22:48:29 +00:00
akismet.inc - client: show message when suspending because of exclusive app 2008-10-09 18:28:55 +00:00
bbcode_convert.inc - web: change the way project news is stored. 2009-12-16 22:35:08 +00:00
bbcode_html.inc - web: more translatability. From Uwe Becker. 2011-12-24 15:37:20 +00:00
boinc_db.inc admin web: enhance badge admin page 2013-12-23 21:02:55 -08:00
bolt.inc - fix formatting in PHP code 2010-11-04 18:20:57 +00:00
bolt_cat.inc - Filter questions 2008-11-03 03:06:29 +00:00
bolt_db.inc - fix formatting in PHP code 2010-11-04 18:20:57 +00:00
bolt_ex.inc - web: change style sheet so tables are bordered only if class is "bordered" 2008-10-30 18:27:22 +00:00
bolt_rnd.inc - fix formatting in PHP code 2010-11-04 18:20:57 +00:00
bolt_sched.inc - Add callback mechanism for exercises and exercise sets 2008-10-23 20:35:39 +00:00
bolt_select.inc - fix formatting in PHP code 2010-11-04 18:20:57 +00:00
bolt_seq.inc - fix formatting in PHP code 2010-11-04 18:20:57 +00:00
bolt_snap.inc Bolt stuff 2008-10-30 22:58:33 +00:00
bolt_util.inc - Bolt core reorg 2008-11-01 03:07:44 +00:00
bolt_util_ops.inc - Bolt core reorg 2008-11-01 03:07:44 +00:00
bolt_xset.inc - fix formatting in PHP code 2010-11-04 18:20:57 +00:00
bossa.inc - user web: fix security vulnerabilities 2013-03-04 17:39:24 +01:00
bossa_db.inc - web: remove DBNAME hack, which allowed users to see the DB name 2010-11-25 05:54:09 +00:00
bossa_example.inc - client: improve CPU sched debug messages 2009-04-20 00:00:11 +00:00
bossa_example2.inc svn path=/trunk/boinc/; revision=17840 2009-04-17 02:24:05 +00:00
bossa_example3.inc - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
bossa_example4.inc svn path=/trunk/boinc/; revision=17789 2009-04-10 23:15:43 +00:00
bossa_impl.inc - Bossa tweaks 2011-05-27 19:05:23 +00:00
cache.inc - web (ops): update profile page generator: 2013-03-05 17:26:33 +01:00
cert.inc - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
common_defs.inc Fix last commit 2013-12-28 22:53:47 -08:00
countries.inc - web: fix up country flags a little 2009-06-12 16:35:08 +00:00
credit.inc - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
db.inc - web: more fixes from Christian Beer. Fixes #1129 2011-08-26 18:30:13 +00:00
db_conn.inc Remote job submission: allow a limit on the # of in-progress jobs per user 2014-01-13 21:52:55 -08:00
db_ops.inc admin web: fix links for app version in result page 2013-11-17 13:47:05 -08:00
dir_hier.inc - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
email.inc Quick Updates 2011-11-03 02:35:04 +00:00
forum.inc web: eliminate some mysql_*() calls in preparation for mysqli conversion 2013-11-22 22:46:19 -08:00
forum_banishment_vote.inc - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
forum_db.inc web: cleanup and minor bug fixes, from Janus 2014-01-09 13:51:12 -08:00
forum_email.inc - client: improve work fetch messages 2013-03-22 10:29:48 +01:00
forum_rss.inc - web: typo in forum RSS from Daniel L G; fixes #1147 2011-10-25 17:22:18 +00:00
friend.inc - vbox wrapper: add Makefile 2011-05-04 15:37:09 +00:00
geoip.inc - updated GeoIP stuff 2008-03-20 22:48:29 +00:00
host.inc web: show product name in host lists, and don't show domain name twice 2013-08-02 13:35:17 -07:00
image.inc - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
kses.php 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
language_names.inc web: code cleanup in translation code 2013-12-04 10:22:11 -08:00
news.inc - user web: add a feature allowing project admins to control 2011-02-28 19:02:59 +00:00
notify.inc - user web: put RSS item titles in CDATA 2010-07-22 22:57:15 +00:00
page_translate.inc - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
pm.inc - web: use · instead of | as a separater 2013-03-04 17:19:39 +01:00
prefs.inc Remote job submission: allow a limit on the # of in-progress jobs per user 2014-01-13 21:52:55 -08:00
prefs_util.inc - user web: fix numeric field sanitization in prefs. Fixes #1087. 2011-04-08 00:14:01 +00:00
profile.inc web: when using sub_sentence() to truncate user-supplied text, you must first use output_transform() (to convert BBcode to HTML) and then sanitize_tags() (to remove HTML tags). 2013-11-24 10:13:07 -08:00
recaptchalib.php web: change Recaptcha URL; the old one doesn't work w/ Chrome, IE 2013-12-06 17:45:40 -08:00
result.inc web: result display tweak, and code cleanup 2013-11-21 11:34:43 -08:00
sandbox.inc submit.php: enable downloading result files of individual Workunit 2012-06-06 05:35:39 +00:00
sanitize_html.inc - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
stats_sites.inc - user web: remove dead stats site links 2013-03-05 14:05:04 +01:00
submit.inc Add PHP interface to Web RPCs (create_account, to start) 2013-09-18 23:28:18 -07:00
submit_db.inc remote job submission: add notion of "expire time" for batches (for Condor) 2013-09-17 13:35:55 -07:00
submit_util.inc remote job submission: add notion of "expire time" for batches (for Condor) 2013-09-17 13:35:55 -07:00
team.inc web: cleanup and minor bug fixes, from Janus 2014-01-09 13:51:12 -08:00
team_types.inc - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
text_transform.inc - web: add [sup] BBCode tag for superscripts. 2011-11-20 17:26:32 +00:00
time.inc - fix formatting in PHP code 2010-11-04 18:20:57 +00:00
translation.inc web: code cleanup in translation code 2013-12-04 10:22:11 -08:00
uotd.inc web: don't call db_init() in uotd.inc 2014-01-07 13:04:59 -08:00
user.inc web: show badges on private user page 2013-12-23 22:13:27 -08:00
util.inc Remote job submission: allow efficient batch query 2014-01-16 10:24:10 -08:00
util_basic.inc Extend PHP interface for Web RPCs 2013-12-28 22:50:59 -08:00
util_ops.inc admin web: enhance badge admin page 2013-12-23 21:02:55 -08:00
wap.inc - WAP interface to credit info: return correct timestamp, 2012-01-18 20:59:24 +00:00
web_rpc_api.inc Extend PHP interface for Web RPCs 2013-12-28 22:50:59 -08:00
xml.inc Extend PHP interface for Web RPCs 2013-12-28 22:50:59 -08:00