Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Add error handling code for fopen | Jia Zhouyang | 2018-03-04 | 1 | -0/+4 |
| * | Add error handling code for fopen | Jia Zhouyang | 2018-03-04 | 1 | -2/+6 |
| * | Add error handling for chdir | Jia Zhouyang | 2018-03-04 | 1 | -1/+4 |
|/ | |||||
* | Update ChangeLogv0.5.3+git20180125 | Tatsuya Kinoshita | 2018-01-25 | 1 | -0/+5 |
* | Add CVE IDs | Tatsuya Kinoshita | 2018-01-25 | 2 | -6/+8 |
* | 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 |
* | Update ChangeLog | Tatsuya Kinoshita | 2018-01-20 | 1 | -0/+8 |
* | Update config.* with autotools-dev 20171216.1 | Tatsuya Kinoshita | 2018-01-20 | 2 | -90/+132 |
* | Prevent negative indent value in feed_table_block_tag() | Tatsuya Kinoshita | 2018-01-20 | 1 | -0/+4 |
* | Update ChangeLog | Tatsuya Kinoshita | 2018-01-06 | 1 | -0/+18 |
* | Doc fix for ssl_forbid_method | Tatsuya Kinoshita | 2018-01-06 | 1 | -1/+1 |
* | Fix multi-character character constant for ssl_forbid_method | Tatsuya Kinoshita | 2018-01-06 | 7 | -13/+13 |
* | Extend ssl_forbid_method to disable TLSv1.1 | se | 2018-01-06 | 7 | -10/+14 |
* | Accept TERM=fbterm | Tatsuya Kinoshita | 2018-01-06 | 1 | -2/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2017-12-26 | 1 | -0/+11 |
* | Prevent invalid columnPos() call in formUpdateBuffer() | Tatsuya Kinoshita | 2017-12-26 | 1 | -0/+2 |
* | Typo fix in fusage() | Tatsuya Kinoshita | 2017-12-26 | 1 | -1/+1 |
* | English fix | Tatsuya Kinoshita | 2017-12-26 | 3 | -3/+3 |
* | Update ChangeLog | Tatsuya Kinoshita | 2017-12-24 | 1 | -1/+5 |
* | Merge branch 'master-dai' | Tatsuya Kinoshita | 2017-12-24 | 2 | -5/+5 |
|\ | |||||
| * | fix spelling error | HIGUCHI Daisuke (VDR dai) | 2017-12-24 | 2 | -5/+5 |
* | | Update ChangeLog | Tatsuya Kinoshita | 2017-08-27 | 1 | -0/+32 |
* | | Merge pull request #93 from mackyle/master | Tatsuya Kinoshita | 2017-08-27 | 2 | -4/+3 |
|\ \ | |/ |/| | |||||
| * | form.c: do not gratuitously turn GET into POST | Kyle J. McKay | 2017-08-23 | 1 | -3/+2 |
| * | file.c: compute correct base URL when not absolute | Kyle J. McKay | 2017-08-23 | 1 | -1/+1 |
|/ | |||||
* | Update ChangeLogv0.5.3+git20170102 | Tatsuya Kinoshita | 2017-01-02 | 1 | -0/+4 |
* | Update NEWS | Tatsuya Kinoshita | 2017-01-02 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2017-01-02 | 1 | -1/+4 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-12-24 | 1 | -0/+20 |
* | Prevent overflow beyond the end of string in wtf_parse1() | Tatsuya Kinoshita | 2016-12-24 | 1 | -12/+32 |
* | Revert "Prevent overflow beyond the end of string in wtf_parse1()" | Tatsuya Kinoshita | 2016-12-24 | 1 | -24/+18 |
* | Preserve one byte for end of string character in form_update_line() | Tatsuya Kinoshita | 2016-12-24 | 1 | -1/+2 |
* | Prevent invalid form_update_line() call in formUpdateBuffer() | Tatsuya Kinoshita | 2016-12-24 | 1 | -1/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-12-20 | 1 | -0/+6 |
* | Revert "Preserve one byte for end of string character in form_update_line()" | Tatsuya Kinoshita | 2016-12-20 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-12-17 | 1 | -0/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-12-17 | 1 | -0/+16 |
* | Prevent heap-use-after-free read in HTMLlineproc0() | Tatsuya Kinoshita | 2016-12-17 | 1 | -1/+1 |
* | Prevent infinite loop in feed_textarea() | Tatsuya Kinoshita | 2016-12-17 | 1 | -1/+3 |
* | Revert "Prevent overflow beyond the end of string in form_update_line()" | Tatsuya Kinoshita | 2016-12-17 | 1 | -8/+6 |
* | Revert "Prevent overflow beyond the end of string in form_update_line()" | Tatsuya Kinoshita | 2016-12-17 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-12-15 | 1 | -0/+45 |
* | Prevent overflow beyond the end of string for wtf to wcs macros | Tatsuya Kinoshita | 2016-12-15 | 1 | -2/+4 |