Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent invalid columnPos() call in formUpdateBuffer() | Tatsuya Kinoshita | 2017-12-26 | 1 | -0/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/89 | ||||
* | form.c: do not gratuitously turn GET into POST | Kyle J. McKay | 2017-08-23 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | When encountering a <form ...> tag that contains these values: method="get" enctype="multipart/form-data" Do not transform the method into POST to accomodate enctype. Instead behave in the compatible way that all other browsers behave in this instance and ignore the enctype parameter (treating it as the default application/x-www-form-urlencoded) and perform a "GET" just as the method parameter requests. This behavior produces far more compatible results than gratuitously changing the "get" into a "post" which can result in unexpected "405 Method Not Allowed" errors. Signed-off-by: Kyle J. McKay <mackyle@gmail.com> | ||||
* | Preserve one byte for end of string character in form_update_line() | Tatsuya Kinoshita | 2016-12-24 | 1 | -1/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/68#issuecomment-266214643 | ||||
* | Prevent invalid form_update_line() call in formUpdateBuffer() | Tatsuya Kinoshita | 2016-12-24 | 1 | -1/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/82 | ||||
* | Revert "Preserve one byte for end of string character in form_update_line()" | Tatsuya Kinoshita | 2016-12-20 | 1 | -1/+1 |
| | | | | This reverts commit a4152aaaea5cb51c9018880a1295e498c38889bf. | ||||
* | Revert "Prevent overflow beyond the end of string in form_update_line()" | Tatsuya Kinoshita | 2016-12-17 | 1 | -8/+6 |
| | | | | This reverts commit 9ccaa1dd0dac6f9b35a649ae9901c225421500f6. | ||||
* | Revert "Prevent overflow beyond the end of string in form_update_line()" | Tatsuya Kinoshita | 2016-12-17 | 1 | -1/+1 |
| | | | | This reverts commit e0efc127ff20cbeb931847af1c9b353056340fbd. | ||||
* | Revert "Prevent overflow beyond the end of string in textfieldrep()" | Tatsuya Kinoshita | 2016-12-15 | 1 | -2/+0 |
| | | | | This reverts commit 77d8d8d6576d8afc0f6b2e09bb88c7ca9dba58bb. | ||||
* | Prevent overflow beyond the end of string in textfieldrep() | Tatsuya Kinoshita | 2016-12-13 | 1 | -0/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/79 | ||||
* | Preserve one byte for end of string character in form_update_line() | Tatsuya Kinoshita | 2016-12-13 | 1 | -1/+1 |
| | | | | | Bug-Debian: https://github.com/tats/w3m/issues/82 cf. https://github.com/tats/w3m/issues/68#issuecomment-266214643 | ||||
* | Prevent overflow beyond the end of string in form_update_line() | Tatsuya Kinoshita | 2016-12-10 | 1 | -1/+1 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/78 | ||||
* | Prevent overflow beyond the end of string in form_update_line() | Tatsuya Kinoshita | 2016-12-08 | 1 | -6/+8 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/75 | ||||
* | Prevent dereference near-null pointer in formUpdateBuffer | Tatsuya Kinoshita | 2016-11-07 | 1 | -1/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/35 | ||||
* | Fix incorrect dereference in formUpdateBuffer when MENU_SELECT | Tatsuya Kinoshita | 2016-10-08 | 1 | -0/+2 |
| | | | | cf. https://github.com/tats/w3m/commit/ec9eb22e008a69ea9dc21fdca4b9b836679965ee | ||||
* | 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 | ||||
* | Prevent segfault for formUpdateBuffer | Tatsuya Kinoshita | 2016-08-29 | 1 | -2/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/13#issuecomment-242981906 | ||||
* | Prevent segfault for formUpdateBuffer | Tatsuya Kinoshita | 2016-08-24 | 1 | -0/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/22 | ||||
* | 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 | 1 | -2/+6 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/12 | ||||
* | 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 | ||||
* | Merge branch 'feature/siteconf' | Tatsuya Kinoshita | 2013-04-08 | 1 | -17/+12 |
|\ | |||||
| * | Support the siteconf feature | Tatsuya Kinoshita | 2013-04-08 | 1 | -17/+12 |
| | | | | | | | | | | Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra. | ||||
* | | Assume "text" if an input type is unknown | Tatsuya Kinoshita | 2012-05-19 | 1 | -1/+1 |
|/ | | | | Patch from <http://bugs.debian.org/615843> provided by Hilko Bengen. | ||||
* | Adding upstream version 0.5.3upstream/0.5.3 | Tatsuya Kinoshita | 2011-05-04 | 1 | -1/+2 |
| | |||||
* | Adding upstream version 0.5.1upstream/0.5.1 | Tatsuya Kinoshita | 2011-05-04 | 1 | -0/+1055 |