aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
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
2012-10-03forward declare some structs to fix compile errorslsalzman
2012-10-02intercept callback supportlsalzman
2012-09-18merging some things from Ryan C. Gordon (icculus):Lee Salzman
2012-07-311.3.5 release preparationv1.3.5Lee Salzman
2012-05-29added per-peer configurable ping interval and timeoutslsalzman
2012-02-18added support for setting tcp send/receive timeoutseihrul
2012-01-06sanity checkseihrul
2011-08-21enet_crc32 is ENET_APIeihrul
2011-06-28enet 1.3.3 release prepv1.3.3eihrul
2011-05-31support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENTeihrul
2011-02-10enet 1.3.1 release prepv1.3.1eihrul
2010-06-09doxygen fixeseihrul
2010-06-091.3.0 importeihrul
2010-06-05fragment dispatching fixeihrul
2010-05-20checksum is now a run-time optioneihrul
2010-05-14added totalSentData, totalSentPackets, totalReceivedData, totalReceivedPacketseihrul
2010-05-14added enet_host_channel_limiteihrul
2010-05-14added no_memory callback that allows overriding the default abort behavioreihrul
2010-05-13WIP build system cleanups by Nathan Phillip Brinkeihrul