boinc/m4
David Anderson 7c51512cbf - transitioner: the format string for a DB query had %.15d instead of %.15e.
That produced a messed-up query that assigned garbage values to:
        host_app_version.turnaround_var
        host_app_version.turnaround_q
        host_app_version.max_jobs_per_day
        host_app_version.consecutive_valid
    To repair these:
        - set turnaround_var and turnaround_q to zero
        - if max_jobs_per_day is outside of
            (0..config.daily_result_quota)
            set it to config.daily_result_quota
        - if consecutive_valid is outside (0..1000), set it to zero
    I added a script, html/ops/repair_21812.php, that does this;
    if you ran server code between [21181] and [21812], run this script.
- scheduler/transitioner: add <debug_quota> log flag
- changed the build system to always use -Wall
    (if we'd done this before, this bug wouldn't have happened)
- fixed a bunch of other compile warnings


svn path=/trunk/boinc/; revision=21812
2010-06-25 18:54:37 +00:00
..
Makefile.am
acx_pthread.m4
ax_check_gl.m4 - build: reordered compiler flags checking. Fixed problems with finding location of wx-config when running with cached configuration. Made sure to check ${prefix}/lib when looking for libGL, libGLU, and libglut. 2009-01-22 21:39:40 +00:00
ax_check_glu.m4
ax_check_glut.m4
ax_lang_compiler_ms.m4
ax_winsock.m4 Added autoconf macro AX_WINSOCK for identifying winsock libs and headers for 2005-12-16 03:20:01 +00:00
boinc_check_cygwin.m4 Added autoconf macro AX_WINSOCK for identifying winsock libs and headers for 2005-12-16 03:20:01 +00:00
boinc_check_fcgi.m4
boinc_check_flags.m4
boinc_check_lib_with.m4
boinc_getsockopt.m4
boinc_gtk.m4 - STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!! 2009-01-13 23:06:02 +00:00
boinc_msg_debug.m4
boinc_platform.m4
boinc_set_compile_flags.m4 - transitioner: the format string for a DB query had %.15d instead of %.15e. 2010-06-25 18:54:37 +00:00
boinc_wxwidgets.m4
check_ssl.m4 - STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!! 2009-01-13 23:06:02 +00:00
gtk-2.0.m4
kc_mysql.m4
libcurl.m4
sah_check_lib.m4
sah_grx.m4 New autoconf macros: 2005-04-28 21:42:05 +00:00
sah_header_stdcxx.m4 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
sah_largefile_breaks_cxx.m4
sah_libext.m4
sah_links.m4
sah_namespace.m4
sah_select_bitness.m4
sah_staticize_ldflags.m4
sqlite3.m4
wxWidgets.m4