Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ChangeLog | Tatsuya Kinoshita | 2019-11-10 | 1 | -0/+5 |
| | |||||
* | Merge pull request #122 from mackyle/master | Tatsuya Kinoshita | 2019-11-10 | 3 | -4/+6 |
|\ | | | | | entities: support ' entity | ||||
| * | entities: support ' entity | Kyle J. McKay | 2019-11-08 | 3 | -4/+6 |
|/ | | | | | | | | | | | | | | | | | | | | | | | The XHTML standard encompasses the XML standard. From the beginning, the XML standard [1] has always included required support for five character entities: 1. the ampersand (&) as & 2. the left angle bracket (<) as < 3. the right angle bracket (>) as > 4. the double-quote character (") as " 5. the apostrophe or single-quote character (') as ' See section "2.4 Character Data and Markup" of the XML standard [1] for further details. Add support for the character single-quote character entity (') in order to fully support XHTML pages. [1]: https://www.w3.org/TR/REC-xml/ Signed-off-by: Kyle J. McKay <mackyle@gmail.com> | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2019-07-02 | 1 | -0/+6 |
| | |||||
* | Update doc-jp for user_agent in siteconf | Tatsuya Kinoshita | 2019-07-02 | 1 | -0/+7 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2019-07-01 | 1 | -0/+5 |
| | |||||
* | Merge pull request #119 from adamemerson/siteconf-user-agent | Tatsuya Kinoshita | 2019-07-01 | 4 | -2/+26 |
|\ | | | | | Allow setting User Agent in Siteconf | ||||
| * | Allow setting User Agent in Siteconf | Azure | 2019-06-30 | 4 | -2/+26 |
|/ | | | | | | Since Google gives usable search results to Lynx but not to w3m, and many other sites block Lynx but /not/ w3m, we want to be able to set the User Agent string on a per-site basis. | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2019-04-22 | 1 | -0/+4 |
| | |||||
* | Merge pull request #113 from spk/allow-override-user-agent | Tatsuya Kinoshita | 2019-04-22 | 3 | -6/+11 |
|\ | | | | | Allow to override UserAgent | ||||
| * | Allow to override UserAgent | Laurent Arnoud | 2019-04-21 | 3 | -6/+11 |
|/ | | | | | | | | | | | | | | | | | | | | | | | Adding on command line the user agent add a duplicate header: ``` ./w3m -header "User-Agent: Mozilla" http://localhost:9999 GET / HTTP/1.0 User-Agent: w3m/0.5.3+git20190105 Accept: text/html, text/*;q=0.5, image/*, application/*, message/*, x-scheme-handler/*, audio/*, video/*, inode/* Accept-Encoding: gzip, compress, bzip, bzip2, deflate Accept-Language: en;q=1.0 Host: localhost:9999 Pragma: no-cache Cache-control: no-cache User-Agent: Mozilla ``` As a result most server will take the first given; the default w3m_version or the one defined on config `user_agent` With this patch we can now override `User-Agent` from command line | ||||
* | Update ChangeLogv0.5.3+git20190105 | Tatsuya Kinoshita | 2019-01-05 | 1 | -0/+13 |
| | |||||
* | Update NEWS | Tatsuya Kinoshita | 2019-01-05 | 1 | -0/+11 |
| | |||||
* | Update config.* with autotools-dev 20180224.1 | Tatsuya Kinoshita | 2019-01-05 | 2 | -360/+330 |
| | |||||
* | Fix dependency for Imlib2 | Akinori Hattori | 2019-01-05 | 1 | -1/+0 |
| | | | | | Bug-Gentoo: https://bugs.gentoo.org/605930 Origin: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d6e3e6839898829e8cce211b97a7fa77f5d06e | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2018-12-22 | 1 | -0/+12 |
| | |||||
* | Fix square brackets | Tatsuya Kinoshita | 2018-12-22 | 2 | -3/+3 |
| | |||||
* | w3mman support for section number during keyword search | Nemo Inis | 2018-12-21 | 3 | -13/+22 |
| | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916968#5 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2018-10-26 | 1 | -0/+6 |
| | |||||
* | Fix that the MarkAllPages option works as originally intended | Ben Wong | 2018-10-26 | 2 | -0/+6 |
| | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911929 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2018-10-26 | 1 | -0/+10 |
| | |||||
* | Indentation fix | Tatsuya Kinoshita | 2018-10-26 | 2 | -2/+2 |
| | |||||
* | Merge pull request #103 from Polynomial-C/openssl-1.1_disable_deprecated | Tatsuya Kinoshita | 2018-10-26 | 2 | -1/+9 |
|\ | | | | | Do not use deprecated features with openssl-1.1 | ||||
| * | Do not use deprecated features with openssl-1.1 | Mark Wright | 2018-10-24 | 2 | -1/+9 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2018-05-20 | 1 | -0/+5 |
| | |||||
* | Merge pull request #99 from domainexpert/noop-check | Tatsuya Kinoshita | 2018-05-20 | 1 | -1/+1 |
|\ | | | | | Added check for : command not producing .gmo file in po/Makefile.in.in | ||||
| * | Added check for : command not producing .gmo file in po/Makefile.in.in | Andrew Santosa | 2018-05-15 | 1 | -1/+1 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2018-03-23 | 1 | -0/+5 |
| | |||||
* | Respect simple_preserve_space for table cells | Tatsuya Kinoshita | 2018-03-23 | 1 | -1/+2 |
| | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893902 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2018-03-23 | 1 | -3/+14 |
| | |||||
* | Merge pull request #97 from barbeque/patch-1 | Tatsuya Kinoshita | 2018-03-23 | 4 | -35/+35 |
|\ | | | | | Update grammar & spelling in some English READMEs | ||||
| * | Update README.img | Mike | 2018-03-23 | 1 | -9/+9 |
| | | |||||
| * | Update README.dict | Mike | 2018-03-23 | 1 | -5/+5 |
| | | |||||
| * | Update README.pre_form | Mike | 2018-03-23 | 1 | -12/+12 |
| | | |||||
| * | Update README.cookie | Mike | 2018-03-23 | 1 | -1/+1 |
| | | |||||
| * | Update README.cookie | Mike | 2018-03-23 | 1 | -9/+9 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2018-03-04 | 1 | -0/+2 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2018-03-04 | 1 | -0/+11 |
| | |||||
* | Merge pull request #96 from ZhouyangJia/master | Tatsuya Kinoshita | 2018-03-04 | 3 | -3/+14 |
|\ | | | | | Fix crashes when some external APIs fail | ||||
| * | Add error handling code for fopen | Jia Zhouyang | 2018-03-04 | 1 | -0/+4 |
| | | | | | | Check the return code of fopen, and return when it fails. | ||||
| * | Add error handling code for fopen | Jia Zhouyang | 2018-03-04 | 1 | -2/+6 |
| | | | | | | Check the return value of fopen, and add proper error handling code. | ||||
| * | Add error handling for chdir | Jia Zhouyang | 2018-03-04 | 1 | -1/+4 |
|/ | | | When chdir fails, print error message and exit. | ||||
* | Update ChangeLogv0.5.3+git20180125 | Tatsuya Kinoshita | 2018-01-25 | 1 | -0/+5 |
| | |||||
* | Add CVE IDs | Tatsuya Kinoshita | 2018-01-25 | 2 | -6/+8 |
| | | | | cf. https://security-tracker.debian.org/tracker/source-package/w3m | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2018-01-21 | 1 | -0/+12 |
| | |||||
* | Update NEWS | Tatsuya Kinoshita | 2018-01-21 | 1 | -0/+13 |
| | |||||
* | Do not remove w3mdict.cgi when "make distclean" | Tatsuya Kinoshita | 2018-01-21 | 1 | -3/+3 |
| | |||||
* | Make temporary directory safely when ~/.w3m is unwritable | Tatsuya Kinoshita | 2018-01-21 | 6 | -2/+16 |
| | |||||
* | Suppress error messages when ~/.w3m is unwritable | Tatsuya Kinoshita | 2018-01-21 | 1 | -4/+4 |
| | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871425 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2018-01-20 | 1 | -0/+8 |
| |