summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve content encoding information APIVincent Sanders2014-11-078-33/+28
* add missing content header to windows guiVincent Sanders2014-11-061-0/+1
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-0611-16/+80
* move themse install to its own headerVincent Sanders2014-11-065-14/+42
* Add gource visualisation generation scriptVincent Sanders2014-11-061-0/+72
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-059-16/+40
* Remove April 1st layout shuffling.Michael Drake2014-11-051-21/+4
* fix dumb mistake in missing a close bracket.Vincent Sanders2014-11-041-1/+1
* ensure gtk thumbnail content has a minimum render width. (fix coverity 1109861)Vincent Sanders2014-11-041-3/+4
* check stat return value (fixes coverity 1109842)Vincent Sanders2014-11-041-2/+2
* change logic to check for false instead of not true to fix coverity 1250328Vincent Sanders2014-11-042-5/+5
* Don't crash if download dir not setChris Young2014-11-041-1/+2
* Fix stupid nsurl struct mistake for amiga.Vincent Sanders2014-11-031-1/+2
* reference nsurl as a struct properlyVincent Sanders2014-11-031-1/+1
* replace save_link operation table entry usage of textural url with nsurlVincent Sanders2014-11-038-21/+21
* fix risc os nsurl structure declarationVincent Sanders2014-11-021-1/+2
* fix errors in change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-024-3/+6
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-0214-32/+37
* fix errors introuced with previous header cleanup.Vincent Sanders2014-11-026-7/+18
* remove unecessary utils/types.hVincent Sanders2014-11-0235-112/+85
* fix typo in cocoa frontend context cleanupVincent Sanders2014-11-021-1/+1
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-0214-194/+190
* Do not attempt to convert an empty url on RISC OS menu clickVincent Sanders2014-11-011-2/+4
* restructure urldb sourceVincent Sanders2014-11-012-2486/+2530
* Remove old URL header includes.Michael Drake2014-10-312-2/+0
* Don't need old URL header.Michael Drake2014-10-312-2/+0
* Remove useless includes of utils/url.hMichael Drake2014-10-313-3/+0
* Don't need the old url header.Michael Drake2014-10-312-2/+0
* Move host_is_ip_address into urldb, as that's the only thing that cares.Michael Drake2014-10-313-105/+100
* remove unused url_init functionVincent Sanders2014-10-314-40/+0
* use nsurl_nice and remove url_niceVincent Sanders2014-10-3110-178/+76
* remove more user warning calls and replace with error returnsVincent Sanders2014-10-301-37/+35
* make global history treeview callback return errorVincent Sanders2014-10-302-12/+11
* Remove unused variable.Michael Drake2014-10-301-1/+0
* Add some nsurl_nice tests.Michael Drake2014-10-301-0/+94
* Add a nsurl_nice, which can replace url_nice.Michael Drake2014-10-302-0/+117
* Add a lwc corestring for "/".Michael Drake2014-10-302-0/+10
* make local history navigation return errorsVincent Sanders2014-10-302-123/+145
* Change min stack (again) to 128KChris Young2014-10-301-1/+1
* update nsurl file header to contain references to the specifications it imple...Vincent Sanders2014-10-291-2/+8
* make history update return error code.Vincent Sanders2014-10-292-15/+19
* make adding a history entry return an error code.Vincent Sanders2014-10-293-24/+23
* Ensure browser window creation returns errors from common initialisation.Vincent Sanders2014-10-292-6/+10
* fix beos url setting function to return error codeVincent Sanders2014-10-291-8/+11
* add missing include to amiga historyVincent Sanders2014-10-291-0/+1
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-2916-56/+76
* If the initial download dir is changed, update requesters immediately to use ...Chris Young2014-10-281-1/+5
* fix amiga pdf save includeVincent Sanders2014-10-273-7/+3
* Clean up saving as PDFVincent Sanders2014-10-2618-188/+201
* Move scroller check into update_extent, where it makes more senseChris Young2014-10-261-1/+2