aboutsummaryrefslogtreecommitdiffstats
path: root/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-26Ignore the "-" option to accept `w3m -` as "read from stdin"Tatsuya Kinoshita1-1/+1
2021-02-21Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVELTatsuya Kinoshita1-0/+4
2021-02-21Add eNULL to ssl_cipher when -insecureTatsuya Kinoshita1-1/+1
2021-02-11Update wording for -debug optionTatsuya Kinoshita1-2/+2
2021-02-11New option -insecure to use insecure SSL config optionsTatsuya Kinoshita1-0/+15
2021-02-02sixel and osc5379 image display protocols can be chosen in optionsbptato1-4/+4
2020-11-22Fix FTBFS due to redefinition of sys_errlistParag Nemade1-4/+0
2020-08-31Removed an unnecessary variable declarationbptato1-4/+2
2020-08-31New commands for moving to the top, middle and bottom of bufferbptato1-8/+44
2020-03-27Fix -Wchar-subscriptsRoland Illig1-2/+2
2020-01-04Add command to go home.We're Yet1-0/+17
2019-04-21Allow to override UserAgentLaurent Arnoud1-0/+2
2018-01-21Make temporary directory safely when ~/.w3m is unwritableTatsuya Kinoshita1-0/+7
2017-12-26Typo fix in fusage()Tatsuya Kinoshita1-1/+1
2017-12-26English fixTatsuya Kinoshita1-1/+1
2016-11-06Fix suspend (^Z) behavior.ITOH Yasufumi1-0/+10
2016-06-19Update description of SOURCE and VIEWTatsuya Kinoshita1-1/+1
2016-06-19Update English messagesTatsuya Kinoshita1-114/+104
2016-04-01English fixesJustin B Rye1-32/+32
2016-03-13Add extbrowser4, extbrowser5, ..., and extbrowser9Tatsuya Kinoshita1-0/+18
2016-02-27Typo fix for ACCESSKEYTatsuya Kinoshita1-1/+1
2015-08-11Adjust while loopDavid Crosby1-1/+2
2015-08-11use int for cDavid Crosby1-1/+1
2015-08-11Remove dead assignments flagged by Clang static analysisDavid Crosby1-7/+0
2015-08-04Fix that SGR style mouse handler has off-by-one problemIWAMOTO Kouichi1-0/+2
2015-05-03Correct GC version confirmationTatsuya Kinoshita1-1/+1
2015-05-02correct GC version confirmationyshl1-1/+1
2015-04-26for gc-7.1yshl1-0/+4
2015-01-15Drop C99 featuresTatsuya Kinoshita1-1/+1
2015-01-15Add overflow detectionScarlett1-0/+8
2015-01-15Correct printf arguments and use asprintfScarlett1-1/+1
2014-12-06img2sixel exits by Ctrl+C. Enable GIF Animation if 'I' is pressed to show it.Araki Ken1-1/+7
2014-12-06Add -sixel option which supports image processing by img2sixel.Araki Ken1-39/+6
2014-12-06Support remote image by OSC 5379 show_picture sequence.Araki Ken1-1/+41
2014-08-22Support Boehm GC 7.2Micah Cowan1-0/+5
2014-08-22Revert "Support Boehm GC 7.2" (w3m-0.5.2-gc72.patch from Gentoo)Tatsuya Kinoshita1-8/+0
2013-12-07Fix crash after SEARCH_NEXTAIDA Shinra1-0/+4
2013-10-14Workaround of GC crash on Cygwin64AIDA Shinra1-0/+50
2013-10-12vim/-perator like handlingLaurence Richert1-0/+39
2013-08-04Fix potentially segfault of execdict()Tatsuya Kinoshita1-1/+1
2013-07-30Sort anchors by sequence number in -dumpTatsuya Kinoshita1-8/+19
2013-04-08Support the siteconf featureTatsuya Kinoshita1-43/+39
2013-04-08Support SGR 1006 mouse reportingTatsuya Kinoshita1-0/+52
2012-05-03Support Boehm GC 7.2Tatsuya Kinoshita1-0/+8
2011-06-19Change the -s option to "squeeze multiple blank lines" for pagerTatsuya Kinoshita1-0/+12
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-176/+193
2011-05-04Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita1-49/+102
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+6597
2010-08-24[w3m-dev 04393] [patch] locale-related character managementIto Hiroyuki1-51/+79
2010-08-20Introduce option mailto_optionsIto Hiroyuki1-49/+39