summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert fetchers to nsurl.Michael Drake2011-09-295-29/+28
| | | | svn path=/trunk/netsurf/; revision=12910
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-265-37/+92
| | | | svn path=/trunk/netsurf/; revision=12891
* Cope with zero-length filesJohn Mark Bell2011-09-081-3/+2
| | | | svn path=/trunk/netsurf/; revision=12777
* Less broken WWW-Authenticate header parserJohn Mark Bell2011-06-291-12/+12
| | | | svn path=/trunk/netsurf/; revision=12542
* Log CA optionsJohn Mark Bell2011-05-191-2/+6
| | | | svn path=/trunk/netsurf/; revision=12436
* Handle case where configured curl handle cache limit is 0John Mark Bell2011-05-161-6/+12
| | | | svn path=/trunk/netsurf/; revision=12420
* Revert r12412, the doi: URI scheme hasn't been kept around it seems, even ↵François Revel2011-05-162-245/+0
| | | | | | ACM doesn't use it. And kyllikki was jumping on his seat anyway... It's still in the svn history if needed. I have some stuff for view-source: and man: but I'm not use they would be appreciated either :-D svn path=/trunk/netsurf/; revision=12414
* Add a redirecting fetcher for the doi: URI scheme. Not much used but just in ↵François Revel2011-05-152-0/+245
| | | | | | case... svn path=/trunk/netsurf/; revision=12412
* Add an about:logo redirect to resource:netsurf.png.François Revel2011-05-141-0/+13
| | | | svn path=/trunk/netsurf/; revision=12407
* Various changes to about: content markup. Added me to LibNSFB bit.Michael Drake2011-03-181-18/+22
| | | | svn path=/trunk/netsurf/; revision=12105
* Fix comment.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12094
* set hidden flag for more about: pagesVincent Sanders2011-03-171-6/+6
| | | | svn path=/trunk/netsurf/; revision=12093
* Less bloated "license" spelling handler.Michael Drake2011-03-171-12/+1
| | | | svn path=/trunk/netsurf/; revision=12092
* Retabify about.c since I had previously moosed itDaniel Silverstone2011-03-171-39/+39
| | | | svn path=/trunk/netsurf/; revision=12091
* Skip duplicates on about:about.Michael Drake2011-03-171-8/+14
| | | | svn path=/trunk/netsurf/; revision=12090
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-172-2/+2
| | | | svn path=/trunk/netsurf/; revision=12089
* implement about:aboutVincent Sanders2011-03-171-2/+77
| | | | svn path=/trunk/netsurf/; revision=12085
* Improve options outputVincent Sanders2011-03-171-10/+7
| | | | | | improve options:config styling svn path=/trunk/netsurf/; revision=12084
* make resource header documentation more explicitVincent Sanders2011-03-171-3/+18
| | | | svn path=/trunk/netsurf/; revision=12083
* Add about:license --> about:licence redirect.Michael Drake2011-03-161-0/+12
| | | | svn path=/trunk/netsurf/; revision=12076
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-0/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Add hostname and pathDaniel Silverstone2011-03-131-0/+8
| | | | svn path=/trunk/netsurf/; revision=12023
* Slightly better out-of-svn build infoDaniel Silverstone2011-03-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=12022
* Initial testament functionalityDaniel Silverstone2011-03-131-0/+84
| | | | svn path=/trunk/netsurf/; revision=12020
* Instead of deleting the early scheduled poll, simply always add another poll ↵Daniel Silverstone2011-03-121-2/+4
| | | | | | if cURL thinks there might be work to do later svn path=/trunk/netsurf/; revision=12003
* Make about:config a bit nicer, if resource: is implemented on your front end.Michael Drake2011-03-121-6/+20
| | | | svn path=/trunk/netsurf/; revision=11999
* fix about:licence Vincent Sanders2011-03-121-0/+13
| | | | svn path=/trunk/netsurf/; revision=11996
* I hate this, but it helps to prevent stalling during early fetch stages with ↵Daniel Silverstone2011-03-121-2/+12
| | | | | | curl svn path=/trunk/netsurf/; revision=11986
* Stop pretending to support anything other than HTTP(s)John Mark Bell2011-03-121-2/+4
| | | | svn path=/trunk/netsurf/; revision=11966
* Fix WWW-Authenticate parsing to leave f->realm alone if there is no realm ↵John Mark Bell2011-02-251-15/+13
| | | | | | specified in the header svn path=/trunk/netsurf/; revision=11793
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-234-22/+32
| | | | svn path=/trunk/netsurf/; revision=11775
* add resource handlingVincent Sanders2011-02-233-40/+319
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Squash warningsJohn Mark Bell2011-02-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=11745
* Add module namespace to options_snoptionf()Michael Drake2011-02-201-2/+3
| | | | svn path=/trunk/netsurf/; revision=11739
* add options display to about: schemeVincent Sanders2011-02-201-0/+116
| | | | svn path=/trunk/netsurf/; revision=11733
* add about: fetcher Vincent Sanders2011-02-158-3/+346
| | | | | | rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692
* Revert r10650/1. We no longer require noisy fetch/cache logging.John Mark Bell2011-01-061-5/+2
| | | | svn path=/trunk/netsurf/; revision=11223
* Use ETag to validate file: URLs, returning 304 if there's no change.John Mark Bell2010-09-151-25/+37
| | | | | | | | Force directories to be uncacheable. Don't emit a Last-Modified header for files, as it may result in a cached object being considered fresh (c.f. RFC2616 $13.2.3/4) Fix leak of file descriptor on failure to allocate buffer. svn path=/trunk/netsurf/; revision=10782
* Purge last vestiges of file: cruft from curl bindingJohn Mark Bell2010-09-151-17/+0
| | | | svn path=/trunk/netsurf/; revision=10781
* Improve error reporting, and reflow to 80 columns.John Mark Bell2010-09-131-35/+67
| | | | svn path=/trunk/netsurf/; revision=10768
* Ensure the file that is read for info is in the platform's native path ↵Chris Young2010-09-121-9/+12
| | | | | | | | format, whilst the path used for any links is in the correct URL format. svn path=/trunk/netsurf/; revision=10761
* hell with it, heres a version which should result in fewer portability ↵Vincent Sanders2010-09-111-49/+27
| | | | | | complaints svn path=/trunk/netsurf/; revision=10756
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-093-59/+650
| | | | | | r=jmb svn path=/trunk/netsurf/; revision=10750
* Don't suppress curl debug output, eitherJohn Mark Bell2010-07-171-2/+5
| | | | svn path=/trunk/netsurf/; revision=10651
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+0
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* Purge spurious filetype computationJohn Mark Bell2010-04-181-1/+0
| | | | svn path=/trunk/netsurf/; revision=10431
* Fix mismatched free callJohn Mark Bell2010-04-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=10420
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-3/+2
| | | | svn path=/trunk/netsurf/; revision=10419
* Improve const-correctness of fetch_startJohn Mark Bell2010-04-102-5/+5
| | | | svn path=/trunk/netsurf/; revision=10342