summaryrefslogtreecommitdiff
path: root/utils/filepath.h
Commit message (Collapse)AuthorAgeFilesLines
* remove use of strcpyVincent Sanders2018-08-291-4/+10
|
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-8/+0
| | | | enable fs backing store for RISC OS.
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-11/+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.
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-281-12/+43
|
* doxygen serious warning cleanupVincent Sanders2012-07-241-1/+4
|
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-171-0/+116
fetcher. svn path=/trunk/netsurf/; revision=12088