Commit graph

44 commits

Author SHA1 Message Date
Truman Kilen
b1cfe4aa1f Fix incorrect unpack output directory default 2023-01-31 23:14:03 -06:00
Truman Kilen
898be58855 Add verbose flag to pack/unpack 2023-01-31 22:55:37 -06:00
Truman Kilen
1d5a2410e8 Move binary to separate crate 2023-01-31 22:55:26 -06:00
Truman Kilen
953be3726c Rewrite unpak command 2023-01-31 21:41:36 -06:00
Truman Kilen
8d009c784e Remove hashbrown dependency 2023-01-22 11:45:19 -06:00
Truman Kilen
ed653969a7 Implement v8b PakWriter 2023-01-22 09:27:40 -06:00
Truman Kilen
be58d245e8 Test read coverage 2023-01-21 11:53:31 -06:00
Truman Kilen
a03dafaa15 Add into_reader to get the underlying reader back 2023-01-21 11:52:30 -06:00
Truman Kilen
de69a98d34 fmt + clippy 2023-01-20 13:07:28 -06:00
Truman Kilen
529bdcac4e Refactor version handling to handle subversions and correctly parse v8a 2023-01-20 12:09:44 -06:00
Truman Kilen
af3ef60f30 Add v8a (4.22) tests 2023-01-19 22:47:34 -06:00
Truman Kilen
461bc66c30 WIP pak init refactor 2023-01-19 21:53:13 -06:00
Truman Kilen
0b5bded4b4 Implement parsing of v11 2023-01-19 21:24:36 -06:00
Truman Kilen
254e0ce4c0 Fix alignment for encrypted file data 2023-01-19 21:13:03 -06:00
Truman Kilen
58bbb52738 Make base64 a dev dependency 2023-01-19 17:47:58 -06:00
Truman Kilen
02038bd8cf Check mount point in test 2023-01-19 01:31:04 -06:00
Truman Kilen
232e6f2a8c Fix v8 footer size 2023-01-19 01:31:04 -06:00
Truman Kilen
46e2ced47e Add tests for v5, v7-v9, v11 2023-01-19 01:31:01 -06:00
Truman Kilen
d62915ec16 Handle AES key parsing outside of pak 2023-01-17 00:54:05 -06:00
spuds
6c2fe4dfb7
more general reading 2023-01-15 16:26:23 +00:00
spuds
7dda23967d fix bad compression and make example multithreaded 2023-01-14 19:33:54 +00:00
spuds
0959394241 make proper api + example + README 2023-01-14 18:32:06 +00:00
spuds
07f97f6c98 static crate versions 2023-01-14 15:42:44 +00:00
spuds
d0f9767444 rebrand before crates.io publish 2023-01-14 15:35:50 +00:00
spuds
600bbd21a1 gzip support 2023-01-14 15:17:24 +00:00
spuds
f2f7d93fe2 HOLY CRAP IT'S FINALLY WORKING!!! 2023-01-14 15:08:31 +00:00
spuds
b20a04c907 fixed offsets so example now has output (with errors)! 2023-01-14 14:41:57 +00:00
spuds
97469c58ae ok read is broken but now iter impl is there 2023-01-14 14:20:00 +00:00
spuds
cf98aa3a60 working decompression? (iter time) 2023-01-13 18:12:47 +00:00
spuds
c0107af12f
before inevitable borking 2023-01-13 15:23:51 +00:00
spuds
7d1fd167e1
reconfigure for entry reading and api 2023-01-13 12:38:30 +00:00
spuds
c440ca6707
add encryption support 2023-01-13 12:12:39 +00:00
spuds
07bbbbc5ed add version getting example 2023-01-11 22:42:00 +00:00
spuds
774be9ecb0
error refactor 2023-01-11 13:52:40 +00:00
spuds
100c4a189f
remove null byte from string 2023-01-11 13:02:44 +00:00
spuds
b268b8e8ac
hashbrown's hashmap with_capacity no work >:/ 2023-01-11 10:25:53 +00:00
spuds
cd9f5ba98d trying to figure out what's borking entry 2023-01-11 07:54:09 +00:00
spuds
c571865d94 refactor - will decompress soon 2023-01-10 22:29:20 +00:00
spuds
778b87570a
eager evaluation was the first problem 2023-01-07 21:10:11 +00:00
spuds
39ea548d57
encryption uuid isn't the only thing :/ 2023-01-06 19:54:48 +00:00
spuds
38ed23a5bc
trying to figure out why it's not parsing 2023-01-06 12:40:37 +00:00
spuds
5104b41878
code cleanup 2023-01-05 20:20:05 +00:00
spuds
c0a1c5154c
implementation of v1 complete (I think) 2023-01-03 14:20:35 +00:00
spuds
b2188fc6f8
initial commit 2023-01-03 10:33:42 +00:00