summaryrefslogtreecommitdiff
path: root/content/fetchers/about.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-281-1/+1
|
* Downgrade TLS version support if it turns out the server can't cope with ↵John-Mark Bell2013-01-041-0/+1
| | | | TLSv1.1.
* If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version ↵Daniel Silverstone2012-10-061-0/+3
| | | | string and also mention it in the testament
* Add about:welcome handler and enable resource:welcome.html.Michael Drake2012-07-211-2/+20
|
* Testament generation now supports gitDaniel Silverstone2012-06-041-8/+13
| | | | svn path=/trunk/netsurf/; revision=13946
* Remove image cache status from user-facing listing.Michael Drake2012-04-131-12/+22
| | | | svn path=/trunk/netsurf/; revision=13865
* More work on about:imagecache entry listing table.Michael Drake2012-04-121-21/+22
| | | | svn path=/trunk/netsurf/; revision=13855
* Close paragraph tags and other minor imagecache page cleanups.Michael Drake2012-04-121-11/+13
| | | | svn path=/trunk/netsurf/; revision=13854
* Make more readable and fix use double quotes for href attribute value.Michael Drake2012-04-121-3/+13
| | | | svn path=/trunk/netsurf/; revision=13852
* Fix typo and unhide imagecache from about:aboutChris Young2012-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=13823
* about:imagecache gives URL links, and table is styled. This has revealed a ↵Rob Kendrick2012-03-251-4/+5
| | | | | | buffer overflow or similar here; reducing the buffer size to 1024 makes it very fragile with long URLs. svn path=/trunk/netsurf/; revision=13700
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=13548
* return;John Mark Bell2011-11-271-0/+6
| | | | | | Fix bug #3442642: allow scheme-specific fetchers to have a say in whether an URL can be fetched. svn path=/trunk/netsurf/; revision=13182
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-081-65/+102
| | | | svn path=/trunk/netsurf/; revision=13137
* Fix "about:".Michael Drake2011-10-151-1/+2
| | | | svn path=/trunk/netsurf/; revision=13054
* fix image cache summary information to properly use a format stringVincent Sanders2011-10-121-2/+22
| | | | | | | remove snprintf buffer overflow possibility fix the about:imagecache fetcher to contain the output formatting and use summary information formatting svn path=/trunk/netsurf/; revision=13039
* fix possible buffer overflowVincent Sanders2011-10-111-0/+6
| | | | svn path=/trunk/netsurf/; revision=13032
* If the about handler fails to intern its strings, return the error, cleaning ↵Daniel Silverstone2011-10-111-0/+6
| | | | | | up first svn path=/trunk/netsurf/; revision=13031
* add about:imagecache some of teh implementation needs cleaning upVincent Sanders2011-10-101-1/+86
| | | | svn path=/trunk/netsurf/; revision=13030
* make about fetcher use lwc_strings for url lookupsVincent Sanders2011-10-101-13/+32
| | | | svn path=/trunk/netsurf/; revision=13029
* Convert fetchers to nsurl.Michael Drake2011-09-291-7/+10
| | | | svn path=/trunk/netsurf/; revision=12910
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-261-4/+14
| | | | svn path=/trunk/netsurf/; revision=12891
* 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
* 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
* Add about:license --> about:licence redirect.Michael Drake2011-03-161-0/+12
| | | | svn path=/trunk/netsurf/; revision=12076
* 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
* 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
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-231-4/+5
| | | | svn path=/trunk/netsurf/; revision=11775
* add resource handlingVincent Sanders2011-02-231-40/+4
| | | | | | 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-151-0/+315
rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692