summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Expand)AuthorAgeFilesLines
* Data fetcher: Split header emitting out into helper.Michael Drake2019-11-101-15/+26
* Data fetcher: Move fetch_data_send_callback towards top of file.Michael Drake2019-11-101-8/+8
* File fetcher: Avoid atoi for If-None-Match value parse.Michael Drake2019-11-091-12/+21
* Resource fetcher: Fix ETag handling.Michael Drake2019-11-091-10/+19
* remove user warnings from hotlist load and curl pollVincent Sanders2019-11-051-2/+2
* move the fallback text for about handler into messages handlerVincent Sanders2019-10-301-88/+38
* add internal query handler for fetch errorsVincent Sanders2019-10-301-0/+136
* add internal query page for request timeoutsVincent Sanders2019-10-291-6/+147
* fetchers/curl: Restrict AUTH to BASICDaniel Silverstone2019-10-211-1/+1
* Use curl API (versions after 7.56.0) to determine if openssl is in useVincent Sanders2019-10-011-4/+23
* Allow the curl fetcher to be built without openssl.Vincent Sanders2019-09-301-30/+61
* SSL Error: Enable OpenSSL hostname verificationDaniel Silverstone2019-08-141-16/+19
* add English message text for ssl errorsVincent Sanders2019-08-101-1/+1
* add common name ssl certificate errorVincent Sanders2019-08-101-3/+16
* About: Tweak the new about query page renderng.Michael Drake2019-08-091-5/+5
* rework about scheme handlers to be consistant with output buffer handlingVincent Sanders2019-08-081-176/+234
* apply tlsa styling improvements to about scheme query pagesVincent Sanders2019-08-071-10/+20
* add basic styling to about scheme privacy query pageVincent Sanders2019-08-071-53/+86
* Improve the about scheme query page generation be be bounds safeVincent Sanders2019-08-061-53/+143
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-061-0/+43
* futher refinement on about scheme query stylingVincent Sanders2019-08-061-1/+1
* improve css formatting in about scheme query handlersVincent Sanders2019-08-061-3/+4
* fix url reference counting in about scheme query handlersVincent Sanders2019-08-061-0/+9
* add about scheme query handlersVincent Sanders2019-08-061-1/+334
* Improve about scheme doc comments and formattingVincent Sanders2019-08-051-45/+122
* 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
* 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