summaryrefslogtreecommitdiff
path: root/content/fetchers/file.c
Commit message (Expand)AuthorAgeFilesLines
* move options includeVincent Sanders2013-05-281-1/+1
* Downgrade TLS version support if it turns out the server can't cope with TLSv...John-Mark Bell2013-01-041-0/+1
* Use nsurl_parent.Michael Drake2012-10-061-9/+10
* Avoid trying to mmap zero-length files.John-Mark Bell2012-09-191-11/+12
* alter file fetcher to use mmap where availableVincent Sanders2012-08-131-19/+100
* fix windows build format specifiersVincent Sanders2012-08-121-2/+2
* return;John Mark Bell2011-11-271-0/+6
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-081-46/+54
* Convert fetchers to nsurl.Michael Drake2011-09-291-13/+8
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-261-4/+13
* Cope with zero-length filesJohn Mark Bell2011-09-081-3/+2
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-231-4/+5
* add about: fetcher Vincent Sanders2011-02-151-0/+642