summaryrefslogtreecommitdiff
path: root/content/fetchers/curl.c
Commit message (Expand)AuthorAgeFilesLines
* add common name ssl certificate errorVincent Sanders2019-08-101-3/+16
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-061-0/+43
* curl.c: Don't use OpenSSL 1.1 only serialNumber fetcherDaniel Silverstone2019-08-051-1/+1
* Migrate SSL certificate storage to the browser windowDaniel Silverstone2019-08-051-119/+132
* curl: Change where we lodge `inside_curl`Daniel Silverstone2019-08-021-6/+2
* curl: Immediately abort fetchers when we canDaniel Silverstone2019-08-021-17/+24
* content/fetchers/curl.c: Defer fetch start if inside cURLDaniel Silverstone2019-06-051-0/+16
* make curl fetcher log debug using NSLOGVincent Sanders2019-05-281-16/+26
* Curl fetcher: Force HTTP1.1 to fix HTTP2 crash.Michael Drake2019-05-061-0/+4
* Curl fetcher: Jiggle logging levels.Michael Drake2018-08-091-2/+2
* Curl fetcher: Move poll logging from INFO to DEEPDEBUG.Michael Drake2018-08-091-2/+2
* HTTPS: restrict ciphersuitesJohn-Mark Bell2018-04-221-0/+18
* Explicitly re-enable TLS session tickets.John-Mark Bell2018-04-221-0/+4
* Force SSL session caching on, Ubuntu seems to have it off by defaultDaniel Silverstone2018-04-221-0/+3
* Revert "Disable SSL session ID caching."Daniel Silverstone2018-04-221-3/+0
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-31/+49
* Fix OpenSSL X509 cert API detectionVincent Sanders2016-11-211-2/+4
* fix openSSL 1.1.0 X509 certificate handlingVincent Sanders2016-11-201-9/+23
* Refactor the fdset acquisition into the fetchers to stop fetch.c including cu...Daniel Silverstone2016-06-271-0/+18
* Fix handling of certificate chainsVincent Sanders2016-06-271-145/+251
* move fetch header into public APIVincent Sanders2016-05-301-1/+1
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* remove all core usage of warn_user APIVincent Sanders2016-04-261-1/+2
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
* remove curl fetchers use of the wallclock APIVincent Sanders2016-04-191-13/+15
* Reduce unecessary use of networking headersVincent Sanders2016-04-171-1/+2
* Tiny simplification of curl debug logging.Michael Drake2016-01-211-1/+1
* Add extra logging to curl poll fn when not suppressing curl debug.Michael Drake2015-11-111-0/+38
* Add support for retrying timed-out cURL fetches.Daniel Silverstone2015-11-101-4/+12
* Change LOG() macro to be varadicVincent Sanders2015-05-281-33/+26
* Move win32 window operations into their own moduleVincent Sanders2015-03-121-1/+2
* Fix my spelling of teh everywhereVincent Sanders2014-11-181-1/+1
* Remove unecessary form debugVincent Sanders2014-11-151-1/+1
* Doxygen cleanupsVincent Sanders2014-11-091-3/+3
* update fetcher registration API to return an error code.Vincent Sanders2014-10-251-521/+491
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+2
* HTTPS: disable all SSL versions; emit fallback SCSV on downgrade.John-Mark Bell2014-10-151-1/+5
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
* memcpy and terminate from openssl buffersVincent Sanders2014-09-031-18/+23
* terminate buffers from X509_NAME_print_ex()Vincent Sanders2014-09-021-7/+13
* make fetchers scheduledVincent Sanders2014-06-261-3/+1
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-22/+12
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-5/+6
* move scheduleing into browser operation tableVincent Sanders2014-03-091-7/+7
* Use libcurl's cache if it's new enough. Fixes #2064.John-Mark Bell2014-02-061-7/+32
* Just use corestring refs.Michael Drake2014-01-241-10/+3
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-2/+2
* Enable TLS 1.2 support again.John-Mark Bell2014-01-191-5/+3
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-1/+2
* Remove logging now that file upload *seems* to workDaniel Silverstone2014-01-041-1/+0