aboutsummaryrefslogtreecommitdiffstats
path: root/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ignore the "-" option to accept `w3m -` as "read from stdin"Tatsuya Kinoshita2021-03-261-1/+1
* Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVELTatsuya Kinoshita2021-02-211-0/+4
* Add eNULL to ssl_cipher when -insecureTatsuya Kinoshita2021-02-211-1/+1
* Update wording for -debug optionTatsuya Kinoshita2021-02-111-2/+2
* New option -insecure to use insecure SSL config optionsTatsuya Kinoshita2021-02-111-0/+15
* sixel and osc5379 image display protocols can be chosen in optionsbptato2021-02-021-4/+4
* Fix FTBFS due to redefinition of sys_errlistParag Nemade2020-11-221-4/+0
* Removed an unnecessary variable declarationbptato2020-08-311-4/+2
* New commands for moving to the top, middle and bottom of bufferbptato2020-08-311-8/+44
* Fix -Wchar-subscriptsRoland Illig2020-03-271-2/+2
* Add command to go home.We're Yet2020-01-041-0/+17
* Allow to override UserAgentLaurent Arnoud2019-04-211-0/+2
* Make temporary directory safely when ~/.w3m is unwritableTatsuya Kinoshita2018-01-211-0/+7
* Typo fix in fusage()Tatsuya Kinoshita2017-12-261-1/+1
* English fixTatsuya Kinoshita2017-12-261-1/+1
* Fix suspend (^Z) behavior.ITOH Yasufumi2016-11-061-0/+10
* Update description of SOURCE and VIEWTatsuya Kinoshita2016-06-191-1/+1
* Update English messagesTatsuya Kinoshita2016-06-191-114/+104
* English fixesJustin B Rye2016-04-011-32/+32
* Add extbrowser4, extbrowser5, ..., and extbrowser9Tatsuya Kinoshita2016-03-131-0/+18
* Typo fix for ACCESSKEYTatsuya Kinoshita2016-02-271-1/+1
* Adjust while loopDavid Crosby2015-08-111-1/+2
* use int for cDavid Crosby2015-08-111-1/+1
* Remove dead assignments flagged by Clang static analysisDavid Crosby2015-08-111-7/+0
* Fix that SGR style mouse handler has off-by-one problemIWAMOTO Kouichi2015-08-041-0/+2
* Correct GC version confirmationTatsuya Kinoshita2015-05-031-1/+1
* correct GC version confirmationyshl2015-05-021-1/+1
* for gc-7.1yshl2015-04-261-0/+4
* Drop C99 featuresTatsuya Kinoshita2015-01-151-1/+1
* Add overflow detectionScarlett2015-01-151-0/+8
* Correct printf arguments and use asprintfScarlett2015-01-151-1/+1
* img2sixel exits by Ctrl+C. Enable GIF Animation if 'I' is pressed to show it.Araki Ken2014-12-061-1/+7
* Add -sixel option which supports image processing by img2sixel.Araki Ken2014-12-061-39/+6
* Support remote image by OSC 5379 show_picture sequence.Araki Ken2014-12-061-1/+41
* Merge branch 'bug/gc72'Tatsuya Kinoshita2014-08-221-4/+1
|\
| * Support Boehm GC 7.2Micah Cowan2014-08-221-0/+5
| * Revert "Support Boehm GC 7.2" (w3m-0.5.2-gc72.patch from Gentoo)Tatsuya Kinoshita2014-08-221-8/+0
* | Merge branch 'bug/search-next'Tatsuya Kinoshita2013-12-071-0/+4
|\ \
| * | Fix crash after SEARCH_NEXTAIDA Shinra2013-12-071-0/+4
* | | Merge branch 'bug/win64gc'Tatsuya Kinoshita2013-10-141-0/+44
|\ \ \
| * | | Workaround of GC crash on Cygwin64AIDA Shinra2013-10-141-0/+50
| |/ /
* | | Merge branch 'feature/vim-like'Tatsuya Kinoshita2013-10-121-0/+39
|\ \ \
| * | | vim/-perator like handlingLaurence Richert2013-10-121-0/+39
| |/ /
* | | Merge branch 'bug/execdict'Tatsuya Kinoshita2013-08-041-1/+1
|\ \ \
| * | | Fix potentially segfault of execdict()Tatsuya Kinoshita2013-08-041-1/+1
| |/ /
* | | Merge branch 'master' into bug/sort-dump-linksTatsuya Kinoshita2013-07-301-43/+111
|\ \ \
| * \ \ Merge branch 'feature/siteconf'Tatsuya Kinoshita2013-04-081-43/+39
| |\ \ \
| | * | | Support the siteconf featureTatsuya Kinoshita2013-04-081-43/+39
| | |/ /
| * | | Merge branch 'feature/sgrmouse'Tatsuya Kinoshita2013-04-081-0/+52
| |\ \ \ | | |_|/ | |/| |
| | * | Support SGR 1006 mouse reportingTatsuya Kinoshita2013-04-081-0/+52
| | |/