aboutsummaryrefslogtreecommitdiffstats
path: root/file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-13Nested <dl>sbptato1-5/+8
2021-02-13Fix <dl compact>bptato1-15/+31
2021-02-13Improve description list renderingbptato1-8/+22
2021-02-10Support brotli content encodingbptato1-6/+15
2021-02-02Some cleanup for base64_encodebptato1-1/+5
2021-02-02Support iTerm2 graphics protocol, replace encodeB with base64_encodebptato1-1/+1
2021-01-18Disable <section> behaves as <hr>Tatsuya Kinoshita1-1/+0
2020-12-18q_level was never initialized, causing random test failures. This should fix ...Ambrose Li1-0/+1
2020-12-02Fix Gopher binaries causing w3m to be stuck in download mode; try to guess Go...bptato1-3/+19
2020-12-02Add support for Gopher items 5 and Ibptato1-0/+10
2020-11-11Fix compilation errors when USE_GOPHER and not USE_M17NTatsuya Kinoshita1-4/+14
2020-11-07Remove unnecessary file_unquote callbptato1-1/+1
2020-11-07Support Gopher items search (7) and binary file (9)bptato1-1/+45
2020-10-21Moved back filetype indicator to the beginning of file namesbptato1-5/+7
2020-10-21Improved gopher directory displaybptato1-3/+18
2020-10-21Improved gopher supportbptato1-7/+16
2020-08-29Somehow the wrong quotes were used. This should fix the failing tests.Ambrose Li1-2/+2
2020-08-29wip from about a week ago. Need to stash these away for now to check the q br...Ambrose Li1-0/+1
2020-08-25In HTML5 anchors should not be closed when encountering divs, for example, bu...Ambrose Li1-3/+22
2020-08-24Cleaned version of 20200823_q branch. Changes the behaviour of the q tag (whe...Ambrose Li1-0/+18
2020-08-21Rudimentary support for figure, figcaptionAmbrose Li1-0/+4
2018-03-04Add error handling code for fopenJia Zhouyang1-2/+6
2017-08-23file.c: compute correct base URL when not absoluteKyle J. McKay1-1/+1
2016-12-17Prevent heap-use-after-free read in HTMLlineproc0()Tatsuya Kinoshita1-1/+1
2016-12-17Prevent infinite loop in feed_textarea()Tatsuya Kinoshita1-1/+3
2016-12-15Prevent overflow beyond the end of string in caller of get_mclen()Tatsuya Kinoshita1-1/+1
2016-12-15Revert "Prevent overflow beyond the end of string in proc_mchar()"Tatsuya Kinoshita1-6/+1
2016-12-15Revert "Prevent overflow beyond the end of string in proc_mchar()"Tatsuya Kinoshita1-6/+5
2016-12-13Prevent overflow beyond the end of string in proc_mchar()Tatsuya Kinoshita1-5/+6
2016-12-07Prevent heap-use-after-free in HTMLlineproc0()Tatsuya Kinoshita1-1/+2
2016-12-07Prevent negative values for offset and pos in push_link()Tatsuya Kinoshita1-2/+6
2016-12-07Prevent overflow beyond the end of string in proc_mchar()Tatsuya Kinoshita1-1/+6
2016-12-05Prevent negative array index in process_textarea()Tatsuya Kinoshita1-1/+1
2016-12-05Prevent negative array index for marks in HTMLlineproc2body()Tatsuya Kinoshita1-1/+1
2016-12-05Prevent negative value of row for pushTable() in HTMLlineproc0()Tatsuya Kinoshita1-0/+2
2016-12-05Prevent negative array index in getMetaRefreshParam()Tatsuya Kinoshita1-2/+3
2016-11-27fix uninitialized variable in process_img(). fix #44Kuang-che Wu1-1/+1
2016-11-17Prevent deref null pointer in HTMLlineproc0()Tatsuya Kinoshita1-5/+5
2016-11-15Prevent infinite recursion with nested table and textareaTatsuya Kinoshita1-0/+1
2016-11-14Prevent null pointer deref due to bad form idTatsuya Kinoshita1-1/+4
2016-11-14Prevent array index out of bounds for symbolTatsuya Kinoshita1-1/+1
2016-11-13Prevent null pointer dereference in HTMLlineproc2body for textarea_intTatsuya Kinoshita1-1/+1
2016-11-07Prevent infinite recursion in HTMLlineproc0Tatsuya Kinoshita1-8/+8
2016-11-07Prevent crash after allocate string of negative sizeTatsuya Kinoshita1-0/+6
2016-11-06Prevent memory exhausted due to repeat appending "</table>"Tatsuya Kinoshita1-0/+3
2016-11-06Prevent null pointer dereference in HTMLlineproc2bodyTatsuya Kinoshita1-1/+1
2016-08-19Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita1-0/+6
2016-08-19Revert "Fix uninitialised values for <i> and <dd>"Tatsuya Kinoshita1-6/+0
2016-08-19Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita1-0/+6
2016-08-18Prevent segfault with malformed input_altTatsuya Kinoshita1-3/+3