Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-15 | 1 | -0/+8 |
| | |||||
* | Wording fixes for configure --help | Tatsuya Kinoshita | 2021-02-15 | 2 | -20/+19 |
| | |||||
* | Accept configure --with-cafile without filename | Tatsuya Kinoshita | 2021-02-15 | 2 | -28/+35 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-14 | 1 | -0/+17 |
| | |||||
* | Merge pull request #167 from bptato/master | Tatsuya Kinoshita | 2021-02-14 | 6 | -6/+136 |
|\ | | | | | Improved description list rendering | ||||
| * | Fix a mistake I made with </dd> and </dt> tags | bptato | 2021-02-13 | 1 | -2/+1 |
| | | |||||
| * | Nested <dl>s | bptato | 2021-02-13 | 3 | -5/+21 |
| | | |||||
| * | Fix <dl compact> | bptato | 2021-02-13 | 3 | -17/+72 |
| | | |||||
| * | <dl> test | bptato | 2021-02-13 | 2 | -0/+41 |
| | | |||||
| * | Improve description list rendering | bptato | 2021-02-13 | 4 | -9/+28 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-13 | 1 | -0/+14 |
| | |||||
* | Minor fixes for ./configure --help | Tatsuya Kinoshita | 2021-02-13 | 2 | -14/+14 |
| | |||||
* | Add auto-detection of ssl_ca_file by configure | Tatsuya Kinoshita | 2021-02-13 | 6 | -3/+59 |
| | | | | | cf. gnutls-trustfiles in Emacs 27.1 <https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/net/gnutls.el?h=emacs-27.1#n106> | ||||
* | Doc fix | Tatsuya Kinoshita | 2021-02-13 | 1 | -4/+0 |
| | |||||
* | Use ssl_ca_file and ssl_ca_path only when ssl_verify_server | Tatsuya Kinoshita | 2021-02-13 | 1 | -0/+1 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-12 | 1 | -0/+7 |
| | |||||
* | Check empty string conditions for ssl_ca_file and ssl_ca_path | Tatsuya Kinoshita | 2021-02-12 | 1 | -1/+2 |
| | |||||
* | Fix OpenSSL default always overrides ssl_ca_file and ssl_ca_path | Tatsuya Kinoshita | 2021-02-12 | 1 | -1/+1 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-11 | 1 | -0/+33 |
| | |||||
* | Update PO strings | Tatsuya Kinoshita | 2021-02-11 | 5 | -18/+18 |
| | |||||
* | Update wording for -debug option | Tatsuya Kinoshita | 2021-02-11 | 2 | -5/+5 |
| | |||||
* | Update manpage for -insecure option | Tatsuya Kinoshita | 2021-02-11 | 1 | -0/+5 |
| | |||||
* | Mention -insecure option as a workaround for SSL error | Tatsuya Kinoshita | 2021-02-11 | 1 | -5/+2 |
| | | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900984 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934493 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953045 | ||||
* | New option -insecure to use insecure SSL config options | Tatsuya Kinoshita | 2021-02-11 | 1 | -0/+15 |
| | | | | | Alias for `-o ssl_cipher=ALL:@SECLEVEL=0 -o ssl_min_version=all -o ssl_forbid_method= -o ssl_verify_server=0`. | ||||
* | Typo fix for ssl_cipher | Tatsuya Kinoshita | 2021-02-11 | 1 | -2/+2 |
| | |||||
* | Update ssl_min_version to accept "all" and reject "SSLv2" | Tatsuya Kinoshita | 2021-02-11 | 3 | -8/+8 |
| | |||||
* | Merge pull request #164 from bptato/brotli | Tatsuya Kinoshita | 2021-02-11 | 4 | -6/+20 |
|\ | | | | | Support brotli content encoding | ||||
| * | Update config.h.dist | bptato | 2021-02-10 | 1 | -0/+2 |
| | | |||||
| * | Support brotli content encoding | bptato | 2021-02-10 | 3 | -6/+18 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-10 | 1 | -0/+18 |
| | |||||
* | Update PO strings | Tatsuya Kinoshita | 2021-02-10 | 5 | -426/+466 |
| | |||||
* | Disable TLSv1.0 and TLSv1.1 by default | Tatsuya Kinoshita | 2021-02-10 | 2 | -2/+2 |
| | |||||
* | Mention ssl_* options as a workaround for SSL error | Tatsuya Kinoshita | 2021-02-10 | 1 | -2/+5 |
| | | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900984 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934493 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953045 | ||||
* | New option ssl_min_version for OpenSSL 1.1 | Tatsuya Kinoshita | 2021-02-10 | 4 | -0/+56 |
| | |||||
* | New option ssl_cipher to specify ciphers for TLSv1.2 and below | Tatsuya Kinoshita | 2021-02-10 | 4 | -3/+16 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-06 | 1 | -0/+29 |
| | |||||
* | Update PO strings | Tatsuya Kinoshita | 2021-02-06 | 5 | -910/+1010 |
| | |||||
* | Update option setting strings for inline image display method | Tatsuya Kinoshita | 2021-02-06 | 1 | -3/+3 |
| | |||||
* | Merge pull request #161 from bptato/master | Tatsuya Kinoshita | 2021-02-06 | 9 | -90/+169 |
|\ | | | | | Improved inline image protocol support | ||||
| * | Clarify inline image setting's wording | bptato | 2021-02-05 | 1 | -4/+4 |
| | | |||||
| * | Use GC_MALLOC_ATOMIC_IGNORE_OFF_PAGE for allocating memory for base64 encoding | bptato | 2021-02-03 | 1 | -1/+1 |
| | | |||||
| * | base64_encode: fix input and output length types | bptato | 2021-02-03 | 2 | -4/+5 |
| | | |||||
| * | Some cleanup for base64_encode | bptato | 2021-02-02 | 3 | -6/+10 |
| | | |||||
| * | Support iTerm2 graphics protocol, replace encodeB with base64_encode | bptato | 2021-02-02 | 8 | -71/+113 |
| | | |||||
| * | Avoid having external programs download images | bptato | 2021-02-02 | 2 | -15/+28 |
| | | |||||
| * | sixel and osc5379 image display protocols can be chosen in options | bptato | 2021-02-02 | 4 | -29/+48 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-01-18 | 1 | -0/+8 |
| | |||||
* | Disable <section> behaves as <hr> | Tatsuya Kinoshita | 2021-01-18 | 1 | -1/+0 |
| | | | | | Because displaying horizontal rules are redundantly and unneeded, especially when sections are nested. | ||||
* | Use xz with -9e for the dist target | Tatsuya Kinoshita | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-01-03 | 1 | -0/+4 |
| |