summaryrefslogtreecommitdiff
path: root/utils/filepath.c
Commit message (Collapse)AuthorAgeFilesLines
* make framebuffer use the language environment for the UI resourcesVincent Sanders2019-02-171-21/+47
|
* remove use of strcpyVincent Sanders2018-08-291-1/+1
|
* remove a warning on openbsdVincent Sanders2018-08-281-1/+5
|
* add missing explicit dirent includesVincent Sanders2016-04-191-0/+1
|
* remove possible null dereference on allocation faliureVincent Sanders2016-02-091-2/+2
| | | | fix null dereference is calloc fails. coverity 1316339
* Handle realloc failure.Michael Drake2014-09-051-1/+7
|
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-57/+0
| | | | enable fs backing store for RISC OS.
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-19/+0
| | | | | | | | | | | | | 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.
* use compatability macro for mkdirVincent Sanders2014-04-281-1/+2
|
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-281-1/+84
|
* Remove unnecessary strlen.Michael Drake2013-10-241-1/+1
|
* Free string vector correctly.Michael Drake2013-10-241-1/+5
|
* make filepath_findfile() rely on realpath allocating the output buffer.Vincent Sanders2013-05-041-9/+1
|
* remove extraneous loggingVincent Sanders2011-03-291-5/+0
| | | | | | | fix windows path_to_url coping with NULL input and allocation errors. remove forced verbose logging svn path=/trunk/netsurf/; revision=12147
* make windows frontend use Vincent Sanders2011-03-291-27/+45
| | | | svn path=/trunk/netsurf/; revision=12146
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-171-0/+310
fetcher. svn path=/trunk/netsurf/; revision=12088