aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-05-12another typo fixLee Salzman
2013-05-12typo fixLee Salzman
2013-05-11note about enet_host_bandwidth_throttle optimizationsLee Salzman
2013-05-11track the number of connected peers to make throttling a bit cheaperLee Salzman
2013-05-11check for MS C compiler before using pragmasLee Salzman
2013-05-10handle EINTR in enet_socket_waitLee Salzman
2013-05-09explicitly include sys/socket.hLee Salzman
2013-05-09move MSG_MAXIOVLEN check out of configure.acLee Salzman
2013-05-08remove some more looping in enet_host_bandwidth_throttlelsalzman
2013-05-08avoid some looping in enet_host_bandwidth_throttlelsalzman
2013-05-07add enet_linked_version() for querying linked versionlsalzman
2013-04-07check for _WIN32 instead of WIN32Lee Salzman
2013-04-03add clang checklsalzman
2013-03-23set unused reliable sequence number field for acks to sane valueLee Salzman
2013-03-20changelog note about enet_socket_get_addressLee Salzman
2013-03-20Merge branch 'master' of github.com:lsalzman/enetLee Salzman
2013-03-20query the socket name if an explicit address binding is requested on host cre...Lee Salzman
2013-03-19only use perror if ENET_DEBUG definedlsalzman
2013-03-06ENet 1.3.7 release prepv1.3.7lsalzman
2013-02-27added ENET_PACKET_FLAG_SENT to indicate that a packet has been sentlsalzman
2013-01-19added userData field to ENetPacketLee Salzman
2013-01-07updating changelogLee Salzman
2013-01-07state handling cleanupsLee Salzman
2012-12-14Merge branch 'master' of github.com:lsalzman/enetLee Salzman
2012-12-14use timeGetTime() for random seed instead of time() on windowsLee Salzman
2012-12-13fix patch version to 6 (1.3.6)v1.3.6lsalzman
2012-12-11ENet 1.3.6 release preparationLee Salzman
2012-10-03forward declare some structs to fix compile errorslsalzman
2012-10-02initialize intercept callback to NULLlsalzman
2012-10-02intercept callback supportlsalzman
2012-09-26EWOULDBLOCK -> WSAEWOULDBLOCKLee Salzman
2012-09-18merging some things from Ryan C. Gordon (icculus):Lee Salzman
2012-09-18fix serialization of mtu in verify connect packetLee Salzman
2012-09-11set some defaults for apple builds without configure scriptlsalzman
2012-09-11treat destroying NULL as no-opLee Salzman
2012-07-311.3.5 release preparationv1.3.5Lee Salzman
2012-07-31case warning fixesLee Salzman
2012-07-31unreliable fragment queuing fixesLee Salzman
2012-05-30mingw time workaroundlsalzman
2012-05-29updated copyright datev1.3.4lsalzman
2012-05-29added per-peer configurable ping interval and timeoutslsalzman
2012-05-05CVS -> githubLee Salzman
2012-05-05github migration noteLee Salzman
2012-02-18added support for setting tcp send/receive timeoutseihrul
2012-01-06sanity checkseihrul
2012-01-05only bail out of sending on a timeout if there really is an event to dispatcheihrul
2011-12-31warning workaroundseihrul
2011-12-08zero out host memory on creationeihrul
2011-11-28include fixeihrul
2011-08-21enet_crc32 is ENET_APIeihrul