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
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
2013-08-09
stub out enet_host_random_seed()
lsalzman
2013-07-08
fix file permissions
v1.3.8
lsalzman
2013-06-02
1.3.8 release prep
Lee Salzman
2013-05-12
another typo fix
Lee Salzman
2013-05-12
typo fix
Lee Salzman
2013-05-11
note about enet_host_bandwidth_throttle optimizations
Lee Salzman
2013-05-11
track the number of connected peers to make throttling a bit cheaper
Lee Salzman
2013-05-11
check for MS C compiler before using pragmas
Lee Salzman
2013-05-10
handle EINTR in enet_socket_wait
Lee Salzman
2013-05-09
explicitly include sys/socket.h
Lee Salzman
2013-05-09
move MSG_MAXIOVLEN check out of configure.ac
Lee Salzman
2013-05-08
remove some more looping in enet_host_bandwidth_throttle
lsalzman
2013-05-08
avoid some looping in enet_host_bandwidth_throttle
lsalzman
2013-05-07
add enet_linked_version() for querying linked version
lsalzman
2013-04-07
check for _WIN32 instead of WIN32
Lee Salzman
2013-04-03
add clang check
lsalzman
2013-03-23
set unused reliable sequence number field for acks to sane value
Lee Salzman
2013-03-20
changelog note about enet_socket_get_address
Lee Salzman
2013-03-20
Merge branch 'master' of github.com:lsalzman/enet
Lee Salzman
2013-03-20
query the socket name if an explicit address binding is requested on host cre...
Lee Salzman
2013-03-19
only use perror if ENET_DEBUG defined
lsalzman
2013-03-06
ENet 1.3.7 release prep
v1.3.7
lsalzman
2013-02-27
added ENET_PACKET_FLAG_SENT to indicate that a packet has been sent
lsalzman
2013-01-19
added userData field to ENetPacket
Lee Salzman
2013-01-07
updating changelog
Lee Salzman
2013-01-07
state handling cleanups
Lee Salzman
2012-12-14
Merge branch 'master' of github.com:lsalzman/enet
Lee Salzman
2012-12-14
use timeGetTime() for random seed instead of time() on windows
Lee Salzman
2012-12-13
fix patch version to 6 (1.3.6)
v1.3.6
lsalzman
2012-12-11
ENet 1.3.6 release preparation
Lee Salzman
2012-10-03
forward declare some structs to fix compile errors
lsalzman
2012-10-02
initialize intercept callback to NULL
lsalzman
[next]