Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-12 | Upgrade clap to v4 | Sven-Hendrik Haase | 1 | -1/+1 | |
2022-09-20 | Tidy up some imports | Sven-Hendrik Haase | 1 | -4/+4 | |
2022-09-14 | Fix typos | Kian-Meng Ang | 1 | -1/+1 | |
Found via `codespell -L crate`. | |||||
2021-12-28 | Bump actix-web to v4.0-beta.15 | jikstra | 1 | -1/+1 | |
Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
2021-12-20 | Fix lints | Sven-Hendrik Haase | 1 | -1/+1 | |
2021-04-18 | Rename compression code references to 'archive' | Sven-Hendrik Haase | 1 | -18/+18 | |
This name more closely resembles its purpose. For instance, we also now support plain tar archives which are uncompressed but archives nonetheless. | |||||
2021-04-18 | Change naming of uncompressed/compressed tarballs | Dean Li | 1 | -7/+2 | |
Use following terminology: uncompressed tarballs => `uncompressed tar archives` compressed ones => `gz-compressed tar archives` | |||||
2021-04-11 | Separate tar archive and tar flags | Dean Li | 1 | -2/+7 | |
It used to have one flag (-r) to enable both tar archive and tar. Now it has two flags [ -r: for tar, -g: for tar archive]. Related to #451 | |||||
2021-03-28 | Refuse to start without explicit path if not attached to interactive terminal | Sven-Hendrik Haase | 1 | -9/+18 | |
2021-02-19 | Fix lints | Sven-Hendrik Haase | 1 | -9/+9 | |
2021-01-20 | Fix lint | Sven-Hendrik Haase | 1 | -2/+1 | |
2021-01-04 | Fix lint | Sven-Hendrik Haase | 1 | -2/+2 | |
2020-09-24 | Ignore non-Rust preformatted code | Sven-Hendrik Haase | 1 | -4/+4 | |
2020-09-11 | Upgrade to actix-web 3.0.0 | Sven-Hendrik Haase | 1 | -4/+4 | |
2020-06-26 | Make clippy and cargo fmt happy | Sven-Hendrik Haase | 1 | -40/+53 | |
2020-05-10 | make sure archiving is opt-in | marawan ragab | 1 | -2/+11 | |
2020-05-08 | small improvment to buffer usage | marawan ragab | 1 | -13/+6 | |
2020-05-03 | Add zip download functionality for windows users | marawan ragab | 1 | -0/+151 | |
2019-06-24 | Precise `tar_dir` behaviour | Alexandre Bury | 1 | -1/+20 | |
2019-06-24 | Add doc and comments | Alexandre Bury | 1 | -17/+25 | |
2019-06-14 | Enable streaming tarball download | Alexandre Bury | 1 | -58/+60 | |
Also add a non-compressed tar option | |||||
2019-05-31 | refactor code | mahdi | 1 | -22/+24 | |
2019-05-10 | cargo fmt | boastful-squirrel | 1 | -31/+12 | |
2019-05-06 | Undo changes on src/archive.rs | boastful-squirrel | 1 | -12/+31 | |
2019-04-27 | Combine ContextualError and ContextualErrorKind into one | khai96_ | 1 | -19/+19 | |
2019-04-23 | Made code more idiomatic | boastful-squirrel | 1 | -35/+34 | |
2019-04-21 | Rework error system + avoid panics in main() | boastful-squirrel | 1 | -48/+58 | |
2019-04-07 | Cargo fmt | boasting-squirrel | 1 | -1/+0 | |
2019-04-07 | Use serialize_all on CompressionMethods enum | boasting-squirrel | 1 | -2/+3 | |
2019-04-07 | Use strum on Enums to reduce boilerplate | boasting-squirrel | 1 | -9/+3 | |
2019-04-07 | Use strum_macros::EnumIter instead of manually listing Enum variants | boasting-squirrel | 1 | -6/+2 | |
2019-04-01 | Color schemes | boasting-squirrel | 1 | -0/+5 | |
2019-03-19 | Fixed comments | boasting-squirrel | 1 | -1/+1 | |
2019-03-19 | Added documentation for errors and removed useless errors | boasting-squirrel | 1 | -3/+8 | |
2019-03-15 | Renamed create_archive_file function and added documentation | boasting-squirrel | 1 | -4/+6 | |
2019-03-14 | Cargo fmt | boasting-squirrel | 1 | -3/+10 | |
2019-03-14 | Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generation | boasting-squirrel | 1 | -8/+6 | |
2019-03-13 | Improved grammar of TarBuildingError error message | boasting-squirrel | 1 | -1/+1 | |
2019-03-13 | Switched to standard Rust logging system | boasting-squirrel | 1 | -6/+1 | |
2019-03-13 | Build tar in buffer instead of in tempfile | boasting-squirrel | 1 | -32/+10 | |
2019-03-12 | Better error messages for invalid path | boasting-squirrel | 1 | -1/+15 | |
2019-03-12 | Added some error messages + reworked the print_error_chain method | boasting-squirrel | 1 | -6/+11 | |
2019-03-11 | Started to add helpful messages for errors which could occur during archiving | boasting-squirrel | 1 | -34/+48 | |
2019-03-09 | Temporary workaround for symlinks issue | boasting-squirrel | 1 | -0/+5 | |
2019-03-08 | Improved HTTP headers | boasting-squirrel | 1 | -0/+14 | |
2019-03-08 | Corrected comment | boasting-squirrel | 1 | -1/+1 | |
2019-03-08 | Refactored some code | boasting-squirrel | 1 | -29/+45 | |
2019-03-08 | Working example of tar.gz | boasting-squirrel | 1 | -5/+17 | |
2019-03-08 | Download folder as a tar working | boasting-squirrel | 1 | -0/+80 | |