boinc/tools
Eric J. Korpela 40e243412d - Fixed fcgi builds to use an installed version of fcgi_stdio.h rather than
a modified boinc version.
    - Added new header "boinc_fcgi.h" to be used instead of "fcgi_stdio.h".
      This header defines I/O functions in the namespace FCGI rather than using
      redefined functions the way "fcgi_stdio.h" does.  This was causing a lot
      of headaches when both <cstdio> and "fcgi_stdio.h" was called.  Using
      overloaded functions fixes this problem, except when the only difference
      between functions is the return type (for example ::fopen() returns FILE*
      and FCGI::fopen() returns FCGI_FILE*).
    - Fixed some missing "#ifdef _WIN32" blocks in filesys.C



svn path=/trunk/boinc/; revision=15984
2008-09-09 19:10:42 +00:00
..
Makefile.am - Fix emacs mode line in Makefile.am's 2008-06-08 22:18:52 +00:00
backend_lib.C - Fixed fcgi builds to use an installed version of fcgi_stdio.h rather than 2008-09-09 19:10:42 +00:00
backend_lib.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
boinc_submit - Improvements to single-job submission: 2008-07-04 19:41:58 +00:00
build_po.pl Tiny fix to build_po.pl 2008-08-04 09:27:22 +00:00
calculate_credit_multiplier - fixed bug that caused credit multiplier overshoot. 2008-09-02 17:51:24 +00:00
cleanlogs.sh
create_work.C - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
create_work_example
db_query
dbcheck_files_exist
dir_hier_move.C - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
dir_hier_path.C - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
grep_logs
hr_db_convert.C
kill_wu.C - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
make_project - make_project: fix --test_app 2008-08-20 22:09:51 +00:00
makelog.sh scheduler: in resending lost results, must copy core 2008-08-04 23:30:37 +00:00
parse_config
poll_wu.C - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
process_result_template.C - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
project.xml - web: fix a parsing error in sample_index.php which would 2008-08-20 18:32:32 +00:00
pymw_setup - back-end stuff to support Python MW (from Adam Kornafeld) 2008-07-25 22:13:41 +00:00
run_in_ops
sign_executable.C - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
uc_result
uc_wu
update_versions Changes for multithread app support: 2008-03-27 18:25:29 +00:00
update_versions_v6 - update_versions_v6 doesn't set min_core_version 2007-09-25 17:13:38 +00:00
updater.C - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +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