summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Expand)AuthorAgeFilesLines
* - introduction of SLEN()John Tytgat2008-05-251-1/+1
* No longer suppress the default Accept: header.John Mark Bell2008-05-241-1/+0
* Remove unnecessary includesJohn Mark Bell2008-05-111-3/+0
* Squash warningJohn Mark Bell2008-03-191-1/+1
* jmb's rework of data: URL handlingRob Kendrick2008-03-061-36/+78
* Add another check for malformed data: URLsRob Kendrick2008-03-051-1/+10
* Many data: fixes. Acid2 no longer crashes NetSurf.Rob Kendrick2008-03-051-44/+84
* Check for calloc() failingRob Kendrick2008-03-051-0/+3
* Use curl_free() when freeing data: URLs that are URL-encoded instead of using...Rob Kendrick2008-03-051-1/+4
* Initial attempt at implementing data: URLs. Needs cleaning and verifying tha...Rob Kendrick2008-03-052-0/+239
* Make core fetching code handle verifiability of transactionsJohn Mark Bell2008-01-301-22/+3
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-082-7/+28
* Ensure option strings aren't blank before setting headers: previously, a blan...John Mark Bell2007-07-211-2/+2
* Fix deadlock when fetching stylesheets when max_fetchers_per_host is reached ...James Bursa2007-07-041-3/+6
* Rename register_curl_fetchers() to fetch_curl_register(). Add declarations fo...James Bursa2007-07-042-182/+225
* Add option_suppress_curl_debug and default it to trueDaniel Silverstone2007-06-271-0/+8
* Only pass option_ca_bundle and option_ca_path to cURL if they are non-empty.Daniel Silverstone2007-06-271-2/+2
* Add ca_path option which sets CURLOPT_CAPATH.Daniel Silverstone2007-06-271-0/+2
* Warning fixes.John Mark Bell2007-06-101-13/+13
* Merge scheme switcher branch in.Daniel Silverstone2007-06-102-0/+1390