aboutsummaryrefslogtreecommitdiffstats
path: root/src/errors.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosVojtěch Pejša2019-04-041-5/+5
|
* Check if we have permissions to create files.Vojtěch Pejša2019-04-041-0/+3
|
* Better error handling for file upload.Vojtěch Pejša2019-04-041-0/+17
|
* Added documentation for errors and removed useless errorsboasting-squirrel2019-03-191-4/+10
|
* Switched to standard Rust logging systemboasting-squirrel2019-03-131-12/+3
|
* Build tar in buffer instead of in tempfileboasting-squirrel2019-03-131-6/+0
|
* Added some docs comments to errors.rsboasting-squirrel2019-03-121-1/+6
|
* Improved error messageboasting-squirrel2019-03-121-2/+2
|
* Better error messages for invalid pathboasting-squirrel2019-03-121-10/+4
|
* Added some error messages + reworked the print_error_chain methodboasting-squirrel2019-03-121-6/+22
|
* Started to add helpful messages for errors which could occur during archivingboasting-squirrel2019-03-111-0/+90