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
ax_check_glu.m4
ax_check_glut.m4
ax_lang_compiler_ms.m4
ax_winsock.m4
boinc_check_cygwin.m4
boinc_check_fcgi.m4
boinc_check_flags.m4
boinc_check_lib_with.m4
boinc_getsockopt.m4
boinc_gtk.m4
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 re-enable debug support in manager? 2010-02-10 19:39:13 +00:00
check_ssl.m4
gtk-2.0.m4
kc_mysql.m4
libcurl.m4
sah_check_lib.m4
sah_grx.m4
sah_header_stdcxx.m4
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