summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen fixesVincent Sanders2014-11-091-6/+9
|
* Improve Doxygen documentationVincent Sanders2014-11-081-1/+1
|
* Fix several doxygen issuesVincent Sanders2014-11-083-7/+8
|
* fix dumb mistake in missing a close bracket.Vincent Sanders2014-11-041-1/+1
|
* change logic to check for false instead of not true to fix coverity 1250328Vincent Sanders2014-11-042-5/+5
|
* remove unecessary utils/types.hVincent Sanders2014-11-022-53/+6
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-15/+0
| | | | | | | | | | | | | Update the API which allows frontends to acquire the page features (images, link urls or form elements) present at the given coordinates within a browser window. By making this an explicit browser_window API and using the browser.h header for the associated data structure with a more appropriate API naming the usage is much more obvious and contained. Additionally the link url is now passed around as a nsurl stopping it being converted from nsurl to text and back again several times.
* Move host_is_ip_address into urldb, as that's the only thing that cares.Michael Drake2014-10-312-98/+0
|
* remove unused url_init functionVincent Sanders2014-10-312-37/+0
|
* use nsurl_nice and remove url_niceVincent Sanders2014-10-312-113/+0
| | | | | change all callers over to using new API for generating nice filenames from a url and remove the old API.
* Remove unused variable.Michael Drake2014-10-301-1/+0
|
* 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
|
* update nsurl file header to contain references to the specifications it ↵Vincent Sanders2014-10-291-2/+8
| | | | implements
* Clean up saving as PDFVincent Sanders2014-10-261-1/+0
| | | | | | | | | | | | This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher.
* remove the die API from the core.Vincent Sanders2014-10-261-1/+0
| | | | | | | | The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends
* Remove unused url_components stuff.Michael Drake2014-10-262-151/+0
|
* Remove unused url_path function.Michael Drake2014-10-262-33/+0
|
* Remove unused url_scheme function.Michael Drake2014-10-262-35/+0
|
* make regex wrapper return errors instead of just abortingVincent Sanders2014-10-254-8/+17
|
* fix doc commentsVincent Sanders2014-10-251-20/+20
|
* Improve the message loading API to return error codes.Vincent Sanders2014-10-252-84/+85
| | | | | | | Returning an error instead of simply calling die allows more robust error handling. Secondly initialisation may continue even if the messages have not been loaded which is more friendly than simply dropping dead with no communication to the user.
* Update the core to use the split operations table headersVincent Sanders2014-10-162-4/+5
| | | | Second in the series to decouple the core API usage from the frontends.
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+1
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* Trivial sepelling, documentation and whitespace cleanupsVincent Sanders2014-10-101-1/+1
|
* Stop the Amiga build complaining about redefined strndupChris Young2014-09-201-1/+1
|
* Fix test rig leak. (cppcheck)Michael Drake2014-09-061-1/+2
|
* Handle realloc failure.Michael Drake2014-09-051-1/+7
|
* we build for haiku not beosVincent Sanders2014-09-051-1/+1
|
* fix output target nameVincent Sanders2014-09-051-1/+1
|
* update jenkins build script for use with beosVincent Sanders2014-09-051-0/+17
|
* add incomplete scheme fetcher for javascript urlsVincent Sanders2014-08-252-0/+4
|
* remove old svn scriptVincent Sanders2014-08-171-64/+0
|
* extend gtk viewdata to open files in an editor using the freedesktop default ↵Vincent Sanders2014-08-161-1/+1
| | | | app specification
* mailto urls don't have passwords or ports, so we don't need to look for ':'.Michael Drake2014-08-041-2/+4
|
* Add debug.Michael Drake2014-08-041-0/+16
|
* fix DOM tree dump debugVincent Sanders2014-08-043-3/+204
|
* add link context menu to gtk and add link copying and bookmarkingVincent Sanders2014-07-071-1/+5
|
* documentation fixes and cleanupsVincent Sanders2014-07-021-1/+1
|
* fix fetchers include on windowsVincent Sanders2014-07-011-0/+3
|
* stop idna (en/de)code asploding when the passed host begins with a .Vincent Sanders2014-06-101-3/+19
|
* Fix memory leak on errorChris Young2014-06-101-0/+2
|
* fix memory leaks in error paths. (coverity 1220852 and 1220851)Vincent Sanders2014-06-101-71/+154
|
* Put ultra-verbose logging inside NSURL_DEBUG #ifdef.Michael Drake2014-06-091-1/+3
|
* fallback to old url creation behaviour if the IDNA host parse failsVincent Sanders2014-06-091-22/+59
|
* fix disc cache size option to be unsignedVincent Sanders2014-06-091-0/+3
|
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-054-65/+89
| | | | enable fs backing store for RISC OS.
* Make chris' work compile without warning and not infinite-loop where I ↵Daniel Silverstone2014-06-043-12/+13
| | | | spotted it
* Normalise intermediary UCS-4 string when verifying ACE labelsChris Young2014-06-041-0/+8
|
* IDNA2008 support.Chris Young2014-06-044-6/+697
|