summaryrefslogtreecommitdiff
path: root/content/fetchers/curl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle case where configured curl handle cache limit is 0John Mark Bell2011-05-161-6/+12
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-0/+1
* Instead of deleting the early scheduled poll, simply always add another poll ...Daniel Silverstone2011-03-121-2/+4
* I hate this, but it helps to prevent stalling during early fetch stages with ...Daniel Silverstone2011-03-121-2/+12
* Stop pretending to support anything other than HTTP(s)John Mark Bell2011-03-121-2/+4
* Fix WWW-Authenticate parsing to leave f->realm alone if there is no realm spe...John Mark Bell2011-02-251-15/+13
* add about: fetcher Vincent Sanders2011-02-151-0/+1266