- 18 Aug, 2014 4 commits
- 07 Aug, 2014 2 commits
- 31 Jul, 2014 2 commits
- 21 Jul, 2014 1 commit
-
-
louiz’ authored
-
- 15 Jul, 2014 5 commits
-
-
louiz’ authored
-
louiz’ authored
Conflicts: src/network/socket_handler.hpp
-
louiz’ authored
Since struct sockaddr is too small to contain an IPv6, we use struct sockaddr_in6 instead, and we cast it where needed
-
louiz’ authored
Use them to build without linking to them, even if they are on your system
-
louiz’ authored
-
- 12 Jul, 2014 4 commits
- 03 Jul, 2014 1 commit
-
-
louiz’ authored
-
- 02 Jul, 2014 1 commit
-
-
louiz’ authored
SocketHandler has been renamed to TCPSocketHandler SocketHandler is now a simple interface with a few methods, used only by Poller. This way we can inherite from the new SocketHandler class, to handle other types of sockets, and still make them manageable by the poller without any change in the Poller class.
-
- 30 Jun, 2014 1 commit
-
-
louiz’ authored
-
- 29 Jun, 2014 10 commits
- 28 Jun, 2014 1 commit
-
- 25 Jun, 2014 1 commit
-
-
louiz’ authored
-
- 24 Jun, 2014 3 commits
- 22 Jun, 2014 2 commits
-
-
louiz’ authored
See CMP0037
-
louiz’ authored
Was causing the event to not be removed in case of connection failure, which lead to a dangling timed event named “timeout-1”, which was called later, by some other SocketHandler for which even the socket creation failed (so, its socket is -1), with a pointer to the previous SocketHandler which has disappeared for a long time: segmentation fault etc.
-
- 20 Jun, 2014 2 commits