summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Expand)AuthorAgeFilesLines
* Curl fetcher: Force HTTP1.1 to fix HTTP2 crash.Michael Drake2019-05-061-0/+4
* data url handler: drop logging to DEEPDEBUG.Michael Drake2019-05-051-1/+1
* data url handler: Keep nsurl to avoid copy.Michael Drake2019-05-051-15/+8
* data url handling: avoid needless allocation / copy.Michael Drake2019-05-051-11/+2
* data URL handler: constify some string pointers.Michael Drake2019-05-051-2/+2
* 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-063-39/+64
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-213-0/+3
* Fix OpenSSL X509 cert API detectionVincent Sanders2016-11-211-2/+4
* fix openSSL 1.1.0 X509 certificate handlingVincent Sanders2016-11-201-9/+23
* fix unecessary base64 header includeVincent Sanders2016-11-191-1/+1
* Remove internal BASE64 in favour of nsutils' oneDaniel Silverstone2016-11-191-3/+6
* document file fetcher being locale dependantVincent Sanders2016-09-101-1/+5
* Buildsystem: Make curl/openssl usage build-time options.Michael Drake2016-08-131-2/+4
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-3/+2
* Data URL handling: Use url_unescape rather than curl.Michael Drake2016-07-241-13/+10
* Whitespace: Convert spaces to tab for indent.Michael Drake2016-07-241-3/+3
* 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
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-1/+1
* Update content to split public and internal APIVincent Sanders2016-06-061-1/+0
* move fetch header into public APIVincent Sanders2016-05-303-3/+3
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
* remove all core usage of warn_user APIVincent Sanders2016-04-261-1/+2
* need strings.h for strncasecmp on freebsdVincent Sanders2016-04-212-0/+2
* Split utils header into string functions and everything elseVincent Sanders2016-04-215-63/+25
* remove curl fetchers use of the wallclock APIVincent Sanders2016-04-191-13/+15
* move dir_sort_alpha function from generic utils to one specific place it is usedVincent Sanders2016-04-191-0/+43
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-193-4/+3
* Reduce unecessary use of networking headersVincent Sanders2016-04-171-1/+2
* Fix size_t printf formattingVincent Sanders2016-03-173-18/+30
* 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
* Allow the resource scheme to provide data directly.Vincent Sanders2015-06-171-48/+151
* Change LOG() macro to be varadicVincent Sanders2015-05-282-39/+31
* Move win32 window operations into their own moduleVincent Sanders2015-03-121-1/+2
* Fix my spelling of teh everywhereVincent Sanders2014-11-181-1/+1
* Improve data scheme fetcher allocationVincent Sanders2014-11-171-10/+8
* Remove unecessary form debugVincent Sanders2014-11-151-1/+1
* Doxygen cleanupsVincent Sanders2014-11-091-3/+3
* Improve Doxygen documentationVincent Sanders2014-11-081-2/+7
* update fetcher registration API to return an error code.Vincent Sanders2014-10-256-528/+523
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-222-0/+18