index
:
enet
master
ENet reliable UDP networking library
lsalzman
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
peer.c
Age
Commit message (
Collapse
)
Author
2013-12-28
typo fixes
Lee Salzman
2013-05-12
another typo fix
Lee Salzman
2013-05-11
track the number of connected peers to make throttling a bit cheaper
Lee Salzman
2012-09-18
merging some things from Ryan C. Gordon (icculus):
Lee Salzman
enet_socket_connect() shouldn't fail with non-blocking sockets. Removed unused variable. Sanity check for possible NULL dereference reported by clang's static…analysis. Added an interface to shutdown(). Fixed typo in the comments.
2012-07-31
unreliable fragment queuing fixes
Lee Salzman
2012-05-29
added per-peer configurable ping interval and timeouts
lsalzman
1.3.4 release prep
2012-01-06
sanity checks
eihrul
2011-12-31
warning workarounds
eihrul
2011-05-31
unreliable fragment fixes
v1.3.2
eihrul
2011-05-31
support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
eihrul
1.3.2 release prep
2010-12-23
fix fragment length when checksums are used
eihrul
2010-06-09
1.3.0 import
eihrul
2010-06-05
fragment dispatching fix
eihrul
2010-05-14
enet_peer_receive channelID fix
eihrul
2010-05-13
wordo fix
eihrul
2010-05-13
use dispatch queues to cut down on array crawling costs
eihrul
2010-05-06
send fragment fixes
eihrul
2010-05-06
ensure fragment outgoing commands are allocated atomically with respect to ↵
eihrul
failure
2010-05-05
propagate malloc failure
eihrul
2008-07-30
typo fix
eihrul
2008-07-30
duplicated disconnect packet fixes
eihrul
2007-10-21
*** 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-10-12
*** empty log message ***
eihrul
2007-01-07
*** empty log message ***
eihrul
2006-12-13
*** empty log message ***
eihrul
2006-07-06
*** empty log message ***
eihrul
2006-03-14
1.0 stuff
eihrul
2005-07-19
memory leak fix
eihrul
2005-05-24
minimum and maximum timeout
eihrul
2004-12-23
bug fix
eihrul
2004-12-23
possible fix for unsequenced packets
eihrul
2004-12-09
bug fixes
eihrul
2004-10-20
Initial revision
eihrul