Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix integer overflow due to Strgrow | Tatsuya Kinoshita | 2021-02-26 | 1 | -0/+5 |
| | | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-24 | 1 | -0/+11 |
| | |||||
* | Simplify doc for SSL | Tatsuya Kinoshita | 2021-02-24 | 1 | -79/+8 |
| | |||||
* | Merge pull request #169 from DavidKorczynski/master | Tatsuya Kinoshita | 2021-02-24 | 1 | -0/+51 |
|\ | | | | | Added initial fuzzer for integration with OSS-Fuzz. | ||||
| * | Added initial fuzzer for integration with OSS-Fuzz. | davkor | 2021-02-23 | 1 | -0/+51 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-22 | 1 | -0/+10 |
| | |||||
* | Don't fallback when SSL_CTX_load_verify_locations fails | Tatsuya Kinoshita | 2021-02-22 | 1 | -5/+11 |
| | |||||
* | Don't use SSL_CTX_set_default_verify_paths when not USE_SSL_VERIFY | Tatsuya Kinoshita | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | Disable --with-cafile by default to use OpenSSL default paths | Tatsuya Kinoshita | 2021-02-22 | 4 | -5/+5 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-21 | 1 | -0/+22 |
| | |||||
* | Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVEL | Tatsuya Kinoshita | 2021-02-21 | 1 | -0/+4 |
| | |||||
* | Add eNULL to ssl_cipher when -insecure | Tatsuya Kinoshita | 2021-02-21 | 2 | -2/+2 |
| | |||||
* | Merge pull request #168 from bptato/inlineimages | Tatsuya Kinoshita | 2021-02-21 | 5 | -14/+191 |
|\ | | | | | Improved iTerm2 image display + initial kitty image support | ||||
| * | Convert images to PNG for kitty with ImageMagick | bptato | 2021-02-19 | 3 | -18/+67 |
| | | |||||
| * | Fix potential segfault | bptato | 2021-02-18 | 1 | -1/+1 |
| | | |||||
| * | Fix small images on kitty | bptato | 2021-02-18 | 1 | -28/+35 |
| | | |||||
| * | Support kitty image protocol | bptato | 2021-02-18 | 5 | -1/+89 |
| | | |||||
| * | Handle iTerm2 images more efficiently | bptato | 2021-02-18 | 2 | -11/+44 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-17 | 1 | -0/+16 |
| | |||||
* | Typo fix | Tatsuya Kinoshita | 2021-02-17 | 2 | -5/+5 |
| | |||||
* | Add auto-detection for configure --with-migemo | Tatsuya Kinoshita | 2021-02-16 | 2 | -7/+48 |
| | |||||
* | Prefer Imlib2 over GTK2 by default | Tatsuya Kinoshita | 2021-02-16 | 2 | -38/+38 |
| | | | | | Bug-Debian: https://github.com/tats/w3m/issues/95 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672121 | ||||
* | Indentation and wording fixes for configure --help | Tatsuya Kinoshita | 2021-02-16 | 2 | -101/+98 |
| | |||||
* | 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 |