]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
compress 7za.exe
authorlongpanda <admin@ventoy.net>
Tue, 23 Nov 2021 09:29:25 +0000 (17:29 +0800)
committerlongpanda <admin@ventoy.net>
Tue, 23 Nov 2021 09:29:25 +0000 (17:29 +0800)
commit32643ecdbb61d8d660ff3ddc1110198a0ab3b2af
tree7bec7d2d11f9b915f68129210ceb6ad033735e50
parentd2e59305202e0257f03ab9ae9435a8c527d59b95
compress 7za.exe
35 files changed:
INSTALL/ventoy/7z/32/7za.exe [deleted file]
INSTALL/ventoy/7z/32/7za.xz [new file with mode: 0644]
INSTALL/ventoy/7z/64/7za.exe [deleted file]
INSTALL/ventoy/7z/64/7za.xz [new file with mode: 0644]
INSTALL/ventoy/vtoyjump32.exe
INSTALL/ventoy/vtoyjump64.exe
vtoyjump/vtoyjump/vtoyjump.c
vtoyjump/vtoyjump/vtoyjump.h
vtoyjump/vtoyjump/vtoyjump.vcxproj
vtoyjump/vtoyjump/vtoyjump.vcxproj.filters
vtoyjump/vtoyjump/xz-embedded-20130513/COPYING [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/README [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/Documentation/xz.txt [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/include/linux/decompress/unxz.h [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/include/linux/xz.h [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/decompress_unxz.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/Kconfig [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/Makefile [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/xz_crc32.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/xz_crc64.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/xz_dec_bcj.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/xz_dec_lzma2.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/xz_dec_stream.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/xz_dec_syms.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/xz_dec_test.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/xz_lzma2.h [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/xz_private.h [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/lib/xz/xz_stream.h [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/linux/scripts/xz_wrap.sh [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/userspace/Makefile [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/userspace/boottest.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/userspace/buftest.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/userspace/bytetest.c [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/userspace/xz_config.h [new file with mode: 0644]
vtoyjump/vtoyjump/xz-embedded-20130513/userspace/xzminidec.c [new file with mode: 0644]