0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
a note in the readme on Packaging and API More... about 13 years ago
Fix compilation of utp_utils.cpp on Windows. More... about 13 years ago
Don't explicitly protect against non-monotonic gettimeofday. More... about 13 years ago
Protect against monotonic time being non-monotonic. More... about 13 years ago
remove useless asserts. Closes #13 More... over 13 years ago
comment out a utp delay assert More... over 13 years ago
fixed uTP fast-resend bug More... over 13 years ago
fix uTP endian issue More... over 13 years ago
if our delay measurement exceeds the RTT, adjust the base delay so that our estimate matches the RTT More... over 13 years ago
Merge branch 'master' of github.com:bittorrent/libutp More... over 13 years ago
remove incorrect comment More... over 13 years ago
Make the declaration of CheckTimeouts a proper C prototype. More... over 13 years ago
Portable Unix version of UTP_GetMicroseconds More... over 13 years ago
Rename makefile to Makefile and build a static library instead of a shared object (thanks Juliusz) More... over 13 years ago
Merge branch 'master' of github.com:bittorrent/libutp More... over 13 years ago
fix bug in uninitialized reply_micro value More... over 13 years ago
use -fPIC. Closes #7 More... over 13 years ago
fix prev_delay_base calculation bug More... over 13 years ago
pass sendto userdata to incoming proc as well More... over 13 years ago
a note about threading More... over 13 years ago
fix for wrapping ack_time values More... over 13 years ago
implementation of size_t UTP_GetPacketSize(UTPSocket *socket) More... over 13 years ago
remove 36 bytes from MTU due to observed packets More... over 13 years ago
fix function sig More... over 13 years ago
remove bogus assert (v4 mapped addresses have a v6 ss_family) More... over 13 years ago
fix version to be a string More... over 13 years ago
link against rt if available More... almost 14 years ago
fix path library path names More... almost 14 years ago
remove another Python 3 style except More... almost 14 years ago
remove newer Python 3 syntax, but try to stay compatible with it More... almost 14 years ago