summaryrefslogtreecommitdiff
path: root/src/network/tcp_socket_handler.cpp
AgeCommit message (Expand)Author
2018-07-22Remove a useless getterlouiz’
2018-07-22add 'verify_certificate' as possible configuration token for policy filesRomain DEP
2018-01-17Use our botan gh#1276 workaround only for botan < 2.4louiz’
2017-10-26Add a workaround for https://github.com/randombit/botan/issues/1276louiz’
2017-10-04Explicitely include all needed botan headerslouiz’
2017-07-20Drop support for botan < 2.0louiz’
2017-05-09Avoid any potential int overflowlouiz’
2017-04-30Make botan’s policy configurable from a filelouiz’
2017-04-20Better way to init the msghdr fieldslouiz’
2017-04-20Explicitely init the msghdr fields, to be compatible with any implementationlouiz’
2017-04-07Apply all the clang-tidy misc-* fixeslouiz’
2017-04-07Apply all the clang-tidy modernize-* fixeslouiz’
2017-03-14Refactoring louloulibs and cmakelouiz’
2015-02-27Remove all the libs that are now in louloulibsFlorent Le Coz
2015-02-23Implement async DNS resolution using c-aresFlorent Le Coz
2015-02-21Use a timer to try reconnecting to the XMPP server only each 2 secondsFlorent Le Coz
2014-07-15Merge branch 'v1'Florent Le Coz
2014-07-15Send the reason of the connection close to the userFlorent Le Coz
2014-07-03Move some members of TCPSocketHandler into the SocketHandler classFlorent Le Coz
2014-07-02Add a level of inheritance above SocketHandlerFlorent Le Coz