------------------------------------------------------------------------
r233 | lee.salzman | 2015-05-11 13:41:27 +0400 (Mon, 11 May 2015) | 2 lines use getaddrinfo and getnameinfo where available ------------------------------------------------------------------------ r232 | lsalzman.gmail.com | 2015-04-30 17:32:01 +0400 (Thu, 30 Apr 2015) | 2 lines enet 1.3.13 release prep ------------------------------------------------------------------------ r231 | lsalzman.gmail.com | 2015-03-13 03:25:26 +0400 (Fri, 13 Mar 2015) | 2 lines fix window wrap check when sending reliable outgoing commands ------------------------------------------------------------------------ r230 | lsalzman.gmail.com | 2015-03-09 22:54:01 +0400 (Mon, 09 Mar 2015) | 2 lines handle case in bandwidth limit protocol where either incoming or outgoing limits are disabled, but not both ------------------------------------------------------------------------ r229 | lsalzman | 2015-02-14 19:48:49 +0400 (Sat, 14 Feb 2015) | 2 lines gethostbyname_r/gethostbyaddr_r fix for dragonfly bsd ------------------------------------------------------------------------ r228 | lee.salzman | 2015-01-13 21:59:27 +0400 (Tue, 13 Jan 2015) | 2 lines update copyright year ------------------------------------------------------------------------ r227 | lee.salzman | 2014-12-31 02:24:29 +0400 (Wed, 31 Dec 2014) | 2 lines fix ENET_SOCKOPT_NONBLOCK when value is 0 ------------------------------------------------------------------------ r226 | lee.salzman | 2014-12-02 19:46:04 +0400 (Tue, 02 Dec 2014) | 2 lines add cmake support ------------------------------------------------------------------------ r225 | lsalzman | 2014-11-17 12:26:39 +0400 (Mon, 17 Nov 2014) | 2 lines added note about calling enet_host_service on both ends of a connection ------------------------------------------------------------------------ r224 | lee.salzman | 2014-09-29 16:49:34 +0400 (Mon, 29 Sep 2014) | 2 lines limit number of packets that can be received per iteration of protocol loop ------------------------------------------------------------------------ r223 | lee.salzman | 2014-09-07 13:14:10 +0400 (Sun, 07 Sep 2014) | 2 lines add premake file ------------------------------------------------------------------------ r222 | lee.salzman | 2014-05-28 22:16:14 +0400 (Wed, 28 May 2014) | 2 lines include mmsystem.h for timeGetTime ------------------------------------------------------------------------ r221 | lee.salzman | 2014-05-11 09:00:37 +0400 (Sun, 11 May 2014) | 2 lines small doc fixes ------------------------------------------------------------------------ r220 | lee.salzman | 2014-05-11 08:55:27 +0400 (Sun, 11 May 2014) | 2 lines bold some links ------------------------------------------------------------------------ r219 | lee.salzman | 2014-05-11 08:26:52 +0400 (Sun, 11 May 2014) | 2 lines more doxygen cleanups ------------------------------------------------------------------------ r218 | lee.salzman | 2014-05-11 07:36:21 +0400 (Sun, 11 May 2014) | 2 lines add doxygen layout ------------------------------------------------------------------------ r217 | lee.salzman | 2014-05-11 07:28:48 +0400 (Sun, 11 May 2014) | 2 lines doxygen output cleanups ------------------------------------------------------------------------ r216 | lee.salzman | 2014-05-11 06:08:55 +0400 (Sun, 11 May 2014) | 2 lines doxygen output cleanups ------------------------------------------------------------------------ r215 | lee.salzman | 2014-05-11 05:47:24 +0400 (Sun, 11 May 2014) | 3 lines Merge pull request #33 from stephanecharette/master upgrade doxygen configuration file ------------------------------------------------------------------------ r214 | stephane.charette | 2014-05-07 13:16:54 +0400 (Wed, 07 May 2014) | 2 lines upgrade doxygen configuration file ------------------------------------------------------------------------ r213 | lsalzman | 2014-04-24 11:47:26 +0400 (Thu, 24 Apr 2014) | 2 lines enet 1.3.12 release prep ------------------------------------------------------------------------ r212 | lee.salzman | 2014-04-14 22:21:21 +0400 (Mon, 14 Apr 2014) | 2 lines fix maximumWaitingData handling to allow acknowledgements when the packet already exists ------------------------------------------------------------------------ r211 | lee.salzman | 2014-04-14 20:23:00 +0400 (Mon, 14 Apr 2014) | 2 lines update license date ------------------------------------------------------------------------ r210 | lee.salzman | 2014-04-14 20:11:44 +0400 (Mon, 14 Apr 2014) | 2 lines added maximumPacketSize and maximumWaitingData fields for limiting peer buffer space ------------------------------------------------------------------------ r209 | lee.salzman | 2014-03-08 20:46:39 +0400 (Sat, 08 Mar 2014) | 2 lines avoid some strncpy usage ------------------------------------------------------------------------ r208 | lsalzman | 2014-02-21 13:20:20 +0400 (Fri, 21 Feb 2014) | 2 lines avoid an enet_time_get call when timeout expires ------------------------------------------------------------------------ r207 | lee.salzman | 2014-02-20 21:55:51 +0400 (Thu, 20 Feb 2014) | 2 lines note about null-termination in enet_address_get_host ------------------------------------------------------------------------ r206 | lee.salzman | 2013-12-28 19:21:14 +0400 (Sat, 28 Dec 2013) | 2 lines another doc fix ------------------------------------------------------------------------ r205 | lee.salzman | 2013-12-28 18:43:12 +0400 (Sat, 28 Dec 2013) | 2 lines doc fix ------------------------------------------------------------------------ r204 | lee.salzman | 2013-12-28 18:31:45 +0400 (Sat, 28 Dec 2013) | 2 lines typo fix ------------------------------------------------------------------------ r203 | lee.salzman | 2013-12-28 18:30:15 +0400 (Sat, 28 Dec 2013) | 2 lines typo fixes ------------------------------------------------------------------------ r202 | lee.salzman | 2013-12-26 17:49:43 +0400 (Thu, 26 Dec 2013) | 2 lines enet 1.3.11 release prep ------------------------------------------------------------------------ r201 | lsalzman | 2013-11-27 18:33:09 +0400 (Wed, 27 Nov 2013) | 2 lines handle disconnects in connecting state ------------------------------------------------------------------------ r200 | lee.salzman | 2013-11-26 21:40:06 +0400 (Tue, 26 Nov 2013) | 2 lines _MSC_VER fix ------------------------------------------------------------------------ r199 | lee.salzman | 2013-11-17 22:19:17 +0400 (Sun, 17 Nov 2013) | 2 lines allow loopback connections ------------------------------------------------------------------------ r198 | lee.salzman | 2013-11-08 01:40:15 +0400 (Fri, 08 Nov 2013) | 2 lines FD_CLR typo fix ------------------------------------------------------------------------ r197 | lsalzman | 2013-10-23 15:13:44 +0400 (Wed, 23 Oct 2013) | 2 lines enet 1.3.10 release prep ------------------------------------------------------------------------ r196 | lee.salzman | 2013-10-20 14:29:44 +0400 (Sun, 20 Oct 2013) | 2 lines double maximum reliable window size ------------------------------------------------------------------------ r195 | lee.salzman | 2013-10-09 01:25:36 +0400 (Wed, 09 Oct 2013) | 2 lines make VS quiet down about -unsigned ------------------------------------------------------------------------ r194 | lsalzman | 2013-09-27 10:42:37 +0400 (Fri, 27 Sep 2013) | 2 lines fix RCVTIMEO and SNDTIMEO options on unix and also add NODELAY ------------------------------------------------------------------------ r193 | lee.salzman | 2013-08-19 08:07:19 +0400 (Mon, 19 Aug 2013) | 2 lines fix some warnings ------------------------------------------------------------------------ r192 | lee.salzman | 2013-08-18 18:20:17 +0400 (Sun, 18 Aug 2013) | 2 lines small fix for duplicate peers ------------------------------------------------------------------------ r191 | lee.salzman | 2013-08-16 02:19:06 +0400 (Fri, 16 Aug 2013) | 2 lines enet 1.3.9 release prep ------------------------------------------------------------------------ r190 | lee.salzman | 2013-08-16 02:18:21 +0400 (Fri, 16 Aug 2013) | 2 lines more ENET_SOCKOPT_ERROR fixes ------------------------------------------------------------------------ r189 | lee.salzman | 2013-08-16 01:35:28 +0400 (Fri, 16 Aug 2013) | 2 lines ENET_SOCKOPT_ERROR fix ------------------------------------------------------------------------ r188 | lee.salzman | 2013-08-16 01:14:02 +0400 (Fri, 16 Aug 2013) | 2 lines added enet_socket_get_option() and ENET_SOCKOPT_ERROR ------------------------------------------------------------------------ r187 | lsalzman | 2013-08-14 19:26:29 +0400 (Wed, 14 Aug 2013) | 2 lines enet_host_random_seed fix ------------------------------------------------------------------------ r186 | lsalzman | 2013-08-09 10:41:57 +0400 (Fri, 09 Aug 2013) | 2 lines stub out enet_host_random_seed() ------------------------------------------------------------------------ r185 | lsalzman | 2013-07-08 15:59:05 +0400 (Mon, 08 Jul 2013) | 2 lines fix file permissions ------------------------------------------------------------------------ r184 | lee.salzman | 2013-06-02 14:23:50 +0400 (Sun, 02 Jun 2013) | 2 lines 1.3.8 release prep ------------------------------------------------------------------------ r183 | lee.salzman | 2013-05-12 19:29:22 +0400 (Sun, 12 May 2013) | 2 lines another typo fix ------------------------------------------------------------------------ r182 | lee.salzman | 2013-05-12 12:04:00 +0400 (Sun, 12 May 2013) | 2 lines typo fix ------------------------------------------------------------------------ r181 | lee.salzman | 2013-05-11 22:58:27 +0400 (Sat, 11 May 2013) | 2 lines note about enet_host_bandwidth_throttle optimizations ------------------------------------------------------------------------ r180 | lee.salzman | 2013-05-11 22:53:55 +0400 (Sat, 11 May 2013) | 2 lines track the number of connected peers to make throttling a bit cheaper ------------------------------------------------------------------------ r179 | lee.salzman | 2013-05-11 19:56:20 +0400 (Sat, 11 May 2013) | 2 lines check for MS C compiler before using pragmas ------------------------------------------------------------------------ r178 | lee.salzman | 2013-05-10 18:49:44 +0400 (Fri, 10 May 2013) | 2 lines handle EINTR in enet_socket_wait ------------------------------------------------------------------------ r177 | lee.salzman | 2013-05-09 16:19:44 +0400 (Thu, 09 May 2013) | 2 lines explicitly include sys/socket.h ------------------------------------------------------------------------ r176 | lee.salzman | 2013-05-09 16:04:01 +0400 (Thu, 09 May 2013) | 2 lines move MSG_MAXIOVLEN check out of configure.ac ------------------------------------------------------------------------ r175 | lsalzman | 2013-05-08 12:02:13 +0400 (Wed, 08 May 2013) | 2 lines remove some more looping in enet_host_bandwidth_throttle ------------------------------------------------------------------------ r174 | lsalzman | 2013-05-08 11:46:17 +0400 (Wed, 08 May 2013) | 2 lines avoid some looping in enet_host_bandwidth_throttle ------------------------------------------------------------------------ r173 | lsalzman | 2013-05-07 11:11:22 +0400 (Tue, 07 May 2013) | 2 lines add enet_linked_version() for querying linked version ------------------------------------------------------------------------ r172 | lee.salzman | 2013-04-07 08:11:12 +0400 (Sun, 07 Apr 2013) | 2 lines check for _WIN32 instead of WIN32 ------------------------------------------------------------------------ r171 | lsalzman | 2013-04-03 11:30:41 +0400 (Wed, 03 Apr 2013) | 2 lines add clang check ------------------------------------------------------------------------ r170 | lee.salzman | 2013-03-23 19:22:32 +0400 (Sat, 23 Mar 2013) | 2 lines set unused reliable sequence number field for acks to sane value ------------------------------------------------------------------------ r169 | lee.salzman | 2013-03-20 02:49:49 +0400 (Wed, 20 Mar 2013) | 2 lines changelog note about enet_socket_get_address ------------------------------------------------------------------------ r168 | lee.salzman | 2013-03-20 02:44:14 +0400 (Wed, 20 Mar 2013) | 2 lines Merge branch 'master' of github.com:lsalzman/enet ------------------------------------------------------------------------ r167 | lee.salzman | 2013-03-20 02:43:34 +0400 (Wed, 20 Mar 2013) | 2 lines query the socket name if an explicit address binding is requested on host creation ------------------------------------------------------------------------ r166 | lsalzman | 2013-03-19 13:26:54 +0400 (Tue, 19 Mar 2013) | 2 lines only use perror if ENET_DEBUG defined ------------------------------------------------------------------------ r165 | lsalzman | 2013-03-06 19:10:59 +0400 (Wed, 06 Mar 2013) | 2 lines ENet 1.3.7 release prep ------------------------------------------------------------------------ r164 | lsalzman | 2013-02-27 18:29:22 +0400 (Wed, 27 Feb 2013) | 2 lines added ENET_PACKET_FLAG_SENT to indicate that a packet has been sent ------------------------------------------------------------------------ r163 | lee.salzman | 2013-01-19 18:39:34 +0400 (Sat, 19 Jan 2013) | 2 lines added userData field to ENetPacket ------------------------------------------------------------------------ r162 | lee.salzman | 2013-01-07 23:18:35 +0400 (Mon, 07 Jan 2013) | 2 lines updating changelog ------------------------------------------------------------------------ r161 | lee.salzman | 2013-01-07 22:46:31 +0400 (Mon, 07 Jan 2013) | 2 lines state handling cleanups ------------------------------------------------------------------------ r160 | lee.salzman | 2012-12-14 07:10:44 +0400 (Fri, 14 Dec 2012) | 2 lines Merge branch 'master' of github.com:lsalzman/enet ------------------------------------------------------------------------ r159 | lee.salzman | 2012-12-14 07:10:13 +0400 (Fri, 14 Dec 2012) | 2 lines use timeGetTime() for random seed instead of time() on windows ------------------------------------------------------------------------ r158 | lsalzman | 2012-12-13 14:57:01 +0400 (Thu, 13 Dec 2012) | 2 lines fix patch version to 6 (1.3.6) ------------------------------------------------------------------------ r157 | lee.salzman | 2012-12-11 15:20:50 +0400 (Tue, 11 Dec 2012) | 2 lines ENet 1.3.6 release preparation ------------------------------------------------------------------------ r156 | lsalzman | 2012-10-03 17:26:18 +0400 (Wed, 03 Oct 2012) | 2 lines forward declare some structs to fix compile errors ------------------------------------------------------------------------ r155 | lsalzman | 2012-10-02 15:01:12 +0400 (Tue, 02 Oct 2012) | 2 lines initialize intercept callback to NULL ------------------------------------------------------------------------ r154 | lsalzman | 2012-10-02 14:33:07 +0400 (Tue, 02 Oct 2012) | 2 lines intercept callback support ------------------------------------------------------------------------ r153 | lee.salzman | 2012-09-26 15:06:58 +0400 (Wed, 26 Sep 2012) | 2 lines EWOULDBLOCK -> WSAEWOULDBLOCK ------------------------------------------------------------------------ r152 | lee.salzman | 2012-09-18 17:38:10 +0400 (Tue, 18 Sep 2012) | 7 lines merging some things from Ryan C. Gordon (icculus): enet_socket_connect() shouldn't fail with non-blocking sockets. Removed unused variable. Sanity check for possible NULL dereference reported by clang's static?\226?\128?\166analysis. Added an interface to shutdown(). Fixed typo in the comments. ------------------------------------------------------------------------ r151 | lee.salzman | 2012-09-18 16:29:11 +0400 (Tue, 18 Sep 2012) | 2 lines fix serialization of mtu in verify connect packet ------------------------------------------------------------------------ r150 | lsalzman | 2012-09-11 10:57:49 +0400 (Tue, 11 Sep 2012) | 2 lines set some defaults for apple builds without configure script ------------------------------------------------------------------------ r149 | lee.salzman | 2012-09-11 03:28:50 +0400 (Tue, 11 Sep 2012) | 2 lines treat destroying NULL as no-op ------------------------------------------------------------------------ r148 | lee.salzman | 2012-07-31 17:15:38 +0400 (Tue, 31 Jul 2012) | 2 lines 1.3.5 release preparation ------------------------------------------------------------------------ r147 | lee.salzman | 2012-07-31 17:12:11 +0400 (Tue, 31 Jul 2012) | 2 lines case warning fixes ------------------------------------------------------------------------ r146 | lee.salzman | 2012-07-31 17:10:40 +0400 (Tue, 31 Jul 2012) | 2 lines unreliable fragment queuing fixes ------------------------------------------------------------------------ r145 | lsalzman | 2012-05-30 21:34:14 +0400 (Wed, 30 May 2012) | 2 lines mingw time workaround ------------------------------------------------------------------------ r144 | lsalzman | 2012-05-30 07:27:16 +0400 (Wed, 30 May 2012) | 2 lines updated copyright date ------------------------------------------------------------------------ r143 | lsalzman | 2012-05-30 06:05:34 +0400 (Wed, 30 May 2012) | 3 lines added per-peer configurable ping interval and timeouts 1.3.4 release prep ------------------------------------------------------------------------ r142 | lee.salzman | 2012-05-05 08:51:29 +0400 (Sat, 05 May 2012) | 2 lines CVS -> github ------------------------------------------------------------------------ r141 | lee.salzman | 2012-05-05 08:48:43 +0400 (Sat, 05 May 2012) | 2 lines github migration note ------------------------------------------------------------------------ r140 | eihrul | 2012-02-18 14:31:56 +0400 (Sat, 18 Feb 2012) | 2 lines added support for setting tcp send/receive timeouts ------------------------------------------------------------------------ r139 | eihrul | 2012-01-06 19:11:04 +0400 (Fri, 06 Jan 2012) | 2 lines sanity checks ------------------------------------------------------------------------ r138 | eihrul | 2012-01-05 08:12:46 +0400 (Thu, 05 Jan 2012) | 2 lines only bail out of sending on a timeout if there really is an event to dispatch ------------------------------------------------------------------------ r137 | eihrul | 2011-12-31 16:37:26 +0400 (Sat, 31 Dec 2011) | 2 lines warning workarounds ------------------------------------------------------------------------ r136 | eihrul | 2011-12-08 18:20:54 +0400 (Thu, 08 Dec 2011) | 2 lines zero out host memory on creation ------------------------------------------------------------------------ r135 | eihrul | 2011-11-29 01:37:24 +0400 (Tue, 29 Nov 2011) | 2 lines include fix ------------------------------------------------------------------------ r134 | eihrul | 2011-08-21 11:44:57 +0400 (Sun, 21 Aug 2011) | 2 lines enet_crc32 is ENET_API ------------------------------------------------------------------------ r133 | eihrul | 2011-06-28 19:34:32 +0400 (Tue, 28 Jun 2011) | 2 lines enet 1.3.3 release prep ------------------------------------------------------------------------ r132 | eihrul | 2011-06-28 19:25:53 +0400 (Tue, 28 Jun 2011) | 2 lines fixed bug with simultaneous disconnects not dispatching events ------------------------------------------------------------------------ r131 | eihrul | 2011-05-31 13:44:09 +0400 (Tue, 31 May 2011) | 2 lines unreliable fragment fixes ------------------------------------------------------------------------ r130 | eihrul | 2011-05-31 11:48:27 +0400 (Tue, 31 May 2011) | 3 lines support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT 1.3.2 release prep ------------------------------------------------------------------------ r129 | eihrul | 2011-05-30 23:00:26 +0400 (Mon, 30 May 2011) | 2 lines check received port ------------------------------------------------------------------------ r128 | eihrul | 2011-03-25 22:41:01 +0300 (Fri, 25 Mar 2011) | 2 lines updated copyright ------------------------------------------------------------------------ r127 | eihrul | 2011-02-10 05:54:08 +0300 (Thu, 10 Feb 2011) | 2 lines enet 1.3.1 release prep ------------------------------------------------------------------------ r126 | eihrul | 2011-01-31 11:27:39 +0300 (Mon, 31 Jan 2011) | 2 lines fix bug with tracking reliable data in transit ------------------------------------------------------------------------ r125 | eihrul | 2011-01-31 09:19:54 +0300 (Mon, 31 Jan 2011) | 2 lines copyright date update ------------------------------------------------------------------------ r124 | eihrul | 2011-01-31 09:17:58 +0300 (Mon, 31 Jan 2011) | 2 lines fixed bug where low reliable window stops pings from getting through ------------------------------------------------------------------------ r123 | eihrul | 2010-12-24 00:17:24 +0300 (Fri, 24 Dec 2010) | 2 lines bug fix note ------------------------------------------------------------------------ r122 | eihrul | 2010-12-24 00:05:37 +0300 (Fri, 24 Dec 2010) | 2 lines fix fragment length when checksums are used ------------------------------------------------------------------------ r121 | eihrul | 2010-12-20 15:30:10 +0300 (Mon, 20 Dec 2010) | 2 lines changelog note on window size throttle ------------------------------------------------------------------------ r120 | eihrul | 2010-12-20 13:46:57 +0300 (Mon, 20 Dec 2010) | 2 lines reliable packet throttle tweak ------------------------------------------------------------------------ r119 | eihrul | 2010-07-29 06:42:28 +0400 (Thu, 29 Jul 2010) | 2 lines list include workaround ------------------------------------------------------------------------ r118 | eihrul | 2010-06-14 01:09:06 +0400 (Mon, 14 Jun 2010) | 2 lines link fix ------------------------------------------------------------------------ r117 | eihrul | 2010-06-10 02:05:09 +0400 (Thu, 10 Jun 2010) | 2 lines libtool fix ------------------------------------------------------------------------ r116 | eihrul | 2010-06-10 01:48:46 +0400 (Thu, 10 Jun 2010) | 2 lines doxygen fixes ------------------------------------------------------------------------ r115 | eihrul | 2010-06-10 01:43:35 +0400 (Thu, 10 Jun 2010) | 2 lines added missing compress.c ------------------------------------------------------------------------ r114 | eihrul | 2010-06-10 01:16:23 +0400 (Thu, 10 Jun 2010) | 2 lines 1.3.0 import ------------------------------------------------------------------------ r113 | eihrul | 2010-06-06 00:31:31 +0400 (Sun, 06 Jun 2010) | 2 lines fragment dispatching fix ------------------------------------------------------------------------ r112 | eihrul | 2010-05-29 06:30:06 +0400 (Sat, 29 May 2010) | 2 lines fixed copyright date ------------------------------------------------------------------------ r111 | eihrul | 2010-05-21 01:19:44 +0400 (Fri, 21 May 2010) | 2 lines caveat notes ------------------------------------------------------------------------ r110 | eihrul | 2010-05-21 00:57:50 +0400 (Fri, 21 May 2010) | 2 lines license date fix ------------------------------------------------------------------------ r109 | eihrul | 2010-05-21 00:43:42 +0400 (Fri, 21 May 2010) | 2 lines removing stale files ------------------------------------------------------------------------ r108 | eihrul | 2010-05-21 00:27:21 +0400 (Fri, 21 May 2010) | 2 lines build system notes ------------------------------------------------------------------------ r107 | eihrul | 2010-05-20 23:55:05 +0400 (Thu, 20 May 2010) | 2 lines doc tweaks ------------------------------------------------------------------------ r106 | eihrul | 2010-05-20 20:55:27 +0400 (Thu, 20 May 2010) | 2 lines checksum is now a run-time option ------------------------------------------------------------------------ r105 | eihrul | 2010-05-15 03:41:14 +0400 (Sat, 15 May 2010) | 2 lines added totalSentData, totalSentPackets, totalReceivedData, totalReceivedPackets ------------------------------------------------------------------------ r104 | eihrul | 2010-05-15 02:28:38 +0400 (Sat, 15 May 2010) | 2 lines enet_peer_receive channelID fix ------------------------------------------------------------------------ r103 | eihrul | 2010-05-14 22:20:20 +0400 (Fri, 14 May 2010) | 2 lines added enet_host_channel_limit ------------------------------------------------------------------------ r102 | eihrul | 2010-05-14 06:04:42 +0400 (Fri, 14 May 2010) | 2 lines added no_memory callback that allows overriding the default abort behavior ------------------------------------------------------------------------ r101 | eihrul | 2010-05-13 22:30:17 +0400 (Thu, 13 May 2010) | 2 lines wordo fix ------------------------------------------------------------------------ r100 | eihrul | 2010-05-13 21:43:04 +0400 (Thu, 13 May 2010) | 2 lines build notes ------------------------------------------------------------------------ r99 | eihrul | 2010-05-13 21:42:55 +0400 (Thu, 13 May 2010) | 2 lines added keep file ------------------------------------------------------------------------ r98 | eihrul | 2010-05-13 21:31:45 +0400 (Thu, 13 May 2010) | 2 lines WIP build system cleanups by Nathan Phillip Brink ------------------------------------------------------------------------ r97 | eihrul | 2010-05-13 21:02:28 +0400 (Thu, 13 May 2010) | 2 lines changelog updates ------------------------------------------------------------------------ r96 | eihrul | 2010-05-13 20:55:59 +0400 (Thu, 13 May 2010) | 2 lines use dispatch queues to cut down on array crawling costs ------------------------------------------------------------------------ r95 | eihrul | 2010-05-07 11:45:42 +0400 (Fri, 07 May 2010) | 2 lines removed main.c ------------------------------------------------------------------------ r94 | eihrul | 2010-05-06 18:30:55 +0400 (Thu, 06 May 2010) | 2 lines send fragment fixes ------------------------------------------------------------------------ r93 | eihrul | 2010-05-06 17:44:47 +0400 (Thu, 06 May 2010) | 2 lines ensure fragment outgoing commands are allocated atomically with respect to failure ------------------------------------------------------------------------ r92 | eihrul | 2010-05-06 03:37:06 +0400 (Thu, 06 May 2010) | 2 lines propagate malloc failure ------------------------------------------------------------------------ r91 | eihrul | 2010-03-22 20:17:07 +0300 (Mon, 22 Mar 2010) | 2 lines packed structs ------------------------------------------------------------------------ r90 | eihrul | 2010-01-08 02:22:37 +0300 (Fri, 08 Jan 2010) | 2 lines kFreeBSD fixes ------------------------------------------------------------------------ r89 | eihrul | 2009-11-13 06:18:21 +0300 (Fri, 13 Nov 2009) | 2 lines more permissive linux check ------------------------------------------------------------------------ r88 | eihrul | 2009-11-13 03:48:41 +0300 (Fri, 13 Nov 2009) | 2 lines ENet 1.2.1 prep ------------------------------------------------------------------------ r87 | eihrul | 2009-05-10 15:30:31 +0400 (Sun, 10 May 2009) | 2 lines updated license note ------------------------------------------------------------------------ r86 | eihrul | 2009-05-10 15:29:51 +0400 (Sun, 10 May 2009) | 2 lines added note about irc channel ------------------------------------------------------------------------ r85 | eihrul | 2009-03-27 09:48:52 +0300 (Fri, 27 Mar 2009) | 2 lines fixed broken crc calculation ------------------------------------------------------------------------ r84 | eihrul | 2009-03-16 19:29:05 +0300 (Mon, 16 Mar 2009) | 2 lines added note about #include <enet/enet.h> ------------------------------------------------------------------------ r83 | eihrul | 2009-03-05 15:05:57 +0300 (Thu, 05 Mar 2009) | 2 lines fixed enet building on mingw ------------------------------------------------------------------------ r82 | eihrul | 2008-10-15 05:14:32 +0400 (Wed, 15 Oct 2008) | 2 lines updated copyright notice ------------------------------------------------------------------------ r81 | eihrul | 2008-10-07 02:46:10 +0400 (Tue, 07 Oct 2008) | 2 lines bind address bug fix ------------------------------------------------------------------------ r80 | eihrul | 2008-09-16 03:11:22 +0400 (Tue, 16 Sep 2008) | 2 lines added miscellaneous updates for broadcasting ------------------------------------------------------------------------ r79 | eihrul | 2008-07-30 13:39:09 +0400 (Wed, 30 Jul 2008) | 2 lines typo fix ------------------------------------------------------------------------ r78 | eihrul | 2008-07-30 13:31:29 +0400 (Wed, 30 Jul 2008) | 2 lines duplicated disconnect packet fixes ------------------------------------------------------------------------ r77 | eihrul | 2008-04-06 02:13:18 +0400 (Sun, 06 Apr 2008) | 2 lines added codeblocks project file ------------------------------------------------------------------------ r76 | eihrul | 2008-02-24 17:19:47 +0300 (Sun, 24 Feb 2008) | 2 lines zero out sin_zero ------------------------------------------------------------------------ r75 | eihrul | 2008-02-13 04:31:07 +0300 (Wed, 13 Feb 2008) | 2 lines 1.2 branding ------------------------------------------------------------------------ r74 | eihrul | 2008-01-09 17:14:09 +0300 (Wed, 09 Jan 2008) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r73 | eihrul | 2008-01-09 17:03:32 +0300 (Wed, 09 Jan 2008) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r72 | eihrul | 2007-11-16 23:29:49 +0300 (Fri, 16 Nov 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r71 | eihrul | 2007-10-22 00:18:58 +0400 (Mon, 22 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r70 | eihrul | 2007-10-21 23:14:54 +0400 (Sun, 21 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r69 | eihrul | 2007-10-14 06:14:43 +0400 (Sun, 14 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r68 | eihrul | 2007-10-14 06:09:03 +0400 (Sun, 14 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r67 | eihrul | 2007-10-13 03:58:37 +0400 (Sat, 13 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r66 | eihrul | 2007-10-13 03:15:29 +0400 (Sat, 13 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r65 | eihrul | 2007-10-13 03:10:28 +0400 (Sat, 13 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r64 | eihrul | 2007-10-13 02:28:04 +0400 (Sat, 13 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r63 | eihrul | 2007-10-12 23:17:09 +0400 (Fri, 12 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r62 | eihrul | 2007-10-12 21:54:11 +0400 (Fri, 12 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r61 | eihrul | 2007-10-12 21:37:31 +0400 (Fri, 12 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r60 | eihrul | 2007-10-12 09:30:08 +0400 (Fri, 12 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r59 | eihrul | 2007-10-12 09:21:57 +0400 (Fri, 12 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r58 | eihrul | 2007-10-12 09:18:46 +0400 (Fri, 12 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r57 | eihrul | 2007-10-12 09:18:46 +0400 (Fri, 12 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r56 | eihrul | 2007-10-12 09:18:46 +0400 (Fri, 12 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r55 | eihrul | 2007-10-12 06:27:45 +0400 (Fri, 12 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r54 | eihrul | 2007-10-10 03:22:45 +0400 (Wed, 10 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r53 | eihrul | 2007-10-10 03:08:10 +0400 (Wed, 10 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r52 | eihrul | 2007-10-10 03:03:11 +0400 (Wed, 10 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r51 | eihrul | 2007-10-03 08:10:09 +0400 (Wed, 03 Oct 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r50 | eihrul | 2007-09-01 06:42:31 +0400 (Sat, 01 Sep 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r49 | eihrul | 2007-07-13 07:25:16 +0400 (Fri, 13 Jul 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r48 | eihrul | 2007-06-09 18:50:44 +0400 (Sat, 09 Jun 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r47 | eihrul | 2007-06-07 02:24:50 +0400 (Thu, 07 Jun 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r46 | eihrul | 2007-06-07 02:19:06 +0400 (Thu, 07 Jun 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r45 | eihrul | 2007-06-01 15:22:05 +0400 (Fri, 01 Jun 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r44 | eihrul | 2007-05-31 13:19:01 +0400 (Thu, 31 May 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r43 | eihrul | 2007-05-31 13:13:08 +0400 (Thu, 31 May 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r42 | eihrul | 2007-05-31 12:40:53 +0400 (Thu, 31 May 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r41 | eihrul | 2007-05-31 12:04:23 +0400 (Thu, 31 May 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r40 | eihrul | 2007-03-27 10:39:40 +0400 (Tue, 27 Mar 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r39 | eihrul | 2007-01-12 10:00:57 +0300 (Fri, 12 Jan 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r38 | eihrul | 2007-01-07 19:44:02 +0300 (Sun, 07 Jan 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r37 | eihrul | 2006-12-13 07:36:07 +0300 (Wed, 13 Dec 2006) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r36 | eihrul | 2006-10-03 19:39:29 +0400 (Tue, 03 Oct 2006) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r35 | eihrul | 2006-07-07 01:30:34 +0400 (Fri, 07 Jul 2006) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r34 | eihrul | 2006-07-07 01:22:41 +0400 (Fri, 07 Jul 2006) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r33 | eihrul | 2006-03-24 22:17:51 +0300 (Fri, 24 Mar 2006) | 2 lines undoing change ------------------------------------------------------------------------ r32 | eihrul | 2006-03-24 22:13:45 +0300 (Fri, 24 Mar 2006) | 2 lines bug fixes ------------------------------------------------------------------------ r31 | eihrul | 2006-03-15 03:06:28 +0300 (Wed, 15 Mar 2006) | 2 lines cleanups ------------------------------------------------------------------------ r30 | eihrul | 2006-03-15 02:54:12 +0300 (Wed, 15 Mar 2006) | 2 lines cleanups ------------------------------------------------------------------------ r29 | eihrul | 2006-03-15 02:51:37 +0300 (Wed, 15 Mar 2006) | 2 lines cleanups ------------------------------------------------------------------------ r28 | eihrul | 2006-03-15 02:49:55 +0300 (Wed, 15 Mar 2006) | 2 lines forum mention ------------------------------------------------------------------------ r27 | eihrul | 2006-03-15 02:32:22 +0300 (Wed, 15 Mar 2006) | 2 lines updated docs ------------------------------------------------------------------------ r26 | eihrul | 2006-03-15 02:26:05 +0300 (Wed, 15 Mar 2006) | 2 lines removing out of date pyenet ------------------------------------------------------------------------ r25 | eihrul | 2006-03-15 02:23:36 +0300 (Wed, 15 Mar 2006) | 2 lines removing old file ------------------------------------------------------------------------ r24 | eihrul | 2006-03-15 02:21:50 +0300 (Wed, 15 Mar 2006) | 2 lines 1.0 stuff ------------------------------------------------------------------------ r23 | eihrul | 2005-10-08 23:55:11 +0400 (Sat, 08 Oct 2005) | 2 lines documentation update ------------------------------------------------------------------------ r22 | eihrul | 2005-10-04 19:29:06 +0400 (Tue, 04 Oct 2005) | 2 lines typo fix ------------------------------------------------------------------------ r21 | eihrul | 2005-10-04 19:26:22 +0400 (Tue, 04 Oct 2005) | 2 lines updating site to point to forums ------------------------------------------------------------------------ r20 | eihrul | 2005-07-19 09:48:56 +0400 (Tue, 19 Jul 2005) | 2 lines security check ------------------------------------------------------------------------ r19 | anonymous | 2005-07-19 09:47:29 +0400 (Tue, 19 Jul 2005) | 2 lines security check ------------------------------------------------------------------------ r18 | eihrul | 2005-07-19 09:28:43 +0400 (Tue, 19 Jul 2005) | 2 lines updating date ------------------------------------------------------------------------ r17 | eihrul | 2005-07-19 09:27:30 +0400 (Tue, 19 Jul 2005) | 2 lines undoing rogue commit ------------------------------------------------------------------------ r16 | eihrul | 2005-07-19 09:23:43 +0400 (Tue, 19 Jul 2005) | 2 lines memory leak fix ------------------------------------------------------------------------ r15 | anonymous | 2005-07-18 13:14:23 +0400 (Mon, 18 Jul 2005) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r14 | eihrul | 2005-06-08 05:16:37 +0400 (Wed, 08 Jun 2005) | 2 lines updated date ------------------------------------------------------------------------ r13 | eihrul | 2005-06-08 05:13:28 +0400 (Wed, 08 Jun 2005) | 2 lines added broadcasting ------------------------------------------------------------------------ r12 | eihrul | 2005-05-24 10:08:30 +0400 (Tue, 24 May 2005) | 2 lines minimum and maximum timeout ------------------------------------------------------------------------ r11 | eihrul | 2005-04-07 19:01:58 +0400 (Thu, 07 Apr 2005) | 2 lines bug fixes ------------------------------------------------------------------------ r10 | eihrul | 2004-12-23 11:20:50 +0300 (Thu, 23 Dec 2004) | 2 lines bug fix ------------------------------------------------------------------------ r9 | eihrul | 2004-12-23 11:19:42 +0300 (Thu, 23 Dec 2004) | 2 lines possible fix for unsequenced packets ------------------------------------------------------------------------ r8 | eihrul | 2004-12-09 21:41:02 +0300 (Thu, 09 Dec 2004) | 2 lines bug fixes ------------------------------------------------------------------------ r7 | eihrul | 2004-12-09 21:27:53 +0300 (Thu, 09 Dec 2004) | 2 lines bug fix ------------------------------------------------------------------------ r6 | eihrul | 2004-12-01 02:32:16 +0300 (Wed, 01 Dec 2004) | 2 lines documentation fixes ------------------------------------------------------------------------ r5 | eihrul | 2004-11-24 00:16:51 +0300 (Wed, 24 Nov 2004) | 2 lines some tutorial cleanups ------------------------------------------------------------------------ r4 | eihrul | 2004-11-23 19:29:12 +0300 (Tue, 23 Nov 2004) | 2 lines comment fix ------------------------------------------------------------------------ r3 | eihrul | 2004-11-23 19:23:36 +0300 (Tue, 23 Nov 2004) | 2 lines win32 bug fixes ------------------------------------------------------------------------ r2 | eihrul | 2004-10-20 21:40:02 +0400 (Wed, 20 Oct 2004) | 2 lines changed to point to bespin site ------------------------------------------------------------------------ r1 | eihrul | 2004-10-20 21:17:51 +0400 (Wed, 20 Oct 2004) | 2 lines Initial revision ------------------------------------------------------------------------ |