summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Expand)AuthorAgeFilesLines
* fix typo in certificate openssl compatabilityVincent Sanders2020-05-171-1/+1
* add openssl compatability to certificate decodeVincent Sanders2020-05-171-12/+91
* make about handler ssenddataf cope with longer dataVincent Sanders2020-05-161-2/+24
* improve certificate viewerVincent Sanders2020-05-161-77/+593
* curl: Pass cert chain on even if we get no headersDaniel Silverstone2020-05-041-0/+4
* About pages: Update presentation using nscolour.Michael Drake2020-04-071-100/+95
* about fetcher: Add about:nscolour.css generated colour stylesheet.Michael Drake2020-04-071-0/+46
* about: Add handling for unknown about: pageDaniel Silverstone2020-03-221-2/+28
* Internal content: Restyle certificate viewer page.Michael Drake2020-02-241-7/+43
* about scheme certificate viewer initial implementationVincent Sanders2020-02-241-1/+279
* Curl fetcher: Guard against read of uninitialised value.Michael Drake2020-02-241-0/+3
* Curl fetcher: Squash coverity warning.Michael Drake2020-02-241-3/+2
* fetchers: Rework the about, data, file, and resource fetcher poll loopDaniel Silverstone2020-02-244-123/+50
* About fetches resources: Drop maps resource.Michael Drake2020-02-242-30/+0
* fetchers: Apply cleaner ring handling mechanic to other fetchersDaniel Silverstone2020-02-243-3/+48
* about: Correct handling of ring in fetch_about_pollDaniel Silverstone2020-02-241-1/+16
* curl: Implement SSL chain cache in cURL fetcherDaniel Silverstone2020-02-231-8/+150
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-231-120/+57
* fetch_curl_report_certs_upstream: Use new SSL_CERT_ERR_CERT_MISSINGDaniel Silverstone2019-12-031-1/+5
* fetch_curl_verify_callback: Do depth update after checkDaniel Silverstone2019-12-031-5/+5
* Data fetcher: Include stdarg.h header.Michael Drake2019-11-121-0/+1
* Data fetcher: Squash BSD warning.Michael Drake2019-11-111-4/+3
* File fetcher: Optimise HTTP header generation.Michael Drake2019-11-101-6/+8
* Resource fetcher: Optimise HTTP header generation.Michael Drake2019-11-101-6/+8
* Resource fetcher: Add Cache-Control header with max-age of a year.Michael Drake2019-11-101-0/+5
* Data fetcher: Add Cache-Control header with max-age of a year.Michael Drake2019-11-101-0/+6
* 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