- Jul 17, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jul 14, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
Switch all recvfrom and sendto socket calls to be non-blocking for higher performance and reliability (poll will still block and maintain timing)
-
Sergio Ammirata authored
-
Sergio Ammirata authored
Fix regression on socket event management that lead to deadlocks (because of blocking recvfrom use) when multiple peers listeners where used and also broke the handshake of simple profile connections
-
- Jul 03, 2020
-
-
Sergio Ammirata authored
-
- Jul 02, 2020
-
-
Sergio Ammirata authored
-
- Jul 01, 2020
-
-
Sergio Ammirata authored
-
- Jun 27, 2020
-
-
David Holroyd authored
Defining htobe64/be64toh if below a minimum glibc version does not work under musl libc where __GLIBC__ etc are not defined. Rather than providing another logic branch for the musl case, just test directly to see if the definitions are present.
-
David Holroyd authored
When I try to compile against musl libc on Ubuntu 20.04, linux/if_alg.h is not available. This change simply uses the fallback code if the header isn't found at configure-time. I'm not sure if there's some missing package that would provide this. I searched but did not spot a candidate.
-
- Jun 26, 2020
-
-
Sergio Ammirata authored
-
- Jun 24, 2020
-
-
David Holroyd authored
-
- Jun 23, 2020
-
-
Sergio Ammirata authored
-
Gijs Peskens authored
-
- Jun 10, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 09, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 08, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 07, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 06, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 04, 2020
-
-
Sergio Ammirata authored
-
- Jun 03, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 02, 2020
-
-
Gijs Peskens authored
Most warnings are implicit conversions, inspecting the warnings led to finding a bug in the endian-shim where htobe32 was incorrectly defined as htons instead of htonl
-
Gijs Peskens authored
-
- Jun 01, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-