aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2021-04-25silence some MSVC warningsLee Salzman
2021-01-13implement mulberry32 for PRNGLee Salzman
2020-11-151.3.17 release prepv1.3.17Lee Salzman
2020-09-081.3.16 release prepv1.3.16Lee Salzman
2020-09-08revert failed throttle changesLee Salzman
2020-08-23command queuing fixLee Salzman
2020-07-23use unified outgoing command queue for reliable and unreliable commandsLee Salzman
2020-04-19enet 1.3.15 release prepLee Salzman
2020-04-16stabilize packet throttle when RTT variance is lowLee Salzman
2020-04-13don't throttle on first RTT measurementLee Salzman
2020-04-04accumulate fractional RTT valuesLee Salzman
2019-01-27enet 1.3.14 release prepv1.3.14Lee Salzman
2018-09-10Add the <arpa/inet.h> include to unix.h.Sebastian Valle
2017-05-06add portable enet_address_set_host_ip that can properly parse broadcast addressLee Salzman
2016-06-04typo fix[email protected]
2015-12-30update packet flag documentationLee Salzman
2015-04-30enet 1.3.13 release prepv1.3.13[email protected]
2014-04-24enet 1.3.12 release prepv1.3.12lsalzman
2014-04-14fix maximumWaitingData handling to allow acknowledgements when the packet alr...Lee Salzman
2014-04-14added maximumPacketSize and maximumWaitingData fields for limiting peer buffe...Lee Salzman
2014-03-08avoid some strncpy usageLee Salzman
2014-02-20note about null-termination in enet_address_get_hostLee Salzman
2013-12-28typo fixesLee Salzman
2013-12-26enet 1.3.11 release prepv1.3.11Lee Salzman
2013-11-26_MSC_VER fixLee 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-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-06-021.3.8 release prepLee 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-07add enet_linked_version() for querying linked versionlsalzman
2013-04-07check for _WIN32 instead of WIN32Lee Salzman
2013-04-03add clang checklsalzman
2013-03-20query the socket name if an explicit address binding is requested on host cre...Lee Salzman
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
2012-12-13fix patch version to 6 (1.3.6)v1.3.6lsalzman