summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)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
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-15/+0
* 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
* 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 imple...Vincent Sanders2014-10-291-2/+8
* Clean up saving as PDFVincent Sanders2014-10-261-1/+0
* remove the die API from the core.Vincent Sanders2014-10-261-1/+0
* 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
* Update the core to use the split operations table headersVincent Sanders2014-10-162-4/+5
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+1
* 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
* 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
* Make chris' work compile without warning and not infinite-loop where I spotte...Daniel Silverstone2014-06-043-12/+13
* Normalise intermediary UCS-4 string when verifying ACE labelsChris Young2014-06-041-0/+8
* IDNA2008 support.Chris Young2014-06-044-6/+697