lsalzman
|
8df6e58c5f
|
gethostbyname_r/gethostbyaddr_r fix for dragonfly bsd
|
2015-02-14 07:48:49 -08:00 |
|
Lee Salzman
|
b574c946d8
|
update copyright year
|
2015-01-13 19:59:27 +02:00 |
|
Lee Salzman
|
4d2694d74e
|
fix ENET_SOCKOPT_NONBLOCK when value is 0
|
2014-12-31 00:24:29 +02:00 |
|
Lee Salzman
|
c8fa0aeea4
|
add cmake support
|
2014-12-02 17:46:04 +02:00 |
|
lsalzman
|
2fb98f9b02
|
added note about calling enet_host_service on both ends of a connection
|
2014-11-17 10:26:39 +02:00 |
|
Lee Salzman
|
6ef4e7d277
|
limit number of packets that can be received per iteration of protocol loop
|
2014-09-29 15:49:34 +03:00 |
|
Lee Salzman
|
d85a037ec4
|
add premake file
|
2014-09-07 12:14:10 +03:00 |
|
Lee Salzman
|
99004c45ac
|
include mmsystem.h for timeGetTime
|
2014-05-28 21:16:14 +03:00 |
|
Lee Salzman
|
736474ca83
|
small doc fixes
|
2014-05-11 08:00:37 +03:00 |
|
Lee Salzman
|
9c4d9953ac
|
bold some links
|
2014-05-11 07:55:27 +03:00 |
|
Lee Salzman
|
6f287186d8
|
more doxygen cleanups
|
2014-05-11 07:26:52 +03:00 |
|
Lee Salzman
|
379290acd5
|
add doxygen layout
|
2014-05-11 06:36:21 +03:00 |
|
Lee Salzman
|
127643fae4
|
doxygen output cleanups
|
2014-05-11 06:28:48 +03:00 |
|
Lee Salzman
|
98219eb50d
|
doxygen output cleanups
|
2014-05-11 05:08:55 +03:00 |
|
Lee Salzman
|
b14c7e99e0
|
Merge pull request #33 from stephanecharette/master
upgrade doxygen configuration file
|
2014-05-11 04:47:24 +03:00 |
|
Stephane Charette
|
464e883f04
|
upgrade doxygen configuration file
|
2014-05-07 02:16:54 -07:00 |
|
lsalzman
|
9895a4f110
|
enet 1.3.12 release prep
|
2014-04-24 10:47:26 +03:00 |
|
Lee Salzman
|
518144338d
|
fix maximumWaitingData handling to allow acknowledgements when the packet already exists
|
2014-04-14 21:21:21 +03:00 |
|
Lee Salzman
|
734a630bed
|
update license date
|
2014-04-14 19:23:00 +03:00 |
|
Lee Salzman
|
ea8d41f65c
|
added maximumPacketSize and maximumWaitingData fields for limiting peer buffer space
|
2014-04-14 19:11:44 +03:00 |
|
Lee Salzman
|
73c930881f
|
avoid some strncpy usage
|
2014-03-08 18:46:39 +02:00 |
|
lsalzman
|
5721b667f2
|
avoid an enet_time_get call when timeout expires
|
2014-02-21 11:20:20 +02:00 |
|
Lee Salzman
|
c58ec4cc44
|
note about null-termination in enet_address_get_host
|
2014-02-20 19:55:51 +02:00 |
|
Lee Salzman
|
b3de8a29c4
|
another doc fix
|
2013-12-28 17:21:14 +02:00 |
|
Lee Salzman
|
259376b214
|
doc fix
|
2013-12-28 16:43:12 +02:00 |
|
Lee Salzman
|
01416f5850
|
typo fix
|
2013-12-28 16:31:45 +02:00 |
|
Lee Salzman
|
272d4432f8
|
typo fixes
|
2013-12-28 16:30:15 +02:00 |
|
Lee Salzman
|
6fcfba5141
|
enet 1.3.11 release prep
|
2013-12-26 15:49:43 +02:00 |
|
lsalzman
|
84a4ac70ab
|
handle disconnects in connecting state
|
2013-11-27 16:33:09 +02:00 |
|
Lee Salzman
|
9d1d09c1e5
|
_MSC_VER fix
|
2013-11-26 19:40:06 +02:00 |
|
Lee Salzman
|
d45b44f2b5
|
allow loopback connections
|
2013-11-17 20:19:17 +02:00 |
|
Lee Salzman
|
970ee42041
|
FD_CLR typo fix
|
2013-11-07 23:40:15 +02:00 |
|
lsalzman
|
2ebb3560b7
|
enet 1.3.10 release prep
|
2013-10-23 14:13:44 +03:00 |
|
Lee Salzman
|
e19dc9f825
|
double maximum reliable window size
|
2013-10-20 13:29:44 +03:00 |
|
Lee Salzman
|
48571bb05f
|
make VS quiet down about -unsigned
|
2013-10-09 00:25:36 +03:00 |
|
lsalzman
|
2c5dd69b17
|
fix RCVTIMEO and SNDTIMEO options on unix and also add NODELAY
|
2013-09-27 09:42:37 +03:00 |
|
Lee Salzman
|
bc8019aa15
|
fix some warnings
|
2013-08-19 07:07:19 +03:00 |
|
Lee Salzman
|
4d7b80152b
|
small fix for duplicate peers
|
2013-08-18 17:20:17 +03:00 |
|
Lee Salzman
|
dc48f76192
|
enet 1.3.9 release prep
|
2013-08-16 01:19:06 +03:00 |
|
Lee Salzman
|
c0713c47e6
|
more ENET_SOCKOPT_ERROR fixes
|
2013-08-16 01:18:21 +03:00 |
|
Lee Salzman
|
3595c0b3fb
|
ENET_SOCKOPT_ERROR fix
|
2013-08-16 00:35:28 +03:00 |
|
Lee Salzman
|
e123218df3
|
added enet_socket_get_option() and ENET_SOCKOPT_ERROR
|
2013-08-16 00:14:02 +03:00 |
|
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 |
|
lsalzman
|
4697a58d53
|
fix file permissions
|
2013-07-08 14:59:05 +03:00 |
|
Lee Salzman
|
742e6b9552
|
1.3.8 release prep
|
2013-06-02 13:23:50 +03:00 |
|
Lee Salzman
|
51f303d5e2
|
another typo fix
|
2013-05-12 18:29:22 +03:00 |
|
Lee Salzman
|
2d2440053d
|
typo fix
|
2013-05-12 11:04:00 +03:00 |
|
Lee Salzman
|
5f05025ee1
|
note about enet_host_bandwidth_throttle optimizations
|
2013-05-11 21:58:27 +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 |
|