summaryrefslogtreecommitdiff
path: root/monkey/fetch.c
Commit message (Collapse)AuthorAgeFilesLines
* Update monkey frontend to cope with split operations table headersVincent Sanders2014-10-161-1/+2
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-54/+2
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-081-3/+3
| | | | appropriate documentation.
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-41/+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.
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-0/+145