Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-20 | return -2 for EINTR | Lee Salzman | |
2024-05-20 | check for EINTR | Lee Salzman | |
2023-07-23 | better partial message handling | Lee Salzman | |
2023-01-08 | added ENET_SOCKOPT_TTL | Floogle | |
2022-10-10 | allow build on hurd i386 | Fukui Daichi | |
This patch originates with: https://salsa.debian.org/games-team/enet/-/commit/88648f10bd19d658167b0d303bef05e9e6144278 | |||
2021-04-25 | better socklen_t detection | Lee Salzman | |
2018-09-11 | Merge pull request #96 from Subv/patch-2 | Lee Salzman | |
Add the <arpa/inet.h> include to unix.h | |||
2018-09-10 | Remove the now unneeded <arpa/inet.h> include in unix.c | Sebastian Valle | |
This is already included in unix.h | |||
2018-09-10 | Use <poll.h> instead of <sys/poll.h> in unix.c | Sebastian Valle | |
<poll.h> is the correct POSIX header according to the POSIX standard. Some targets (like homebrew for the Nintendo Switch) do not provide a <sys/poll.h> so it makes compiling for them rather hard. | |||
2017-05-06 | add portable enet_address_set_host_ip that can properly parse broadcast address | Lee Salzman | |
2016-02-19 | return -1 instead of 0 if getnameinfo returns an error | [email protected] | |
2015-05-11 | use getaddrinfo and getnameinfo where available | Lee Salzman | |
2015-02-14 | gethostbyname_r/gethostbyaddr_r fix for dragonfly bsd | lsalzman | |
2014-12-31 | fix ENET_SOCKOPT_NONBLOCK when value is 0 | Lee Salzman | |
2014-03-08 | avoid some strncpy usage | Lee Salzman | |
2013-10-23 | enet 1.3.10 release prepv1.3.10 | lsalzman | |
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-05-10 | handle EINTR in enet_socket_wait | Lee Salzman | |
2013-03-20 | query the socket name if an explicit address binding is requested on host ↵ | Lee Salzman | |
creation | |||
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 | set some defaults for apple builds without configure script | lsalzman | |
2012-09-11 | treat destroying NULL as no-op | Lee Salzman | |
2012-02-18 | added support for setting tcp send/receive timeouts | eihrul | |
2010-01-07 | kFreeBSD fixes | eihrul | |
2009-11-13 | more permissive linux check | eihrul | |
2008-10-06 | bind address bug fix | 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-06-01 | *** 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-10-20 | Initial revision | eihrul | |