boinc/tools
David Anderson 97229c0fcf Server: enable gzipped input files, and fix bugs in MD5 caching
The docs said that putting <gzip/> for a file in your input template
would cause it to be transferred in gzip form.
But most of the server-side implementation was missing.

- in process_input_template(), parse <gzip/>,
  and add <gzipped_url> elements to the output.
- stage_file was generating MD5 cache files containing only the MD5,
  but process_input_template() expected them to contain file size as well.
  Change stage_file to write both,
  and change process_input_template() to write an error message
  if it finds a bad MD5 file.
- remove stuff from process_input_template() related to
  "generated_locally", a feature that doesn't exist anymore.
2014-03-26 15:15:16 -07:00
..
Makefile.am Remote job submission: add C++ APIs for query_batches() and query_batch() 2013-10-22 15:27:34 -07:00
appmgr
backend_lib.cpp server: fix compile error on systems that don't define MAXPATHLEN 2013-08-22 17:01:45 -07:00
backend_lib.h
boinc_submit fix PHP warnings 2013-05-05 01:26:17 -07:00
cancel_jobs.cpp
cleanlogs.sh
compare_pot Translation: update templates, and fix tools for generating templates 2013-10-15 22:46:18 -07:00
create_work.cpp server: fix compile error on systems that don't define MAXPATHLEN 2013-08-22 17:01:45 -07:00
create_work_example
db_query
dbcheck_files_exist
demo_query
demo_submit
dir_hier_move.cpp server: fix compile error on systems that don't define MAXPATHLEN 2013-08-22 17:01:45 -07:00
dir_hier_path.cpp server: fix compile error on systems that don't define MAXPATHLEN 2013-08-22 17:01:45 -07:00
example_app_in
example_app_out
grep_logs
gui_urls.xml
hr_db_convert.cpp
ict_job
kill_wu.cpp
make_project admin web: enhance badge admin page 2013-12-23 21:02:55 -08:00
makelog.sh
manage_privileges
parse_config
poll_wu.cpp
process_input_template.cpp Server: enable gzipped input files, and fix bugs in MD5 caching 2014-03-26 15:15:16 -07:00
process_input_template.h
process_result_template.cpp admin web: add "SQL rule" field to badge form 2013-12-13 00:07:36 -08:00
project.xml remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07:00
remote_submit remote_submit script: exit with nonzero status if error 2013-07-16 13:18:46 -07:00
remote_submit_test.cpp Remote job submission: add C++ APIs for query_batches() and query_batch() 2013-10-22 15:27:34 -07:00
run_in_ops
sign_executable.cpp
stage_file Server: enable gzipped input files, and fix bugs in MD5 caching 2014-03-26 15:15:16 -07:00
tree_threader_splitter
update_versions update_versions: handle <is_wrapper> flag 2013-11-07 11:49:04 -08:00
update_versions_v6
updater.cpp
upgrade - admin web: remove outdated code that tried to show SVN version 2013-03-05 15:05:20 +01:00
vote_monitor
watch_tcp
xadd