Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-20 | return -2 for EINTR | Lee Salzman | |
2024-05-20 | check for EINTR | Lee Salzman | |
2024-04-14 | 1.3.18 release prepv1.3.18 | Lee Salzman | |
2023-07-23 | better partial message handling | Lee Salzman | |
2023-01-08 | added ENET_SOCKOPT_TTL | Floogle | |
2020-04-07 | Set DWORD sentLength = 0; | Maxim | |
Same case like receive, we should initialize this variable. | |||
2020-04-07 | Make recvLength = 0; In the rare case of it having bogus data. | Maxim | |
I noticed from testing this that this might be the source of it, I once had a package returned with length total bogus. like 982349829 or something like that, it crashed my game, I suspect this is the source. | |||
2017-05-06 | add portable enet_address_set_host_ip that can properly parse broadcast address | Lee Salzman | |
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 | |