summaryrefslogtreecommitdiff
path: root/frontends/riscos/download.c
Commit message (Collapse)AuthorAgeFilesLines
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-0/+1
| | | | | | | | The avoids situations were we threw away the length, only for the caller to have to strlen the returned string. Note, there seems to be a case of the amiga front end writing beyond end of allocation. Added a TODO for now.
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-5/+5
|
* move download header into public APIVincent Sanders2016-05-301-2/+2
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+1629