Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fix test encoding by setting LANG and LC_ALL to C.UTF-8
Because we don’t want to rely on each projet setting their own variable LC_ALL and LANG in gitlab’s CI preferences.
See merge request !4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #3116
|
|
|
|
This reverts commit a4d67ce041f50e0d25e2b47d04cc25bdad86a048.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The version with the vector, that can be disabled etc, is “very” slow, so we
use unique_ptr when we don’t need to disable it, and when it only contains
one function
|
|
|
|
|
|
[skip-ci]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
“It is possible to select(2) or poll(2) for completion by selecting the
socket for writing”
Yeah, sure, “writing”…
|
|
|
|
|
|
duplication
|
|
See
https://lab.louiz.org/louiz/biboumi/issues/3215
https://github.com/andikleen/glibc/blob/master/time/strptime_l.c#L746-L747
for why strptime() sucks
We use std::get_time now, to parse the date and time. And we parse the
timezone by hand.
fix #3215
|
|
Was completely broken, and the test was just useless
|
|
|
|
different order
Also, some tests that were raising some exception and thus were not ran at all
fix #3213
|
|
|
|
|
|
fix coverity CID 153376
|
|
|
|
fix coverity CID 134470
|
|
fix coverity CID 134469
|
|
fix #3205
|
|
|
|
fix #3069
|
|
fix #3210
|