summary refs log tree commit diff
path: root/tls_server.c (follow)
Commit message (Collapse)AuthorAge
* Merge LibreSSL 3.5.0June McEnroe2022-02-27
|\
| * Import LibreSSL 3.5.0June McEnroe2022-02-27
| |
* | Merge LibreSSL 3.4.1 3.4.1June McEnroe2021-10-14
|\|
| * Import LibreSSL 3.4.0June McEnroe2021-09-17
| |
* | tls_server: Remove SSL_OP_NO_CLIENT_RENEGOTIATIONJune McEnroe2020-07-31
| | | | | | | | This is a LibreSSL-specific option.
* | tls_server: #include <string.h>June McEnroe2020-07-30
|/
* Import LibreSSL 3.2.0June McEnroe2020-07-30
> 2020-01-14Add -b flag for live backupJune McEnroe 2020-01-14Add columnsize = 0 option to FTS indexJune McEnroe Since we don't use ranking functions and I don't see them being useful, there is no point in having columnsize, which just takes extra space in the database. In my database of approximately 3.5 million events, disabling columnsize saves about 62 MB. The migration unfortunately has to rebuild the entire index to disable it. 2020-01-12Add option for client cert and SASL EXTERNALJune McEnroe 2020-01-12Add Linux.mkJune McEnroe 2020-01-11Fix unscoop dedup window syntaxJune McEnroe 2020-01-11Bump busy timeout to 10sJune McEnroe