~singpolyma/biboumi

10c126a2 — louiz’ 6 years ago
Do not remove the .info generated by lcov
379fe026 — louiz’ 6 years ago
Properly convert the data into a number of seconds by using duration_cast
f9c31cb1 — louiz’ 6 years ago
The logger writes to std::clog
4cc3dc03 — louiz’ 6 years ago
The config module doesn’t use the logger at all
e63f7916 — louiz’ 6 years ago
Use an other implementation of a null_stream for the logger
0a45b096 — louiz’ 6 years ago
e2e: remove the log_message step, because it causes race conditions

After printing the message, it calls “call_soon(run_scenario)”, and
sometimes, if a stanza handler has already been queued, then that handler
will be called BEFORE the “run_scenario” function could be run, and so no
stanza_checker had the possibility to be set.
e1e740e3 — louiz’ 6 years ago
Don’t use global static members but functions that return a reference to an internal static object

See https://github.com/randombit/botan/issues/761
7f2eb607 — louiz’ 6 years ago
Init some members of TcpClientSocketHandler
6fee8394 — louiz’ 6 years ago
Fix the locales in the docker test images
7a8b4e37 — louiz’ 6 years ago
In time.cpp, use the en_US.UTF-8 locale, instead of en_US.utf-8

(which apparently doesn’t work on freebsd)
807ac95e — louiz’ 6 years ago
Use a portable way to get the relative paths into __FILENAME__
7f577130 — louiz’ 6 years ago
ci: Print the locals before running
44101362 — louiz’ 6 years ago
ci: Remove openbsd job for now

[skip ci]
dac21197 — louiz’ 6 years ago
CI: refactor, and enable some specific test only on the master project

Because some of the jobs (the one using ssh runners, freebsd and openbsd)
use runners that are only available on my own project and not forks (for
security reasons), and some other jobs (coverity and sonar-qube) use private
variables to be able to run.  So, all these jobs would fail if run on a fork
project.
75778f41 — louiz’ 6 years ago
Add some missing includes
91f768a6 — louiz’ 6 years ago
Force the freebsd build to use clang++
344d9512 — louiz’ 6 years ago
ci: Don’t display g++ and clang++ --version
bea3a3a8 — louiz’ 6 years ago
ci: don’t set the locale env variablesx
e6b09eed — louiz’ 6 years ago
Add a freebsd ci test
c454a80e — louiz’ 6 years ago
e2e: Accept even more unordered things in the connection sequence
Next