summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r12412, the doi: URI scheme hasn't been kept around it seems, even ACM...François Revel2011-05-162-245/+0
* Add a redirecting fetcher for the doi: URI scheme. Not much used but just in ...François Revel2011-05-152-0/+245
* Add an about:logo redirect to resource:netsurf.png.François Revel2011-05-141-0/+13
* Various changes to about: content markup. Added me to LibNSFB bit.Michael Drake2011-03-181-18/+22
* Fix comment.Michael Drake2011-03-171-1/+1
* set hidden flag for more about: pagesVincent Sanders2011-03-171-6/+6
* Less bloated "license" spelling handler.Michael Drake2011-03-171-12/+1
* Retabify about.c since I had previously moosed itDaniel Silverstone2011-03-171-39/+39
* Skip duplicates on about:about.Michael Drake2011-03-171-8/+14
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-172-2/+2
* implement about:aboutVincent Sanders2011-03-171-2/+77
* Improve options outputVincent Sanders2011-03-171-10/+7
* make resource header documentation more explicitVincent Sanders2011-03-171-3/+18
* Add about:license --> about:licence redirect.Michael Drake2011-03-161-0/+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
* Add hostname and pathDaniel Silverstone2011-03-131-0/+8
* Slightly better out-of-svn build infoDaniel Silverstone2011-03-131-0/+2
* Initial testament functionalityDaniel Silverstone2011-03-131-0/+84
* Instead of deleting the early scheduled poll, simply always add another poll ...Daniel Silverstone2011-03-121-2/+4
* Make about:config a bit nicer, if resource: is implemented on your front end.Michael Drake2011-03-121-6/+20
* fix about:licence Vincent Sanders2011-03-121-0/+13
* 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
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-234-22/+32
* add resource handlingVincent Sanders2011-02-233-40/+319
* Squash warningsJohn Mark Bell2011-02-201-2/+2
* Add module namespace to options_snoptionf()Michael Drake2011-02-201-2/+3
* add options display to about: schemeVincent Sanders2011-02-201-0/+116
* add about: fetcher Vincent Sanders2011-02-158-3/+346
* Revert r10650/1. We no longer require noisy fetch/cache logging.John Mark Bell2011-01-061-5/+2
* Use ETag to validate file: URLs, returning 304 if there's no change.John Mark Bell2010-09-151-25/+37
* Purge last vestiges of file: cruft from curl bindingJohn Mark Bell2010-09-151-17/+0
* Improve error reporting, and reflow to 80 columns.John Mark Bell2010-09-131-35/+67
* Ensure the file that is read for info is in the platform's native path format...Chris Young2010-09-121-9/+12
* hell with it, heres a version which should result in fewer portability compla...Vincent Sanders2010-09-111-49/+27
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-093-59/+650
* Don't suppress curl debug output, eitherJohn Mark Bell2010-07-171-2/+5
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+0
* Purge spurious filetype computationJohn Mark Bell2010-04-181-1/+0
* Fix mismatched free callJohn Mark Bell2010-04-171-1/+1
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-3/+2
* Improve const-correctness of fetch_startJohn Mark Bell2010-04-102-5/+5
* Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llca...Daniel Silverstone2010-04-081-2/+2
* Fix fetch_curl_post_convert() for filename_from_path() returning NULL.Michael Drake2010-04-071-0/+3
* rationalise the usage of the file schemeVincent Sanders2010-03-311-4/+5
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-282-67/+75