aboutsummaryrefslogtreecommitdiffstats
path: root/url.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-13Use ssl_ca_file and ssl_ca_path only when ssl_verify_serverTatsuya Kinoshita1-0/+1
2021-02-12Check empty string conditions for ssl_ca_file and ssl_ca_pathTatsuya Kinoshita1-1/+2
2021-02-12Fix OpenSSL default always overrides ssl_ca_file and ssl_ca_pathTatsuya Kinoshita1-1/+1
2021-02-11Mention -insecure option as a workaround for SSL errorTatsuya Kinoshita1-5/+2
2021-02-11Update ssl_min_version to accept "all" and reject "SSLv2"Tatsuya Kinoshita1-6/+6
2021-02-10Mention ssl_* options as a workaround for SSL errorTatsuya Kinoshita1-2/+5
2021-02-10New option ssl_min_version for OpenSSL 1.1Tatsuya Kinoshita1-0/+43
2021-02-10New option ssl_cipher to specify ciphers for TLSv1.2 and belowTatsuya Kinoshita1-3/+5
2020-12-16Use the default ciphers for OpenSSL 1.1 and laterTatsuya Kinoshita1-0/+2
2020-12-02Add support for Gopher items 5 and Ibptato1-0/+2
2020-11-07Remove useless loopbptato1-5/+0
2020-11-07Remove unnecessary variable assignmentbptato1-1/+0
2020-11-07Support Gopher items search (7) and binary file (9)bptato1-0/+14
2020-10-21Moved back filetype indicator to the beginning of file namesbptato1-12/+30
2020-10-21Improved gopher supportbptato1-8/+25
2020-09-15Add support for file://hostname/... URLsBruno Haible1-5/+31
2020-03-11Extend ssl_forbid_method for TLSv1.2 and TLSv1.3Tatsuya Kinoshita1-0/+10
2019-06-30Allow setting User Agent in SiteconfAzure1-1/+4
2019-04-21Allow to override UserAgentLaurent Arnoud1-6/+8
2018-10-26Indentation fixTatsuya Kinoshita1-1/+1
2018-10-24Do not use deprecated features with openssl-1.1Mark Wright1-1/+5
2018-03-04Add error handling code for fopenJia Zhouyang1-0/+4
2018-01-06Fix multi-character character constant for ssl_forbid_methodTatsuya Kinoshita1-3/+3
2018-01-06Extend ssl_forbid_method to disable TLSv1.1se1-0/+4
2016-11-17Prevent global-buffer-overflow in parseURL()Tatsuya Kinoshita1-1/+4
2016-03-30Disable RC4Leo Famulari1-1/+1
2016-03-29Fix variable is reassigned a value before the old one has been usedTatsuya Kinoshita1-1/+1
2016-03-29Fix style of array index is used before limits checkTatsuya Kinoshita1-1/+1
2015-08-11Remove dead assignments flagged by Clang static analysisDavid Crosby1-4/+2
2015-08-09http requests: use Content-Length instead of Content-lengthAlan Grow1-4/+4
2014-06-23Disable ciphers that use keys smaller than 128 bitsTatsuya Kinoshita1-0/+1
2013-11-07Use SSL_MODE_RELEASE_BUFFERS if availableCristian Rodriguez1-0/+5
2013-11-07Use SSL_OP_NO_COMPRESSION if availableCristian Rodriguez1-0/+3
2013-10-14Define schemeNumToName() to fix scheme bugAIDA Shinra1-10/+21
2013-04-08Support the siteconf featureTatsuya Kinoshita1-23/+99
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-13/+27
2011-05-04Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita1-12/+18
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+2216
2010-12-15[w3m-dev 04424] http://www.j10n.org/files/w3m-cvs-1.1040-misc.patchIto Hiroyuki1-11/+17
2010-12-11[w3m-dev 04421] Patch to prevent sending Referer: ' header from HTTPS to HTTPIto Hiroyuki1-1/+7
2010-08-03* register user name and password for proxy authentication.Ito Hiroyuki1-3/+1
2010-07-20* url.c (openSSLHandle): add support for TLS SNI (Server NameIndication)Ito Hiroyuki1-1/+4
2010-07-18http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=242599#21Ito Hiroyuki1-1/+2
2007-05-23[w3m-dev 04155] fix for minpw.Dai Sato1-1/+10
2006-12-10add LiveHTTPHeaders-like option: -reqlog.Dai Sato1-9/+5
2006-05-29[w3m-dev-en 01067] decode content-encoding in all situations.Dai Sato1-2/+3
2006-04-07rewind to 10 Feb 2006.Dai Sato1-10/+1
2006-04-05apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.Dai Sato1-1/+10
2006-02-10replace pclose passed to localcgi_post/get() with fclose in openURL()Dai Sato1-3/+3
2004-04-16[w3m-dev 04064] authenticationFumitoshi UKAI1-28/+1