Age | Commit message (Expand) | Author |
2018-04-28 | Fix a crash when botan policy does not allow any available ciphersuitev7 | louiz’ |
2018-01-17 | Use our botan gh#1276 workaround only for botan < 2.4 | louiz’ |
2017-10-26 | Add a workaround for https://github.com/randombit/botan/issues/1276 | louiz’ |
2017-10-04 | Explicitely include all needed botan headers | louiz’ |
2017-07-20 | Drop support for botan < 2.0 | louiz’ |
2017-07-08 | Remove a bunch of useless string_literal usage | louiz’ |
2017-05-10 | Improve the handling of the biboudb.hpp dependencies | louiz’ |
2017-05-09 | Avoid any potential int overflow | louiz’ |
2017-04-30 | Make botan’s policy configurable from a file | louiz’ |
2017-04-20 | Better way to init the msghdr fields | louiz’ |
2017-04-20 | Explicitely init the msghdr fields, to be compatible with any implementation | louiz’ |
2017-04-07 | Apply a few clang-tidy cppcoreguidelines-* fixes | louiz’ |
2017-04-07 | Apply all the clang-tidy performance-* fixes | louiz’ |
2017-04-07 | Apply all the clang-tidy misc-* fixes | louiz’ |
2017-04-07 | Apply all the clang-tidy modernize-* fixes | louiz’ |
2017-03-29 | Remove two sneaky log_debug | louiz’ |
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 |
2015-02-22 | Fix typo | Florent Le Coz |
2015-02-21 | Use a timer to try reconnecting to the XMPP server only each 2 seconds | Florent Le Coz |
2015-01-26 | Add a missing #include for sockaddr_in6 | Florent Le Coz |
2014-12-17 | Fix a few issues reported by static analyzers | Florent Le Coz |
2014-07-15 | Merge branch 'v1' | Florent Le Coz |
2014-07-15 | Fix IPv6 support (sockaddr size) | Florent Le Coz |
2014-07-15 | Send the reason of the connection close to the user | 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-22 | Delete the timeout event using the correct socket number, instead of -1 | 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 | Only close/unmanage the socket if we are connected/connecting | 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-05-26 | If both write and read events are available on a socket, only do the read | Florent Le Coz |
2014-04-29 | Add missing std::string_literals | Florent Le Coz |
2014-04-29 | Use C++14 string_literals | Florent Le Coz |
2014-04-15 | Call on_connection_failed() when the connection fails to be established | Florent Le Coz |
2014-04-15 | Remove a useless debug log line | Florent Le Coz |
2014-03-24 | Reconnected immediately to the XMPP whenever it closes the connection | 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-03-10 | Remove useless cast | Florent Le Coz |
2014-03-03 | Fix a bus error by not going above an array boundary | 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 | Consider that the connect() succeded if errno EISCONN | Florent Le Coz |