summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Import Punycode reference implementation.Chris Young2014-06-042-0/+447
|
* Import a local modified version of utf8proc for Unicode normalisation.Chris Young2014-06-043-0/+14370
|
* Required IDNA/Unicode properties files and generation.Chris Young2014-06-044-0/+5370
|
* annotate die() as not returningVincent Sanders2014-05-281-1/+1
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-262-14/+198
|
* Fix fread error handling.Michael Drake2014-05-261-1/+3
|
* Attempt to fix Jenkins build for cocoaDaniel Silverstone2014-05-181-0/+1
|
* check fseek return value (coverity 1109837)Vincent Sanders2014-05-181-1/+5
|
* check mkdir results (coverity 1109838)Vincent Sanders2014-05-181-1/+8
|
* fix possible buffer termination error (coverity 1195410)Vincent Sanders2014-05-181-2/+2
|
* Move old cache path.Michael Drake2014-05-161-2/+2
|
* add helpers for time_t reading/writingVincent Sanders2014-05-153-21/+105
|
* make vsnstrjoin correctly check for null arguments.Vincent Sanders2014-05-131-0/+4
|
* fix typo in nsc_time_strptimeVincent Sanders2014-05-131-1/+1
|
* add struct tm definition and fix build errorVincent Sanders2014-05-132-1/+2
|
* add strptime compatabilityVincent Sanders2014-05-132-0/+35
|
* fix fseek error return checking (fixes coverity 1109839)Vincent Sanders2014-05-111-2/+6
|
* check return values of fseek (fixes coverity 1109840)Vincent Sanders2014-05-111-8/+10
|
* check return from fseek (fixes coverity 1109841)Vincent Sanders2014-05-111-2/+8
|
* safely copy header name and author (fixes coverity 1195408)Vincent Sanders2014-05-111-2/+8
|
* ensure filename is null terminated (fix coverity 1195409)Vincent Sanders2014-05-111-3/+4
|
* fix possible missing null termination (coverity 1195410 and 1195411 )Vincent Sanders2014-05-111-3/+3
|