aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-12-28typo fixesLee Salzman
2013-12-26enet 1.3.11 release prepv1.3.11Lee Salzman
2013-11-27handle disconnects in connecting statelsalzman
2013-11-26_MSC_VER fixLee Salzman
2013-11-17allow loopback connectionsLee Salzman
2013-11-07FD_CLR typo fixLee Salzman
2013-10-23enet 1.3.10 release prepv1.3.10lsalzman
2013-10-20double maximum reliable window sizeLee Salzman
2013-10-09make VS quiet down about -unsignedLee Salzman
2013-09-27fix RCVTIMEO and SNDTIMEO options on unix and also add NODELAYlsalzman
2013-08-19fix some warningsLee Salzman
2013-08-18small fix for duplicate peersLee Salzman
2013-08-16enet 1.3.9 release prepv1.3.9Lee Salzman
2013-08-16more ENET_SOCKOPT_ERROR fixesLee Salzman
2013-08-16ENET_SOCKOPT_ERROR fixLee Salzman
2013-08-16added enet_socket_get_option() and ENET_SOCKOPT_ERRORLee Salzman
2013-08-14enet_host_random_seed fixlsalzman
2013-08-09stub out enet_host_random_seed()lsalzman
2013-07-08fix file permissionsv1.3.8lsalzman
2013-06-021.3.8 release prepLee Salzman
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