summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Expand)AuthorAgeFilesLines
...
* prevent odd curl non completion behaviourVincent Sanders2011-10-091-2/+12
* Use malloc, memcpy instead of strdup since we have the length.Michael Drake2011-10-081-2/+3
* make resource fetcher cope with missing resources gracefullyVincent Sanders2011-10-071-11/+9
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-1/+1
* fix favicon default selection for non http(s) urlsVincent Sanders2011-10-071-0/+1
* Build resource: map at start timeJohn Mark Bell2011-10-051-18/+82
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-032-13/+1
* 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-295-29/+28
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-265-37/+92
* Cope with zero-length filesJohn Mark Bell2011-09-081-3/+2
* 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
* 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