aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-07Cargo fmtboasting-squirrel1-1/+0
2019-04-07Use serialize_all on CompressionMethods enumboasting-squirrel1-2/+3
2019-04-07Use strum on Enums to reduce boilerplateboasting-squirrel1-9/+3
2019-04-07Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel1-6/+2
2019-04-01Color schemesboasting-squirrel1-0/+5
2019-03-19Fixed commentsboasting-squirrel1-1/+1
2019-03-19Added documentation for errors and removed useless errorsboasting-squirrel1-3/+8
2019-03-15Renamed create_archive_file function and added documentationboasting-squirrel1-4/+6
2019-03-14Cargo fmtboasting-squirrel1-3/+10
2019-03-14Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel1-8/+6
2019-03-13Improved grammar of TarBuildingError error messageboasting-squirrel1-1/+1
2019-03-13Switched to standard Rust logging systemboasting-squirrel1-6/+1
2019-03-13Build tar in buffer instead of in tempfileboasting-squirrel1-32/+10
2019-03-12Better error messages for invalid pathboasting-squirrel1-1/+15
2019-03-12Added some error messages + reworked the print_error_chain methodboasting-squirrel1-6/+11
2019-03-11Started to add helpful messages for errors which could occur during archivingboasting-squirrel1-34/+48
2019-03-09Temporary workaround for symlinks issueboasting-squirrel1-0/+5
2019-03-08Improved HTTP headersboasting-squirrel1-0/+14
2019-03-08Corrected commentboasting-squirrel1-1/+1
2019-03-08Refactored some codeboasting-squirrel1-29/+45
2019-03-08Working example of tar.gzboasting-squirrel1-5/+17
2019-03-08Download folder as a tar workingboasting-squirrel1-0/+80