aboutsummaryrefslogtreecommitdiffstats
path: root/.#file.c.1.243 (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-24Remove garbage filesTatsuya Kinoshita1-8188/+0
2012-05-22Remove garbage filesTatsuya Kinoshita1-8188/+0
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-263/+43
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
2006-12-10[w3m-dev 04184] automatic uncompression in downloadingDai Sato1-4/+5
2006-12-10add LiveHTTPHeaders-like option: -reqlog.Dai Sato1-5/+3
2006-06-12avoid decoding when dump_extra option is specified.Dai Sato1-1/+3
2006-06-10avoid decoding when dump_extra option is specified.Dai Sato1-2/+2
2006-06-10Show progress status when dump_extra option is specified. [w3m-dev 03992]Dai Sato1-1/+3
2006-05-29[w3m-dev-en 01067] decode content-encoding in all situations.Dai Sato1-2/+17
2006-04-08check A tag in HTMLlineproc2body().Dai Sato1-2/+17
2006-04-07Introduce option show_cookie and set it TRUE by default.Dai Sato1-7/+11
2006-04-07rewind to 10 Feb 2006.Dai Sato1-42/+9
2006-04-05apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.Dai Sato1-9/+42
2006-02-09file.c: replace pclose with fclose in the end of uncompress_stream() by Dai SatoDai Sato1-2/+2
CVS ----------------------------------------------------------------------
2005-01-04[w3m-dev 04130] [w3m-dev 04131] [w3m-dev 04132] Multiple challeges in ↵Fumitoshi UKAI1-58/+192
*-Authenticate header * file.c (skip_auth_token): added (extract_auth_val): ',' is end of token (extract_auth_param): use skip_auth_token (AuthDigestCred): parse qop and calc cnonce correctly (findAuthentication): use skip_auth_token From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
2004-11-04[w3m-dev 04117] Re: start attribute and value attribute on ordered listsFumitoshi UKAI1-3/+5
* file.c (HTMLtagproc1): allow negative value for start attr From: Hiroyuki Ito <ZXB01226@nifty.com>
2004-04-16[w3m-dev 04064] authenticationFumitoshi UKAI1-71/+79
closes: Bug#:244029: w3m: HTTP basic authentication annoyance * fm.h (auth_cookie): deleted * proto.h (find_auth_cookie): deleted (add_auth_cookie): deleted (add_auth_user_passwd): added (invalidate_auth_user_passwd): added * etc.c (auth_pass): add bad flag delete file (dir_under): deleted (add_auth_pass_entry): add override flag no need to check file (find_auth_pass_entry): delete file check bad flag check uname (find_auth_user_passwd): find by pu->user (add_auth_user_passwd): added (invalidate_auth_user_passwd): added (parsePasswd): add no override ignore file (find_auth): deleted (find_auth_cookie): deleted (dump_auth_cookie): deleted (add_auth_cookie): deleted * file.c (getAuthCookie): add *uname, *pwd rewrite (loadGeneralFile): delete ss, add uname, pwd use add_auth_user_passwd instead of add_auth_cookie * url.c (HTTPrequest): don't authorization here it should be done in getAuthCookie in loadGeneralFile through extra_header * ftp.c (openFTPStream): add uname use find_auth_user_passwd instead of find_auth_cookie use add_auth_user_passwd instead of add_auth_cookie
2003-12-08[w3m-dev 04021] Deeply nested tableFumitoshi UKAI1-1/+4
* file.c (completeHTMLstream): check obuf->table_level From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
2003-10-22[w3m-dev 04009] ./configure --disable-image problemFumitoshi UKAI1-2/+2
* file.c (loadHTMLstream): if defined(USE_M17N) From: ABE Yuji <cbo46560@pop12.odn.ne.jp>
2003-10-21OpenLDAP¤ÈActive Directory¤¬µÕ?Fumitoshi UKAI1-4/+2
2003-10-08[w3m-dev 03985] Re: support for 307 Temporary RedirectFumitoshi UKAI1-2/+7
* file.c (loadGeneralFile): support 307 Temporary Redirect From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2003-10-05fix build error --disbable-m17nFumitoshi UKAI1-14/+10
* config.h.in: undef USE_M17N, USE_UNICODE * etc.c (url_unquote_conv): USE_M17N * file.c (convertLine): USE_M17N (loadHTMLStream): fix ifdef USE_IMAGE->USE_M17N (loadBuffer): fix USE_M17N (getNextPage): fix USE_M17N * fm.h (USE_M17N): don't define USE_M17N in case LANG == JA (this should be done by configure) (wc_ces): dummy typedef (wc_Str_conv): fix non-m17n macro args (wc_Str_conv_strict): ditto * ftp.c (loadFTPDir): fix undefined USE_M17N * mimehead.c (decodeWord): ditto (decodeMIME): ditto * news.c (loadNewsgroup): ditto * proto.h (convertLine): ditto (loadGopherDir): ditto (loadFTPDir): ditto (loadNewsgroup): ditto (decodeWord): ditto (decodeMIME): ditto (url_unquote_conv): ditto * terms.c (SETCH): ditto From: Fumitoshi UKAI <ukai@debian.or.jp>
2003-09-26add commentsFumitoshi UKAI1-1/+33
2003-09-24fix indentFumitoshi UKAI1-119/+119
2003-09-22merge m17n patchFumitoshi UKAI1-523/+562
add libwc
2003-08-29[w3m-dev 03957] Location: from local-CGIFumitoshi UKAI1-2/+2
* file.c (loadGeneralFile): don't parse header for local file redirected by Location: from local-CGI From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2003-07-07[w3m-dev 03927] deflateFumitoshi UKAI1-2/+2
* file.c (compression_decoder): .deflate for application/x-deflate's extension From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2003-05-13[w3m-dev 03901] body with status-code 401Fumitoshi UKAI1-5/+3
* file.c (loadGeneralFile): show page when 401, 407 From: ABE Yuji <cbo46560@pop12.odn.ne.jp>
2003-04-18[w3m-dev 03882] Re: Bug#189460: w3m: <q> tag is not recognizedFumitoshi UKAI1-1/+7
* file.c (HTMLtagproc1): add HTML_Q, HTML_N_Q * html.c (TagMAP): add "q", "/q" * html.h (HTML_Q): added (HTML_N_Q): added * tagtable.tab: add q, /q From: Fumitoshi UKAI <ukai@debian.or.jp>
2003-04-14[w3m-dev 03875] Re: SSL & compressed streamFumitoshi UKAI1-2/+3
* file.c (loadGeneralFile): check t_buf != NULL * url.c (openURL): don't initialize URLFile here (init_stream): 0 clear URLFile From: Fumitoshi UKAI <ukai@debian.or.jp>
2003-04-13[w3m-dev 03873] SSL & compressed streamFumitoshi UKAI1-3/+2
* file.c (loadGeneralFile): always update ssl_certificate * url.c (openURL): initialize URLFile From: Fumitoshi UKAI <ukai@debian.or.jp>