Commit Graph

17 Commits

Author SHA1 Message Date
David Anderson 4f66bb4c95 - added copyright and license info to .C, .cpp, .h files
- scheduler: fix bug in adaptive replication:
    if send an unreplicated job to untrusted host,
    set both wu.target_nresults and wu.min_quorum to app.target_nresults.

svn path=/trunk/boinc/; revision=15762
2008-08-06 18:36:30 +00:00
Frank Thomas 3bfc78b511 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.
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
Eric J. Korpela 5fa308a43d Fixed problem with including std_fixes.h when compiling code as C rather than
C++.

svn path=/trunk/boinc/; revision=6054
2005-05-06 00:36:07 +00:00
Eric J. Korpela 738ddf7b57 Added check for _USING_FCGI_ in std_fixes.h in order to prevent redefinition
of stdlib functions with LARGEFILE_BREAKS_CXX is defined.

svn path=/trunk/boinc/; revision=5386
2005-02-10 19:20:35 +00:00
Eric J. Korpela 0e47fe1fa6 -Unfortunately on some 32 bit systems there is a problem with wx-widgets
configuring itself for largefile support.  On these systems largefile
     support breaks C++ compiles by defining away many of the C standard library
     routines that should reside in namespace std::.  In order to get around
     problem first we have to check the largefile support macros.  Later we will
     use the macro SAH_LARGEFILE_BREAKS_CXX to check for the breakage.  If
     if breakage is found LARGEFILE_BREAKS_CXX is defined in config.h.  This
     define is checked in std_fixes.h and the appropriate functions are defined
     in order to solve the problem. (These functions were already in place)
     Because these defines affect the behavior of standard library headers,
     std_fixes.h is being included from config.h
    -Added AM_CPPFLAGS, AM_CFLAGS, and AM_CXXFLAGS (for flags common to all
     compiles) so they will be defined in all Makefile.am files.
    -Put #ifdef _cplusplus around the C++ specific items in std_fixes.h so it
     may be included from C source files.

svn path=/trunk/boinc/; revision=5375
2005-02-09 19:39:04 +00:00
David Anderson 435f8edd47 *** empty log message ***
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
Eric J. Korpela bc5e148e52 *** empty log message ***
svn path=/trunk/boinc/; revision=4292
2004-10-05 00:27:39 +00:00
Daniel Hsu f6209d3226 *** empty log message ***
svn path=/trunk/boinc/; revision=3874
2004-07-14 20:55:26 +00:00
Karl Chen afd778de8a *** empty log message ***
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
David Anderson 4c39b058eb *** empty log message ***
svn path=/trunk/boinc/; revision=3518
2004-06-09 20:04:09 +00:00
David Anderson 4aeef03476 *** empty log message ***
svn path=/trunk/boinc/; revision=3514
2004-06-09 02:34:13 +00:00
David Anderson 68039a57e2 *** empty log message ***
svn path=/trunk/boinc/; revision=3513
2004-06-09 00:12:22 +00:00
Eric J. Korpela 61e8348017 Added strlcat().
Modified match tag to work with tags of the form "<tag>" and "tag"

svn path=/trunk/boinc/; revision=2918
2004-01-22 02:01:09 +00:00
Eric J. Korpela 201a94b60c Added definition of strlcpy() for machines without it.
svn path=/trunk/boinc/; revision=2776
2003-12-11 17:55:07 +00:00
Eric J. Korpela f8d826ed5f *** empty log message ***
svn path=/trunk/boinc/; revision=2284
2003-09-06 03:34:14 +00:00
Eric J. Korpela c392bbca88 Mods for getting SETI@home working under windows
svn path=/trunk/boinc/; revision=2221
2003-09-02 23:26:38 +00:00
Eric J. Korpela fa22e933e1 *** empty log message ***
svn path=/trunk/boinc/; revision=2219
2003-09-02 19:34:26 +00:00