João M. Bezerra
|
3869c2502e
|
Moving bytes.rs implementation to utils.rs
|
2021-04-06 21:16:33 -03:00 |
|
João M. Bezerra
|
78d5f435ee
|
Minor style changes
|
2021-04-06 20:14:33 -03:00 |
|
Vinícius Miguel
|
f9272b5ce5
|
evaluator: Verify if input files are decompressible
|
2021-04-06 04:30:36 -03:00 |
|
Vinícius R. Miguel
|
1b9faab96a
|
refactor: pretty-print bytes
|
2021-04-06 02:49:03 -03:00 |
|
Vinícius Rodrigues Miguel
|
011626f09b
|
(WIP) Minor misc. changes
|
2021-04-05 02:57:46 -03:00 |
|
João M. Bezerra
|
28901ec44e
|
Binary size decreased by 35% (-400KB)
Huge refactor, removed totally `clap` to use our argparsing instead.
500+ modified.
|
2021-04-04 23:26:57 -03:00 |
|
Vinícius Rodrigues Miguel
|
b002de78d9
|
Show better error messages
|
2021-03-30 00:11:46 -03:00 |
|
Vinícius Rodrigues Miguel
|
91f411439a
|
rustfmt
|
2021-03-27 01:34:43 -03:00 |
|
Vinícius Rodrigues Miguel
|
234e0406a1
|
Don't allow ouch to compress the root folder
|
2021-03-27 00:37:47 -03:00 |
|
Vinícius Rodrigues Miguel
|
49e4c4afcd
|
compressors/zip: replace a couple of unwraps to the question mark op.
|
2021-03-26 23:47:42 -03:00 |
|
Vinícius Rodrigues Miguel
|
8e37078043
|
zip: ensure usage of relational paths during compression
|
2021-03-26 22:56:57 -03:00 |
|
João M. Bezerra
|
ce26246fd4
|
Changing the error imports
|
2021-03-26 14:03:06 -03:00 |
|
João M. Bezerra
|
755cc2a40d
|
Refactoring and Clippy warnings
|
2021-03-25 20:50:42 -03:00 |
|
Vinícius Rodrigues Miguel
|
965041310c
|
Make ouch support paths with dot-dot (..) for input files/directories
|
2021-03-25 03:20:20 -03:00 |
|
Vinícius Rodrigues Miguel
|
9ea18659e5
|
Update README, slightly reduce code repetition
|
2021-03-24 18:35:01 -03:00 |
|
Vinícius Rodrigues Miguel
|
0b346eee3d
|
Fixes Gzip and Lzma compression
|
2021-03-24 17:40:38 -03:00 |
|
Vinícius Rodrigues Miguel
|
f3dd4d9804
|
Progress in Lzma compression
|
2021-03-24 17:21:00 -03:00 |
|
Vinícius Rodrigues Miguel
|
3fa939ac90
|
Add support for Gzip compression (includes .tar.gz)
|
2021-03-24 17:03:49 -03:00 |
|
Vinícius Rodrigues Miguel
|
bdc16fdb17
|
Add support for Bzip compression (includes .tar.bz2 and .zip.bz2 and etc)
|
2021-03-24 14:33:43 -03:00 |
|
Vinícius Rodrigues Miguel
|
433f8b05b0
|
Simplify Lzma decompression logic
|
2021-03-24 12:56:12 -03:00 |
|
Vinícius Rodrigues Miguel
|
f8ca0e3c56
|
Turns out LZMA decompression is not working
|
2021-03-23 23:17:48 -03:00 |
|
Vinícius Rodrigues Miguel
|
22e131fb46
|
Add support for zip (and... .zip.zip) compression
|
2021-03-23 21:28:22 -03:00 |
|
Vinícius Rodrigues Miguel
|
d72ca9eeae
|
Tar compression seemingly working
|
2021-03-23 03:10:25 -03:00 |
|
Vinícius Rodrigues Miguel
|
2c0f2b380c
|
Add Tar compression for in-memory buffers
|
2021-03-23 02:15:06 -03:00 |
|
Vinícius Rodrigues Miguel
|
fa2fb675de
|
WIP Tar compression
|
2021-03-23 01:06:57 -03:00 |
|
Vinícius Rodrigues Miguel
|
9429fd8d67
|
Fix CLI parsing of decompression commands & early Compressor work
|
2021-03-22 23:39:08 -03:00 |
|