summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* cleanup utils header, remove cruft and add documentationVincent Sanders2014-05-114-129/+121
|
* we now ensure the operations table is set up early enough the null check is ↵Vincent Sanders2014-05-101-6/+1
| | | | not required
* remove unused url operationsVincent Sanders2014-05-092-375/+0
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-083-153/+171
| | | | appropriate documentation.
* fix silly errors in atari and amiga file operation table changeVincent Sanders2014-05-071-2/+2
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-075-31/+213
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* add string utility to join stringsVincent Sanders2014-05-073-1/+128
|
* remove uncessary includesVincent Sanders2014-05-021-7/+2
|
* make brackets matchVincent Sanders2014-05-021-1/+1
|
* OpenBSD headers have strcasestrVincent Sanders2014-05-021-1/+1
|
* adjust javascript library build parameters for openbsdVincent Sanders2014-05-021-2/+8
|
* update to cope with make tool namingVincent Sanders2014-05-021-4/+7
|
* add OpenBSD to jenkins build scriptVincent Sanders2014-05-021-1/+5
|
* use compatability macro for mkdirVincent Sanders2014-04-282-7/+5
|
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-283-14/+132
|
* Remove excessive logging.Michael Drake2014-04-181-1/+0
|
* Handle some directories already existing.Michael Drake2014-04-181-1/+1
| | | | | | | | | When creating the path to the cache directory we were giving up on the first directory that already existed. This prevented the path to the cache directory getting made, which prevented view-source from working if the path was only patially available.
* Add more logging for filename init.Michael Drake2014-04-181-0/+2
|
* Add logging to filename_initialise().Michael Drake2014-04-181-1/+2
|
* Simplify DOM node walker.Michael Drake2014-03-311-36/+20
|
* make nsurl_defragment() API more obvious and remove duplicated parameter ↵Vincent Sanders2014-03-091-0/+9
| | | | checking
* move scheduleing into browser operation tableVincent Sanders2014-03-091-32/+0
|
* Save a call to lwc_string_length.Michael Drake2014-02-151-3/+2
|