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 - Fix emacs mode line in Makefile.am's 2008-06-08 22:18:52 +00:00
acx_pthread.m4 - Build fixes for non-Win32, non-Linux, non-MacOS systems. 2008-04-01 21:44:12 +00:00
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 - 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_glut.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_lang_compiler_ms.m4
ax_winsock.m4
boinc_check_cygwin.m4
boinc_check_fcgi.m4 New file boinc_check_fcgi.m4. Checks whether fcgi headers are installed. 2008-11-07 00:15:24 +00:00
boinc_check_flags.m4 Fix bug in recent automake distro that causes C programs to be compiled with a 2009-01-22 22:26:39 +00:00
boinc_check_lib_with.m4 - STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!! 2009-01-13 23:06:02 +00:00
boinc_getsockopt.m4 - don't include config.h from network.h (Gabor Gombas) 2009-06-16 18:51:33 +00:00
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 - Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out 2009-02-26 00:23:23 +00:00
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 - STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!! 2009-01-13 23:06:02 +00:00
gtk-2.0.m4 svn path=/trunk/boinc/; revision=20458 2010-02-06 08:21:13 +00:00
kc_mysql.m4 - Build fixes for non-Win32, non-Linux, non-MacOS systems. 2008-04-01 21:44:12 +00:00
libcurl.m4 - STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!! 2009-01-13 23:06:02 +00:00
sah_check_lib.m4 Removed a couple of debugging statements. 2009-02-28 20:31:09 +00:00
sah_grx.m4
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 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_select_bitness.m4
sah_staticize_ldflags.m4
sqlite3.m4 Sqlite3 support for build system 2009-05-18 17:09:02 +00:00
wxWidgets.m4 - Build fixes for non-Win32, non-Linux, non-MacOS systems. 2008-04-01 21:44:12 +00:00