summaryrefslogtreecommitdiff
path: root/content/fetchers/curl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a bunch of logging to try and help track down the issue with rawfile hand...Daniel Silverstone2014-01-041-0/+1
* In theory, store raw filenames and pass them through for file upload. Untest...Daniel Silverstone2014-01-041-1/+1
* Clean up cached fetch handles.Michael Drake2013-10-241-0/+2
* Fix Coverity #1109871.Michael Drake2013-10-231-1/+2
* only set no proxy value in modern enough versions of teh libraryVincent Sanders2013-06-041-0/+3
* Add and use no proxy list optionVincent Sanders2013-06-041-0/+5
* move options includeVincent Sanders2013-05-281-1/+1
* Downgrade TLS version support if it turns out the server can't cope with TLSv...John-Mark Bell2013-01-041-9/+28
* Rough implementation of httponly cookie supportDaniel Silverstone2012-11-091-1/+1
* Only disable TLS1.2 if it can be disabled.John-Mark Bell2012-11-041-0/+2
* Disable TLS1.2 support.John-Mark Bell2012-11-041-0/+2
* Disable SSL session ID caching.John-Mark Bell2012-11-041-0/+3