Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ChangeLog | Tatsuya Kinoshita | 2016-10-30 | 1 | -0/+15 |
| | |||||
* | Update NEWS | Tatsuya Kinoshita | 2016-10-30 | 1 | -0/+1 |
| | |||||
* | Set use_dictcommand to 1 by default | Tatsuya Kinoshita | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | Add w3mdict.cgi to LIB_TARGETS | Tatsuya Kinoshita | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | Typo fix for USE_DICT | Tatsuya Kinoshita | 2016-10-30 | 1 | -2/+2 |
| | |||||
* | Add w3mdict.cgi to use a dictd dictionary query | Boruch Baum | 2016-10-30 | 1 | -0/+56 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/30 | ||||
* | Update ChangeLogv0.5.3+git20161009 | Tatsuya Kinoshita | 2016-10-08 | 1 | -0/+6 |
| | |||||
* | Fix incorrect dereference in formUpdateBuffer when MENU_SELECT | Tatsuya Kinoshita | 2016-10-08 | 1 | -0/+2 |
| | | | | cf. https://github.com/tats/w3m/commit/ec9eb22e008a69ea9dc21fdca4b9b836679965ee | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-10-08 | 1 | -0/+12 |
| | |||||
* | Treat table height as int instead of short | Tatsuya Kinoshita | 2016-10-08 | 3 | -11/+11 |
| | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952 | ||||
* | Prevent global-buffer-overflow write in formUpdateBuffer | Tatsuya Kinoshita | 2016-10-07 | 1 | -1/+3 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/29 | ||||
* | Fix null pointer dereference in formUpdateBuffer | Tatsuya Kinoshita | 2016-10-07 | 1 | -0/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/28 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-09-02 | 1 | -0/+5 |
| | |||||
* | Merge pull request #27 from kcwu/fix-strgrow | Tatsuya Kinoshita | 2016-09-02 | 1 | -2/+2 |
|\ | | | | | Fix potential heap buffer corruption due to Strgrow | ||||
| * | Fix potential heap buffer corruption due to Strgrow | Kuang-che Wu | 2016-08-30 | 1 | -2/+2 |
|/ | | | | | | If Str.length = 5 and area_size = 6, the result of Strgrow is still area_size = 6. For such case, Strcat_char and Strinsert_char will overflow one byte. | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-08-29 | 1 | -0/+10 |
| | |||||
* | Prevent segfault due to buffer overflows in addMultirowsForm | Tatsuya Kinoshita | 2016-08-29 | 1 | -0/+2 |
| | | | | | Bug-Debian: https://github.com/tats/w3m/issues/21 Bug-Debian: https://github.com/tats/w3m/issues/26 | ||||
* | Prevent segfault for formUpdateBuffer | Tatsuya Kinoshita | 2016-08-29 | 1 | -2/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/13#issuecomment-242981906 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-08-24 | 1 | -0/+11 |
| | |||||
* | Prevent segfault with malformed table_alt | Tatsuya Kinoshita | 2016-08-24 | 1 | -1/+1 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/24 | ||||
* | Prevent segfault for formUpdateBuffer | Tatsuya Kinoshita | 2016-08-24 | 1 | -0/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/22 | ||||
* | Truncate max_width for renderTable | Tatsuya Kinoshita | 2016-08-24 | 1 | -0/+4 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/25 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-08-20 | 1 | -0/+10 |
| | |||||
* | Fix uninitialised values for <i> and <dd> | Tatsuya Kinoshita | 2016-08-19 | 2 | -0/+7 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/16 | ||||
* | Revert "Fix uninitialised values for <i> and <dd>" | Tatsuya Kinoshita | 2016-08-19 | 2 | -7/+0 |
| | | | | | This reverts commit 0fba2f1a6eb6861206ad120a02af2643938082cd. cf. https://github.com/tats/w3m/commit/0fba2f1a6eb6861206ad120a02af2643938082cd#commitcomment-18703355 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-08-19 | 1 | -0/+5 |
| | |||||
* | Fix uninitialised values for <i> and <dd> | Tatsuya Kinoshita | 2016-08-19 | 2 | -0/+7 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/16 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-08-18 | 1 | -0/+29 |
| | |||||
* | Fix table rowspan and colspan | Kuang-che Wu | 2016-08-18 | 1 | -0/+4 |
| | | | | | Origin: https://github.com/tats/w3m/pull/19 Bug-Debian: https://github.com/tats/w3m/issues/8 | ||||
* | Prevent segfault with malformed input_alt | Tatsuya Kinoshita | 2016-08-18 | 1 | -3/+3 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/18 | ||||
* | Prevent segfault with incorrect button type | Tatsuya Kinoshita | 2016-08-17 | 1 | -0/+11 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/17 | ||||
* | Prevent segfault with incorrect form_int fid | Tatsuya Kinoshita | 2016-08-17 | 1 | -2/+3 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/15 | ||||
* | Prevent segfault when iso2022 parsing | Tatsuya Kinoshita | 2016-08-17 | 1 | -7/+14 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/14 | ||||
* | Prevent segfault for formUpdateBuffer | Tatsuya Kinoshita | 2016-08-17 | 1 | -1/+1 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/13 | ||||
* | Prevent negative array index for selectnumber and textareanumber | Tatsuya Kinoshita | 2016-08-17 | 2 | -6/+10 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/12 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-08-16 | 1 | -0/+5 |
| | |||||
* | Truncate large values of table attributes | Tatsuya Kinoshita | 2016-08-16 | 1 | -0/+9 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/11 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-08-15 | 1 | -0/+6 |
| | |||||
* | Prevent segfault for formUpdateBuffer | Tatsuya Kinoshita | 2016-08-15 | 1 | -0/+2 |
| | | | | | Bug-Debian: https://github.com/tats/w3m/issues/9 Bug-Debian: https://github.com/tats/w3m/issues/10 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-08-08 | 1 | -0/+5 |
| | |||||
* | Prevent segfault with malformed input type | Tatsuya Kinoshita | 2016-08-08 | 1 | -4/+6 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/7 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-08-08 | 1 | -0/+22 |
| | |||||
* | Install German manpages | Tatsuya Kinoshita | 2016-08-08 | 4 | -4/+24 |
| | |||||
* | Update MANUAL.html in English and German | Markus Hiereth | 2016-08-08 | 2 | -1085/+3609 |
| | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772341#90 | ||||
* | Update FAQ.html in English and German | Markus Hiereth | 2016-08-08 | 2 | -73/+792 |
| | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772341#85 | ||||
* | Update manpage for w3mman in English and German | Markus Hiereth | 2016-08-08 | 2 | -12/+98 |
| | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772341#80 | ||||
* | Update manpage for w3m in English and German | Markus Hiereth | 2016-08-08 | 2 | -14/+348 |
| | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772341#75 | ||||
* | Update ChangeLogv0.5.3+git20160718 | Tatsuya Kinoshita | 2016-07-18 | 1 | -1/+7 |
| | |||||
* | Update NEWS | Tatsuya Kinoshita | 2016-07-18 | 1 | -0/+1 |
| | |||||
* | Set default_url to 1 by default | Tatsuya Kinoshita | 2016-07-18 | 1 | -1/+1 |
| |