Commit graph

311 commits

Author SHA1 Message Date
Lee Salzman
9185dc80bc state handling cleanups 2013-01-07 20:46:31 +02:00
Lee Salzman
2e708e5908 Merge branch 'master' of github.com:lsalzman/enet 2012-12-14 05:10:44 +02:00
Lee Salzman
65f71f82b8 use timeGetTime() for random seed instead of time() on windows 2012-12-14 05:10:13 +02:00
lsalzman
d7c0ce8240 fix patch version to 6 (1.3.6) 2012-12-13 12:57:01 +02:00
Lee Salzman
2c413b2353 ENet 1.3.6 release preparation 2012-12-11 13:20:50 +02:00
lsalzman
c74ac8b844 forward declare some structs to fix compile errors 2012-10-03 16:26:18 +03:00
lsalzman
77cc156305 initialize intercept callback to NULL 2012-10-02 14:01:12 +03:00
lsalzman
2d979ceb51 intercept callback support 2012-10-02 13:33:07 +03:00
Lee Salzman
9dff8f72cf EWOULDBLOCK -> WSAEWOULDBLOCK 2012-09-26 14:06:58 +03:00
Lee Salzman
0e0ace781b 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…analysis.
Added an interface to shutdown().
Fixed typo in the comments.
2012-09-18 16:38:10 +03:00
Lee Salzman
74d4c4a88f fix serialization of mtu in verify connect packet 2012-09-18 15:29:11 +03:00
lsalzman
0fd4c9389b set some defaults for apple builds without configure script 2012-09-11 09:57:49 +03:00
Lee Salzman
71b7550049 treat destroying NULL as no-op 2012-09-11 02:28:50 +03:00
Lee Salzman
be852c5d8b 1.3.5 release preparation 2012-07-31 16:15:38 +03:00
Lee Salzman
f6160fd2e9 case warning fixes 2012-07-31 16:12:11 +03:00
Lee Salzman
158955c86b unreliable fragment queuing fixes 2012-07-31 16:10:40 +03:00
lsalzman
22f1236079 mingw time workaround 2012-05-30 10:34:14 -07:00
lsalzman
2800fd4e0e updated copyright date 2012-05-29 20:27:16 -07:00
lsalzman
ea8faf3579 added per-peer configurable ping interval and timeouts
1.3.4 release prep
2012-05-29 19:05:34 -07:00
Lee Salzman
fb55c5d7c3 CVS -> github 2012-05-05 07:51:29 +03:00
Lee Salzman
78e828b80e github migration note 2012-05-05 07:48:43 +03:00
eihrul
5018dcf207 added support for setting tcp send/receive timeouts 2012-02-18 10:31:56 +00:00
eihrul
78222dc79e sanity checks 2012-01-06 15:11:04 +00:00
eihrul
27d8c07142 only bail out of sending on a timeout if there really is an event to dispatch 2012-01-05 04:12:46 +00:00
eihrul
70d0d8f25d warning workarounds 2011-12-31 12:37:26 +00:00
eihrul
e96c668702 zero out host memory on creation 2011-12-08 14:20:54 +00:00
eihrul
d4768414eb include fix 2011-11-28 21:37:24 +00:00
eihrul
93ceb9d2be enet_crc32 is ENET_API 2011-08-21 07:44:57 +00:00
eihrul
ee869ab08a enet 1.3.3 release prep 2011-06-28 15:34:32 +00:00
eihrul
7691ccc318 fixed bug with simultaneous disconnects not dispatching events 2011-06-28 15:25:53 +00:00
eihrul
cfb05d051b unreliable fragment fixes 2011-05-31 09:44:09 +00:00
eihrul
f38c177db0 support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
1.3.2 release prep
2011-05-31 07:48:27 +00:00
eihrul
33e2fc6201 check received port 2011-05-30 19:00:26 +00:00
eihrul
620e92fa66 updated copyright 2011-03-25 19:41:01 +00:00
eihrul
39a851cb16 enet 1.3.1 release prep 2011-02-10 02:54:08 +00:00
eihrul
c77495463b fix bug with tracking reliable data in transit 2011-01-31 08:27:39 +00:00
eihrul
0419c707e9 copyright date update 2011-01-31 06:19:54 +00:00
eihrul
5258b40640 fixed bug where low reliable window stops pings from getting through 2011-01-31 06:17:58 +00:00
eihrul
907b4ba2f5 bug fix note 2010-12-23 21:17:24 +00:00
eihrul
7af1cd0de7 fix fragment length when checksums are used 2010-12-23 21:05:37 +00:00
eihrul
6ad4a745fb changelog note on window size throttle 2010-12-20 12:30:10 +00:00
eihrul
1e18fd6001 reliable packet throttle tweak 2010-12-20 10:46:57 +00:00
eihrul
2a878c2372 list include workaround 2010-07-29 02:42:28 +00:00
eihrul
55bfad3111 link fix 2010-06-13 21:09:06 +00:00
eihrul
bdaa2a2503 libtool fix 2010-06-09 22:05:09 +00:00
eihrul
fc56be2eba doxygen fixes 2010-06-09 21:48:46 +00:00
eihrul
c3b24ac486 added missing compress.c 2010-06-09 21:43:35 +00:00
eihrul
572636062e 1.3.0 import 2010-06-09 21:16:23 +00:00
eihrul
2d985dba91 fragment dispatching fix 2010-06-05 20:31:31 +00:00
eihrul
4c8544636b fixed copyright date 2010-05-29 02:30:06 +00:00