summaryrefslogtreecommitdiff
path: root/content/fetchers/curl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Enable verbose curl debug"John-Mark Bell2012-11-041-4/+1
* Enable verbose curl debugJohn-Mark Bell2012-11-041-1/+4
* Revert "Suppress BEAST workaround."John-Mark Bell2012-11-041-3/+0
* Suppress BEAST workaround.John-Mark Bell2012-11-041-0/+3
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-111-1/+1
|\
| * Fix bug #3576005: partial file means finished, not error.John-Mark Bell2012-10-101-1/+1
* | Port to new urldb.Michael Drake2012-10-081-3/+3
|/
* Remove unused #include.Michael Drake2012-10-051-1/+0
* Add support for sending DoNotTrack header.Chris Young2012-05-201-0/+4
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-27/+31
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-271-1/+1
* return;John Mark Bell2011-11-271-0/+6
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-081-41/+42
* Hack around curl complaining about junk gzip streamsJohn Mark Bell2011-11-051-2/+10
* Fix handling of URLs without an authorityJohn Mark Bell2011-10-141-17/+21
* prevent odd curl non completion behaviourVincent Sanders2011-10-091-2/+12
* Store host as lwc_string in curl fetcher and obtain it via nsurl. Clean up c...Michael Drake2011-10-011-29/+25
* Keep url as nsurl.Michael Drake2011-10-011-15/+14
* Convert nsurl to string for log.Michael Drake2011-10-011-1/+1
* Convert fetchers to nsurl.Michael Drake2011-09-291-4/+4
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-261-19/+36
* Less broken WWW-Authenticate header parserJohn Mark Bell2011-06-291-12/+12
* Log CA optionsJohn Mark Bell2011-05-191-2/+6