1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-04 03:49:14 +02:00
pgbackrest/src
David Steele 4b28f79c92 Clear error queue before each SSL_*() call.
The documentation recommends clearing the error queue before each SSL_*() call.

Since we always check the results of SSL_*() for errors instead of blindly calling SSL_get_error() it's not clear this makes any difference, but it still seems like a good idea to be sure there are no stray errors in the queue.
2020-04-20 11:08:58 -04:00
..
build Add UNCONSTIFY() macro. 2020-04-02 16:58:38 -04:00
command Add io-timeout option. 2020-04-17 09:18:52 -04:00
common Clear error queue before each SSL_*() call. 2020-04-20 11:08:58 -04:00
config Add expire to commands that support io-timeout. 2020-04-20 09:45:08 -04:00
db Standardize some section names in headers. 2020-04-03 18:15:32 -04:00
info Remove empty subexpression from manifest regular expression. 2020-04-14 15:33:43 -04:00
postgres Standardize some section names in headers. 2020-04-03 18:15:32 -04:00
protocol Standardize some section names in headers. 2020-04-03 18:15:32 -04:00
storage Add io-timeout option. 2020-04-17 09:18:52 -04:00
.gitignore Use a checksum to build configure.ac more efficiently. 2020-03-14 12:39:29 -04:00
build.auto.h.in Add UNCONSTIFY() macro. 2020-04-02 16:58:38 -04:00
configure Add UNCONSTIFY() macro. 2020-04-02 16:58:38 -04:00
main.c Add repo-create, repo-get, repo-put, and repo-rm commands. 2020-03-09 17:15:03 -04:00
Makefile.in Split session functionality of TlsClient out into TlsSession. 2020-04-14 15:02:18 -04:00
version.h Begin v2.26 development. 2020-03-26 17:20:58 -04:00