aboutsummaryrefslogtreecommitdiffstats
path: root/file.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-08-17Prevent segfault with incorrect button typeTatsuya Kinoshita1-0/+11
2016-08-17Prevent segfault with incorrect form_int fidTatsuya Kinoshita1-2/+3
2016-08-17Prevent negative array index for selectnumber and textareanumberTatsuya Kinoshita1-4/+4
2016-08-16Truncate large values of table attributesTatsuya Kinoshita1-0/+9
2016-08-08Prevent segfault with malformed input typeTatsuya Kinoshita1-4/+6
2016-03-29Fix mistake of unescape spaces for _doFileCopyTatsuya Kinoshita1-1/+1
2015-09-06Do not use C99-style commentsTatsuya Kinoshita1-3/+3
2015-09-06Mitigate issue #16 found by @kcwuDavid Crosby1-9/+11
2015-08-11Remove unused valueDavid Crosby1-1/+0
2015-08-11Remove dead assignments flagged by Clang static analysisDavid Crosby1-1/+0
2015-08-11Fix resource leak in AuthDigestCredDavid Crosby1-1/+3
2015-07-25Initialise hidden_input to NULLRichard Quirk1-1/+1
2015-07-25use pclose for pipeRichard Quirk1-1/+1
2015-02-02New option "display_borders" to display 0 pixel table borders.Tatsuya Kinoshita1-0/+2
2014-12-06Add -sixel option which supports image processing by img2sixel.Araki Ken1-3/+3
2014-12-06* file.c: nw and ni are rounded up instead of rounded off to show every corne...Araki Ken1-2/+8
2014-12-06* terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from 0....Araki Ken1-9/+16
2013-11-10Add support for single quoted meta refresh URLPaul Boekholt1-3/+3
2013-10-14Workaround of GC crash on Cygwin64AIDA Shinra1-25/+33
2013-08-04Fix segfault of loadGeneralFile()Tatsuya Kinoshita1-2/+3
2013-07-28Fix segfault of process_button()Tatsuya Kinoshita1-1/+1
2013-04-08One more patch for siteconf from [w3m-dev 04464]Tatsuya Kinoshita1-2/+1
2013-04-08Support the siteconf featureTatsuya Kinoshita1-118/+110
2012-05-24Merge from upstream on 2012-05-22Tatsuya Kinoshita1-2/+9
2012-05-22Merge from upstream on 2012-05-22Tatsuya Kinoshita1-2/+9
2012-05-22parse META CHARSETDai Sato1-2/+9
2011-06-19Support the button element as defined in HTML 4.01Tatsuya Kinoshita1-1/+148
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-20/+78
2011-05-04Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita1-107/+499
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+8016
2010-12-15[w3m-dev 04424] http://www.j10n.org/files/w3m-cvs-1.1040-misc.patchIto Hiroyuki1-1/+3
2010-08-03* register user name and password for proxy authentication.Ito Hiroyuki1-1/+2
2010-08-02Revert the change of using ATTR_TITLE if ATTR_ALT is empty.Ito Hiroyuki1-8/+3
2010-07-30* [w3m-dev 04348] Re: "important" bugs from bugs.debian.orgIto Hiroyuki1-3/+11
2010-07-30* [w3m-dev 04345] Re: "important" bugs from bugs.debian.orgIto Hiroyuki1-3/+8
2010-07-24suppress compile warnings.Ito Hiroyuki1-4/+5
2010-07-19* [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki1-3/+20
2010-07-19* [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki1-1/+8
2010-07-19* [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki1-3/+13
2010-07-19* [w3m-dev 04238] [patch] simple preserve spaceIto Hiroyuki1-2/+2
2010-07-18http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=242599#21Ito Hiroyuki1-8/+20
2007-05-23[w3m-dev 04155] fix for minpw.Dai Sato1-1/+15
2007-05-23[w3m-dev 04236] expand display_ins_del to select a type of fontify.Dai Sato1-28/+181
2007-05-23[w3m-dev 03923] avoid extra blanks in pre in table.Dai Sato1-1/+2
2007-04-19avoid conflicts between input_alt and img_alt, and fix calculation of labeled...Dai Sato1-5/+7
2006-12-27* [SECURITY] fix format string vulnerabilityFumitoshi UKAI1-2/+2
2006-12-10[w3m-dev 04185] display <em> and <i> elements with bold letters.Dai Sato1-16/+65