Commit Graph

2345 Commits

Author SHA1 Message Date
bptato
3304675aff Support kitty image protocol 2021-02-18 19:18:06 +01:00
bptato
de26f6156c Handle iTerm2 images more efficiently 2021-02-18 17:23:42 +01:00
Tatsuya Kinoshita
3198783675 Update ChangeLog 2021-02-17 19:27:40 +09:00
Tatsuya Kinoshita
7eb09ef06d Typo fix 2021-02-17 19:27:09 +09:00
Tatsuya Kinoshita
eb6dc3eaeb Add auto-detection for configure --with-migemo 2021-02-17 00:43:26 +09:00
Tatsuya Kinoshita
0bdd042e38 Prefer Imlib2 over GTK2 by default
Bug-Debian: https://github.com/tats/w3m/issues/95
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672121
2021-02-17 00:43:26 +09:00
Tatsuya Kinoshita
5a594f7ff3 Indentation and wording fixes for configure --help 2021-02-17 00:43:21 +09:00
Tatsuya Kinoshita
9da3ab732b Update ChangeLog 2021-02-15 20:11:27 +09:00
Tatsuya Kinoshita
649ef130c8 Wording fixes for configure --help 2021-02-15 20:10:35 +09:00
Tatsuya Kinoshita
e29447dbcd Accept configure --with-cafile without filename 2021-02-15 19:27:30 +09:00
Tatsuya Kinoshita
d72429971d Update ChangeLog 2021-02-14 23:15:47 +09:00
Tatsuya Kinoshita
eafca63aa1 Merge pull request #167 from bptato/master
Improved description list rendering
2021-02-14 23:12:36 +09:00
bptato
c8eb20b951 Fix a mistake I made with </dd> and </dt> tags 2021-02-13 21:49:25 +01:00
bptato
116e10749c Nested <dl>s 2021-02-13 18:02:26 +01:00
bptato
77ecf9b46b Fix <dl compact> 2021-02-13 17:26:30 +01:00
bptato
ef34bf837c <dl> test 2021-02-13 16:53:01 +01:00
bptato
b2081866fd Improve description list rendering 2021-02-13 16:51:48 +01:00
Tatsuya Kinoshita
1cd0eb5c20 Update ChangeLog 2021-02-13 20:51:07 +09:00
Tatsuya Kinoshita
fe5573f32b Minor fixes for ./configure --help 2021-02-13 20:22:30 +09:00
Tatsuya Kinoshita
c7040ae3ad Add auto-detection of ssl_ca_file by configure
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>
2021-02-13 20:22:04 +09:00
Tatsuya Kinoshita
d88f3ba0c9 Doc fix 2021-02-13 13:58:59 +09:00
Tatsuya Kinoshita
1644c3b897 Use ssl_ca_file and ssl_ca_path only when ssl_verify_server 2021-02-13 13:56:00 +09:00
Tatsuya Kinoshita
c710522a03 Update ChangeLog 2021-02-12 23:54:20 +09:00
Tatsuya Kinoshita
2cbf7f704d Check empty string conditions for ssl_ca_file and ssl_ca_path 2021-02-12 23:49:47 +09:00
Tatsuya Kinoshita
f0d17fecc4 Fix OpenSSL default always overrides ssl_ca_file and ssl_ca_path 2021-02-12 23:06:23 +09:00
Tatsuya Kinoshita
bb1f22aacb Update ChangeLog 2021-02-11 19:41:59 +09:00
Tatsuya Kinoshita
4fa9fe0606 Update PO strings 2021-02-11 19:37:33 +09:00
Tatsuya Kinoshita
b6e79c211c Update wording for -debug option 2021-02-11 19:37:28 +09:00
Tatsuya Kinoshita
d27c38cd6d Update manpage for -insecure option 2021-02-11 19:37:24 +09:00
Tatsuya Kinoshita
78eac4e57c Mention -insecure option as a workaround for SSL error
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
2021-02-11 19:37:22 +09:00
Tatsuya Kinoshita
492dcb182a New option -insecure to use insecure SSL config options
Alias for `-o ssl_cipher=ALL:@SECLEVEL=0 -o ssl_min_version=all
-o ssl_forbid_method= -o ssl_verify_server=0`.
2021-02-11 19:37:21 +09:00
Tatsuya Kinoshita
1b0f5aabc1 Typo fix for ssl_cipher 2021-02-11 19:37:19 +09:00
Tatsuya Kinoshita
fb9f1c0356 Update ssl_min_version to accept "all" and reject "SSLv2" 2021-02-11 19:37:17 +09:00
Tatsuya Kinoshita
8df4e0355a Merge pull request #164 from bptato/brotli
Support brotli content encoding
2021-02-11 19:35:39 +09:00
bptato
767f2d6e65 Update config.h.dist 2021-02-10 20:33:14 +01:00
bptato
a3bd98c888 Support brotli content encoding 2021-02-10 20:23:56 +01:00
Tatsuya Kinoshita
9a8c88eb6f Update ChangeLog 2021-02-10 23:26:30 +09:00
Tatsuya Kinoshita
fce0cd3555 Update PO strings 2021-02-10 23:11:05 +09:00
Tatsuya Kinoshita
1ec090b0d3 Disable TLSv1.0 and TLSv1.1 by default 2021-02-10 21:55:34 +09:00
Tatsuya Kinoshita
707b02d256 Mention ssl_* options as a workaround for SSL error
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
2021-02-10 21:53:20 +09:00
Tatsuya Kinoshita
4f4d692321 New option ssl_min_version for OpenSSL 1.1 2021-02-10 21:51:44 +09:00
Tatsuya Kinoshita
c01675d342 New option ssl_cipher to specify ciphers for TLSv1.2 and below 2021-02-10 20:01:56 +09:00
Tatsuya Kinoshita
97c7d9b410 Update ChangeLog 2021-02-06 13:12:41 +09:00
Tatsuya Kinoshita
c6721dc85c Update PO strings 2021-02-06 13:09:43 +09:00
Tatsuya Kinoshita
a9d8858809 Update option setting strings for inline image display method 2021-02-06 13:09:29 +09:00
Tatsuya Kinoshita
e66ca9fa4e Merge pull request #161 from bptato/master
Improved inline image protocol support
2021-02-06 13:07:40 +09:00
bptato
61b5182dbd Clarify inline image setting's wording 2021-02-06 00:18:29 +01:00
bptato
1a47d07d66 Use GC_MALLOC_ATOMIC_IGNORE_OFF_PAGE for allocating memory for base64 encoding 2021-02-03 13:03:52 +01:00
bptato
5cd5a1735a base64_encode: fix input and output length types 2021-02-03 10:41:20 +01:00
bptato
d277e80771 Some cleanup for base64_encode 2021-02-02 23:59:42 +01:00