summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Multiple bug fixes:Pacien TRAN-GIRARD2015-12-07
| | | | | | | | | - files and dirs creating permissions (600 -> 777) - remove empty element when listing dirs content - add informations for root dir - add error logging - check if file or dir exists before deleting - add indentation to JSON output
* Fix project URL.Pacien TRAN-GIRARD2015-12-07
|
* Adding license and version informations.Pacien TRAN-GIRARD2015-12-07
|
* Implement directory listing, directory mod time comparison and directoryPacien TRAN-GIRARD2015-12-07
| | | | existence checking.
* Implement mod time comparison, file info reading and file serving.Pacien TRAN-GIRARD2015-12-07
|
* Add determination of specific OS path type.Pacien TRAN-GIRARD2015-12-07
|
* Implement all files and dirs APIs except file reading and directoryPacien TRAN-GIRARD2015-12-07
| | | | | listing. Implement the cloud status API.
* Add files and dirs manipulation functions.Pacien TRAN-GIRARD2015-12-07
|
* First draft: program structure.Pacien TRAN-GIRARD2015-12-07