index
:
enet
master
ENet reliable UDP networking library
lsalzman
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-02-19
update copyright years
[email protected]
2016-02-19
return -1 instead of 0 if getnameinfo returns an error
[email protected]
2015-12-30
update packet flag documentation
Lee Salzman
2015-05-11
use getaddrinfo and getnameinfo where available
Lee Salzman
2015-04-30
enet 1.3.13 release prep
v1.3.13
[email protected]
2015-03-12
fix window wrap check when sending reliable outgoing commands
[email protected]
2015-03-09
handle case in bandwidth limit protocol where either incoming or outgoing lim...
[email protected]
2015-02-14
gethostbyname_r/gethostbyaddr_r fix for dragonfly bsd
lsalzman
2015-01-13
update copyright year
Lee Salzman
2014-12-31
fix ENET_SOCKOPT_NONBLOCK when value is 0
Lee Salzman
2014-12-02
add cmake support
Lee Salzman
2014-11-17
added note about calling enet_host_service on both ends of a connection
lsalzman
2014-09-29
limit number of packets that can be received per iteration of protocol loop
Lee Salzman
2014-09-07
add premake file
Lee Salzman
2014-05-28
include mmsystem.h for timeGetTime
Lee Salzman
2014-05-11
small doc fixes
Lee Salzman
2014-05-11
bold some links
Lee Salzman
2014-05-11
more doxygen cleanups
Lee Salzman
2014-05-11
add doxygen layout
Lee Salzman
2014-05-11
doxygen output cleanups
Lee Salzman
2014-05-11
doxygen output cleanups
Lee Salzman
2014-05-11
Merge pull request #33 from stephanecharette/master
Lee Salzman
2014-05-07
upgrade doxygen configuration file
Stephane Charette
2014-04-24
enet 1.3.12 release prep
v1.3.12
lsalzman
2014-04-14
fix maximumWaitingData handling to allow acknowledgements when the packet alr...
Lee Salzman
2014-04-14
update license date
Lee Salzman
2014-04-14
added maximumPacketSize and maximumWaitingData fields for limiting peer buffe...
Lee Salzman
2014-03-08
avoid some strncpy usage
Lee Salzman
2014-02-21
avoid an enet_time_get call when timeout expires
lsalzman
2014-02-20
note about null-termination in enet_address_get_host
Lee Salzman
2013-12-28
another doc fix
Lee Salzman
2013-12-28
doc fix
Lee Salzman
2013-12-28
typo fix
Lee Salzman
2013-12-28
typo fixes
Lee Salzman
2013-12-26
enet 1.3.11 release prep
v1.3.11
Lee Salzman
2013-11-27
handle disconnects in connecting state
lsalzman
2013-11-26
_MSC_VER fix
Lee Salzman
2013-11-17
allow loopback connections
Lee Salzman
2013-11-07
FD_CLR typo fix
Lee Salzman
2013-10-23
enet 1.3.10 release prep
v1.3.10
lsalzman
2013-10-20
double maximum reliable window size
Lee Salzman
2013-10-09
make VS quiet down about -unsigned
Lee Salzman
2013-09-27
fix RCVTIMEO and SNDTIMEO options on unix and also add NODELAY
lsalzman
2013-08-19
fix some warnings
Lee Salzman
2013-08-18
small fix for duplicate peers
Lee Salzman
2013-08-16
enet 1.3.9 release prep
v1.3.9
Lee Salzman
2013-08-16
more ENET_SOCKOPT_ERROR fixes
Lee Salzman
2013-08-16
ENET_SOCKOPT_ERROR fix
Lee Salzman
2013-08-16
added enet_socket_get_option() and ENET_SOCKOPT_ERROR
Lee Salzman
2013-08-14
enet_host_random_seed fix
lsalzman
[next]