aboutsummaryrefslogtreecommitdiffstats
path: root/file.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-19Revert "Fix uninitialised values for <i> and <dd>"Tatsuya Kinoshita1-6/+0
This reverts commit 0fba2f1a6eb6861206ad120a02af2643938082cd. cf. https://github.com/tats/w3m/commit/0fba2f1a6eb6861206ad120a02af2643938082cd#commitcomment-18703355
2016-08-19Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita1-0/+6
Bug-Debian: https://github.com/tats/w3m/issues/16
2016-08-18Prevent segfault with malformed input_altTatsuya Kinoshita1-3/+3
Bug-Debian: https://github.com/tats/w3m/issues/18
2016-08-17Prevent segfault with incorrect button typeTatsuya Kinoshita1-0/+11
Bug-Debian: https://github.com/tats/w3m/issues/17
2016-08-17Prevent segfault with incorrect form_int fidTatsuya Kinoshita1-2/+3
Bug-Debian: https://github.com/tats/w3m/issues/15
2016-08-17Prevent negative array index for selectnumber and textareanumberTatsuya Kinoshita1-4/+4
Bug-Debian: https://github.com/tats/w3m/issues/12
2016-08-16Truncate large values of table attributesTatsuya Kinoshita1-0/+9
Bug-Debian: https://github.com/tats/w3m/issues/11
2016-08-08Prevent segfault with malformed input typeTatsuya Kinoshita1-4/+6
Bug-Debian: https://github.com/tats/w3m/issues/7
2016-03-29Fix mistake of unescape spaces for _doFileCopyTatsuya Kinoshita1-1/+1
cf. [w3m-dev-en 00751], [w3m-dev-en 00752] on 2002-06-09
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
This prevents a possible use of garbage value on line 3017.
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
cf. http://d.hatena.ne.jp/rubikitch/20101120
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 ↵Araki Ken1-2/+8
corner of images.
2014-12-06* terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from ↵Araki Ken1-9/+16
0.1 sec to 0.5 sec. * image.c: - clearImage() works. - Use cached image files created by w3m in getImage(). * file.c: Hack for alignment.
2013-11-10Add support for single quoted meta refresh URLPaul Boekholt1-3/+3
Bug: https://sourceforge.net/p/w3m/patches/53/
2013-10-14Workaround of GC crash on Cygwin64AIDA Shinra1-25/+33
Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch>, [w3m-dev:04469] on 2013-10-14.
2013-08-04Fix segfault of loadGeneralFile()Tatsuya Kinoshita1-2/+3
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718612
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
Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra.
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
Patch from upstream, [w3m-dev 04411] on 2010-09-17, to support the button element. It is discussed upstream and incomplete, but enough to login Launchpad.
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
* remove option -pauth
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
* file.c (TEXTAREA_ATTR_COL_MAX, TEXTAREA_ATTR_ROWS_MAX): added. (process_textarea): check cur_textarea_size > TEXTAREA_ATTR_COL_MAX and cur_textarea_rows > TEXTAREA_ATTR_ROWS_MAX
2010-07-30* [w3m-dev 04345] Re: "important" bugs from bugs.debian.orgIto Hiroyuki1-3/+8
* file.c (HR_ATTR_WIDTH_MAX): added. * file.c (process_hr): check w > HR_ATTR_WIDTH_MAX
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
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329862#20 * table.c (feed_table_tag): check displayLinkNumber. * proto.h: add getLinkNumberStr(). * main.c (do_dump): check displayLinkNumber. * fm.h: add global variable displayLinkNumber. * file.c (getLinkNumberStr): added. (process_input, process_select, HTMLtagproc1): check displayLinkNumber.
2010-07-19* [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki1-1/+8
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329863#8 * rc.c: Introduce option pseudo_inlines. * fm.h: add global variable pseudoInlines. * file.c (process_img): check q.
2010-07-19* [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki1-3/+13
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=185006#22 * main.c (sig_chld): save exit code to d->err. (addDownloadList): initialize d->running and d->err. (DownloadListBuffer): check d->err. * fm.h (_DownloadList): add running and err. * file.c (save2tmp): check returned value of Strfputs(). (doFileSave): exit code is depend on the returned value of save2tmp().
2010-07-19* [w3m-dev 04238] [patch] simple preserve spaceIto Hiroyuki1-2/+2
* rc.c: Introduce option simple_preserve_space. * fm.h: add global variable SimplePreserveSpace. * file.c (HTMLlineproc0): check SimplePreserveSpace.
2010-07-18http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=242599#21Ito Hiroyuki1-8/+20
* file.c (is_html_type): added. (examineFile, loadGeneralFile, _saveBuffer) (openGeneralPagerBuffer, reloadBuffer): use is_html_type() instead of strcasecmp(). (loadGeneralFile): set f.guess_tupe * display.c (displayBuffer): use is_html_type() instead of strcasecmp(). * buffer.c (reshapeBuffer): use is_html_type() instead of strcasecmp(). * backend.c (internal_get): use is_html_type() instead of strcasecmp().
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 ↵Dai Sato1-5/+7
labeled line numbers when fold_line=1. [w3m-dev 04211]
2006-12-27* [SECURITY] fix format string vulnerabilityFumitoshi UKAI1-2/+2
* file.c (inputAnswer) fix format string bug
2006-12-10[w3m-dev 04185] display <em> and <i> elements with bold letters.Dai Sato1-16/+65