index
:
enet
master
ENet reliable UDP networking library
lsalzman
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
win32.c
Age
Commit message (
Collapse
)
Author
2014-05-28
include mmsystem.h for timeGetTime
Lee Salzman
2014-03-08
avoid some strncpy usage
Lee Salzman
2013-09-27
fix RCVTIMEO and SNDTIMEO options on unix and also add NODELAY
lsalzman
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-09
stub out enet_host_random_seed()
lsalzman
2013-04-07
check for _WIN32 instead of WIN32
Lee Salzman
2013-03-20
query the socket name if an explicit address binding is requested on host ↵
Lee Salzman
creation
2012-09-26
EWOULDBLOCK -> WSAEWOULDBLOCK
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-09-11
treat destroying NULL as no-op
Lee Salzman
2012-02-18
added support for setting tcp send/receive timeouts
eihrul
2011-12-31
warning workarounds
eihrul
2008-09-15
added miscellaneous updates for broadcasting
eihrul
2008-02-24
zero out sin_zero
eihrul
2007-10-03
*** empty log message ***
eihrul
2007-05-31
*** 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-06-08
added broadcasting
eihrul
2004-11-23
win32 bug fixes
eihrul
2004-10-20
Initial revision
eihrul