index
:
biboumi
3429-not-compliant-presence
async_sql
c++17
ci-arch
copr
debian
debug_coverage
e2e-doc
feature/fix-adhoc-command-descriptions
getdns
master
refactor-resources
roster-server-jid
sphinx-manpage
srcip
test_cmake3_11_2
v1
v2
v3
v4
v5
v6
v7
v8
v9
XMPP to IRC gateway, in C++.
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
louloulibs
/
network
Age
Commit message (
Expand
)
Author
2017-01-19
Do not require revocation info for a certificate to be valid
louiz’
2017-01-06
Fix some issues found by sonar cube
louiz’
2017-01-06
Add a missing errno include
louiz’
2017-01-06
Use udns instead of c-ares
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-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’
2016-11-11
Add missing cstring include for strerror
louiz’
2016-11-11
Move all the connect() logic from TCPSocketHandler into a subclass
louiz’
2016-11-07
Add a missing <chrono> include
louiz’
2016-11-07
Add get-irc-connection-info adhoc command
louiz’
2016-11-01
Refactor load_certs()
louiz’
2016-10-31
Trivial cleanup
louiz’
2016-10-31
Make AddrinfoDeleter a class
louiz’
2016-10-31
Rename a variable that shadows a class member
louiz’
2016-10-27
Directly use Botan::byte instead of char, to avoid an unnecessary cast
louiz’
2016-10-20
Optimize tcp_socket::on_send by using vector::erase() only once per call
louiz’
2016-10-20
Very little optimization by using a simpler scope_guard when possible
louiz’
2016-10-12
On EINPROGRESS, we need to also check for read events (because openBSD lies)
louiz’
2016-10-12
Fix an off-by-one issue in the POLL code
louiz’
2016-10-06
Fix the argument of strerror after bind()
louiz’
2016-10-06
Remove a branch that execute identical code in both cases
louiz’
2016-10-03
Avoid an exception due to some bad logic in the DNS resolution mechanic
louiz’
2016-10-03
Fix some compilation warning/errors that appear on FreeBSD
louiz’
2016-07-28
Always remove all the DNS sockets on an c-ares event
louiz’
2016-07-27
Revert "Don’t use unique_ptr to store dns socket handlers"
louiz’
2016-07-12
Bring back DNSSocketHandler's destructor
louiz’
2016-07-12
Don’t use unique_ptr to store dns socket handlers
louiz’
2016-07-04
Replace all include guards by #pragma once
louiz’
2016-06-13
Show off, with some variadic templates, for the logger module
louiz’
2016-06-08
Add a missing vector include
louiz’
2016-06-08
Remove all usage of std::list
louiz’
2016-05-13
Use “using” instead of typedef
louiz’
2016-05-10
Fix build with POLLER=POLL
louiz’
2016-05-04
Style fix
louiz’
2016-04-22
Add a TEMPORARY work-around for botan 1.11.29
louiz’
2016-02-24
Fix the ordering of poll callbacks, with ppoll too
Florent Le Coz
[next]