1
0
Fork 0
Commit Graph

93 Commits (ec16283b5c841f7352716579b2a7938fee62a020)

Author SHA1 Message Date
Chipster e792cab308 Added git version string to VERSION, etc. (GitVersion.h); consistent with other clients.
3 years ago
Jonathan Naylor d152dd1074 Fix compiler warnings
3 years ago
Jonathan Naylor 3a99410248 Fix the IP display bug.
3 years ago
Jonathan Naylor 8167158f87 Fix a memory corruption.
3 years ago
Jonathan Naylor 2d4ffac048
Merge pull request #262 from f1rmb/f1rmb_network_port_datatype
3 years ago
Daniel Caujolle-Bert fc76b0f4ab
Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x].
3 years ago
Daniel Caujolle-Bert d6ac3b2be5
Fix nasty bug in UDPSocket::close().
4 years ago
Jonathan Naylor 0c02bec9d2 Remove duplicate log messages.
4 years ago
Jonathan Naylor 6c3af73383 Fix bugs and simplify the blocking code.
4 years ago
Jonathan Naylor d0602d9aa6 Efficiency improvements for the block list checking.
4 years ago
Jonathan Naylor 51fc88f6e4 Use struct sockaddr_storage instead of sockaddr_storage.
4 years ago
Jonathan Naylor 05c627c7d5 Fix the missing IP addresses.
4 years ago
Jonathan Naylor 39f2dc9a0d Actually stop the data if blocked.
4 years ago
Jonathan Naylor 1a81c4a003 Linux cleanup.
4 years ago
Jonathan Naylor c159461f30 Add a rudimentary block list.
4 years ago
Jonathan Naylor 035249b5e0 Reinstate the IP address logging for the reflector.
4 years ago
Jonathan Naylor 81170f53ee Add optional diabling of file rotation and UDP socket bug fixing.
4 years ago
Jonathan Naylor 18759df80d Merge branch 'master' into IPv6
4 years ago
Jonathan Naylor e0085cc5b3 Fix buffer overflows.
4 years ago
Jonathan Naylor 8a6a9f2691 Merge branch 'master' into IPv6
4 years ago
Jonathan Naylor b7cd5998b9 Updates for NetBSD.
4 years ago
Jonathan Naylor 13f7f7cae2 Use logging for UDPSocket where available.
4 years ago
Jonathan Naylor cccb5eb372 Merge branch 'master' into IPv6
4 years ago
Jonathan Naylor f9cde1565a Ignore any incoming YSF info messages.
4 years ago
Jonathan Naylor ffb4e53dbd Add Windows support.
4 years ago
Jonathan Naylor 4c78c1454b Fix Windows compilation.
4 years ago
Jonathan Naylor bbe1a50745 Merge branch 'master' into IPv6
4 years ago
Jonathan Naylor b55b6b3d31 Handle YSF network options cleanly.
4 years ago
Jonathan Naylor 1fcf92a0fc IPv6 cleanups.
4 years ago
SASANO Takayoshi b09b5c0ed0 enable IPv4/IPv6 dual-stack
4 years ago
SASANO Takayoshi 98231b02a5 renew UDPSocket to support multiple sockets
4 years ago
SASANO Takayoshi 7128f1a0b0 use system default compiler
4 years ago
Jonathan Naylor 91f04abddb Merge branch 'master' into IPv6
4 years ago
Jonathan Naylor 4a4e046763 Small cleanups.
4 years ago
Jonathan Naylor cef5ff8e31 Merge branch 'master' into IPv6
4 years ago
Jonathan Naylor 0e064b93e6 Convert to IPv6
4 years ago
Jonathan Naylor ef7268642a Add the install target.
4 years ago
Jason D. McCormick 0a9ce3e450 convert bindaddr from const char * to std::string
4 years ago
Jason D. McCormick c214bbfd89 add config example and note
4 years ago
Jason D. McCormick 0c1f05a8ff remove unnecessary variable assignment
4 years ago
Jason D. McCormick 0cfd041de9 add configuiration to bind to specific IP
4 years ago
Jonathan Naylor 60e70fa554 Add an optional explicit Id.
4 years ago
Jonathan Naylor 0e018f1676 Update to VS2019.
5 years ago
Neil Bartley 81b0953a81
Added Dockerfile to build user image
5 years ago
narspt 494c33103b
fix removing...disappeared msg with wrong ip/port
6 years ago
Jonathan Naylor 01d88248c7 Close the fds after log initialisation.
6 years ago
Jonathan Naylor 51d534034b Simplify the new stopwatch code.
6 years ago
Jonathan Naylor f30f30d509 Update the StopWatch.
6 years ago
Jonathan Naylor a7d7752279 Move the call to LogInitialise.
6 years ago
Jonathan Naylor 995f974e31 Move to VS2017.
7 years ago