summaryrefslogtreecommitdiff
path: root/content/fetchers/data.c
Commit message (Collapse)AuthorAgeFilesLines
* move options includeVincent Sanders2013-05-281-1/+1
|
* Downgrade TLS version support if it turns out the server can't cope with ↵John-Mark Bell2013-01-041-1/+1
| | | | TLSv1.1.
* fix windows build format specifiersVincent Sanders2012-08-121-1/+1
| | | | add install target for windows - creates installer rather than actually installing
* limit url debug output to 140 charactersVincent Sanders2012-07-031-1/+1
|
* return;John Mark Bell2011-11-271-0/+6
| | | | | | Fix bug #3442642: allow scheme-specific fetchers to have a say in whether an URL can be fetched. svn path=/trunk/netsurf/; revision=13182
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-081-30/+41
| | | | svn path=/trunk/netsurf/; revision=13137
* Use malloc, memcpy instead of strdup since we have the length.Michael Drake2011-10-081-2/+3
| | | | svn path=/trunk/netsurf/; revision=13006
* Convert fetchers to nsurl.Michael Drake2011-09-291-2/+3
| | | | svn path=/trunk/netsurf/; revision=12910
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-261-6/+15
| | | | svn path=/trunk/netsurf/; revision=12891
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-231-10/+17
| | | | svn path=/trunk/netsurf/; revision=11775
* add about: fetcher Vincent Sanders2011-02-151-0/+310
rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692