Commit graph

50 commits

Author SHA1 Message Date
06a33676dd
📄 Add license 2018-10-07 16:15:24 +02:00
1c06bd9026
👷‍♂️ Update miniz from 2.0.7 to 2.0.8 2018-10-07 16:00:02 +02:00
054f29e432
🎨 Fix typo in error message 2018-10-06 23:34:05 +02:00
384085b7d3
🐎 Increase disk write speed to 30 MB/s 2018-09-30 17:22:26 +02:00
63a32f7051
🐎 Reduce disk write limit to 2MB/s for testing 2018-09-30 17:03:56 +02:00
8b7abe7c79
Add rate limit for disk write speed 2018-09-30 16:48:41 +02:00
132c36835f
📓 Improve documentation 2018-09-30 16:09:51 +02:00
6bd7d47fc0
🐛 Fix file name when carrying over last digit 2018-09-16 04:43:06 +02:00
3f5a52a070
Allow extracted file to be output to file instead of stdout 2018-09-16 02:33:30 +02:00
1897ab3813
🚚 Rename patcher-installer to patch-installer 2018-09-14 18:44:38 +02:00
2299d8ed6e
🐛 Don't read additional 12 bytes after each file 2018-09-14 05:40:03 +02:00
f64412ebfe
🚧 Add debug message 2018-09-14 05:30:22 +02:00
12190f0ae8
🚚 Fix build error 2018-09-14 04:54:11 +02:00
736e92ebd5
🚚 Fix crash when trying to read beyond last disk file 2018-09-14 04:52:18 +02:00
b884e87972
👷 Update build script 2018-09-14 04:13:00 +02:00
31ec793781
Add xdelta3 decoding support 2018-09-14 04:11:44 +02:00
ae59ce2256
🏗 Add xdelta3 dependency 2018-09-14 03:16:31 +02:00
80f2439239
🐛 Fix variable type 2018-09-14 02:34:32 +02:00
498b20deda
📓 Update documentation 2018-09-14 02:31:35 +02:00
5aa0091fd6
Remove vscode project files 2018-09-14 02:08:33 +02:00
e799d0d4d5
🙈 Fix gitignore 2018-09-14 02:06:02 +02:00
4284fe1ccf
🎨 Rename prev argument to previous 2018-09-14 02:01:15 +02:00
e36cc18893
🚑 Fix segmentation fault is supplying an unknown long argument 2018-09-14 01:57:49 +02:00
71e4681d5c
Parse decryption keys from comma-delimited string 2018-09-14 01:51:48 +02:00
0ce4fcf492
Add error messaging 2018-09-14 01:41:35 +02:00
65bb5a98e3
♻ Extract command line args parsing into separate function 2018-09-14 01:02:12 +02:00
c02caaf2ff
🗑 Remove unused code 2018-09-14 00:56:32 +02:00
43614e1498
Enable use of command line options 2018-09-14 00:48:53 +02:00
313f65609f
🗑 Remove unneeded code 2018-08-09 17:14:42 +02:00
9353111085
🐛 Fix error in inflate function 2018-08-09 16:20:21 +02:00
6b9b31c2bc
🐛 Change char buffers to unsigned char buffers 2018-08-07 15:22:07 +02:00
04e8f80b20
👷 Fix compiler error 2018-07-31 14:01:33 +02:00
2ade3e0bd0
🎨 Cast buffer in inflate routine 2018-07-31 13:50:30 +02:00
3923daf551
🐛 Fix inflate error (output ended prematurely) 2018-07-31 13:38:21 +02:00
614aa91c94
Add inflation of files 2018-07-31 13:18:18 +02:00
ad8d88a066
🎨 Improve code quality 2018-07-25 02:34:08 +02:00
966e8bb7c1
🐛 Fix local file header 2018-07-24 20:04:41 +02:00
476266863f
Parse command line arguments 2018-07-24 19:56:21 +02:00
1638e9047d
🚧 Prepare argv parsing 2018-07-24 18:17:15 +02:00
866f6afd5a
🚧 Add decryption functions 2018-07-24 18:10:07 +02:00
7019271bfe
♻ Move utility functions into separate directory 2018-07-24 17:13:51 +02:00
8b8df10e33
♻ Extract function definitions from header into C file 2018-07-24 17:11:24 +02:00
d7dcd97c75
🚧 Implement file reader 2018-07-24 17:07:47 +02:00
afa9522e78
Remove zip file 2018-07-24 15:32:45 +02:00
6327e24191
👷 Fixing build script 2018-07-18 03:40:11 +02:00
d390e0affe
Add miniz source code 2018-07-17 17:19:13 +02:00
d541b16d39
📓 Add comment 2018-07-17 15:05:57 +02:00
26012652a6
🏗 Add editorconfig 2018-07-17 14:07:17 +02:00
2e23e3b21c
Add source files and build script 2018-07-17 14:05:22 +02:00
9d3394d21d
🎉 Initial commit. 2018-07-17 13:54:23 +02:00