summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Expand)AuthorAgeFilesLines
* 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-122-3/+3
* Add about:welcome handler and enable resource:welcome.html.Michael Drake2012-07-212-2/+21
* limit url debug output to 140 charactersVincent Sanders2012-07-031-1/+1
* Testament generation now supports gitDaniel Silverstone2012-06-041-8/+13
* Add support for sending DoNotTrack header.Chris Young2012-05-201-0/+4
* Remove image cache status from user-facing listing.Michael Drake2012-04-131-12/+22
* More work on about:imagecache entry listing table.Michael Drake2012-04-121-21/+22
* Close paragraph tags and other minor imagecache page cleanups.Michael Drake2012-04-121-11/+13
* Make more readable and fix use double quotes for href attribute value.Michael Drake2012-04-121-3/+13
* Fix typo and unhide imagecache from about:aboutChris Young2012-04-071-1/+1
* about:imagecache gives URL links, and table is styled. This has revealed a b...Rob Kendrick2012-03-251-4/+5
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-222-29/+33
* Enable User CSS file.Michael Drake2012-03-061-0/+1
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-271-1/+1
* return;John Mark Bell2011-11-275-0/+30
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-085-195/+259
* Hack around curl complaining about junk gzip streamsJohn Mark Bell2011-11-051-2/+10
* Fix "about:".Michael Drake2011-10-151-1/+2
* Fix handling of URLs without an authorityJohn Mark Bell2011-10-141-17/+21
* fix image cache summary information to properly use a format stringVincent Sanders2011-10-121-2/+22
* fix possible buffer overflowVincent Sanders2011-10-111-0/+6
* If the about handler fails to intern its strings, return the error, cleaning ...Daniel Silverstone2011-10-111-0/+6
* add about:imagecache some of teh implementation needs cleaning upVincent Sanders2011-10-101-1/+86
* make about fetcher use lwc_strings for url lookupsVincent Sanders2011-10-101-13/+32
* 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