aboutsummaryrefslogtreecommitdiffhomepage
path: root/protocol.c
AgeCommit message (Expand)Author
2013-03-23set unused reliable sequence number field for acks to sane valueLee Salzman
2013-03-19only use perror if ENET_DEBUG definedlsalzman
2013-02-27added ENET_PACKET_FLAG_SENT to indicate that a packet has been sentlsalzman
2013-01-07state handling cleanupsLee Salzman
2012-10-02intercept callback supportlsalzman
2012-09-18merging some things from Ryan C. Gordon (icculus):Lee Salzman
2012-09-18fix serialization of mtu in verify connect packetLee Salzman
2012-07-31case warning fixesLee Salzman
2012-05-29added per-peer configurable ping interval and timeoutslsalzman
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-06-28fixed bug with simultaneous disconnects not dispatching eventseihrul
2011-05-31unreliable fragment fixesv1.3.2eihrul
2011-05-31support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENTeihrul
2011-05-30check received porteihrul
2011-01-31fix bug with tracking reliable data in transiteihrul
2011-01-31fixed bug where low reliable window stops pings from getting througheihrul
2010-12-20reliable packet throttle tweakeihrul
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-13use dispatch queues to cut down on array crawling costseihrul
2010-05-06ensure fragment outgoing commands are allocated atomically with respect to fa...eihrul
2010-05-05propagate malloc failureeihrul
2008-07-30duplicated disconnect packet fixeseihrul
2008-01-09*** empty log message ***eihrul
2007-11-16*** empty log message ***eihrul
2007-10-21*** empty log message ***eihrul
2007-10-14*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-09-01*** empty log message ***eihrul
2007-07-13*** empty log message ***eihrul
2007-01-12*** empty log message ***eihrul
2006-10-03*** empty log message ***eihrul
2006-07-06*** empty log message ***eihrul
2006-03-24undoing changeeihrul
2006-03-24bug fixeseihrul
2006-03-141.0 stuffeihrul
2005-06-08added broadcastingeihrul
2005-05-24minimum and maximum timeouteihrul
2005-04-07bug fixeseihrul