summaryrefslogtreecommitdiff
path: root/louloulibs
AgeCommit message (Expand)Author
2017-03-12make: trivial quote fixlouiz’
2017-03-12cmake: Improve the usage of PARENT_SCOPElouiz’
2017-03-10cmake: do not use intermediate libraries at all (not even OBJECTS)louiz’
2017-03-10cmake: Remove the intermediate static libslouiz’
2017-03-09Free the result pointer provided by udnslouiz’
2017-03-08Reduce the scope of a variablelouiz’
2017-03-08Pass the shared_ptr by reference, to avoid useless copieslouiz’
2017-03-07Little refactor in timed_eventslouiz’
2017-03-07Small resolver refactorlouiz’
2017-03-06Remove the embedded sha1 code, and use one of botan or gcryptlouiz’
2017-02-28Use AI_NUMERICHOST when using getaddrinfo to bind() our client socketslouiz’
2017-02-27Use uname() instead of CMAKE_SYSTEMlouiz’
2017-02-15Only call freeaddrinfo if an actual addrinfo struct has been allocatedlouiz’
2017-02-15Add missing includelouiz’
2017-02-15Fix a leak on getaddrinfo, thank you LeakSanitizer!louiz’
2017-02-15Surround ipv6 with [], and properly cleanup otherwise invalid domainslouiz’
2017-02-15Little scopeguard cleanup, and add a testlouiz’
2017-02-01Actually, just use the C locale for the date formatslouiz’
2017-02-01Only use the C.UTF-8 LANG valuelouiz’
2017-01-31Add some missing ifndef for udnslouiz’
2017-01-19Do not require revocation info for a certificate to be validlouiz’
2017-01-10Update INSTALL.rst to talk about botan-2, and give priority to 2 over 1.11louiz’
2017-01-10Look for botan-2 in addition to botan-1.11louiz’
2017-01-06Fix some issues found by sonar cubelouiz’
2017-01-06Add a missing errno includelouiz’
2017-01-06Fix an use-after-freelouiz’
2017-01-06Use udns instead of c-areslouiz’
2016-12-14Introduce a XmlSubNode class that automatically adds itself into its parentlouiz’
2016-12-14e2e: test connection failurelouiz’
2016-12-13Include the <text/> element in stanza error when there IS a textlouiz’
2016-12-13Switch back to using std::cout instead of std::cloglouiz’
2016-12-13Remove the useless nullptr argument for the XmlNode constructorlouiz’
2016-12-13Include the optional <text/> node in the send_presence_errorlouiz’
2016-12-12Auto accept presence subscriptionlouiz’
2016-12-10The logger writes to std::cloglouiz’
2016-12-10The config module doesn’t use the logger at alllouiz’
2016-12-09Use an other implementation of a null_stream for the loggerlouiz’
2016-12-08Don’t use global static members but functions that return a reference to an...louiz’
2016-12-08Init some members of TcpClientSocketHandlerlouiz’
2016-12-08In time.cpp, use the en_US.UTF-8 locale, instead of en_US.utf-8louiz’
2016-12-08Use a portable way to get the relative paths into __FILENAME__louiz’
2016-12-07Add some missing includeslouiz’
2016-12-04Update the verify_certificate_chain code to work with botan >= 1.11.34 as welllouiz’
2016-12-04Add a missing ifdef botanlouiz’
2016-12-04Add some missing botan includeslouiz’
2016-12-04Clean a few more thingslouiz’
2016-12-02Use the new botan 1.11.32 Tls::Client API (but stay compatible with older ones)louiz’
2016-12-02TLS: Enable ecc point compressionlouiz’
2016-11-16move is_connecting outside of an ifdeflouiz’
2016-11-16Remove some useless virtual method from SocketHandlerlouiz’