summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Expand)AuthorAgeFilesLines
* Dirty special casing of Windows, to handle mingw dirent.h's lack of scandir a...Michael Drake2013-11-111-2/+20
* Sort directory contents.Michael Drake2013-11-101-6/+14
* Visual indication of hotlist's folder for unsorted entries, with special icon.Michael Drake2013-11-081-0/+1
* Clean up cached fetch handles.Michael Drake2013-10-241-0/+2
* Fix Coverity #1109871.Michael Drake2013-10-231-1/+2
* Add arrow image to resource icons.Michael Drake2013-08-121-0/+1
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-051-0/+8
|\
| * only set no proxy value in modern enough versions of teh libraryVincent Sanders2013-06-041-0/+3
| * Add and use no proxy list optionVincent Sanders2013-06-041-0/+5
* | Add icons to resource space.Michael Drake2013-05-311-1/+4
|/
* add provenance to about:configVincent Sanders2013-05-281-2/+2
* move option init out of netsurf_initVincent Sanders2013-05-281-3/+4
* move options includeVincent Sanders2013-05-285-5/+5
* split sources lists out to their subdirectories as first step towards using c...Vincent Sanders2013-03-111-0/+8
* Downgrade TLS version support if it turns out the server can't cope with TLSv...John-Mark Bell2013-01-045-10/+32
* Rough implementation of httponly cookie supportDaniel Silverstone2012-11-091-1/+1
* Only disable TLS1.2 if it can be disabled.John-Mark Bell2012-11-041-0/+2
* Disable TLS1.2 support.John-Mark Bell2012-11-041-0/+2
* Disable SSL session ID caching.John-Mark Bell2012-11-041-0/+3
* Revert "Enable verbose curl debug"John-Mark Bell2012-11-041-4/+1
* Enable verbose curl debugJohn-Mark Bell2012-11-041-1/+4
* Revert "Suppress BEAST workaround."John-Mark Bell2012-11-041-3/+0
* Suppress BEAST workaround.John-Mark Bell2012-11-041-0/+3
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-111-1/+1
|\
| * Fix bug #3576005: partial file means finished, not error.John-Mark Bell2012-10-101-1/+1
* | Port to new urldb.Michael Drake2012-10-081-3/+3
|/
* If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version st...Daniel Silverstone2012-10-061-0/+3
* Use nsurl_parent.Michael Drake2012-10-061-9/+10
* Remove unused #include.Michael Drake2012-10-051-1/+0
* 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