DrakiaXYZ
0cd0789359
- Don't use an array buffer for patching, seems to help with memory use
2024-12-27 19:26:13 -08:00
DrakiaXYZ
16758a32d3
Switch from xdelta to hdiff
...
- Strip out xdelta3 and associated helpers/libs
- Add hdiffz.exe and target it for patch creation
- Add reference to SharpHDiffPatch.Core and utilize it for patch application
Thanks @sheepy for finding HDiffPatch for us!
Improves patch size and increases patching speed
2024-12-27 18:36:40 -08:00
ea717ab304
update logging
2024-07-09 18:25:23 -04:00
DrakiaXYZ
b2a1a06264
Switch patch apply to use XDeltaSharp
...
- This resolves the persistent `-1073741819` error some users receive during patching
- XDeltaSharp doesn't support creating deltas, so patch creation still depends on xdelta3.exe
2024-06-24 21:36:06 -07:00
DrakiaXYZ
3374f3e631
Improve patch creation performance
...
- Skip MD5 hash generation if the file size differs, as it's guaranteed to be different
- Disable xdelta compression, LZMA does a better job and quicker
2024-06-24 21:09:40 -07:00
edb808cefa
try-catch parallel operations
2024-05-18 12:46:44 -04:00
0805e7fea3
finish adding parallel processing
2024-05-04 10:56:49 -04:00
f8dd1ff44a
stuff blah
2024-05-03 14:57:08 -04:00
aa5bfb3b40
fix process buffer read, fix wrong path in access check
2023-11-15 19:44:29 -05:00
d5d015ab29
added a debug parameter and a bunch of logging when it's used
2023-11-09 20:49:40 -05:00
c7cf27acdc
make patch client exit if an error occurs
2022-07-04 11:03:59 -04:00
a4ec1eae07
fix for missing directory causing errors
2022-07-03 23:39:10 +01:00
c959a8900c
add os info to logs
2022-06-16 09:13:14 -04:00
400372a21f
add missing logging, version bump
2022-06-15 14:01:47 -04:00
869823f6a4
adding basic logging
2022-06-14 21:26:23 -04:00
42803ee75e
add autoclose parameter to patch generator with exit codes
2022-05-16 17:33:37 -04:00
52b097c7f0
add patch client exit codes and startup arg to auto-close
2022-05-15 17:36:16 -04:00
592daf6c64
move resources to correct projects
2021-12-29 11:04:02 -05:00
25a3c270be
Replace ViewNavigator with ReactiveUI RouterState, Fix PatchHelper rasing progress changed with no remaining source files, fix view load race conditions
2021-12-28 19:44:25 -05:00
b936b09026
finished port, replace old project files
2021-12-25 20:24:00 -05:00
455125576a
its 1am idk man, I did some things. Patch Generator WIP
2021-12-25 01:17:01 -05:00
b71e2874e2
finish quick xdelta implementation
2021-12-18 00:03:07 -05:00
644a2fb4e9
quick implementation of xdelta
2021-12-17 16:02:31 -05:00