index
:
enet
master
ENet reliable UDP networking library
lsalzman
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-19
enet 1.3.15 release prep
Lee Salzman
2020-04-16
update license dates
Lee Salzman
2020-04-16
stabilize packet throttle when RTT variance is low
Lee Salzman
2020-04-13
don't throttle on first RTT measurement
Lee Salzman
2020-04-07
Merge pull request #120 from Vincenz099/master
Lee Salzman
2020-04-07
Set DWORD sentLength = 0;
Maxim
2020-04-07
Se trecvLength = 0;
Maxim
2020-04-07
Make recvLength = 0; In the rare case of it having bogus data.
Maxim
2020-04-07
Return 0 instead of -1 on enet_protocol_receive_incoming_commands
Maxim
2020-04-04
accumulate fractional RTT values
Lee Salzman
2020-04-03
clamp roundTripTime
Lee Salzman
2020-03-03
make RTT calculations more TCP-like (contributed by Vladimir 'virtul' Ivannikov)
Lee Salzman
2019-01-27
enet 1.3.14 release prep
v1.3.14
Lee Salzman
2019-01-27
delay handling of DISCONNECT_LATER until in-flight unreliable packets are sent
Lee Salzman
2018-09-11
Merge pull request #96 from Subv/patch-2
Lee Salzman
2018-09-10
Remove the now unneeded <arpa/inet.h> include in unix.c
Sebastian Valle
2018-09-11
Merge pull request #95 from Subv/patch-1
Lee Salzman
2018-09-10
Add the <arpa/inet.h> include to unix.h.
Sebastian Valle
2018-09-10
Use <poll.h> instead of <sys/poll.h> in unix.c
Sebastian Valle
2018-08-19
remove bandwidth limits from tutorial
Lee Salzman
2017-10-20
Merge pull request #83 from thelvyn/master
Lee Salzman
2017-10-15
CMake source groups added for cleaner VS solutions.
Lukasz Fronc
2017-07-12
Merge pull request #76 from jroweboy/mingw-fix
Lee Salzman
2017-07-12
Fix mingw compilation
James Rowe
2017-05-21
Merge pull request #71 from cxong/patch-2
Lee Salzman
2017-05-22
Don't treat warnings as errors
Cong
2017-05-21
Merge pull request #70 from cxong/patch-1
Lee Salzman
2017-05-21
MSVC only warn up to level 3
Cong
2017-05-06
add portable enet_address_set_host_ip that can properly parse broadcast address
Lee Salzman
2016-06-04
typo fix
[email protected]
2016-02-19
update copyright years
[email protected]
2016-02-19
return -1 instead of 0 if getnameinfo returns an error
[email protected]
2015-12-30
update packet flag documentation
Lee Salzman
2015-05-11
use getaddrinfo and getnameinfo where available
Lee Salzman
2015-04-30
enet 1.3.13 release prep
v1.3.13
[email protected]
2015-03-12
fix window wrap check when sending reliable outgoing commands
[email protected]
2015-03-09
handle case in bandwidth limit protocol where either incoming or outgoing lim...
[email protected]
2015-02-14
gethostbyname_r/gethostbyaddr_r fix for dragonfly bsd
lsalzman
2015-01-13
update copyright year
Lee Salzman
2014-12-31
fix ENET_SOCKOPT_NONBLOCK when value is 0
Lee Salzman
2014-12-02
add cmake support
Lee Salzman
2014-11-17
added note about calling enet_host_service on both ends of a connection
lsalzman
2014-09-29
limit number of packets that can be received per iteration of protocol loop
Lee Salzman
2014-09-07
add premake file
Lee Salzman
2014-05-28
include mmsystem.h for timeGetTime
Lee Salzman
2014-05-11
small doc fixes
Lee Salzman
2014-05-11
bold some links
Lee Salzman
2014-05-11
more doxygen cleanups
Lee Salzman
2014-05-11
add doxygen layout
Lee Salzman
2014-05-11
doxygen output cleanups
Lee Salzman
[next]