Commit Graph

5883 Commits

Author SHA1 Message Date
Eric J. Korpela 3aa917defe changed awk reference to $AWK so the macro will use gawk if present.
svn path=/trunk/boinc/; revision=6083
2005-05-09 23:45:53 +00:00
David Anderson c219dedb19 *** empty log message ***
svn path=/trunk/boinc/; revision=6082
2005-05-09 20:20:33 +00:00
David Anderson 9cd02523b2 *** empty log message ***
svn path=/trunk/boinc/; revision=6081
2005-05-09 04:49:56 +00:00
Jens Seidler e7b6066a77 Localization: Clientgui files updated: Czech (cs), Swedish (sv_SE)
svn path=/trunk/boinc/; revision=6080
2005-05-08 18:55:22 +00:00
Janus B. Kristensen 1e317dd87b *** empty log message ***
svn path=/trunk/boinc/; revision=6079
2005-05-08 01:51:24 +00:00
Janus B. Kristensen 070c6dde2a Initial checkin of PayPal donation system
svn path=/trunk/boinc/; revision=6078
2005-05-08 01:50:20 +00:00
Janus B. Kristensen 04529294ce Initial checkin of PayPal donation system
svn path=/trunk/boinc/; revision=6077
2005-05-08 01:40:46 +00:00
Janus B. Kristensen c0dc9c9142 <pre> style has changed
Blockquotes have a better style

svn path=/trunk/boinc/; revision=6076
2005-05-08 01:36:23 +00:00
Janus B. Kristensen 438d264c97 <pre> style has changed
svn path=/trunk/boinc/; revision=6075
2005-05-08 01:34:27 +00:00
Janus B. Kristensen fd3e27491d Prepare the text for the textarea
svn path=/trunk/boinc/; revision=6074
2005-05-08 01:33:03 +00:00
Janus B. Kristensen 8f3c1423cf *** empty log message ***
svn path=/trunk/boinc/; revision=6073
2005-05-08 01:30:46 +00:00
Janus B. Kristensen d176bf1d18 Removed old unused code and regex is now used for removing images instead of the old slow image removing function. Also added a new function to prepare text to be dropped into a textarea
svn path=/trunk/boinc/; revision=6072
2005-05-08 01:26:02 +00:00
Janus B. Kristensen fe423a3a08 Escaping of strings and checking of everything else before inserting into SQL DB
svn path=/trunk/boinc/; revision=6071
2005-05-08 01:19:12 +00:00
Bruce Allen 847f5faf30 Compile fix for HPUX and AIX
svn path=/trunk/boinc/; revision=6070
2005-05-07 17:08:21 +00:00
Bruce Allen 597b0d0a97 Should fix compile problems reported on HPUX
svn path=/trunk/boinc/; revision=6069
2005-05-07 16:09:13 +00:00
Charlie Fenton cd35223149 *** empty log message ***
svn path=/trunk/boinc/; revision=6068
2005-05-07 12:51:45 +00:00
Charlie Fenton e4213cc807 *** empty log message ***
svn path=/trunk/boinc/; revision=6067
2005-05-07 12:37:01 +00:00
David Anderson 148b72cfe9 *** empty log message ***
svn path=/trunk/boinc/; revision=6066
2005-05-07 06:41:27 +00:00
Rom Walton 1193f14296 *** empty log message ***
svn path=/trunk/boinc/; revision=6065
2005-05-06 23:32:00 +00:00
Rom Walton c5cca338fe *** empty log message ***
svn path=/trunk/boinc/; revision=6064
2005-05-06 23:27:21 +00:00
Jens Seidler 61f454e878 Localization: Clientgui files updated: Spanish (es)
svn path=/trunk/boinc/; revision=6063
2005-05-06 19:24:20 +00:00
David Anderson d0dec24052 *** empty log message ***
svn path=/trunk/boinc/; revision=6062
2005-05-06 19:09:41 +00:00
Bruce Allen 0b62469e31 Strip slashes from clause
svn path=/trunk/boinc/; revision=6061
2005-05-06 18:35:55 +00:00
Charlie Fenton 0873ea9597 *** empty log message ***
svn path=/trunk/boinc/; revision=6060
2005-05-06 09:24:30 +00:00
Jens Seidler 5c36d9fadf Localization: Clientgui files updated: German (de), Czech (cs)
svn path=/trunk/boinc/; revision=6059
2005-05-06 05:04:28 +00:00
Charlie Fenton 40a270ef95 *** empty log message ***
svn path=/trunk/boinc/; revision=6058
2005-05-06 04:30:41 +00:00
Eric J. Korpela 78c1a18ebe *** empty log message ***
svn path=/trunk/boinc/; revision=6057
2005-05-06 02:41:23 +00:00
Eric J. Korpela cc00afa6a8 Added include of <sys/socket.h> to time_stats.C
svn path=/trunk/boinc/; revision=6056
2005-05-06 02:09:35 +00:00
Eric J. Korpela 90d49a7d91 Modified the BOINC_GETSOCKOPT_TYPE macro so it determines the proper type of
parameter 5 to getsockopt() by using the compiler.  The macro was in danger of
becoming an ever expanding list of case statements, since some platforms use
socklen_t, others use size_t, and still others use int.  Some aren't even
consistent from OS rev to OS rev.

A macro BOINC_SOCKLEN_T is set in config.h to indicate the proper type.  This
is typedef to be boinc_socklen_t in lib/network.h.  The special cases for
__APPLE__ and WIN32 can probably be removed at a later time.  Places where
socklen_t was used have been changed to boinc_socklen_t.

Also added double inclusion protection to network.h

svn path=/trunk/boinc/; revision=6055
2005-05-06 01:54:00 +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 fca6c2e106 Fixed header order problem on solaris and other platforms where largefile
support breaks C++.

svn path=/trunk/boinc/; revision=6053
2005-05-06 00:32:11 +00:00
Eric J. Korpela 8cbda5c1fa Added caching of results to SAH_CHECK_NAMESPACES and SAH_FUNCS_IN_NAMESPACE
svn path=/trunk/boinc/; revision=6052
2005-05-06 00:31:05 +00:00
Eric J. Korpela 0a160f469e Added libtool.m4 so it doesn't need a local installation.
svn path=/trunk/boinc/; revision=6051
2005-05-06 00:29:58 +00:00
Eric J. Korpela ef427a0d1a Small changes to help compatibility problems with earlier versions of automake
than 1.9.  I am now able to build with automake 1.7.3

svn path=/trunk/boinc/; revision=6050
2005-05-06 00:29:13 +00:00
Rom Walton f1274e5415 *** empty log message ***
svn path=/trunk/boinc/; revision=6049
2005-05-05 22:35:48 +00:00
Rom Walton 8d7b398b00 *** empty log message ***
svn path=/trunk/boinc/; revision=6048
2005-05-05 22:28:17 +00:00
David Anderson 31b1dbbc02 *** empty log message ***
svn path=/trunk/boinc/; revision=6047
2005-05-05 21:12:26 +00:00
David Anderson 3edf012677 *** empty log message ***
svn path=/trunk/boinc/; revision=6046
2005-05-05 20:51:54 +00:00
David Anderson 57f2da16f9 *** empty log message ***
svn path=/trunk/boinc/; revision=6045
2005-05-05 20:42:06 +00:00
Bruce Allen 3dbc45650f Timezone sign fix for those rare Unix hosts (AIX, Cygwin??) which lack a gmoffset
field in their tm time structure.  This makes them consistent with Win32 and
all other Unix hosts.

svn path=/trunk/boinc/; revision=6044
2005-05-05 20:13:00 +00:00
David Anderson 27aacefb20 *** empty log message ***
svn path=/trunk/boinc/; revision=6043
2005-05-05 18:59:55 +00:00
David Anderson baada9f8a3 *** empty log message ***
svn path=/trunk/boinc/; revision=6042
2005-05-05 18:35:25 +00:00
Eric J. Korpela accfed06e8 Mac patch for Makefile.am
svn path=/trunk/boinc/; revision=6041
2005-05-05 16:12:59 +00:00
Charlie Fenton e5d37f0d5e *** empty log message ***
svn path=/trunk/boinc/; revision=6038
2005-05-05 14:31:51 +00:00
Jens Seidler ef1809f065 Localization: Clientgui and web language files updated: Polish (pl) and Czech (cs)
svn path=/trunk/boinc/; revision=6037
2005-05-05 09:22:55 +00:00
Rom Walton 586c03aee8 *** empty log message ***
svn path=/trunk/boinc/; revision=6036
2005-05-05 07:35:05 +00:00
Rom Walton b9d9f07bf2 *** empty log message ***
svn path=/trunk/boinc/; revision=6035
2005-05-05 06:33:17 +00:00
David Anderson de6cc8f23c *** empty log message ***
svn path=/trunk/boinc/; revision=6034
2005-05-05 06:21:45 +00:00
David Anderson 204fcd1f13 *** empty log message ***
svn path=/trunk/boinc/; revision=6033
2005-05-05 06:08:57 +00:00
Rom Walton 2891fddb2b *** empty log message ***
svn path=/trunk/boinc/; revision=6032
2005-05-05 06:07:14 +00:00