aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Accept TERM=fbtermTatsuya Kinoshita2018-01-061-2/+2
* | Update ChangeLogTatsuya Kinoshita2017-12-261-0/+11
* | Prevent invalid columnPos() call in formUpdateBuffer()Tatsuya Kinoshita2017-12-261-0/+2
* | Typo fix in fusage()Tatsuya Kinoshita2017-12-261-1/+1
* | English fixTatsuya Kinoshita2017-12-263-3/+3
* | Update ChangeLogTatsuya Kinoshita2017-12-241-1/+5
* | Merge branch 'master-dai'Tatsuya Kinoshita2017-12-242-5/+5
|\ \
| * | fix spelling errorHIGUCHI Daisuke (VDR dai)2017-12-242-5/+5
* | | Update ChangeLogTatsuya Kinoshita2017-08-271-0/+32
* | | Merge pull request #93 from mackyle/masterTatsuya Kinoshita2017-08-272-4/+3
|\ \ \ | |/ / |/| |
| * | form.c: do not gratuitously turn GET into POSTKyle J. McKay2017-08-231-3/+2
| * | file.c: compute correct base URL when not absoluteKyle J. McKay2017-08-231-1/+1
|/ /
* | Update ChangeLogv0.5.3+git20170102Tatsuya Kinoshita2017-01-021-0/+4
* | Update NEWSTatsuya Kinoshita2017-01-021-1/+1
* | Update ChangeLogTatsuya Kinoshita2017-01-021-1/+4
* | Update ChangeLogTatsuya Kinoshita2016-12-241-0/+20
* | Prevent overflow beyond the end of string in wtf_parse1()Tatsuya Kinoshita2016-12-241-12/+32
* | Revert "Prevent overflow beyond the end of string in wtf_parse1()"Tatsuya Kinoshita2016-12-241-24/+18
* | Preserve one byte for end of string character in form_update_line()Tatsuya Kinoshita2016-12-241-1/+2
* | Prevent invalid form_update_line() call in formUpdateBuffer()Tatsuya Kinoshita2016-12-241-1/+2
* | Update ChangeLogTatsuya Kinoshita2016-12-201-0/+6
* | Revert "Preserve one byte for end of string character in form_update_line()"Tatsuya Kinoshita2016-12-201-1/+1
* | Update ChangeLogTatsuya Kinoshita2016-12-171-0/+2
* | Update ChangeLogTatsuya Kinoshita2016-12-171-0/+16
* | Prevent heap-use-after-free read in HTMLlineproc0()Tatsuya Kinoshita2016-12-171-1/+1
* | Prevent infinite loop in feed_textarea()Tatsuya Kinoshita2016-12-171-1/+3
* | Revert "Prevent overflow beyond the end of string in form_update_line()"Tatsuya Kinoshita2016-12-171-8/+6
* | Revert "Prevent overflow beyond the end of string in form_update_line()"Tatsuya Kinoshita2016-12-171-1/+1
* | Update ChangeLogTatsuya Kinoshita2016-12-151-0/+45
* | Prevent overflow beyond the end of string for wtf to wcs macrosTatsuya Kinoshita2016-12-151-2/+4
* | Revert "Prevent overflow beyond the end of string for wtf to wcs macros"Tatsuya Kinoshita2016-12-151-4/+2
* | Prevent overflow beyond the end of string in caller of get_mclen()Tatsuya Kinoshita2016-12-153-6/+10
* | Revert "Prevent overflow beyond the end of string in proc_mchar()"Tatsuya Kinoshita2016-12-151-6/+1
* | Revert "Prevent overflow beyond the end of string in visible_length()"Tatsuya Kinoshita2016-12-151-2/+1
* | Revert "Prevent overflow beyond the end of string in skip_space()"Tatsuya Kinoshita2016-12-151-3/+1
* | Revert "Prevent overflow beyond the end of string in visible_length_plain()"Tatsuya Kinoshita2016-12-151-2/+1
* | Revert "Prevent overflow beyond the end of string in textfieldrep()"Tatsuya Kinoshita2016-12-151-2/+0
* | Revert "Prevent overflow beyond the end of string in proc_mchar()"Tatsuya Kinoshita2016-12-151-6/+5
* | Update ChangeLogTatsuya Kinoshita2016-12-131-0/+14
* | Prevent overflow beyond the end of string in proc_mchar()Tatsuya Kinoshita2016-12-131-5/+6
* | Prevent overflow beyond the end of string in textfieldrep()Tatsuya Kinoshita2016-12-131-0/+2
* | Preserve one byte for end of string character in form_update_line()Tatsuya Kinoshita2016-12-131-1/+1
* | Update ChangeLogTatsuya Kinoshita2016-12-101-0/+27
* | Prevent overflow beyond the end of string in wtf_len()Tatsuya Kinoshita2016-12-101-1/+2
* | Prevent negative array index for realColumn in calcPosition()Tatsuya Kinoshita2016-12-101-1/+1
* | Prevent overflow beyond the end of string in wtf_parse1()Tatsuya Kinoshita2016-12-101-18/+24
* | Prevent heap-buffer-overflow in Strnew_size()Tatsuya Kinoshita2016-12-101-0/+2
* | Prevent overflow beyond the end of string in visible_length_plain()Tatsuya Kinoshita2016-12-101-1/+2
* | Prevent overflow beyond the end of string for wtf to wcs macrosTatsuya Kinoshita2016-12-101-2/+4
* | Prevent overflow beyond the end of string in form_update_line()Tatsuya Kinoshita2016-12-101-1/+1