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