aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent large memory usage and null-deref in Str.cTatsuya Kinoshita2021-03-021-1/+27
* Merge pull request #170 from bptato/masterTatsuya Kinoshita2021-03-024-213/+13268
|\
| * Use > instead of &gt in entity test generatorbptato2021-03-012-6/+6
| * Fix small mistakes in entity test generatorbptato2021-02-282-18/+18
| * Support single-codepoint HTML entities specified by whatwgbptato2021-02-284-214/+13268
| * Support period entity namebptato2021-02-271-0/+1
* | Update ChangeLogTatsuya Kinoshita2021-02-281-0/+2
* | Prevent zero size allocation in Str.cTatsuya Kinoshita2021-02-281-4/+4
* | Update ChangeLogTatsuya Kinoshita2021-02-281-0/+6
* | Update PO stringsTatsuya Kinoshita2021-02-285-441/+488
* | New option ssl_ca_default to explicitly use OpenSSL default pathsTatsuya Kinoshita2021-02-284-3/+10
* | Update ChangeLogTatsuya Kinoshita2021-02-281-0/+11
* | Prevent unintentional integer overflow in libwcTatsuya Kinoshita2021-02-282-2/+2
* | Prevent unintentional integer overflow in Strcat_charp_nTatsuya Kinoshita2021-02-281-1/+1
* | Prevent unintentional integer overflow in StrgrowTatsuya Kinoshita2021-02-281-1/+1
|/
* Update ChangeLogTatsuya Kinoshita2021-02-271-0/+5
* One more fix overflow due to StrgrowTatsuya Kinoshita2021-02-271-2/+5
* Update ChangeLogTatsuya Kinoshita2021-02-261-0/+7
* Fix potential overflow due to Str.cTatsuya Kinoshita2021-02-261-8/+34
* Fix integer overflow due to StrgrowTatsuya Kinoshita2021-02-261-0/+5
* Update ChangeLogTatsuya Kinoshita2021-02-241-0/+11
* Simplify doc for SSLTatsuya Kinoshita2021-02-241-79/+8
* Merge pull request #169 from DavidKorczynski/masterTatsuya Kinoshita2021-02-241-0/+51
|\
| * Added initial fuzzer for integration with OSS-Fuzz.davkor2021-02-231-0/+51
|/
* Update ChangeLogTatsuya Kinoshita2021-02-221-0/+10
* Don't fallback when SSL_CTX_load_verify_locations failsTatsuya Kinoshita2021-02-221-5/+11
* Don't use SSL_CTX_set_default_verify_paths when not USE_SSL_VERIFYTatsuya Kinoshita2021-02-221-1/+1
* Disable --with-cafile by default to use OpenSSL default pathsTatsuya Kinoshita2021-02-224-5/+5
* Update ChangeLogTatsuya Kinoshita2021-02-211-0/+22
* Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVELTatsuya Kinoshita2021-02-211-0/+4
* Add eNULL to ssl_cipher when -insecureTatsuya Kinoshita2021-02-212-2/+2
* Merge pull request #168 from bptato/inlineimagesTatsuya Kinoshita2021-02-215-14/+191
|\
| * Convert images to PNG for kitty with ImageMagickbptato2021-02-193-18/+67
| * Fix potential segfaultbptato2021-02-181-1/+1
| * 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