Commit graph

60 commits

Author SHA1 Message Date
71894a9c4a
🎨 Improve error message 2019-07-22 20:55:27 +02:00
f712aa150d
👷 Set file associations, add missing newline 2019-07-21 23:25:49 +02:00
d4b3eb94c0
🎨 Remove unneeded shortopts 2019-07-21 23:18:00 +02:00
bc6f8405fa
🎨 Remove unneeded comment 2019-07-21 22:59:52 +02:00
e6af0c35de
🎨 Simplify code 2019-07-21 22:16:00 +02:00
205642821f
🐛 Use correct data type on 32-bit systems 2019-07-21 22:03:37 +02:00
72dde4ac0b
📄 Improve xdelta3 error messaging 2018-11-16 14:35:35 +01:00
15ca59a6a6
🙈 Add cspell to gitignore and fix typos 2018-10-25 15:26:32 +02:00
cbf60575df
🎨 Fix whitespace 2018-10-25 15:25:37 +02:00
8c8c5cf68a
📄 Mention unlimited option in documentation 2018-10-08 23:09:46 +02:00
6d85f98367
Allow disk write speed limit to be specified as argument 2018-10-08 23:08:02 +02:00
ff5a35e688
🚚 Rename patch-installer to ssn-installer 2018-10-08 15:04:12 +02:00
2c8aff8153
🗑 Remove unneeded code 2018-10-07 20:05:08 +02:00
90f8da28bf
🎨 Rename variables to use camelCase 2018-10-07 20:00:31 +02:00
c2914426af
🎨 Rename variable 2018-10-07 19:55:40 +02:00
d6cb0831fb
🎨 Fix typo in error message 2018-10-07 19:35:14 +02:00
82561693ee
Add option for unlimited capacity 2018-10-07 19:23:22 +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
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
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