summaryrefslogtreecommitdiff
path: root/content/fetchers/about.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-081-65/+102
* Fix "about:".Michael Drake2011-10-151-1/+2
* 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
* Convert fetchers to nsurl.Michael Drake2011-09-291-7/+10
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-261-4/+14
* 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
* implement about:aboutVincent Sanders2011-03-171-2/+77
* Improve options outputVincent Sanders2011-03-171-10/+7
* Add about:license --> about:licence redirect.Michael Drake2011-03-161-0/+12
* 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
* 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
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-231-4/+5
* add resource handlingVincent Sanders2011-02-231-40/+4
* 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-151-0/+315