aboutsummaryrefslogtreecommitdiffstats
path: root/file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup for base64_encodebptato2021-02-021-1/+5
* Support iTerm2 graphics protocol, replace encodeB with base64_encodebptato2021-02-021-1/+1
* Disable <section> behaves as <hr>Tatsuya Kinoshita2021-01-181-1/+0
* q_level was never initialized, causing random test failures. This should fix ...Ambrose Li2020-12-181-0/+1
* Fix Gopher binaries causing w3m to be stuck in download mode; try to guess Go...bptato2020-12-021-3/+19
* Add support for Gopher items 5 and Ibptato2020-12-021-0/+10
* Fix compilation errors when USE_GOPHER and not USE_M17NTatsuya Kinoshita2020-11-111-4/+14
* Remove unnecessary file_unquote callbptato2020-11-071-1/+1
* Support Gopher items search (7) and binary file (9)bptato2020-11-071-1/+45
* Moved back filetype indicator to the beginning of file namesbptato2020-10-211-5/+7
* Improved gopher directory displaybptato2020-10-211-3/+18
* Improved gopher supportbptato2020-10-211-7/+16
* Merge pull request #147 from acli/20200825_sectionTatsuya Kinoshita2020-08-301-0/+1
|\
| * wip from about a week ago. Need to stash these away for now to check the q br...Ambrose Li2020-08-291-0/+1
* | Merge pull request #146 from acli/20200821_a_CLEANEDTatsuya Kinoshita2020-08-301-3/+22
|\ \
| * | In HTML5 anchors should not be closed when encountering divs, for example, bu...Ambrose Li2020-08-251-3/+22
| |/
* | Somehow the wrong quotes were used. This should fix the failing tests.Ambrose Li2020-08-291-2/+2
* | Cleaned version of 20200823_q branch. Changes the behaviour of the q tag (whe...Ambrose Li2020-08-241-0/+18
|/
* Rudimentary support for figure, figcaptionAmbrose Li2020-08-211-0/+4
* Add error handling code for fopenJia Zhouyang2018-03-041-2/+6
* file.c: compute correct base URL when not absoluteKyle J. McKay2017-08-231-1/+1
* 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
* Prevent overflow beyond the end of string in caller of get_mclen()Tatsuya Kinoshita2016-12-151-1/+1
* 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 proc_mchar()"Tatsuya Kinoshita2016-12-151-6/+5
* Prevent overflow beyond the end of string in proc_mchar()Tatsuya Kinoshita2016-12-131-5/+6
* Prevent heap-use-after-free in HTMLlineproc0()Tatsuya Kinoshita2016-12-071-1/+2
* Prevent negative values for offset and pos in push_link()Tatsuya Kinoshita2016-12-071-2/+6
* Prevent overflow beyond the end of string in proc_mchar()Tatsuya Kinoshita2016-12-071-1/+6
* Prevent negative array index in process_textarea()Tatsuya Kinoshita2016-12-051-1/+1
* Prevent negative array index for marks in HTMLlineproc2body()Tatsuya Kinoshita2016-12-051-1/+1
* Prevent negative value of row for pushTable() in HTMLlineproc0()Tatsuya Kinoshita2016-12-051-0/+2
* Prevent negative array index in getMetaRefreshParam()Tatsuya Kinoshita2016-12-051-2/+3
* fix uninitialized variable in process_img(). fix #44Kuang-che Wu2016-11-271-1/+1
* Prevent deref null pointer in HTMLlineproc0()Tatsuya Kinoshita2016-11-171-5/+5
* Prevent infinite recursion with nested table and textareaTatsuya Kinoshita2016-11-151-0/+1
* Prevent null pointer deref due to bad form idTatsuya Kinoshita2016-11-141-1/+4
* Prevent array index out of bounds for symbolTatsuya Kinoshita2016-11-141-1/+1
* Prevent null pointer dereference in HTMLlineproc2body for textarea_intTatsuya Kinoshita2016-11-131-1/+1
* Prevent infinite recursion in HTMLlineproc0Tatsuya Kinoshita2016-11-071-8/+8
* Prevent crash after allocate string of negative sizeTatsuya Kinoshita2016-11-071-0/+6
* Prevent memory exhausted due to repeat appending "</table>"Tatsuya Kinoshita2016-11-061-0/+3
* Prevent null pointer dereference in HTMLlineproc2bodyTatsuya Kinoshita2016-11-061-1/+1
* Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita2016-08-191-0/+6
* Revert "Fix uninitialised values for <i> and <dd>"Tatsuya Kinoshita2016-08-191-6/+0
* Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita2016-08-191-0/+6
* Prevent segfault with malformed input_altTatsuya Kinoshita2016-08-181-3/+3
* Prevent segfault with incorrect button typeTatsuya Kinoshita2016-08-171-0/+11
* Prevent segfault with incorrect form_int fidTatsuya Kinoshita2016-08-171-2/+3