Age | Commit message (Expand) | Author |
2017-03-08 | Reduce the scope of a variable | louiz’ |
2017-03-08 | Pass the shared_ptr by reference, to avoid useless copies | louiz’ |
2017-03-07 | Little refactor in timed_events | louiz’ |
2017-03-07 | Small resolver refactor | louiz’ |
2017-03-06 | Remove the embedded sha1 code, and use one of botan or gcrypt | louiz’ |
2017-02-28 | Use AI_NUMERICHOST when using getaddrinfo to bind() our client sockets | louiz’ |
2017-02-27 | Use uname() instead of CMAKE_SYSTEM | louiz’ |
2017-02-15 | Only call freeaddrinfo if an actual addrinfo struct has been allocated | louiz’ |
2017-02-15 | Add missing include | louiz’ |
2017-02-15 | Fix a leak on getaddrinfo, thank you LeakSanitizer! | louiz’ |
2017-02-15 | Surround ipv6 with [], and properly cleanup otherwise invalid domains | louiz’ |
2017-02-15 | Little scopeguard cleanup, and add a test | louiz’ |
2017-02-01 | Actually, just use the C locale for the date formats | louiz’ |
2017-02-01 | Only use the C.UTF-8 LANG value | louiz’ |
2017-01-31 | Add some missing ifndef for udns | louiz’ |
2017-01-19 | Do not require revocation info for a certificate to be valid | louiz’ |
2017-01-10 | Update INSTALL.rst to talk about botan-2, and give priority to 2 over 1.11 | louiz’ |
2017-01-10 | Look for botan-2 in addition to botan-1.11 | louiz’ |
2017-01-06 | Fix some issues found by sonar cube | louiz’ |
2017-01-06 | Add a missing errno include | louiz’ |
2017-01-06 | Fix an use-after-free | louiz’ |
2017-01-06 | Use udns instead of c-ares | louiz’ |
2016-12-14 | Introduce a XmlSubNode class that automatically adds itself into its parent | louiz’ |
2016-12-14 | e2e: test connection failure | louiz’ |
2016-12-13 | Include the <text/> element in stanza error when there IS a text | louiz’ |
2016-12-13 | Switch back to using std::cout instead of std::clog | louiz’ |
2016-12-13 | Remove the useless nullptr argument for the XmlNode constructor | louiz’ |
2016-12-13 | Include the optional <text/> node in the send_presence_error | louiz’ |
2016-12-12 | Auto accept presence subscription | louiz’ |
2016-12-10 | The logger writes to std::clog | louiz’ |
2016-12-10 | The config module doesn’t use the logger at all | louiz’ |
2016-12-09 | Use an other implementation of a null_stream for the logger | louiz’ |
2016-12-08 | Don’t use global static members but functions that return a reference to an... | louiz’ |
2016-12-08 | Init some members of TcpClientSocketHandler | louiz’ |
2016-12-08 | In time.cpp, use the en_US.UTF-8 locale, instead of en_US.utf-8 | louiz’ |
2016-12-08 | Use a portable way to get the relative paths into __FILENAME__ | louiz’ |
2016-12-07 | Add some missing includes | louiz’ |
2016-12-04 | Update the verify_certificate_chain code to work with botan >= 1.11.34 as well | louiz’ |
2016-12-04 | Add a missing ifdef botan | louiz’ |
2016-12-04 | Add some missing botan includes | louiz’ |
2016-12-04 | Clean a few more things | louiz’ |
2016-12-02 | Use the new botan 1.11.32 Tls::Client API (but stay compatible with older ones) | louiz’ |
2016-12-02 | TLS: Enable ecc point compression | louiz’ |
2016-11-16 | move is_connecting outside of an ifdef | louiz’ |
2016-11-16 | Remove some useless virtual method from SocketHandler | louiz’ |
2016-11-16 | Fix an error on gcc 4.9, because it is so stupid it can’t find operator""s | louiz’ |
2016-11-16 | Trivial include cleanup | louiz’ |
2016-11-16 | Remove an unused variable | louiz’ |
2016-11-15 | Fix some little compilation errors with some configs, from last commit | louiz’ |
2016-11-15 | Support the ident protocol | louiz’ |