Commit Graph

1853 Commits

Author SHA1 Message Date
Rom Walton 61d22941f6 *** empty log message ***
svn path=/trunk/boinc/; revision=6102
2005-05-11 06:57:58 +00:00
Rom Walton 45a273f924 *** empty log message ***
svn path=/trunk/boinc/; revision=6100
2005-05-10 23:42:56 +00:00
Rom Walton 6bb4f0692b *** empty log message ***
svn path=/trunk/boinc/; revision=6099
2005-05-10 22:24:56 +00:00
Rom Walton 1d375dc068 *** empty log message ***
svn path=/trunk/boinc/; revision=6098
2005-05-10 22:21:16 +00:00
Eric J. Korpela fd6e0c08da Added include of sys/socket.h for machines that need it to define socklen_t.
svn path=/trunk/boinc/; revision=6096
2005-05-10 18:17:28 +00:00
Eric J. Korpela 267e455575 Added include of sys/socket.h for machines that need it to define socklen_t.
svn path=/trunk/boinc/; revision=6095
2005-05-10 18:03:24 +00:00
Rom Walton 5d8995a3d1 *** empty log message ***
svn path=/trunk/boinc/; revision=6087
2005-05-10 03:42:01 +00:00
David Anderson 9cd02523b2 *** empty log message ***
svn path=/trunk/boinc/; revision=6081
2005-05-09 04:49:56 +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
David Anderson d0dec24052 *** empty log message ***
svn path=/trunk/boinc/; revision=6062
2005-05-06 19:09:41 +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
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 3edf012677 *** empty log message ***
svn path=/trunk/boinc/; revision=6046
2005-05-05 20:51:54 +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 baada9f8a3 *** empty log message ***
svn path=/trunk/boinc/; revision=6042
2005-05-05 18:35:25 +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
Bruce Allen 34c44c01e9 Bug fix so that Unix hosts report their timezones correctly.
NOTE: hosts that lack a gmt offset in the tm structure (System V
with no BSD extensions) will have the WRONG SIGN for the timezone.
This can be fixed by changing the signs of __timezone, _timezone and
timezone in get_timezone(), but I won't do it until David signs
off.

Note that with this change we adopt the convention that the database
timezone value is the (Local Standard Time) - (UTC time).  This
quantity only depends upon spatial location on the earth's surface and
is NOT a function of time.

svn path=/trunk/boinc/; revision=6027
2005-05-05 04:26:52 +00:00
David Anderson ce262dc036 *** empty log message ***
svn path=/trunk/boinc/; revision=5998
2005-05-02 20:32:36 +00:00
Charlie Fenton b9dc151bb7 Restored intended changes when bad line endings were introduced.
svn path=/trunk/boinc/; revision=5975
2005-04-29 08:32:20 +00:00
Charlie Fenton 5ecc2dabc7 Undo checkin withbad line endings.
svn path=/trunk/boinc/; revision=5974
2005-04-29 08:14:55 +00:00
Rom Walton dc53047032 *** empty log message ***
svn path=/trunk/boinc/; revision=5969
2005-04-29 06:31:28 +00:00
Charlie Fenton 27e7336d5e *** empty log message ***
svn path=/trunk/boinc/; revision=5968
2005-04-29 05:50:23 +00:00
David Anderson 64b871f819 *** empty log message ***
svn path=/trunk/boinc/; revision=5962
2005-04-28 23:19:58 +00:00
David Anderson b8e12020e9 *** empty log message ***
svn path=/trunk/boinc/; revision=5942
2005-04-27 06:55:28 +00:00
David Anderson 905788db93 *** empty log message ***
svn path=/trunk/boinc/; revision=5920
2005-04-22 03:46:01 +00:00
David Anderson fcc0732098 *** empty log message ***
svn path=/trunk/boinc/; revision=5917
2005-04-21 23:53:39 +00:00
David Anderson 2c38c3e9a8 *** empty log message ***
svn path=/trunk/boinc/; revision=5900
2005-04-20 06:16:54 +00:00
David Anderson 7527620682 *** empty log message ***
svn path=/trunk/boinc/; revision=5899
2005-04-19 22:22:02 +00:00
David Anderson 65c91c3de7 *** empty log message ***
svn path=/trunk/boinc/; revision=5893
2005-04-19 19:50:58 +00:00
David Anderson 4d6dff238c *** empty log message ***
svn path=/trunk/boinc/; revision=5873
2005-04-16 00:04:35 +00:00
David Anderson a4786e496b *** empty log message ***
svn path=/trunk/boinc/; revision=5869
2005-04-15 21:05:58 +00:00
Rom Walton a323c4cdf8 *** empty log message ***
svn path=/trunk/boinc/; revision=5868
2005-04-15 20:49:23 +00:00
David Anderson ff226313c3 *** empty log message ***
svn path=/trunk/boinc/; revision=5862
2005-04-15 18:50:11 +00:00
Charlie Fenton 002253d97d *** empty log message ***
svn path=/trunk/boinc/; revision=5855
2005-04-15 09:04:15 +00:00
David Anderson 9a01dc01c5 *** empty log message ***
svn path=/trunk/boinc/; revision=5850
2005-04-14 04:25:56 +00:00
David Anderson 79d2afec53 *** empty log message ***
svn path=/trunk/boinc/; revision=5849
2005-04-13 23:28:47 +00:00
David Anderson 6b60dc9e76 *** empty log message ***
svn path=/trunk/boinc/; revision=5848
2005-04-13 22:52:05 +00:00
Rom Walton 10b314a1de *** empty log message ***
svn path=/trunk/boinc/; revision=5847
2005-04-13 22:38:37 +00:00
David Anderson 534ead4118 *** empty log message ***
svn path=/trunk/boinc/; revision=5846
2005-04-13 18:38:55 +00:00
David Anderson 44a11e9d20 *** empty log message ***
svn path=/trunk/boinc/; revision=5843
2005-04-12 23:07:04 +00:00
David Anderson 78eb404c66 *** empty log message ***
svn path=/trunk/boinc/; revision=5842
2005-04-12 23:03:52 +00:00
David Anderson 34bd6778d6 *** empty log message ***
svn path=/trunk/boinc/; revision=5841
2005-04-12 22:53:35 +00:00
David Anderson 1b0439c9a9 *** empty log message ***
svn path=/trunk/boinc/; revision=5840
2005-04-12 21:54:40 +00:00
David Anderson 8352bb38ae *** empty log message ***
svn path=/trunk/boinc/; revision=5838
2005-04-12 18:08:51 +00:00
David Anderson b0c92e0e03 *** empty log message ***
svn path=/trunk/boinc/; revision=5833
2005-04-11 22:05:22 +00:00
David Anderson 53b3bbda1d *** empty log message ***
svn path=/trunk/boinc/; revision=5832
2005-04-11 20:30:24 +00:00
David Anderson 5eac73217c *** empty log message ***
svn path=/trunk/boinc/; revision=5822
2005-04-11 07:06:52 +00:00