├── .cirrus.yml ├── AUTOTEST ├── README.txt ├── encoded-20220920104108.txt ├── sha256.7z └── sha256.zpaq ├── CHANGELOG.md ├── COPYING ├── LICENSE ├── Makefile ├── NONWINDOWS ├── Makefile └── README.md ├── README.md ├── TODO.md ├── WINDOWS └── README.md ├── ZPIPE └── README.md ├── ZSFX ├── LICENSE ├── README.md ├── libzpaq.cpp ├── libzpaq.h ├── o3.bat ├── o32.bat ├── zsfx.cpp ├── zsfx.zpaq └── zsfx32.zpaq ├── man ├── LICENSE ├── README.md ├── zpaqfranz.1 └── zpaqfranz.pod ├── zpaqfranz.cpp └── zpaqfranz.jpg /.cirrus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/.cirrus.yml -------------------------------------------------------------------------------- /AUTOTEST/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/AUTOTEST/README.txt -------------------------------------------------------------------------------- /AUTOTEST/encoded-20220920104108.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/AUTOTEST/encoded-20220920104108.txt -------------------------------------------------------------------------------- /AUTOTEST/sha256.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/AUTOTEST/sha256.7z -------------------------------------------------------------------------------- /AUTOTEST/sha256.zpaq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/AUTOTEST/sha256.zpaq -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/COPYING -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/Makefile -------------------------------------------------------------------------------- /NONWINDOWS/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/NONWINDOWS/Makefile -------------------------------------------------------------------------------- /NONWINDOWS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/NONWINDOWS/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/TODO.md -------------------------------------------------------------------------------- /WINDOWS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/WINDOWS/README.md -------------------------------------------------------------------------------- /ZPIPE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/ZPIPE/README.md -------------------------------------------------------------------------------- /ZSFX/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/ZSFX/LICENSE -------------------------------------------------------------------------------- /ZSFX/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/ZSFX/README.md -------------------------------------------------------------------------------- /ZSFX/libzpaq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/ZSFX/libzpaq.cpp -------------------------------------------------------------------------------- /ZSFX/libzpaq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/ZSFX/libzpaq.h -------------------------------------------------------------------------------- /ZSFX/o3.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/ZSFX/o3.bat -------------------------------------------------------------------------------- /ZSFX/o32.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/ZSFX/o32.bat -------------------------------------------------------------------------------- /ZSFX/zsfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/ZSFX/zsfx.cpp -------------------------------------------------------------------------------- /ZSFX/zsfx.zpaq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/ZSFX/zsfx.zpaq -------------------------------------------------------------------------------- /ZSFX/zsfx32.zpaq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/ZSFX/zsfx32.zpaq -------------------------------------------------------------------------------- /man/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/man/LICENSE -------------------------------------------------------------------------------- /man/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/man/README.md -------------------------------------------------------------------------------- /man/zpaqfranz.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/man/zpaqfranz.1 -------------------------------------------------------------------------------- /man/zpaqfranz.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/man/zpaqfranz.pod -------------------------------------------------------------------------------- /zpaqfranz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/zpaqfranz.cpp -------------------------------------------------------------------------------- /zpaqfranz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcorbelli/zpaqfranz/HEAD/zpaqfranz.jpg --------------------------------------------------------------------------------