Age | Commit message (Collapse) | Author |
|
|
|
Fix a somewhat big memory leak
|
|
|
|
|
|
Do not fail to compile when one of them is missing but the other one is not.
Raise an error when trying to open a database with the missing library.
see #3237
|
|
.release() returns the pointer and releases ownership *without*
destruction.
|
|
|
|
I got an ASAN error otherwise (type mismatch)
|
|
(cf. https://www.postgresql.org/docs/9.4/static/libpq-connect.html#LIBPQ-CONNSTRING)
|
|
|
|
fix #3315
|
|
|
|
|
|
ref #3278
|
|
Most importantely, include parsing.h, since read_cfg is not implicitely
included anymore in botan 2.3, and that does not compile.
Also do not included botan.h anymore, since it’s deprecated in botan 2.3
fix #3296
|
|
|
|
close_v2(), in use before this commit, was introduced as part of sqlite 3.7.14
(2012-09-03), and is as such incompatible with debian wheezy (3.7.13) and
centos6 (3.6.20).
FTR, Wheezy will be supported until May 2018, and centos6, until November 2020.
|
|
|
|
fix #3293
|
|
This makes sure that multi-lines messages are properly parsed as a single
message by journald.
fix #3268
|
|
fix #3284
|
|
[skip-ci]
|
|
Supports the "seconds", "maxstanzas", "since" and "maxchars" (but only =0)
attributes.
fix #3270
|
|
Instead of irc.example.com@biboumi, because that’s actually user named
“irc.example.com”, in that case.
And that fixes the raw messages in fixed mode.
fix #3286
|
|
This immensely speeds up the archive select queries.
fix #3292
|
|
|
|
|
|
fix #3291
|
|
|
|
fix #3290
|
|
|
|
Otherwise, these fields cannot be emptied by the user
fix #3281
|
|
fix #3285
|
|
fix #3224
|
|
|
|
fix #3274
|
|
fix #3277
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|