aboutsummaryrefslogtreecommitdiffstats
path: root/url.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check empty string conditions for ssl_ca_file and ssl_ca_pathTatsuya Kinoshita2021-02-121-1/+2
* Fix OpenSSL default always overrides ssl_ca_file and ssl_ca_pathTatsuya Kinoshita2021-02-121-1/+1
* Mention -insecure option as a workaround for SSL errorTatsuya Kinoshita2021-02-111-5/+2
* Update ssl_min_version to accept "all" and reject "SSLv2"Tatsuya Kinoshita2021-02-111-6/+6
* Mention ssl_* options as a workaround for SSL errorTatsuya Kinoshita2021-02-101-2/+5
* New option ssl_min_version for OpenSSL 1.1Tatsuya Kinoshita2021-02-101-0/+43
* New option ssl_cipher to specify ciphers for TLSv1.2 and belowTatsuya Kinoshita2021-02-101-3/+5
* Use the default ciphers for OpenSSL 1.1 and laterTatsuya Kinoshita2020-12-161-0/+2
* Add support for Gopher items 5 and Ibptato2020-12-021-0/+2
* Remove useless loopbptato2020-11-071-5/+0
* Remove unnecessary variable assignmentbptato2020-11-071-1/+0
* Support Gopher items search (7) and binary file (9)bptato2020-11-071-0/+14
* Moved back filetype indicator to the beginning of file namesbptato2020-10-211-12/+30
* Improved gopher supportbptato2020-10-211-8/+25
* Add support for file://hostname/... URLsBruno Haible2020-09-151-5/+31
* Extend ssl_forbid_method for TLSv1.2 and TLSv1.3Tatsuya Kinoshita2020-03-111-0/+10
* Allow setting User Agent in SiteconfAzure2019-06-301-1/+4
* Allow to override UserAgentLaurent Arnoud2019-04-211-6/+8
* Indentation fixTatsuya Kinoshita2018-10-261-1/+1
* Do not use deprecated features with openssl-1.1Mark Wright2018-10-241-1/+5
* Add error handling code for fopenJia Zhouyang2018-03-041-0/+4
* Fix multi-character character constant for ssl_forbid_methodTatsuya Kinoshita2018-01-061-3/+3
* Extend ssl_forbid_method to disable TLSv1.1se2018-01-061-0/+4
* Prevent global-buffer-overflow in parseURL()Tatsuya Kinoshita2016-11-171-1/+4
* Disable RC4Leo Famulari2016-03-301-1/+1
* Fix variable is reassigned a value before the old one has been usedTatsuya Kinoshita2016-03-291-1/+1
* Fix style of array index is used before limits checkTatsuya Kinoshita2016-03-291-1/+1
* Remove dead assignments flagged by Clang static analysisDavid Crosby2015-08-111-4/+2
* http requests: use Content-Length instead of Content-lengthAlan Grow2015-08-091-4/+4
* Merge branch 'bug/weak-ciphers'Tatsuya Kinoshita2014-06-231-0/+1
|\
| * Disable ciphers that use keys smaller than 128 bitsTatsuya Kinoshita2014-06-231-0/+1
* | Merge branch 'bug/openssl'Tatsuya Kinoshita2013-11-071-0/+8
|\ \
| * | Use SSL_MODE_RELEASE_BUFFERS if availableCristian Rodriguez2013-11-071-0/+5
| * | Use SSL_OP_NO_COMPRESSION if availableCristian Rodriguez2013-11-071-0/+3
| |/
* | Merge branch 'bug/schemebug'Tatsuya Kinoshita2013-10-141-10/+21
|\ \
| * | Define schemeNumToName() to fix scheme bugAIDA Shinra2013-10-141-10/+21
| |/
* / Support the siteconf featureTatsuya Kinoshita2013-04-081-23/+99
|/
* Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita2011-05-041-13/+27
* Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita2011-05-041-12/+18
* Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita2011-05-041-0/+2216