aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix small images on kittybptato2021-02-181-28/+35
| * Support kitty image protocolbptato2021-02-185-1/+89
| * Handle iTerm2 images more efficientlybptato2021-02-182-11/+44
|/
* Update ChangeLogTatsuya Kinoshita2021-02-171-0/+16
* Typo fixTatsuya Kinoshita2021-02-172-5/+5
* Add auto-detection for configure --with-migemoTatsuya Kinoshita2021-02-162-7/+48
* Prefer Imlib2 over GTK2 by defaultTatsuya Kinoshita2021-02-162-38/+38
* Indentation and wording fixes for configure --helpTatsuya Kinoshita2021-02-162-101/+98
* Update ChangeLogTatsuya Kinoshita2021-02-151-0/+8
* Wording fixes for configure --helpTatsuya Kinoshita2021-02-152-20/+19
* Accept configure --with-cafile without filenameTatsuya Kinoshita2021-02-152-28/+35
* Update ChangeLogTatsuya Kinoshita2021-02-141-0/+17
* Merge pull request #167 from bptato/masterTatsuya Kinoshita2021-02-146-6/+136
|\
| * Fix a mistake I made with </dd> and </dt> tagsbptato2021-02-131-2/+1
| * Nested <dl>sbptato2021-02-133-5/+21
| * Fix <dl compact>bptato2021-02-133-17/+72
| * <dl> testbptato2021-02-132-0/+41
| * Improve description list renderingbptato2021-02-134-9/+28
|/
* Update ChangeLogTatsuya Kinoshita2021-02-131-0/+14
* Minor fixes for ./configure --helpTatsuya Kinoshita2021-02-132-14/+14
* Add auto-detection of ssl_ca_file by configureTatsuya Kinoshita2021-02-136-3/+59
* Doc fixTatsuya Kinoshita2021-02-131-4/+0
* Use ssl_ca_file and ssl_ca_path only when ssl_verify_serverTatsuya Kinoshita2021-02-131-0/+1
* Update ChangeLogTatsuya Kinoshita2021-02-121-0/+7
* Check empty string conditions for ssl_ca_file and ssl_ca_pathTatsuya Kinoshita2021-02-121-1/+2
* Fix OpenSSL default always overrides ssl_ca_file and ssl_ca_pathTatsuya Kinoshita2021-02-121-1/+1
* Update ChangeLogTatsuya Kinoshita2021-02-111-0/+33
* Update PO stringsTatsuya Kinoshita2021-02-115-18/+18
* Update wording for -debug optionTatsuya Kinoshita2021-02-112-5/+5
* Update manpage for -insecure optionTatsuya Kinoshita2021-02-111-0/+5
* Mention -insecure option as a workaround for SSL errorTatsuya Kinoshita2021-02-111-5/+2
* New option -insecure to use insecure SSL config optionsTatsuya Kinoshita2021-02-111-0/+15
* Typo fix for ssl_cipherTatsuya Kinoshita2021-02-111-2/+2
* Update ssl_min_version to accept "all" and reject "SSLv2"Tatsuya Kinoshita2021-02-113-8/+8
* Merge pull request #164 from bptato/brotliTatsuya Kinoshita2021-02-114-6/+20
|\
| * Update config.h.distbptato2021-02-101-0/+2
| * Support brotli content encodingbptato2021-02-103-6/+18
|/
* Update ChangeLogTatsuya Kinoshita2021-02-101-0/+18
* Update PO stringsTatsuya Kinoshita2021-02-105-426/+466
* Disable TLSv1.0 and TLSv1.1 by defaultTatsuya Kinoshita2021-02-102-2/+2
* Mention ssl_* options as a workaround for SSL errorTatsuya Kinoshita2021-02-101-2/+5
* New option ssl_min_version for OpenSSL 1.1Tatsuya Kinoshita2021-02-104-0/+56
* New option ssl_cipher to specify ciphers for TLSv1.2 and belowTatsuya Kinoshita2021-02-104-3/+16
* Update ChangeLogTatsuya Kinoshita2021-02-061-0/+29
* Update PO stringsTatsuya Kinoshita2021-02-065-910/+1010
* Update option setting strings for inline image display methodTatsuya Kinoshita2021-02-061-3/+3
* Merge pull request #161 from bptato/masterTatsuya Kinoshita2021-02-069-90/+169
|\
| * Clarify inline image setting's wordingbptato2021-02-051-4/+4
| * Use GC_MALLOC_ATOMIC_IGNORE_OFF_PAGE for allocating memory for base64 encodingbptato2021-02-031-1/+1
| * base64_encode: fix input and output length typesbptato2021-02-032-4/+5