aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Precise `tar_dir` behaviourAlexandre Bury2019-06-241-1/+20
* Add doc and commentsAlexandre Bury2019-06-241-17/+25
* Enable streaming tarball downloadAlexandre Bury2019-06-141-58/+60
* refactor codemahdi2019-05-311-22/+24
* cargo fmtboastful-squirrel2019-05-101-31/+12
* Combine ContextualError and ContextualErrorKind into onekhai96_2019-04-271-19/+19
* Made code more idiomaticboastful-squirrel2019-04-231-35/+34
* Rework error system + avoid panics in main()boastful-squirrel2019-04-211-48/+58
* Cargo fmtboasting-squirrel2019-04-071-1/+0
* Use serialize_all on CompressionMethods enumboasting-squirrel2019-04-071-2/+3
* Use strum on Enums to reduce boilerplateboasting-squirrel2019-04-071-9/+3
* Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel2019-04-071-6/+2
* Color schemesboasting-squirrel2019-04-011-0/+5
* Fixed commentsboasting-squirrel2019-03-191-1/+1
* Added documentation for errors and removed useless errorsboasting-squirrel2019-03-191-3/+8
* Renamed create_archive_file function and added documentationboasting-squirrel2019-03-151-4/+6
* Cargo fmtboasting-squirrel2019-03-141-3/+10
* Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel2019-03-141-8/+6
* Improved grammar of TarBuildingError error messageboasting-squirrel2019-03-131-1/+1
* Switched to standard Rust logging systemboasting-squirrel2019-03-131-6/+1
* Build tar in buffer instead of in tempfileboasting-squirrel2019-03-131-32/+10
* Better error messages for invalid pathboasting-squirrel2019-03-121-1/+15
* Added some error messages + reworked the print_error_chain methodboasting-squirrel2019-03-121-6/+11
* Started to add helpful messages for errors which could occur during archivingboasting-squirrel2019-03-111-34/+48
* Temporary workaround for symlinks issueboasting-squirrel2019-03-091-0/+5
* Improved HTTP headersboasting-squirrel2019-03-081-0/+14
* Corrected commentboasting-squirrel2019-03-081-1/+1
* Refactored some codeboasting-squirrel2019-03-081-29/+45
* Working example of tar.gzboasting-squirrel2019-03-081-5/+17
* Download folder as a tar workingboasting-squirrel2019-03-081-0/+80