~singpolyma/biboumi

085a48ea — louiz’ 6 years ago
Do not use the logger before the configuration has been loaded first
cf9104e3 — louiz’ 6 years ago
Update the changelog by adding (all?) the changes in 3.0
d46e0a91 — louiz’ 6 years ago
Mark some more cmake variables as advanced
0d1e0629 — louiz’ 6 years ago
Fix the timeout test, now that we don't wait 1ms too much everytime
5c78692f — louiz’ 6 years ago
Do not add 1ms to the timeout of our poller

Can’t remember why I did this, but that must be a stupid reason. Everything
must work even with a timeout of 0.
11a1c0cc — louiz’ 6 years ago
Always remove all the DNS sockets on an c-ares event

Because c-ares may close one of its socket, even if it’s not the one that
has the event. Otherwise we may not know when a socket has been removed from
our poller (automatically, when close()ed) and this leads to bugs.
de0eff6e — louiz’ 6 years ago
Revert "Don’t use unique_ptr to store dns socket handlers"

This reverts commit 5328d0806fdc5becb9344b4d4320787a2b7c0712.
c7e4fc13 — louiz’ 6 years ago
Test the resolving of multiple hostnames at the same time
db503b23 — louiz’ 6 years ago
Use log_error instead of cerr
7cc05ab4 — louiz’ 6 years ago
Refactor the CI file, build many configurations
24824a50 — louiz’ 6 years ago
In reload.cpp, only build the database things if litesql is used
c6cfa69c — louiz’ 6 years ago
Always build the artifacts
8ded8cd3 — louiz’ 6 years ago
Properly use the docstring variables
2307f94e — louiz’ 6 years ago
Clean the list of options visible in non-advanced ccmake
f212b478 — louiz’ 6 years ago
Use an ugly way, because SOURCES property does not work in cmake 3.0
fa42d0c1 — louiz’ 6 years ago
Bring back DNSSocketHandler's destructor
b0d60c0c — louiz’ 6 years ago
Set the required cmake version to 3.0
4f730f93 — louiz’ 6 years ago
Don't use target_sources() in cmake because it's >=3.1 only
5328d080 — louiz’ 6 years ago
Don’t use unique_ptr to store dns socket handlers
9fb2e116 — louiz’ 6 years ago
Move reload.*pp from louloulibs to src
Next