Age | Commit message (Expand) | Author |
2017-03-14 | Refactoring louloulibs and cmake | louiz’ |
2015-02-27 | Remove all the libs that are now in louloulibs | Florent Le Coz |
2015-02-23 | Implement async DNS resolution using c-ares | Florent Le Coz |
2014-07-03 | Move some members of TCPSocketHandler into the SocketHandler class | Florent Le Coz |
2014-07-02 | Add a level of inheritance above SocketHandler | Florent Le Coz |
2014-06-19 | Make the Botan rng, credential_manager etc be static | Florent Le Coz |
2014-06-08 | Add a TimedEvent to cancel the connection to a server after 5 seconds | Florent Le Coz |
2014-06-08 | Implement TLS support using Botan | Florent Le Coz |
2014-06-05 | Make the destructor of the SocketHandler class protected non-virtual | Florent Le Coz |
2014-05-28 | On connection in-progress, save the whole addrinfo struct, not just ai_addr | Florent Le Coz |
2014-05-27 | Support IPv6 connections | Florent Le Coz |
2014-05-27 | SocketHandlers own the poller and add themself into it only when the socket i... | Florent Le Coz |
2014-03-24 | Do not send data if we are connected, send it only once we actually are | Florent Le Coz |
2014-02-28 | Avoid unnecessary copies by recv()ing data directly into the expat buffer | Florent Le Coz |
2014-02-27 | Use scatter/gather io with sendmsg to avoid concataning strings all the time | Florent Le Coz |
2014-02-26 | Fix a wrong comment | Florent Le Coz |
2014-02-22 | Save the addrinfo values for reuse on subsequent connect() call | Florent Le Coz |
2014-02-22 | Connection to servers does not block the process anymore | Florent Le Coz |
2014-02-08 | Be verbose about IRC server connection failures, and handle them properly | Florent Le Coz |
2014-01-04 | Keep a "connected" state in the SocketHandler class | Florent Le Coz |
2013-12-24 | connect() returns a boolean | Florent Le Coz |
2013-12-23 | Read a variable number of bytes, 4096 by default | Florent Le Coz |
2013-11-02 | Move the basic socket implementation into the SocketHandler class | Florent Le Coz |
2013-11-02 | First step of the connection skeleton | Florent Le Coz |