- 17 Dec, 2014 2 commits
- 24 Nov, 2014 1 commit
-
-
louiz’ authored
Avoid doing repetitive calculations, if we call jidprep() on the same JID multiple times
-
- 13 Nov, 2014 4 commits
-
-
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
- Rename all Find*.cmake files to uppercase, to make things more consistent, and fix some issues with them (notably the REQUIRED flag) - Rename SYSTEMDDAEMON to SYSTEMD and only use the libsystemd instead of libsystemd-daemon because it's deprecated for a long time now - Provide a WITH_* and WITHOUT_* switch for all optional dependencies - Document things in the INSTALL file
-
- 12 Nov, 2014 6 commits
- 29 Aug, 2014 2 commits
- 18 Aug, 2014 4 commits
- 07 Aug, 2014 2 commits
-
-
louiz’ authored
- 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 4 commits