Sam Hocevar
4f64342ed5
Allow listening on IPv6 addresses.
2021-02-13 21:48:51 +01:00
Sam Hocevar
a8ca595620
Merge branch 'master' into feature-ipv6-support
2021-02-13 12:52:44 +01:00
Sam Hocevar
2681d17eb4
Fix minor compilation warnings on mingw64.
2021-02-13 11:44:26 +01:00
Sam Hocevar
ebd31cc72e
Improve code readability by using enum typedefs.
2019-07-05 10:35:39 +02:00
Sam Hocevar
da497404ab
Use uint64_t for data usage statistics.
...
It’s not uncommon nowadays that a single connection uses more than 2GiB
of data. This bug was only affecting logging and did not affect proper
behaviour of the program.
2019-07-05 10:28:46 +02:00
Sam Hocevar
d9f661ee5d
Use uint16_t for port numbers.
...
This cleans up the mix of int and unsigned short for these variables.
2019-07-05 10:14:15 +02:00
Sam Hocevar
3e18951d7a
Merge branch 'master' into feature-ipv6-support
2017-09-11 19:28:53 +02:00
Sam Hocevar
9d140d8f87
Move C source files to an src/ subdirectory.
...
It was a bit crowded in here. This makes the source tree a bit nicer.
2017-09-11 19:25:26 +02:00