~singpolyma/biboumi

2013ed6f — louiz’ 6 years ago
cmake: Remove the intermediate static libs

Should compile faster (and also take less space on disk)
d4412537 — louiz’ 6 years ago
Free the result pointer provided by udns

Fix a memory leak that would occur on every DNS request, when using udns
a0a2de3b — louiz’ 6 years ago
Revert "Don’t send the unavailable presence to all resources, in the virtual channel"

This reverts commit 38ff50f5d2ca356f659429ff57546bd2364a0fef.
38ff50f5 — louiz’ 6 years ago
Don’t send the unavailable presence to all resources, in the virtual channel
27195a9d — louiz’ 6 years ago
Document the ad-hoc configure forms
02050761 — louiz’ 6 years ago
Reduce the scope of a variable
f0bc6c83 — louiz’ 6 years ago
Pass the shared_ptr by reference, to avoid useless copies
cd92baae — louiz’ 6 years ago
Little refactor in timed_events

Also makes the coverage code deterministic
6cb77875 — louiz’ 6 years ago
Small resolver refactor

Makes the codecoverage deterministic (it does not depend on the order of
v4/v6 resolution)
d2f4235e — louiz’ 6 years ago
Replace : with _ in the codecov flag
a834a8da — louiz’ 6 years ago
Use CI_BUILD_NAME as the codecov tag
470fdaf8 — louiz’ 6 years ago
ci: Use the build:7 artifacts for test:without_udns
33162181 — louiz’ 6 years ago
ci: Run a e2e test without udns (and upload to codecov)
f4ffbcab — louiz’ 6 years ago
e2e: Make the tests work without udns too
d9811320 — louiz’ 6 years ago
Do not pass the build artifacts to packaging:deb job
03d608e9 — louiz’ 6 years ago
Improve the make coverage_* commands
cf2d4fb6 — louiz’ 6 years ago
ci: refactor, comments, use the artifacts from a stage to the next
11c63ebc — louiz’ 6 years ago
Add the gcrypt dependency to the biboumi-test docker images
99a4dded — louiz’ 6 years ago
Remove the embedded sha1 code, and use one of botan or gcrypt

This adds a hard dependency on one of Botan or gcrypt. Botan is already a
recommended dependency, and gcrypt is probably packaged almost everywhere,
so this should not be a big deal.

ref #3241
d81c3ad5 — louiz’ 6 years ago
Fix the order of from and to address in muc traffic info reply

And add a test for it.

fix #3238
Next