aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [w3m-dev 04326] suppress compile warnings.Ito Hiroyuki2010-07-241-1/+8
|
* suppress compile warnings.Ito Hiroyuki2010-07-241-4/+5
|
* * update messages.Ito Hiroyuki2010-07-212-536/+584
| | | | * use UTF-8.
* fix url.Ito Hiroyuki2010-07-201-2/+2
|
* * url.c (openSSLHandle): add support for TLS SNI (Server NameIndication)Ito Hiroyuki2010-07-202-20/+27
|
* * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki2010-07-197-10/+67
| | | | | | | | | | | * 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.
* * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki2010-07-194-4/+23
| | | | | | | * 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.
* * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki2010-07-192-4/+12
| | | | | * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537706#10 * rc.c (interpret_rc): check line->length before call Strchop().
* * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki2010-07-192-5/+14
| | | | | | | * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=366284#5 * rc.c (init_rc): check config_file is NULL or not. (panel_set_option): check config_file instead of no_rc_dir.
* * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki2010-07-196-27/+53
| | | | | | | | | | * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261174#10 * terms.c (graph_ok): check UseGraphicChar is GRAPHIC_CHAR_ALL or not. * symbol.c (get_symbol): check UseGraphicChar. * rc.c (graphic_char_str): added. * main.c (sig_chld): use GRAPHIC_CHAR_ASCII and GRAPHIC_CHAR_ALL. * fm.h (GRAPHIC_CHAR_ASCII, GRAPHIC_CHAR_CHARSET, GRAPHIC_CHAR_ALL): added. * fm.h: UseGraphicChar is initialized as GRAPHIC_CHAR_ASCII.
* * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki2010-07-194-28/+67
| | | | | | | | | | | | | * 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().
* * [w3m-dev 04238] [patch] simple preserve spaceIto Hiroyuki2010-07-194-5/+19
| | | | | | * rc.c: Introduce option simple_preserve_space. * fm.h: add global variable SimplePreserveSpace. * file.c (HTMLlineproc0): check SimplePreserveSpace.
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=242599#21Ito Hiroyuki2010-07-188-25/+52
| | | | | | | | | | | | | | * 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().
* set line->sizeIto Hiroyuki2010-07-182-2/+9
|
* replace \0 to make full string visible to user (CVE-2010-2074).Ito Hiroyuki2010-07-182-9/+28
|
* "MAN_KEEP_FORMATTING=1"Ito Hiroyuki2010-07-182-3/+9
| | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325699
* fix version check logic for FreeBSDIto Hiroyuki2010-07-182-4/+6
| | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493486
* update.Ito Hiroyuki2010-07-182-16/+6
|
* fix typo. [w3m-dev 04319]Ito Hiroyuki2010-07-182-3/+7
|
* fix charset handling. [w3m-dev 04279]Dai Sato2007-06-073-61/+68
|
* add handling xterm-incompatible terminals without gpm. [w3m-dev 04278]Dai Sato2007-06-072-3/+9
|
* make number prefixes working, when vi_prec_num=0.Dai Sato2007-06-043-16/+14
|
* w3m 0.5.2 releaserelease-0-5-2Dai Sato2007-05-3110-70/+93
|
* fix type, add GC_INIT().Dai Sato2007-05-316-8/+17
|
* fix for tab browsing. [w3m-dev 04266]Dai Sato2007-05-303-6/+27
|
* add #ifdef __CYGWIN__. [w3m-dev 04265]Dai Sato2007-05-302-2/+9
|
* add datarootdir. [w3m-dev 04264]Dai Sato2007-05-305-2/+10
|
* unbreak sysmouse support. [w3m-dev 04262]Dai Sato2007-05-293-4/+49
|
* delete unused macros, change void to static void. [w3m-dev 04260]Dai Sato2007-05-293-11/+10
|
* move 'gc' from $LIBS to $LIBGC. [w3m-dev 04259]Dai Sato2007-05-294-12/+24
|
* add datarootdir for Autoconf 2.60 and later.Dai Sato2007-05-293-2/+12
|
* pot-update.Dai Sato2007-05-282-5/+9
|
* add datarootdir for Autoconf 2.60 and later.Dai Sato2007-05-272-1/+6
|
* [w3m-dev 04155] fix for minpw.Dai Sato2007-05-2314-20/+243
|
* fix comments.Dai Sato2007-05-231-2/+3
|
* [w3m-dev 04246] delete nsl and dl for cross building.Dai Sato2007-05-233-3/+8
|
* [w3m-dev 04236] expand display_ins_del to select a type of fontify.Dai Sato2007-05-237-185/+430
|
* add checking ssl before digest_auth.Dai Sato2007-05-234-3934/+4355
|
* [w3m-dev 04240] nl_langinfo() requires setlocale()Dai Sato2007-05-236-13/+24
|
* [w3m-dev 03923] avoid extra blanks in pre in table.Dai Sato2007-05-233-44/+20
|
* decoding URLs in correct condition.Dai Sato2007-05-232-4/+9
|
* change char to unsigned char for HTML_DL_COMPACT(133).Dai Sato2007-05-232-3/+8
|
* [w3m-dev 04213] update Unicode charcters' widthDai Sato2007-05-234-7/+16
|
* quote URLs with non-ASCII local directory names. [w3m-dev 04212]Dai Sato2007-04-192-3/+9
|
* avoid conflicts between input_alt and img_alt, and fix calculation of ↵Dai Sato2007-04-194-11/+21
| | | | labeled line numbers when fold_line=1. [w3m-dev 04211]
* display <em> and <i> elements with underline. [w3m-dev 04197]Dai Sato2007-04-192-3/+8
|
* * [SECURITY] fix format string vulnerabilityFumitoshi UKAI2006-12-272-3/+8
| | | | * file.c (inputAnswer) fix format string bug
* [w3m-dev 04185] display <em> and <i> elements with bold letters.Dai Sato2006-12-106-79/+152
|
* [w3m-dev 04184] automatic uncompression in downloadingDai Sato2006-12-106-195/+220
|
* accept invalid "set-cookies" headers when "domainName == .hostName".Dai Sato2006-12-102-2/+15
|