Commit Graph

  • 73ef8d8a96 enet_host_random_seed fix lsalzman 2013-08-14 18:26:29 +03:00
  • 1658cf3a95 stub out enet_host_random_seed() lsalzman 2013-08-09 09:41:57 +03:00
  • 4697a58d53 fix file permissions v1.3.8 lsalzman 2013-07-08 14:59:05 +03:00
  • 742e6b9552 1.3.8 release prep Lee Salzman 2013-06-02 13:23:50 +03:00
  • 51f303d5e2 another typo fix Lee Salzman 2013-05-12 18:29:22 +03:00
  • 2d2440053d typo fix Lee Salzman 2013-05-12 11:04:00 +03:00
  • 5f05025ee1 note about enet_host_bandwidth_throttle optimizations Lee Salzman 2013-05-11 21:58:27 +03:00
  • 69b98608e5 track the number of connected peers to make throttling a bit cheaper Lee Salzman 2013-05-11 21:53:55 +03:00
  • 2bb83d9813 check for MS C compiler before using pragmas Lee Salzman 2013-05-11 18:56:20 +03:00
  • 7dc0189ffb handle EINTR in enet_socket_wait Lee Salzman 2013-05-10 17:49:44 +03:00
  • 5d76b92c54 explicitly include sys/socket.h Lee Salzman 2013-05-09 15:19:44 +03:00
  • bd4e5035bc move MSG_MAXIOVLEN check out of configure.ac Lee Salzman 2013-05-09 15:04:01 +03:00
  • 71d6d63ed8 remove some more looping in enet_host_bandwidth_throttle lsalzman 2013-05-08 11:02:13 +03:00
  • 30d859f9a4 avoid some looping in enet_host_bandwidth_throttle lsalzman 2013-05-08 10:46:17 +03:00
  • 27d41dd2ae add enet_linked_version() for querying linked version lsalzman 2013-05-07 10:11:22 +03:00
  • ff4e2cab30 check for _WIN32 instead of WIN32 Lee Salzman 2013-04-07 07:11:12 +03:00
  • 03c0de167c add clang check lsalzman 2013-04-03 10:30:41 +03:00
  • 714f40319a set unused reliable sequence number field for acks to sane value Lee Salzman 2013-03-23 17:22:32 +02:00
  • bf8187f265 changelog note about enet_socket_get_address Lee Salzman 2013-03-20 00:49:49 +02:00
  • bc81ba716f Merge branch 'master' of github.com:lsalzman/enet Lee Salzman 2013-03-20 00:44:14 +02:00
  • 726ff6bc6d query the socket name if an explicit address binding is requested on host creation Lee Salzman 2013-03-20 00:43:34 +02:00
  • db685c3d4f only use perror if ENET_DEBUG defined lsalzman 2013-03-19 11:26:54 +02:00
  • eb7126c662 ENet 1.3.7 release prep v1.3.7 lsalzman 2013-03-06 17:10:59 +02:00
  • 4ce4aac149 added ENET_PACKET_FLAG_SENT to indicate that a packet has been sent lsalzman 2013-02-27 16:29:22 +02:00
  • 8ff344897a added userData field to ENetPacket Lee Salzman 2013-01-19 16:39:34 +02:00
  • 5ff8ccb74f updating changelog Lee Salzman 2013-01-07 21:18:35 +02:00
  • 9185dc80bc state handling cleanups Lee Salzman 2013-01-07 20:46:31 +02:00
  • 2e708e5908 Merge branch 'master' of github.com:lsalzman/enet Lee Salzman 2012-12-14 05:10:44 +02:00
  • 65f71f82b8 use timeGetTime() for random seed instead of time() on windows Lee Salzman 2012-12-14 05:10:13 +02:00
  • d7c0ce8240 fix patch version to 6 (1.3.6) v1.3.6 lsalzman 2012-12-13 12:57:01 +02:00
  • 2c413b2353 ENet 1.3.6 release preparation Lee Salzman 2012-12-11 13:20:50 +02:00
  • c74ac8b844 forward declare some structs to fix compile errors lsalzman 2012-10-03 16:26:18 +03:00
  • 77cc156305 initialize intercept callback to NULL lsalzman 2012-10-02 14:01:12 +03:00
  • 2d979ceb51 intercept callback support lsalzman 2012-10-02 13:33:07 +03:00
  • 9dff8f72cf EWOULDBLOCK -> WSAEWOULDBLOCK Lee Salzman 2012-09-26 14:06:58 +03:00
  • 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. Lee Salzman 2012-09-18 16:38:10 +03:00
  • 74d4c4a88f fix serialization of mtu in verify connect packet Lee Salzman 2012-09-18 15:29:11 +03:00
  • 0fd4c9389b set some defaults for apple builds without configure script lsalzman 2012-09-11 09:57:49 +03:00
  • 71b7550049 treat destroying NULL as no-op Lee Salzman 2012-09-11 02:28:50 +03:00
  • be852c5d8b 1.3.5 release preparation v1.3.5 Lee Salzman 2012-07-31 16:15:38 +03:00
  • f6160fd2e9 case warning fixes Lee Salzman 2012-07-31 16:12:11 +03:00
  • 158955c86b unreliable fragment queuing fixes Lee Salzman 2012-07-31 16:10:40 +03:00
  • 22f1236079 mingw time workaround lsalzman 2012-05-30 10:34:14 -07:00
  • 2800fd4e0e updated copyright date v1.3.4 lsalzman 2012-05-29 20:27:16 -07:00
  • ea8faf3579 added per-peer configurable ping interval and timeouts 1.3.4 release prep lsalzman 2012-05-29 19:05:34 -07:00
  • fb55c5d7c3 CVS -> github Lee Salzman 2012-05-05 07:51:29 +03:00
  • 78e828b80e github migration note Lee Salzman 2012-05-05 07:48:43 +03:00
  • 5018dcf207 added support for setting tcp send/receive timeouts eihrul 2012-02-18 10:31:56 +00:00
  • 78222dc79e sanity checks eihrul 2012-01-06 15:11:04 +00:00
  • 27d8c07142 only bail out of sending on a timeout if there really is an event to dispatch eihrul 2012-01-05 04:12:46 +00:00
  • 70d0d8f25d warning workarounds eihrul 2011-12-31 12:37:26 +00:00
  • e96c668702 zero out host memory on creation eihrul 2011-12-08 14:20:54 +00:00
  • d4768414eb include fix eihrul 2011-11-28 21:37:24 +00:00
  • 93ceb9d2be enet_crc32 is ENET_API eihrul 2011-08-21 07:44:57 +00:00
  • ee869ab08a enet 1.3.3 release prep v1.3.3 eihrul 2011-06-28 15:34:32 +00:00
  • 7691ccc318 fixed bug with simultaneous disconnects not dispatching events eihrul 2011-06-28 15:25:53 +00:00
  • cfb05d051b unreliable fragment fixes v1.3.2 eihrul 2011-05-31 09:44:09 +00:00
  • f38c177db0 support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT 1.3.2 release prep eihrul 2011-05-31 07:48:27 +00:00
  • 33e2fc6201 check received port eihrul 2011-05-30 19:00:26 +00:00
  • 620e92fa66 updated copyright eihrul 2011-03-25 19:41:01 +00:00
  • 39a851cb16 enet 1.3.1 release prep v1.3.1 eihrul 2011-02-10 02:54:08 +00:00
  • c77495463b fix bug with tracking reliable data in transit eihrul 2011-01-31 08:27:39 +00:00
  • 0419c707e9 copyright date update eihrul 2011-01-31 06:19:54 +00:00
  • 5258b40640 fixed bug where low reliable window stops pings from getting through eihrul 2011-01-31 06:17:58 +00:00
  • 907b4ba2f5 bug fix note eihrul 2010-12-23 21:17:24 +00:00
  • 7af1cd0de7 fix fragment length when checksums are used eihrul 2010-12-23 21:05:37 +00:00
  • 6ad4a745fb changelog note on window size throttle eihrul 2010-12-20 12:30:10 +00:00
  • 1e18fd6001 reliable packet throttle tweak eihrul 2010-12-20 10:46:57 +00:00
  • 2a878c2372 list include workaround v1.3.0 eihrul 2010-07-29 02:42:28 +00:00
  • 55bfad3111 link fix eihrul 2010-06-13 21:09:06 +00:00
  • bdaa2a2503 libtool fix eihrul 2010-06-09 22:05:09 +00:00
  • fc56be2eba doxygen fixes eihrul 2010-06-09 21:48:46 +00:00
  • c3b24ac486 added missing compress.c eihrul 2010-06-09 21:43:35 +00:00
  • 572636062e 1.3.0 import eihrul 2010-06-09 21:16:23 +00:00
  • 2d985dba91 fragment dispatching fix eihrul 2010-06-05 20:31:31 +00:00
  • 4c8544636b fixed copyright date eihrul 2010-05-29 02:30:06 +00:00
  • f9d2dbedd4 caveat notes eihrul 2010-05-20 21:19:44 +00:00
  • c81bf89f54 license date fix eihrul 2010-05-20 20:57:50 +00:00
  • f34daadcf1 removing stale files eihrul 2010-05-20 20:43:42 +00:00
  • 13c9411acf build system notes eihrul 2010-05-20 20:27:21 +00:00
  • 254b4214dc doc tweaks eihrul 2010-05-20 19:55:05 +00:00
  • e49aaf7a6f checksum is now a run-time option eihrul 2010-05-20 16:55:27 +00:00
  • 72525fbca1 added totalSentData, totalSentPackets, totalReceivedData, totalReceivedPackets eihrul 2010-05-14 23:41:14 +00:00
  • 94a1e8879f enet_peer_receive channelID fix eihrul 2010-05-14 22:28:38 +00:00
  • c5189c090f added enet_host_channel_limit eihrul 2010-05-14 18:20:20 +00:00
  • c4138503f9 added no_memory callback that allows overriding the default abort behavior eihrul 2010-05-14 02:04:42 +00:00
  • 3ddbfb202d wordo fix eihrul 2010-05-13 18:30:17 +00:00
  • 8f96fb8ea9 build notes eihrul 2010-05-13 17:43:04 +00:00
  • 9d510a4a07 added keep file eihrul 2010-05-13 17:42:55 +00:00
  • 0456e849d6 WIP build system cleanups by Nathan Phillip Brink eihrul 2010-05-13 17:31:45 +00:00
  • f72b0300f6 changelog updates eihrul 2010-05-13 17:02:28 +00:00
  • 29cbf82230 use dispatch queues to cut down on array crawling costs eihrul 2010-05-13 16:55:59 +00:00
  • 2f19182e58 removed main.c eihrul 2010-05-07 07:45:42 +00:00
  • cae2cff8fe send fragment fixes eihrul 2010-05-06 14:30:55 +00:00
  • 25c8948745 ensure fragment outgoing commands are allocated atomically with respect to failure eihrul 2010-05-06 13:44:47 +00:00
  • 41ccbd2f3f propagate malloc failure eihrul 2010-05-05 23:37:06 +00:00
  • 2be268a77b packed structs eihrul 2010-03-22 17:17:07 +00:00
  • ea38380174 kFreeBSD fixes eihrul 2010-01-07 23:22:37 +00:00
  • 83bf2ead38 more permissive linux check eihrul 2009-11-13 03:18:21 +00:00
  • 0190653095 ENet 1.2.1 prep eihrul 2009-11-13 00:48:41 +00:00