lsalzman
73ef8d8a96
enet_host_random_seed fix
2013-08-14 18:26:29 +03:00
lsalzman
1658cf3a95
stub out enet_host_random_seed()
2013-08-09 09:41:57 +03:00
Lee Salzman
742e6b9552
1.3.8 release prep
2013-06-02 13:23:50 +03:00
Lee Salzman
69b98608e5
track the number of connected peers to make throttling a bit cheaper
2013-05-11 21:53:55 +03:00
Lee Salzman
2bb83d9813
check for MS C compiler before using pragmas
2013-05-11 18:56:20 +03:00
Lee Salzman
7dc0189ffb
handle EINTR in enet_socket_wait
2013-05-10 17:49:44 +03:00
Lee Salzman
5d76b92c54
explicitly include sys/socket.h
2013-05-09 15:19:44 +03:00
Lee Salzman
bd4e5035bc
move MSG_MAXIOVLEN check out of configure.ac
2013-05-09 15:04:01 +03:00
lsalzman
27d41dd2ae
add enet_linked_version() for querying linked version
2013-05-07 10:11:22 +03:00
Lee Salzman
ff4e2cab30
check for _WIN32 instead of WIN32
2013-04-07 07:11:12 +03:00
lsalzman
03c0de167c
add clang check
2013-04-03 10:30:41 +03:00
Lee Salzman
726ff6bc6d
query the socket name if an explicit address binding is requested on host creation
2013-03-20 00:43:34 +02:00
lsalzman
eb7126c662
ENet 1.3.7 release prep
2013-03-06 17:10:59 +02:00
lsalzman
4ce4aac149
added ENET_PACKET_FLAG_SENT to indicate that a packet has been sent
2013-02-27 16:29:22 +02:00
Lee Salzman
8ff344897a
added userData field to ENetPacket
2013-01-19 16:39:34 +02:00
lsalzman
d7c0ce8240
fix patch version to 6 (1.3.6)
2012-12-13 12:57:01 +02:00
lsalzman
c74ac8b844
forward declare some structs to fix compile errors
2012-10-03 16:26:18 +03:00
lsalzman
2d979ceb51
intercept callback support
2012-10-02 13:33:07 +03:00
Lee Salzman
0e0ace781b
merging some things from Ryan C. Gordon (icculus):
...
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-18 16:38:10 +03:00
Lee Salzman
be852c5d8b
1.3.5 release preparation
2012-07-31 16:15:38 +03:00
lsalzman
ea8faf3579
added per-peer configurable ping interval and timeouts
...
1.3.4 release prep
2012-05-29 19:05:34 -07:00
eihrul
5018dcf207
added support for setting tcp send/receive timeouts
2012-02-18 10:31:56 +00:00
eihrul
78222dc79e
sanity checks
2012-01-06 15:11:04 +00:00
eihrul
93ceb9d2be
enet_crc32 is ENET_API
2011-08-21 07:44:57 +00:00
eihrul
ee869ab08a
enet 1.3.3 release prep
2011-06-28 15:34:32 +00:00
eihrul
f38c177db0
support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
...
1.3.2 release prep
2011-05-31 07:48:27 +00:00
eihrul
39a851cb16
enet 1.3.1 release prep
2011-02-10 02:54:08 +00:00
eihrul
fc56be2eba
doxygen fixes
2010-06-09 21:48:46 +00:00
eihrul
572636062e
1.3.0 import
2010-06-09 21:16:23 +00:00
eihrul
2d985dba91
fragment dispatching fix
2010-06-05 20:31:31 +00:00
eihrul
e49aaf7a6f
checksum is now a run-time option
2010-05-20 16:55:27 +00:00
eihrul
72525fbca1
added totalSentData, totalSentPackets, totalReceivedData, totalReceivedPackets
2010-05-14 23:41:14 +00:00
eihrul
c5189c090f
added enet_host_channel_limit
2010-05-14 18:20:20 +00:00
eihrul
c4138503f9
added no_memory callback that allows overriding the default abort behavior
2010-05-14 02:04:42 +00:00
eihrul
0456e849d6
WIP build system cleanups by Nathan Phillip Brink
2010-05-13 17:31:45 +00:00
eihrul
29cbf82230
use dispatch queues to cut down on array crawling costs
2010-05-13 16:55:59 +00:00
eihrul
cae2cff8fe
send fragment fixes
2010-05-06 14:30:55 +00:00
eihrul
25c8948745
ensure fragment outgoing commands are allocated atomically with respect to failure
2010-05-06 13:44:47 +00:00
eihrul
2be268a77b
packed structs
2010-03-22 17:17:07 +00:00
eihrul
b846c47521
added miscellaneous updates for broadcasting
2008-09-15 23:11:22 +00:00
eihrul
abf0c95e8a
*** empty log message ***
2007-10-12 23:15:29 +00:00
eihrul
fbce3beafe
*** empty log message ***
2007-10-12 23:10:28 +00:00
eihrul
7bcef65dbd
*** empty log message ***
2007-10-12 05:21:57 +00:00
eihrul
62c902e0a0
*** empty log message ***
2007-10-12 05:18:46 +00:00
eihrul
870779bfb0
*** empty log message ***
2007-10-12 02:27:45 +00:00
eihrul
0108785012
*** empty log message ***
2007-10-03 04:10:09 +00:00
eihrul
5060952104
*** empty log message ***
2007-09-01 02:42:31 +00:00
eihrul
dab7085290
*** empty log message ***
2007-05-31 09:19:01 +00:00
eihrul
d382c058e6
*** empty log message ***
2007-05-31 08:40:53 +00:00
eihrul
6a6e61b4bd
*** empty log message ***
2007-05-31 08:04:23 +00:00