node-liblzma 1.0.4 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/History.md +5 -0
- package/README.md +65 -37
- package/binding.gyp +671 -43
- package/package.json +39 -24
- package/prebuilds/linux-x64/node_lzma.node +0 -0
- package/prebuilds/mac-x64/node_lzma.node +0 -0
- package/prebuilds/win-x64/node_lzma.node +0 -0
- package/scripts/download_extract_deps.py +29 -0
- package/scripts/prebuildify.py +13 -0
- package/scripts/walk_sources.py +7 -0
- package/src/bindings/module.cpp +86 -86
- package/src/bindings/node-liblzma.cpp +292 -273
- package/src/bindings/node-liblzma.hpp +62 -90
- package/src/lzma.coffee +25 -18
- package/.npmignore +0 -1
- package/.travis.yml +0 -35
- package/build/Makefile +0 -329
- package/build/Release/.deps/Release/node-liblzma.node.d +0 -1
- package/build/Release/.deps/Release/obj.target/action_after_build.stamp.d +0 -1
- package/build/Release/.deps/Release/obj.target/node-liblzma/src/bindings/module.o.d +0 -89
- package/build/Release/.deps/Release/obj.target/node-liblzma/src/bindings/node-liblzma.o.d +0 -89
- package/build/Release/.deps/Release/obj.target/node-liblzma.node.d +0 -1
- package/build/Release/.deps/home/o2/dev/node-liblzma/build/node-liblzma.node.d +0 -1
- package/build/Release/node-liblzma.node +0 -0
- package/build/Release/obj.target/action_after_build.stamp +0 -0
- package/build/Release/obj.target/node-liblzma/src/bindings/module.o +0 -0
- package/build/Release/obj.target/node-liblzma/src/bindings/node-liblzma.o +0 -0
- package/build/Release/obj.target/node-liblzma.node +0 -0
- package/build/action_after_build.target.mk +0 -32
- package/build/binding.Makefile +0 -6
- package/build/config.gypi +0 -143
- package/build/node-liblzma.node +0 -0
- package/build/node-liblzma.target.mk +0 -144
- package/build.yml +0 -65
- package/deps/xz/ABOUT-NLS +0 -1327
- package/deps/xz/AUTHORS +0 -27
- package/deps/xz/COPYING +0 -65
- package/deps/xz/COPYING.GPLv2 +0 -339
- package/deps/xz/COPYING.GPLv3 +0 -674
- package/deps/xz/COPYING.LGPLv2.1 +0 -502
- package/deps/xz/ChangeLog +0 -14953
- package/deps/xz/Doxyfile +0 -1234
- package/deps/xz/Doxyfile.in +0 -1234
- package/deps/xz/INSTALL +0 -554
- package/deps/xz/INSTALL.generic +0 -365
- package/deps/xz/Makefile +0 -1067
- package/deps/xz/Makefile.am +0 -109
- package/deps/xz/Makefile.in +0 -1067
- package/deps/xz/NEWS +0 -505
- package/deps/xz/PACKAGERS +0 -231
- package/deps/xz/README +0 -308
- package/deps/xz/THANKS +0 -116
- package/deps/xz/TODO +0 -111
- package/deps/xz/aclocal.m4 +0 -1225
- package/deps/xz/autogen.sh +0 -22
- package/deps/xz/autom4te.cache/output.0 +0 -21751
- package/deps/xz/autom4te.cache/output.1 +0 -21751
- package/deps/xz/autom4te.cache/requests +0 -415
- package/deps/xz/autom4te.cache/traces.0 +0 -6996
- package/deps/xz/autom4te.cache/traces.1 +0 -1783
- package/deps/xz/build-aux/compile +0 -347
- package/deps/xz/build-aux/config.guess +0 -1558
- package/deps/xz/build-aux/config.rpath +0 -672
- package/deps/xz/build-aux/config.sub +0 -1791
- package/deps/xz/build-aux/depcomp +0 -791
- package/deps/xz/build-aux/install-sh +0 -527
- package/deps/xz/build-aux/ltmain.sh +0 -9661
- package/deps/xz/build-aux/manconv.sh +0 -58
- package/deps/xz/build-aux/missing +0 -215
- package/deps/xz/build-aux/version.sh +0 -24
- package/deps/xz/config.h +0 -487
- package/deps/xz/config.h.in +0 -486
- package/deps/xz/config.h.in~ +0 -485
- package/deps/xz/config.log +0 -5446
- package/deps/xz/config.status +0 -2587
- package/deps/xz/configure +0 -21751
- package/deps/xz/configure.ac +0 -842
- package/deps/xz/debug/.deps/crc32.Po +0 -1
- package/deps/xz/debug/.deps/full_flush.Po +0 -1
- package/deps/xz/debug/.deps/hex2bin.Po +0 -1
- package/deps/xz/debug/.deps/known_sizes.Po +0 -1
- package/deps/xz/debug/.deps/memusage.Po +0 -1
- package/deps/xz/debug/.deps/repeat.Po +0 -1
- package/deps/xz/debug/.deps/sync_flush.Po +0 -1
- package/deps/xz/debug/Makefile +0 -691
- package/deps/xz/debug/Makefile.am +0 -30
- package/deps/xz/debug/Makefile.in +0 -691
- package/deps/xz/debug/README +0 -17
- package/deps/xz/debug/crc32.c +0 -39
- package/deps/xz/debug/full_flush.c +0 -103
- package/deps/xz/debug/hex2bin.c +0 -53
- package/deps/xz/debug/known_sizes.c +0 -129
- package/deps/xz/debug/memusage.c +0 -51
- package/deps/xz/debug/repeat.c +0 -36
- package/deps/xz/debug/sync_flush.c +0 -125
- package/deps/xz/debug/translation.bash +0 -100
- package/deps/xz/doc/examples/00_README.txt +0 -31
- package/deps/xz/doc/examples/01_compress_easy.c +0 -297
- package/deps/xz/doc/examples/02_decompress.c +0 -287
- package/deps/xz/doc/examples/03_compress_custom.c +0 -193
- package/deps/xz/doc/examples/04_compress_easy_mt.c +0 -206
- package/deps/xz/doc/examples/Makefile +0 -24
- package/deps/xz/doc/examples_old/xz_pipe_comp.c +0 -127
- package/deps/xz/doc/examples_old/xz_pipe_decomp.c +0 -123
- package/deps/xz/doc/faq.txt +0 -224
- package/deps/xz/doc/history.txt +0 -150
- package/deps/xz/doc/lzma-file-format.txt +0 -166
- package/deps/xz/doc/man/pdf-a4/lzmainfo-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xz-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzdec-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzdiff-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzgrep-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzless-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzmore-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/lzmainfo-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xz-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzdec-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzdiff-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzgrep-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzless-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzmore-letter.pdf +0 -0
- package/deps/xz/doc/man/txt/lzmainfo.txt +0 -40
- package/deps/xz/doc/man/txt/xz.txt +0 -1483
- package/deps/xz/doc/man/txt/xzdec.txt +0 -80
- package/deps/xz/doc/man/txt/xzdiff.txt +0 -36
- package/deps/xz/doc/man/txt/xzgrep.txt +0 -39
- package/deps/xz/doc/man/txt/xzless.txt +0 -39
- package/deps/xz/doc/man/txt/xzmore.txt +0 -34
- package/deps/xz/doc/xz-file-format.txt +0 -1150
- package/deps/xz/dos/INSTALL.txt +0 -79
- package/deps/xz/dos/Makefile +0 -147
- package/deps/xz/dos/README.txt +0 -123
- package/deps/xz/dos/config.h +0 -130
- package/deps/xz/extra/7z2lzma/7z2lzma.bash +0 -115
- package/deps/xz/extra/scanlzma/scanlzma.c +0 -84
- package/deps/xz/include/lzma/base.h +0 -654
- package/deps/xz/include/lzma/bcj.h +0 -90
- package/deps/xz/include/lzma/block.h +0 -581
- package/deps/xz/include/lzma/check.h +0 -150
- package/deps/xz/include/lzma/container.h +0 -619
- package/deps/xz/include/lzma/delta.h +0 -77
- package/deps/xz/include/lzma/filter.h +0 -425
- package/deps/xz/include/lzma/hardware.h +0 -64
- package/deps/xz/include/lzma/index.h +0 -682
- package/deps/xz/include/lzma/index_hash.h +0 -107
- package/deps/xz/include/lzma/lzma12.h +0 -420
- package/deps/xz/include/lzma/stream_flags.h +0 -223
- package/deps/xz/include/lzma/version.h +0 -121
- package/deps/xz/include/lzma/vli.h +0 -166
- package/deps/xz/include/lzma.h +0 -321
- package/deps/xz/lib/.deps/getopt.Po +0 -1
- package/deps/xz/lib/.deps/getopt1.Po +0 -1
- package/deps/xz/lib/Makefile +0 -566
- package/deps/xz/lib/Makefile.am +0 -32
- package/deps/xz/lib/Makefile.in +0 -566
- package/deps/xz/lib/getopt.c +0 -1197
- package/deps/xz/lib/getopt.in.h +0 -226
- package/deps/xz/lib/getopt1.c +0 -171
- package/deps/xz/lib/getopt_int.h +0 -131
- package/deps/xz/lib/liblzma.a +0 -0
- package/deps/xz/lib/liblzma.la +0 -41
- package/deps/xz/lib/pkgconfig/liblzma.pc +0 -19
- package/deps/xz/libtool +0 -10221
- package/deps/xz/m4/ax_pthread.m4 +0 -332
- package/deps/xz/m4/codeset.m4 +0 -21
- package/deps/xz/m4/fcntl-o.m4 +0 -81
- package/deps/xz/m4/getopt.m4 +0 -71
- package/deps/xz/m4/gettext.m4 +0 -383
- package/deps/xz/m4/glibc2.m4 +0 -30
- package/deps/xz/m4/glibc21.m4 +0 -30
- package/deps/xz/m4/iconv.m4 +0 -199
- package/deps/xz/m4/intdiv0.m4 +0 -84
- package/deps/xz/m4/intl.m4 +0 -294
- package/deps/xz/m4/intldir.m4 +0 -19
- package/deps/xz/m4/intlmacosx.m4 +0 -51
- package/deps/xz/m4/intmax.m4 +0 -33
- package/deps/xz/m4/inttypes-pri.m4 +0 -36
- package/deps/xz/m4/inttypes_h.m4 +0 -26
- package/deps/xz/m4/lcmessage.m4 +0 -31
- package/deps/xz/m4/lib-ld.m4 +0 -110
- package/deps/xz/m4/lib-link.m4 +0 -774
- package/deps/xz/m4/lib-prefix.m4 +0 -224
- package/deps/xz/m4/libtool.m4 +0 -7997
- package/deps/xz/m4/lock.m4 +0 -37
- package/deps/xz/m4/longlong.m4 +0 -106
- package/deps/xz/m4/ltoptions.m4 +0 -384
- package/deps/xz/m4/ltsugar.m4 +0 -123
- package/deps/xz/m4/ltversion.m4 +0 -23
- package/deps/xz/m4/lt~obsolete.m4 +0 -98
- package/deps/xz/m4/nls.m4 +0 -32
- package/deps/xz/m4/po.m4 +0 -449
- package/deps/xz/m4/posix-shell.m4 +0 -63
- package/deps/xz/m4/printf-posix.m4 +0 -45
- package/deps/xz/m4/progtest.m4 +0 -92
- package/deps/xz/m4/size_max.m4 +0 -75
- package/deps/xz/m4/stdint_h.m4 +0 -26
- package/deps/xz/m4/threadlib.m4 +0 -347
- package/deps/xz/m4/tuklib_common.m4 +0 -22
- package/deps/xz/m4/tuklib_cpucores.m4 +0 -148
- package/deps/xz/m4/tuklib_integer.m4 +0 -74
- package/deps/xz/m4/tuklib_mbstr.m4 +0 -30
- package/deps/xz/m4/tuklib_physmem.m4 +0 -212
- package/deps/xz/m4/tuklib_progname.m4 +0 -25
- package/deps/xz/m4/uintmax_t.m4 +0 -30
- package/deps/xz/m4/visibility.m4 +0 -74
- package/deps/xz/m4/wchar_t.m4 +0 -20
- package/deps/xz/m4/wint_t.m4 +0 -28
- package/deps/xz/m4/xsize.m4 +0 -13
- package/deps/xz/macosx/build.sh +0 -113
- package/deps/xz/po/LINGUAS +0 -6
- package/deps/xz/po/Makefile +0 -549
- package/deps/xz/po/Makefile.in +0 -444
- package/deps/xz/po/Makefile.in.in +0 -444
- package/deps/xz/po/Makevars +0 -46
- package/deps/xz/po/Makevars.template +0 -41
- package/deps/xz/po/POTFILES +0 -12
- package/deps/xz/po/POTFILES.in +0 -13
- package/deps/xz/po/Rules-quot +0 -47
- package/deps/xz/po/boldquot.sed +0 -10
- package/deps/xz/po/cs.gmo +0 -0
- package/deps/xz/po/cs.po +0 -989
- package/deps/xz/po/de.gmo +0 -0
- package/deps/xz/po/de.po +0 -990
- package/deps/xz/po/en@boldquot.header +0 -25
- package/deps/xz/po/en@quot.header +0 -22
- package/deps/xz/po/fr.gmo +0 -0
- package/deps/xz/po/fr.po +0 -974
- package/deps/xz/po/insert-header.sin +0 -23
- package/deps/xz/po/it.gmo +0 -0
- package/deps/xz/po/it.po +0 -975
- package/deps/xz/po/pl.gmo +0 -0
- package/deps/xz/po/pl.po +0 -964
- package/deps/xz/po/quot.sed +0 -6
- package/deps/xz/po/remove-potcdate.sin +0 -19
- package/deps/xz/po/stamp-po +0 -1
- package/deps/xz/po/vi.gmo +0 -0
- package/deps/xz/po/vi.po +0 -970
- package/deps/xz/po/xz.pot +0 -854
- package/deps/xz/share/doc/xz/AUTHORS +0 -27
- package/deps/xz/share/doc/xz/COPYING +0 -65
- package/deps/xz/share/doc/xz/COPYING.GPLv2 +0 -339
- package/deps/xz/share/doc/xz/NEWS +0 -505
- package/deps/xz/share/doc/xz/README +0 -308
- package/deps/xz/share/doc/xz/THANKS +0 -116
- package/deps/xz/share/doc/xz/TODO +0 -111
- package/deps/xz/share/doc/xz/examples/00_README.txt +0 -31
- package/deps/xz/share/doc/xz/examples/01_compress_easy.c +0 -297
- package/deps/xz/share/doc/xz/examples/02_decompress.c +0 -287
- package/deps/xz/share/doc/xz/examples/03_compress_custom.c +0 -193
- package/deps/xz/share/doc/xz/examples/04_compress_easy_mt.c +0 -206
- package/deps/xz/share/doc/xz/examples/Makefile +0 -24
- package/deps/xz/share/doc/xz/examples_old/xz_pipe_comp.c +0 -127
- package/deps/xz/share/doc/xz/examples_old/xz_pipe_decomp.c +0 -123
- package/deps/xz/share/doc/xz/faq.txt +0 -224
- package/deps/xz/share/doc/xz/history.txt +0 -150
- package/deps/xz/share/doc/xz/lzma-file-format.txt +0 -166
- package/deps/xz/share/doc/xz/xz-file-format.txt +0 -1150
- package/deps/xz/share/locale/cs/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/de/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/fr/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/it/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/pl/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/vi/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/src/Makefile +0 -674
- package/deps/xz/src/Makefile.am +0 -42
- package/deps/xz/src/Makefile.in +0 -674
- package/deps/xz/src/common/common_w32res.rc +0 -50
- package/deps/xz/src/common/mythread.h +0 -521
- package/deps/xz/src/common/sysdefs.h +0 -202
- package/deps/xz/src/common/tuklib_common.h +0 -71
- package/deps/xz/src/common/tuklib_config.h +0 -7
- package/deps/xz/src/common/tuklib_cpucores.c +0 -91
- package/deps/xz/src/common/tuklib_cpucores.h +0 -23
- package/deps/xz/src/common/tuklib_exit.c +0 -57
- package/deps/xz/src/common/tuklib_exit.h +0 -25
- package/deps/xz/src/common/tuklib_gettext.h +0 -44
- package/deps/xz/src/common/tuklib_integer.h +0 -523
- package/deps/xz/src/common/tuklib_mbstr.h +0 -66
- package/deps/xz/src/common/tuklib_mbstr_fw.c +0 -31
- package/deps/xz/src/common/tuklib_mbstr_width.c +0 -64
- package/deps/xz/src/common/tuklib_open_stdxxx.c +0 -57
- package/deps/xz/src/common/tuklib_open_stdxxx.h +0 -23
- package/deps/xz/src/common/tuklib_physmem.c +0 -215
- package/deps/xz/src/common/tuklib_physmem.h +0 -28
- package/deps/xz/src/common/tuklib_progname.c +0 -50
- package/deps/xz/src/common/tuklib_progname.h +0 -32
- package/deps/xz/src/liblzma/.deps/liblzma_la-alone_decoder.Plo +0 -269
- package/deps/xz/src/liblzma/.deps/liblzma_la-alone_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-arm.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-armthumb.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-auto_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_buffer_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_buffer_encoder.Plo +0 -273
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_decoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_encoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_header_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_header_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_util.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-check.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-common.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_fast.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_small.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_table.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_x86.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_fast.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_small.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_table.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_x86.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-delta_common.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-delta_decoder.Plo +0 -265
- package/deps/xz/src/liblzma/.deps/liblzma_la-delta_encoder.Plo +0 -265
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_buffer_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_decoder_memusage.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_encoder_memusage.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_preset.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-fastpos_table.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_buffer_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_buffer_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_common.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_decoder.Plo +0 -283
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_encoder.Plo +0 -283
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_flags_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_flags_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-hardware_cputhreads.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-hardware_physmem.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-ia64.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-index.Plo +0 -262
- package/deps/xz/src/liblzma/.deps/liblzma_la-index_decoder.Plo +0 -266
- package/deps/xz/src/liblzma/.deps/liblzma_la-index_encoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-index_hash.Plo +0 -265
- package/deps/xz/src/liblzma/.deps/liblzma_la-lz_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-lz_encoder.Plo +0 -286
- package/deps/xz/src/liblzma/.deps/liblzma_la-lz_encoder_mf.Plo +0 -286
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma2_decoder.Plo +0 -266
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma2_encoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_decoder.Plo +0 -274
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder.Plo +0 -285
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder_optimum_fast.Plo +0 -300
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder_optimum_normal.Plo +0 -303
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder_presets.Plo +0 -259
- package/deps/xz/src/liblzma/.deps/liblzma_la-outqueue.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-powerpc.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-price_table.Plo +0 -266
- package/deps/xz/src/liblzma/.deps/liblzma_la-sha256.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-simple_coder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-simple_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-simple_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-sparc.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_buffer_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_buffer_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_encoder_mt.Plo +0 -273
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_flags_common.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_flags_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_flags_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-tuklib_cpucores.Plo +0 -170
- package/deps/xz/src/liblzma/.deps/liblzma_la-tuklib_physmem.Plo +0 -170
- package/deps/xz/src/liblzma/.deps/liblzma_la-vli_decoder.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-vli_encoder.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-vli_size.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-x86.Plo +0 -263
- package/deps/xz/src/liblzma/.libs/liblzma.a +0 -0
- package/deps/xz/src/liblzma/.libs/liblzma.lai +0 -41
- package/deps/xz/src/liblzma/Makefile +0 -1858
- package/deps/xz/src/liblzma/Makefile.am +0 -122
- package/deps/xz/src/liblzma/Makefile.in +0 -1858
- package/deps/xz/src/liblzma/api/Makefile +0 -608
- package/deps/xz/src/liblzma/api/Makefile.am +0 -23
- package/deps/xz/src/liblzma/api/Makefile.in +0 -608
- package/deps/xz/src/liblzma/api/lzma/base.h +0 -654
- package/deps/xz/src/liblzma/api/lzma/bcj.h +0 -90
- package/deps/xz/src/liblzma/api/lzma/block.h +0 -581
- package/deps/xz/src/liblzma/api/lzma/check.h +0 -150
- package/deps/xz/src/liblzma/api/lzma/container.h +0 -619
- package/deps/xz/src/liblzma/api/lzma/delta.h +0 -77
- package/deps/xz/src/liblzma/api/lzma/filter.h +0 -425
- package/deps/xz/src/liblzma/api/lzma/hardware.h +0 -64
- package/deps/xz/src/liblzma/api/lzma/index.h +0 -682
- package/deps/xz/src/liblzma/api/lzma/index_hash.h +0 -107
- package/deps/xz/src/liblzma/api/lzma/lzma12.h +0 -420
- package/deps/xz/src/liblzma/api/lzma/stream_flags.h +0 -223
- package/deps/xz/src/liblzma/api/lzma/version.h +0 -121
- package/deps/xz/src/liblzma/api/lzma/vli.h +0 -166
- package/deps/xz/src/liblzma/api/lzma.h +0 -321
- package/deps/xz/src/liblzma/check/Makefile.inc +0 -53
- package/deps/xz/src/liblzma/check/check.c +0 -174
- package/deps/xz/src/liblzma/check/check.h +0 -162
- package/deps/xz/src/liblzma/check/crc32_fast.c +0 -82
- package/deps/xz/src/liblzma/check/crc32_small.c +0 -61
- package/deps/xz/src/liblzma/check/crc32_table.c +0 -19
- package/deps/xz/src/liblzma/check/crc32_table_be.h +0 -525
- package/deps/xz/src/liblzma/check/crc32_table_le.h +0 -525
- package/deps/xz/src/liblzma/check/crc32_tablegen.c +0 -117
- package/deps/xz/src/liblzma/check/crc32_x86.S +0 -304
- package/deps/xz/src/liblzma/check/crc64_fast.c +0 -72
- package/deps/xz/src/liblzma/check/crc64_small.c +0 -53
- package/deps/xz/src/liblzma/check/crc64_table.c +0 -19
- package/deps/xz/src/liblzma/check/crc64_table_be.h +0 -521
- package/deps/xz/src/liblzma/check/crc64_table_le.h +0 -521
- package/deps/xz/src/liblzma/check/crc64_tablegen.c +0 -88
- package/deps/xz/src/liblzma/check/crc64_x86.S +0 -287
- package/deps/xz/src/liblzma/check/crc_macros.h +0 -30
- package/deps/xz/src/liblzma/check/sha256.c +0 -196
- package/deps/xz/src/liblzma/common/Makefile.inc +0 -76
- package/deps/xz/src/liblzma/common/alone_decoder.c +0 -238
- package/deps/xz/src/liblzma/common/alone_decoder.h +0 -23
- package/deps/xz/src/liblzma/common/alone_encoder.c +0 -157
- package/deps/xz/src/liblzma/common/auto_decoder.c +0 -186
- package/deps/xz/src/liblzma/common/block_buffer_decoder.c +0 -80
- package/deps/xz/src/liblzma/common/block_buffer_encoder.c +0 -337
- package/deps/xz/src/liblzma/common/block_buffer_encoder.h +0 -24
- package/deps/xz/src/liblzma/common/block_decoder.c +0 -252
- package/deps/xz/src/liblzma/common/block_decoder.h +0 -22
- package/deps/xz/src/liblzma/common/block_encoder.c +0 -217
- package/deps/xz/src/liblzma/common/block_encoder.h +0 -47
- package/deps/xz/src/liblzma/common/block_header_decoder.c +0 -124
- package/deps/xz/src/liblzma/common/block_header_encoder.c +0 -132
- package/deps/xz/src/liblzma/common/block_util.c +0 -90
- package/deps/xz/src/liblzma/common/common.c +0 -443
- package/deps/xz/src/liblzma/common/common.h +0 -318
- package/deps/xz/src/liblzma/common/easy_buffer_encoder.c +0 -27
- package/deps/xz/src/liblzma/common/easy_decoder_memusage.c +0 -24
- package/deps/xz/src/liblzma/common/easy_encoder.c +0 -24
- package/deps/xz/src/liblzma/common/easy_encoder_memusage.c +0 -24
- package/deps/xz/src/liblzma/common/easy_preset.c +0 -27
- package/deps/xz/src/liblzma/common/easy_preset.h +0 -32
- package/deps/xz/src/liblzma/common/filter_buffer_decoder.c +0 -88
- package/deps/xz/src/liblzma/common/filter_buffer_encoder.c +0 -55
- package/deps/xz/src/liblzma/common/filter_common.c +0 -337
- package/deps/xz/src/liblzma/common/filter_common.h +0 -48
- package/deps/xz/src/liblzma/common/filter_decoder.c +0 -184
- package/deps/xz/src/liblzma/common/filter_decoder.h +0 -23
- package/deps/xz/src/liblzma/common/filter_encoder.c +0 -286
- package/deps/xz/src/liblzma/common/filter_encoder.h +0 -27
- package/deps/xz/src/liblzma/common/filter_flags_decoder.c +0 -46
- package/deps/xz/src/liblzma/common/filter_flags_encoder.c +0 -56
- package/deps/xz/src/liblzma/common/hardware_cputhreads.c +0 -22
- package/deps/xz/src/liblzma/common/hardware_physmem.c +0 -25
- package/deps/xz/src/liblzma/common/index.c +0 -1246
- package/deps/xz/src/liblzma/common/index.h +0 -73
- package/deps/xz/src/liblzma/common/index_decoder.c +0 -345
- package/deps/xz/src/liblzma/common/index_encoder.c +0 -254
- package/deps/xz/src/liblzma/common/index_encoder.h +0 -23
- package/deps/xz/src/liblzma/common/index_hash.c +0 -334
- package/deps/xz/src/liblzma/common/memcmplen.h +0 -175
- package/deps/xz/src/liblzma/common/outqueue.c +0 -184
- package/deps/xz/src/liblzma/common/outqueue.h +0 -156
- package/deps/xz/src/liblzma/common/stream_buffer_decoder.c +0 -91
- package/deps/xz/src/liblzma/common/stream_buffer_encoder.c +0 -141
- package/deps/xz/src/liblzma/common/stream_decoder.c +0 -462
- package/deps/xz/src/liblzma/common/stream_decoder.h +0 -22
- package/deps/xz/src/liblzma/common/stream_encoder.c +0 -332
- package/deps/xz/src/liblzma/common/stream_encoder_mt.c +0 -1131
- package/deps/xz/src/liblzma/common/stream_flags_common.c +0 -47
- package/deps/xz/src/liblzma/common/stream_flags_common.h +0 -33
- package/deps/xz/src/liblzma/common/stream_flags_decoder.c +0 -82
- package/deps/xz/src/liblzma/common/stream_flags_encoder.c +0 -86
- package/deps/xz/src/liblzma/common/vli_decoder.c +0 -86
- package/deps/xz/src/liblzma/common/vli_encoder.c +0 -69
- package/deps/xz/src/liblzma/common/vli_size.c +0 -30
- package/deps/xz/src/liblzma/delta/Makefile.inc +0 -23
- package/deps/xz/src/liblzma/delta/delta_common.c +0 -70
- package/deps/xz/src/liblzma/delta/delta_common.h +0 -20
- package/deps/xz/src/liblzma/delta/delta_decoder.c +0 -76
- package/deps/xz/src/liblzma/delta/delta_decoder.h +0 -26
- package/deps/xz/src/liblzma/delta/delta_encoder.c +0 -121
- package/deps/xz/src/liblzma/delta/delta_encoder.h +0 -24
- package/deps/xz/src/liblzma/delta/delta_private.h +0 -37
- package/deps/xz/src/liblzma/liblzma.la +0 -41
- package/deps/xz/src/liblzma/liblzma.map +0 -108
- package/deps/xz/src/liblzma/liblzma.pc +0 -19
- package/deps/xz/src/liblzma/liblzma.pc.in +0 -19
- package/deps/xz/src/liblzma/liblzma_la-alone_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-alone_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-alone_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-alone_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-arm.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-arm.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-armthumb.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-armthumb.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-auto_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-auto_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_header_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_header_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_header_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_header_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_util.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_util.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-check.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-check.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc32_fast.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc32_fast.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc32_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc32_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc64_fast.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc64_fast.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc64_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc64_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-delta_common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-delta_common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-delta_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-delta_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-delta_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-delta_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_decoder_memusage.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_decoder_memusage.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder_memusage.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder_memusage.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_preset.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_preset.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-fastpos_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-fastpos_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-hardware_cputhreads.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-hardware_cputhreads.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-hardware_physmem.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-hardware_physmem.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-ia64.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-ia64.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index_hash.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index_hash.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lz_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lz_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder_mf.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder_mf.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma2_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma2_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma2_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma2_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_fast.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_fast.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_normal.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_normal.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_presets.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_presets.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-outqueue.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-outqueue.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-powerpc.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-powerpc.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-price_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-price_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-sha256.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-sha256.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-simple_coder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-simple_coder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-simple_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-simple_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-simple_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-simple_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-sparc.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-sparc.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder_mt.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder_mt.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-tuklib_cpucores.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-tuklib_cpucores.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-tuklib_physmem.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-tuklib_physmem.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-vli_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-vli_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-vli_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-vli_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-vli_size.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-vli_size.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-x86.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-x86.o +0 -0
- package/deps/xz/src/liblzma/liblzma_w32res.rc +0 -12
- package/deps/xz/src/liblzma/lz/Makefile.inc +0 -22
- package/deps/xz/src/liblzma/lz/lz_decoder.c +0 -300
- package/deps/xz/src/liblzma/lz/lz_decoder.h +0 -235
- package/deps/xz/src/liblzma/lz/lz_encoder.c +0 -605
- package/deps/xz/src/liblzma/lz/lz_encoder.h +0 -328
- package/deps/xz/src/liblzma/lz/lz_encoder_hash.h +0 -108
- package/deps/xz/src/liblzma/lz/lz_encoder_hash_table.h +0 -68
- package/deps/xz/src/liblzma/lz/lz_encoder_mf.c +0 -744
- package/deps/xz/src/liblzma/lzma/Makefile.inc +0 -43
- package/deps/xz/src/liblzma/lzma/fastpos.h +0 -141
- package/deps/xz/src/liblzma/lzma/fastpos_table.c +0 -519
- package/deps/xz/src/liblzma/lzma/fastpos_tablegen.c +0 -56
- package/deps/xz/src/liblzma/lzma/lzma2_decoder.c +0 -304
- package/deps/xz/src/liblzma/lzma/lzma2_decoder.h +0 -29
- package/deps/xz/src/liblzma/lzma/lzma2_encoder.c +0 -403
- package/deps/xz/src/liblzma/lzma/lzma2_encoder.h +0 -43
- package/deps/xz/src/liblzma/lzma/lzma_common.h +0 -224
- package/deps/xz/src/liblzma/lzma/lzma_decoder.c +0 -1061
- package/deps/xz/src/liblzma/lzma/lzma_decoder.h +0 -53
- package/deps/xz/src/liblzma/lzma/lzma_encoder.c +0 -676
- package/deps/xz/src/liblzma/lzma/lzma_encoder.h +0 -55
- package/deps/xz/src/liblzma/lzma/lzma_encoder_optimum_fast.c +0 -169
- package/deps/xz/src/liblzma/lzma/lzma_encoder_optimum_normal.c +0 -854
- package/deps/xz/src/liblzma/lzma/lzma_encoder_presets.c +0 -63
- package/deps/xz/src/liblzma/lzma/lzma_encoder_private.h +0 -148
- package/deps/xz/src/liblzma/rangecoder/Makefile.inc +0 -21
- package/deps/xz/src/liblzma/rangecoder/price.h +0 -92
- package/deps/xz/src/liblzma/rangecoder/price_table.c +0 -22
- package/deps/xz/src/liblzma/rangecoder/price_tablegen.c +0 -87
- package/deps/xz/src/liblzma/rangecoder/range_common.h +0 -73
- package/deps/xz/src/liblzma/rangecoder/range_decoder.h +0 -185
- package/deps/xz/src/liblzma/rangecoder/range_encoder.h +0 -231
- package/deps/xz/src/liblzma/simple/Makefile.inc +0 -47
- package/deps/xz/src/liblzma/simple/arm.c +0 -71
- package/deps/xz/src/liblzma/simple/armthumb.c +0 -76
- package/deps/xz/src/liblzma/simple/ia64.c +0 -112
- package/deps/xz/src/liblzma/simple/powerpc.c +0 -75
- package/deps/xz/src/liblzma/simple/simple_coder.c +0 -277
- package/deps/xz/src/liblzma/simple/simple_coder.h +0 -72
- package/deps/xz/src/liblzma/simple/simple_decoder.c +0 -40
- package/deps/xz/src/liblzma/simple/simple_decoder.h +0 -22
- package/deps/xz/src/liblzma/simple/simple_encoder.c +0 -38
- package/deps/xz/src/liblzma/simple/simple_encoder.h +0 -23
- package/deps/xz/src/liblzma/simple/simple_private.h +0 -76
- package/deps/xz/src/liblzma/simple/sparc.c +0 -83
- package/deps/xz/src/liblzma/simple/x86.c +0 -156
- package/deps/xz/src/liblzma/validate_map.sh +0 -68
- package/deps/xz/src/lzmainfo/.deps/lzmainfo-lzmainfo.Po +0 -1
- package/deps/xz/src/lzmainfo/.deps/lzmainfo-tuklib_exit.Po +0 -1
- package/deps/xz/src/lzmainfo/.deps/lzmainfo-tuklib_progname.Po +0 -1
- package/deps/xz/src/lzmainfo/Makefile +0 -802
- package/deps/xz/src/lzmainfo/Makefile.am +0 -39
- package/deps/xz/src/lzmainfo/Makefile.in +0 -802
- package/deps/xz/src/lzmainfo/lzmainfo.1 +0 -60
- package/deps/xz/src/lzmainfo/lzmainfo.c +0 -219
- package/deps/xz/src/lzmainfo/lzmainfo_w32res.rc +0 -12
- package/deps/xz/src/scripts/Makefile +0 -642
- package/deps/xz/src/scripts/Makefile.am +0 -55
- package/deps/xz/src/scripts/Makefile.in +0 -642
- package/deps/xz/src/scripts/xzdiff +0 -200
- package/deps/xz/src/scripts/xzdiff.1 +0 -77
- package/deps/xz/src/scripts/xzdiff.in +0 -200
- package/deps/xz/src/scripts/xzgrep +0 -215
- package/deps/xz/src/scripts/xzgrep.1 +0 -98
- package/deps/xz/src/scripts/xzgrep.in +0 -215
- package/deps/xz/src/scripts/xzless +0 -58
- package/deps/xz/src/scripts/xzless.1 +0 -69
- package/deps/xz/src/scripts/xzless.in +0 -58
- package/deps/xz/src/scripts/xzmore +0 -78
- package/deps/xz/src/scripts/xzmore.1 +0 -55
- package/deps/xz/src/scripts/xzmore.in +0 -78
- package/deps/xz/src/xz/.deps/xz-args.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-coder.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-file_io.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-hardware.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-list.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-main.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-message.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-mytime.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-options.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-signals.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-suffix.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_exit.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_mbstr_fw.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_mbstr_width.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_open_stdxxx.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_progname.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-util.Po +0 -1
- package/deps/xz/src/xz/Makefile +0 -1066
- package/deps/xz/src/xz/Makefile.am +0 -107
- package/deps/xz/src/xz/Makefile.in +0 -1066
- package/deps/xz/src/xz/args.c +0 -684
- package/deps/xz/src/xz/args.h +0 -44
- package/deps/xz/src/xz/coder.c +0 -919
- package/deps/xz/src/xz/coder.h +0 -76
- package/deps/xz/src/xz/file_io.c +0 -1184
- package/deps/xz/src/xz/file_io.h +0 -150
- package/deps/xz/src/xz/hardware.c +0 -150
- package/deps/xz/src/xz/hardware.h +0 -37
- package/deps/xz/src/xz/list.c +0 -1186
- package/deps/xz/src/xz/list.h +0 -18
- package/deps/xz/src/xz/main.c +0 -307
- package/deps/xz/src/xz/main.h +0 -30
- package/deps/xz/src/xz/message.c +0 -1258
- package/deps/xz/src/xz/message.h +0 -167
- package/deps/xz/src/xz/mytime.c +0 -89
- package/deps/xz/src/xz/mytime.h +0 -47
- package/deps/xz/src/xz/options.c +0 -363
- package/deps/xz/src/xz/options.h +0 -31
- package/deps/xz/src/xz/private.h +0 -59
- package/deps/xz/src/xz/signals.c +0 -209
- package/deps/xz/src/xz/signals.h +0 -43
- package/deps/xz/src/xz/suffix.c +0 -399
- package/deps/xz/src/xz/suffix.h +0 -28
- package/deps/xz/src/xz/util.c +0 -288
- package/deps/xz/src/xz/util.h +0 -123
- package/deps/xz/src/xz/xz.1 +0 -2786
- package/deps/xz/src/xz/xz_w32res.rc +0 -12
- package/deps/xz/src/xzdec/.deps/lzmadec-tuklib_exit.Po +0 -1
- package/deps/xz/src/xzdec/.deps/lzmadec-tuklib_progname.Po +0 -1
- package/deps/xz/src/xzdec/.deps/lzmadec-xzdec.Po +0 -1
- package/deps/xz/src/xzdec/.deps/xzdec-tuklib_exit.Po +0 -1
- package/deps/xz/src/xzdec/.deps/xzdec-tuklib_progname.Po +0 -1
- package/deps/xz/src/xzdec/.deps/xzdec-xzdec.Po +0 -1
- package/deps/xz/src/xzdec/Makefile +0 -901
- package/deps/xz/src/xzdec/Makefile.am +0 -82
- package/deps/xz/src/xzdec/Makefile.in +0 -901
- package/deps/xz/src/xzdec/lzmadec_w32res.rc +0 -12
- package/deps/xz/src/xzdec/xzdec.1 +0 -146
- package/deps/xz/src/xzdec/xzdec.c +0 -323
- package/deps/xz/src/xzdec/xzdec_w32res.rc +0 -12
- package/deps/xz/stamp-h1 +0 -1
- package/deps/xz/tests/.deps/create_compress_files.Po +0 -1
- package/deps/xz/tests/.deps/test_bcj_exact_size.Po +0 -1
- package/deps/xz/tests/.deps/test_block_header.Po +0 -1
- package/deps/xz/tests/.deps/test_check.Po +0 -1
- package/deps/xz/tests/.deps/test_filter_flags.Po +0 -1
- package/deps/xz/tests/.deps/test_index.Po +0 -1
- package/deps/xz/tests/.deps/test_stream_flags.Po +0 -1
- package/deps/xz/tests/Makefile +0 -832
- package/deps/xz/tests/Makefile.am +0 -57
- package/deps/xz/tests/Makefile.in +0 -832
- package/deps/xz/tests/bcj_test.c +0 -65
- package/deps/xz/tests/compress_prepared_bcj_sparc +0 -0
- package/deps/xz/tests/compress_prepared_bcj_x86 +0 -0
- package/deps/xz/tests/create_compress_files.c +0 -158
- package/deps/xz/tests/files/README +0 -240
- package/deps/xz/tests/files/bad-0-backward_size.xz +0 -0
- package/deps/xz/tests/files/bad-0-empty-truncated.xz +0 -0
- package/deps/xz/tests/files/bad-0-footer_magic.xz +0 -0
- package/deps/xz/tests/files/bad-0-header_magic.xz +0 -0
- package/deps/xz/tests/files/bad-0-nonempty_index.xz +0 -0
- package/deps/xz/tests/files/bad-0cat-alone.xz +0 -0
- package/deps/xz/tests/files/bad-0cat-header_magic.xz +0 -0
- package/deps/xz/tests/files/bad-0catpad-empty.xz +0 -0
- package/deps/xz/tests/files/bad-0pad-empty.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-2.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-3.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-4.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-5.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-6.xz +0 -0
- package/deps/xz/tests/files/bad-1-check-crc32.xz +0 -0
- package/deps/xz/tests/files/bad-1-check-crc64.xz +0 -0
- package/deps/xz/tests/files/bad-1-check-sha256.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-2.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-3.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-4.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-5.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-6.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-7.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-8.xz +0 -0
- package/deps/xz/tests/files/bad-1-stream_flags-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-stream_flags-2.xz +0 -0
- package/deps/xz/tests/files/bad-1-stream_flags-3.xz +0 -0
- package/deps/xz/tests/files/bad-1-vli-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-vli-2.xz +0 -0
- package/deps/xz/tests/files/bad-2-compressed_data_padding.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-1.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-2.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-3.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-4.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-5.xz +0 -0
- package/deps/xz/tests/files/good-0-empty.xz +0 -0
- package/deps/xz/tests/files/good-0cat-empty.xz +0 -0
- package/deps/xz/tests/files/good-0catpad-empty.xz +0 -0
- package/deps/xz/tests/files/good-0pad-empty.xz +0 -0
- package/deps/xz/tests/files/good-1-3delta-lzma2.xz +0 -0
- package/deps/xz/tests/files/good-1-block_header-1.xz +0 -0
- package/deps/xz/tests/files/good-1-block_header-2.xz +0 -0
- package/deps/xz/tests/files/good-1-block_header-3.xz +0 -0
- package/deps/xz/tests/files/good-1-check-crc32.xz +0 -0
- package/deps/xz/tests/files/good-1-check-crc64.xz +0 -0
- package/deps/xz/tests/files/good-1-check-none.xz +0 -0
- package/deps/xz/tests/files/good-1-check-sha256.xz +0 -0
- package/deps/xz/tests/files/good-1-delta-lzma2.tiff.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-1.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-2.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-3.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-4.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-5.xz +0 -0
- package/deps/xz/tests/files/good-1-sparc-lzma2.xz +0 -0
- package/deps/xz/tests/files/good-1-x86-lzma2.xz +0 -0
- package/deps/xz/tests/files/good-2-lzma2.xz +0 -0
- package/deps/xz/tests/files/unsupported-block_header.xz +0 -0
- package/deps/xz/tests/files/unsupported-check.xz +0 -0
- package/deps/xz/tests/files/unsupported-filter_flags-1.xz +0 -0
- package/deps/xz/tests/files/unsupported-filter_flags-2.xz +0 -0
- package/deps/xz/tests/files/unsupported-filter_flags-3.xz +0 -0
- package/deps/xz/tests/test_bcj_exact_size.c +0 -113
- package/deps/xz/tests/test_block_header.c +0 -240
- package/deps/xz/tests/test_check.c +0 -83
- package/deps/xz/tests/test_compress.sh +0 -142
- package/deps/xz/tests/test_files.sh +0 -57
- package/deps/xz/tests/test_filter_flags.c +0 -258
- package/deps/xz/tests/test_index.c +0 -659
- package/deps/xz/tests/test_scripts.sh +0 -76
- package/deps/xz/tests/test_stream_flags.c +0 -180
- package/deps/xz/tests/tests.h +0 -124
- package/deps/xz/tests/xzgrep_expected_output +0 -39
- package/deps/xz/windows/INSTALL-MSVC.txt +0 -47
- package/deps/xz/windows/INSTALL-MinGW.txt +0 -138
- package/deps/xz/windows/README-Windows.txt +0 -122
- package/deps/xz/windows/build.bash +0 -203
- package/deps/xz/windows/config.h +0 -142
- package/deps/xz/windows/liblzma.vcxproj +0 -354
- package/deps/xz/windows/liblzma_dll.vcxproj +0 -383
- package/deps/xz/windows/xz_win.sln +0 -48
- package/lib/lzma.js +0 -377
- package/node_modules/node-pre-gyp/CHANGELOG.md +0 -319
- package/node_modules/node-pre-gyp/LICENSE +0 -27
- package/node_modules/node-pre-gyp/README.md +0 -570
- package/node_modules/node-pre-gyp/appveyor.yml +0 -30
- package/node_modules/node-pre-gyp/bin/node-pre-gyp +0 -131
- package/node_modules/node-pre-gyp/bin/node-pre-gyp.cmd +0 -2
- package/node_modules/node-pre-gyp/lib/build.js +0 -43
- package/node_modules/node-pre-gyp/lib/clean.js +0 -23
- package/node_modules/node-pre-gyp/lib/configure.js +0 -48
- package/node_modules/node-pre-gyp/lib/info.js +0 -40
- package/node_modules/node-pre-gyp/lib/install.js +0 -215
- package/node_modules/node-pre-gyp/lib/node-pre-gyp.js +0 -192
- package/node_modules/node-pre-gyp/lib/package.js +0 -46
- package/node_modules/node-pre-gyp/lib/pre-binding.js +0 -25
- package/node_modules/node-pre-gyp/lib/publish.js +0 -77
- package/node_modules/node-pre-gyp/lib/rebuild.js +0 -13
- package/node_modules/node-pre-gyp/lib/reinstall.js +0 -13
- package/node_modules/node-pre-gyp/lib/reveal.js +0 -31
- package/node_modules/node-pre-gyp/lib/testbinary.js +0 -73
- package/node_modules/node-pre-gyp/lib/testpackage.js +0 -49
- package/node_modules/node-pre-gyp/lib/unpublish.js +0 -41
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +0 -1222
- package/node_modules/node-pre-gyp/lib/util/compile.js +0 -87
- package/node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js +0 -94
- package/node_modules/node-pre-gyp/lib/util/nw-pre-gyp/index.html +0 -26
- package/node_modules/node-pre-gyp/lib/util/nw-pre-gyp/package.json +0 -9
- package/node_modules/node-pre-gyp/lib/util/s3_setup.js +0 -27
- package/node_modules/node-pre-gyp/lib/util/versioning.js +0 -308
- package/node_modules/node-pre-gyp/package.json +0 -136
|
@@ -1,308 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
XZ Utils
|
|
3
|
-
========
|
|
4
|
-
|
|
5
|
-
0. Overview
|
|
6
|
-
1. Documentation
|
|
7
|
-
1.1. Overall documentation
|
|
8
|
-
1.2. Documentation for command-line tools
|
|
9
|
-
1.3. Documentation for liblzma
|
|
10
|
-
2. Version numbering
|
|
11
|
-
3. Reporting bugs
|
|
12
|
-
4. Translating the xz tool
|
|
13
|
-
5. Other implementations of the .xz format
|
|
14
|
-
6. Contact information
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
0. Overview
|
|
18
|
-
-----------
|
|
19
|
-
|
|
20
|
-
XZ Utils provide a general-purpose data-compression library plus
|
|
21
|
-
command-line tools. The native file format is the .xz format, but
|
|
22
|
-
also the legacy .lzma format is supported. The .xz format supports
|
|
23
|
-
multiple compression algorithms, which are called "filters" in the
|
|
24
|
-
context of XZ Utils. The primary filter is currently LZMA2. With
|
|
25
|
-
typical files, XZ Utils create about 30 % smaller files than gzip.
|
|
26
|
-
|
|
27
|
-
To ease adapting support for the .xz format into existing applications
|
|
28
|
-
and scripts, the API of liblzma is somewhat similar to the API of the
|
|
29
|
-
popular zlib library. For the same reason, the command-line tool xz
|
|
30
|
-
has a command-line syntax similar to that of gzip.
|
|
31
|
-
|
|
32
|
-
When aiming for the highest compression ratio, the LZMA2 encoder uses
|
|
33
|
-
a lot of CPU time and may use, depending on the settings, even
|
|
34
|
-
hundreds of megabytes of RAM. However, in fast modes, the LZMA2 encoder
|
|
35
|
-
competes with bzip2 in compression speed, RAM usage, and compression
|
|
36
|
-
ratio.
|
|
37
|
-
|
|
38
|
-
LZMA2 is reasonably fast to decompress. It is a little slower than
|
|
39
|
-
gzip, but a lot faster than bzip2. Being fast to decompress means
|
|
40
|
-
that the .xz format is especially nice when the same file will be
|
|
41
|
-
decompressed very many times (usually on different computers), which
|
|
42
|
-
is the case e.g. when distributing software packages. In such
|
|
43
|
-
situations, it's not too bad if the compression takes some time,
|
|
44
|
-
since that needs to be done only once to benefit many people.
|
|
45
|
-
|
|
46
|
-
With some file types, combining (or "chaining") LZMA2 with an
|
|
47
|
-
additional filter can improve the compression ratio. A filter chain may
|
|
48
|
-
contain up to four filters, although usually only one or two are used.
|
|
49
|
-
For example, putting a BCJ (Branch/Call/Jump) filter before LZMA2
|
|
50
|
-
in the filter chain can improve compression ratio of executable files.
|
|
51
|
-
|
|
52
|
-
Since the .xz format allows adding new filter IDs, it is possible that
|
|
53
|
-
some day there will be a filter that is, for example, much faster to
|
|
54
|
-
compress than LZMA2 (but probably with worse compression ratio).
|
|
55
|
-
Similarly, it is possible that some day there is a filter that will
|
|
56
|
-
compress better than LZMA2.
|
|
57
|
-
|
|
58
|
-
XZ Utils doesn't support multithreaded compression or decompression
|
|
59
|
-
yet. It has been planned though and taken into account when designing
|
|
60
|
-
the .xz file format.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
1. Documentation
|
|
64
|
-
----------------
|
|
65
|
-
|
|
66
|
-
1.1. Overall documentation
|
|
67
|
-
|
|
68
|
-
README This file
|
|
69
|
-
|
|
70
|
-
INSTALL.generic Generic install instructions for those not familiar
|
|
71
|
-
with packages using GNU Autotools
|
|
72
|
-
INSTALL Installation instructions specific to XZ Utils
|
|
73
|
-
PACKAGERS Information to packagers of XZ Utils
|
|
74
|
-
|
|
75
|
-
COPYING XZ Utils copyright and license information
|
|
76
|
-
COPYING.GPLv2 GNU General Public License version 2
|
|
77
|
-
COPYING.GPLv3 GNU General Public License version 3
|
|
78
|
-
COPYING.LGPLv2.1 GNU Lesser General Public License version 2.1
|
|
79
|
-
|
|
80
|
-
AUTHORS The main authors of XZ Utils
|
|
81
|
-
THANKS Incomplete list of people who have helped making
|
|
82
|
-
this software
|
|
83
|
-
NEWS User-visible changes between XZ Utils releases
|
|
84
|
-
ChangeLog Detailed list of changes (commit log)
|
|
85
|
-
TODO Known bugs and some sort of to-do list
|
|
86
|
-
|
|
87
|
-
Note that only some of the above files are included in binary
|
|
88
|
-
packages.
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
1.2. Documentation for command-line tools
|
|
92
|
-
|
|
93
|
-
The command-line tools are documented as man pages. In source code
|
|
94
|
-
releases (and possibly also in some binary packages), the man pages
|
|
95
|
-
are also provided in plain text (ASCII only) and PDF formats in the
|
|
96
|
-
directory "doc/man" to make the man pages more accessible to those
|
|
97
|
-
whose operating system doesn't provide an easy way to view man pages.
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
1.3. Documentation for liblzma
|
|
101
|
-
|
|
102
|
-
The liblzma API headers include short docs about each function
|
|
103
|
-
and data type as Doxygen tags. These docs should be quite OK as
|
|
104
|
-
a quick reference.
|
|
105
|
-
|
|
106
|
-
I have planned to write a bunch of very well documented example
|
|
107
|
-
programs, which (due to comments) should work as a tutorial to
|
|
108
|
-
various features of liblzma. No such example programs have been
|
|
109
|
-
written yet.
|
|
110
|
-
|
|
111
|
-
For now, if you have never used liblzma, libbzip2, or zlib, I
|
|
112
|
-
recommend learning the *basics* of the zlib API. Once you know that,
|
|
113
|
-
it should be easier to learn liblzma.
|
|
114
|
-
|
|
115
|
-
http://zlib.net/manual.html
|
|
116
|
-
http://zlib.net/zlib_how.html
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
2. Version numbering
|
|
120
|
-
--------------------
|
|
121
|
-
|
|
122
|
-
The version number format of XZ Utils is X.Y.ZS:
|
|
123
|
-
|
|
124
|
-
- X is the major version. When this is incremented, the library
|
|
125
|
-
API and ABI break.
|
|
126
|
-
|
|
127
|
-
- Y is the minor version. It is incremented when new features
|
|
128
|
-
are added without breaking the existing API or ABI. An even Y
|
|
129
|
-
indicates a stable release and an odd Y indicates unstable
|
|
130
|
-
(alpha or beta version).
|
|
131
|
-
|
|
132
|
-
- Z is the revision. This has a different meaning for stable and
|
|
133
|
-
unstable releases:
|
|
134
|
-
|
|
135
|
-
* Stable: Z is incremented when bugs get fixed without adding
|
|
136
|
-
any new features. This is intended to be convenient for
|
|
137
|
-
downstream distributors that want bug fixes but don't want
|
|
138
|
-
any new features to minimize the risk of introducing new bugs.
|
|
139
|
-
|
|
140
|
-
* Unstable: Z is just a counter. API or ABI of features added
|
|
141
|
-
in earlier unstable releases having the same X.Y may break.
|
|
142
|
-
|
|
143
|
-
- S indicates stability of the release. It is missing from the
|
|
144
|
-
stable releases, where Y is an even number. When Y is odd, S
|
|
145
|
-
is either "alpha" or "beta" to make it very clear that such
|
|
146
|
-
versions are not stable releases. The same X.Y.Z combination is
|
|
147
|
-
not used for more than one stability level, i.e. after X.Y.Zalpha,
|
|
148
|
-
the next version can be X.Y.(Z+1)beta but not X.Y.Zbeta.
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
3. Reporting bugs
|
|
152
|
-
-----------------
|
|
153
|
-
|
|
154
|
-
Naturally it is easiest for me if you already know what causes the
|
|
155
|
-
unexpected behavior. Even better if you have a patch to propose.
|
|
156
|
-
However, quite often the reason for unexpected behavior is unknown,
|
|
157
|
-
so here are a few things to do before sending a bug report:
|
|
158
|
-
|
|
159
|
-
1. Try to create a small example how to reproduce the issue.
|
|
160
|
-
|
|
161
|
-
2. Compile XZ Utils with debugging code using configure switches
|
|
162
|
-
--enable-debug and, if possible, --disable-shared. If you are
|
|
163
|
-
using GCC, use CFLAGS='-O0 -ggdb3'. Don't strip the resulting
|
|
164
|
-
binaries.
|
|
165
|
-
|
|
166
|
-
3. Turn on core dumps. The exact command depends on your shell;
|
|
167
|
-
for example in GNU bash it is done with "ulimit -c unlimited",
|
|
168
|
-
and in tcsh with "limit coredumpsize unlimited".
|
|
169
|
-
|
|
170
|
-
4. Try to reproduce the suspected bug. If you get "assertion failed"
|
|
171
|
-
message, be sure to include the complete message in your bug
|
|
172
|
-
report. If the application leaves a coredump, get a backtrace
|
|
173
|
-
using gdb:
|
|
174
|
-
$ gdb /path/to/app-binary # Load the app to the debugger.
|
|
175
|
-
(gdb) core core # Open the coredump.
|
|
176
|
-
(gdb) bt # Print the backtrace. Copy & paste to bug report.
|
|
177
|
-
(gdb) quit # Quit gdb.
|
|
178
|
-
|
|
179
|
-
Report your bug via email or IRC (see Contact information below).
|
|
180
|
-
Don't send core dump files or any executables. If you have a small
|
|
181
|
-
example file(s) (total size less than 256 KiB), please include
|
|
182
|
-
it/them as an attachment. If you have bigger test files, put them
|
|
183
|
-
online somewhere and include a URL to the file(s) in the bug report.
|
|
184
|
-
|
|
185
|
-
Always include the exact version number of XZ Utils in the bug report.
|
|
186
|
-
If you are using a snapshot from the git repository, use "git describe"
|
|
187
|
-
to get the exact snapshot version. If you are using XZ Utils shipped
|
|
188
|
-
in an operating system distribution, mention the distribution name,
|
|
189
|
-
distribution version, and exact xz package version; if you cannot
|
|
190
|
-
repeat the bug with the code compiled from unpatched source code,
|
|
191
|
-
you probably need to report a bug to your distribution's bug tracking
|
|
192
|
-
system.
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
4. Translating the xz tool
|
|
196
|
-
--------------------------
|
|
197
|
-
|
|
198
|
-
The messages from the xz tool have been translated into a few
|
|
199
|
-
languages. Before starting to translate into a new language, ask
|
|
200
|
-
the author whether someone else hasn't already started working on it.
|
|
201
|
-
|
|
202
|
-
Test your translation. Testing includes comparing the translated
|
|
203
|
-
output to the original English version by running the same commands
|
|
204
|
-
in both your target locale and with LC_ALL=C. Ask someone to
|
|
205
|
-
proof-read and test the translation.
|
|
206
|
-
|
|
207
|
-
Testing can be done e.g. by installing xz into a temporary directory:
|
|
208
|
-
|
|
209
|
-
./configure --disable-shared --prefix=/tmp/xz-test
|
|
210
|
-
# <Edit the .po file in the po directory.>
|
|
211
|
-
make -C po update-po
|
|
212
|
-
make install
|
|
213
|
-
bash debug/translation.bash | less
|
|
214
|
-
bash debug/translation.bash | less -S # For --list outputs
|
|
215
|
-
|
|
216
|
-
Repeat the above as needed (no need to re-run configure though).
|
|
217
|
-
|
|
218
|
-
Note especially the following:
|
|
219
|
-
|
|
220
|
-
- The output of --help and --long-help must look nice on
|
|
221
|
-
an 80-column terminal. It's OK to add extra lines if needed.
|
|
222
|
-
|
|
223
|
-
- In contrast, don't add extra lines to error messages and such.
|
|
224
|
-
They are often preceded with e.g. a filename on the same line,
|
|
225
|
-
so you have no way to predict where to put a \n. Let the terminal
|
|
226
|
-
do the wrapping even if it looks ugly. Adding new lines will be
|
|
227
|
-
even uglier in the generic case even if it looks nice in a few
|
|
228
|
-
limited examples.
|
|
229
|
-
|
|
230
|
-
- Be careful with column alignment in tables and table-like output
|
|
231
|
-
(--list, --list --verbose --verbose, --info-memory, --help, and
|
|
232
|
-
--long-help):
|
|
233
|
-
|
|
234
|
-
* All descriptions of options in --help should start in the
|
|
235
|
-
same column (but it doesn't need to be the same column as
|
|
236
|
-
in the English messages; just be consistent if you change it).
|
|
237
|
-
Check that both --help and --long-help look OK, since they
|
|
238
|
-
share several strings.
|
|
239
|
-
|
|
240
|
-
* --list --verbose and --info-memory print lines that have
|
|
241
|
-
the format "Description: %s". If you need a longer
|
|
242
|
-
description, you can put extra space between the colon
|
|
243
|
-
and %s. Then you may need to add extra space to other
|
|
244
|
-
strings too so that the result as a whole looks good (all
|
|
245
|
-
values start at the same column).
|
|
246
|
-
|
|
247
|
-
* The columns of the actual tables in --list --verbose --verbose
|
|
248
|
-
should be aligned properly. Abbreviate if necessary. It might
|
|
249
|
-
be good to keep at least 2 or 3 spaces between column headings
|
|
250
|
-
and avoid spaces in the headings so that the columns stand out
|
|
251
|
-
better, but this is a matter of opinion. Do what you think
|
|
252
|
-
looks best.
|
|
253
|
-
|
|
254
|
-
- Be careful to put a period at the end of a sentence when the
|
|
255
|
-
original version has it, and don't put it when the original
|
|
256
|
-
doesn't have it. Similarly, be careful with \n characters
|
|
257
|
-
at the beginning and end of the strings.
|
|
258
|
-
|
|
259
|
-
- Read the TRANSLATORS comments that have been extracted from the
|
|
260
|
-
source code and included in xz.pot. If they suggest testing the
|
|
261
|
-
translation with some type of command, do it. If testing needs
|
|
262
|
-
input files, use e.g. tests/files/good-*.xz.
|
|
263
|
-
|
|
264
|
-
- When updating the translation, read the fuzzy (modified) strings
|
|
265
|
-
carefully, and don't mark them as updated before you actually
|
|
266
|
-
have updated them. Reading through the unchanged messages can be
|
|
267
|
-
good too; sometimes you may find a better wording for them.
|
|
268
|
-
|
|
269
|
-
- If you find language problems in the original English strings,
|
|
270
|
-
feel free to suggest improvements. Ask if something is unclear.
|
|
271
|
-
|
|
272
|
-
- The translated messages should be understandable (sometimes this
|
|
273
|
-
may be a problem with the original English messages too). Don't
|
|
274
|
-
make a direct word-by-word translation from English especially if
|
|
275
|
-
the result doesn't sound good in your language.
|
|
276
|
-
|
|
277
|
-
In short, take your time and pay attention to the details. Making
|
|
278
|
-
a good translation is not a quick and trivial thing to do. The
|
|
279
|
-
translated xz should look as polished as the English version.
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
5. Other implementations of the .xz format
|
|
283
|
-
------------------------------------------
|
|
284
|
-
|
|
285
|
-
7-Zip and the p7zip port of 7-Zip support the .xz format starting
|
|
286
|
-
from the version 9.00alpha.
|
|
287
|
-
|
|
288
|
-
http://7-zip.org/
|
|
289
|
-
http://p7zip.sourceforge.net/
|
|
290
|
-
|
|
291
|
-
XZ Embedded is a limited implementation written for use in the Linux
|
|
292
|
-
kernel, but it is also suitable for other embedded use.
|
|
293
|
-
|
|
294
|
-
http://tukaani.org/xz/embedded.html
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
6. Contact information
|
|
298
|
-
----------------------
|
|
299
|
-
|
|
300
|
-
If you have questions, bug reports, patches etc. related to XZ Utils,
|
|
301
|
-
contact Lasse Collin <lasse.collin@tukaani.org> (in Finnish or English).
|
|
302
|
-
I'm sometimes slow at replying. If you haven't got a reply within two
|
|
303
|
-
weeks, assume that your email has got lost and resend it or use IRC.
|
|
304
|
-
|
|
305
|
-
You can find me also from #tukaani on Freenode; my nick is Larhzu.
|
|
306
|
-
The channel tends to be pretty quiet, so just ask your question and
|
|
307
|
-
someone may wake up.
|
|
308
|
-
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Thanks
|
|
3
|
-
======
|
|
4
|
-
|
|
5
|
-
Some people have helped more, some less, but nevertheless everyone's help
|
|
6
|
-
has been important. :-) In alphabetical order:
|
|
7
|
-
- Mark Adler
|
|
8
|
-
- H. Peter Anvin
|
|
9
|
-
- Jeff Bastian
|
|
10
|
-
- Nelson H. F. Beebe
|
|
11
|
-
- Karl Berry
|
|
12
|
-
- Anders F. Björklund
|
|
13
|
-
- Emmanuel Blot
|
|
14
|
-
- Martin Blumenstingl
|
|
15
|
-
- Jakub Bogusz
|
|
16
|
-
- Maarten Bosmans
|
|
17
|
-
- Trent W. Buck
|
|
18
|
-
- James Buren
|
|
19
|
-
- David Burklund
|
|
20
|
-
- Daniel Mealha Cabrita
|
|
21
|
-
- Milo Casagrande
|
|
22
|
-
- Marek Černocký
|
|
23
|
-
- Tomer Chachamu
|
|
24
|
-
- Gabi Davar
|
|
25
|
-
- Chris Donawa
|
|
26
|
-
- Andrew Dudman
|
|
27
|
-
- Markus Duft
|
|
28
|
-
- İsmail Dönmez
|
|
29
|
-
- Robert Elz
|
|
30
|
-
- Gilles Espinasse
|
|
31
|
-
- Denis Excoffier
|
|
32
|
-
- Michael Felt
|
|
33
|
-
- Michael Fox
|
|
34
|
-
- Mike Frysinger
|
|
35
|
-
- Daniel Richard G.
|
|
36
|
-
- Bill Glessner
|
|
37
|
-
- Jason Gorski
|
|
38
|
-
- Juan Manuel Guerrero
|
|
39
|
-
- Diederik de Haas
|
|
40
|
-
- Joachim Henke
|
|
41
|
-
- Christian Hesse
|
|
42
|
-
- Vincenzo Innocente
|
|
43
|
-
- Peter Ivanov
|
|
44
|
-
- Jouk Jansen
|
|
45
|
-
- Jun I Jin
|
|
46
|
-
- Per Øyvind Karlsen
|
|
47
|
-
- Thomas Klausner
|
|
48
|
-
- Richard Koch
|
|
49
|
-
- Ville Koskinen
|
|
50
|
-
- Jan Kratochvil
|
|
51
|
-
- Christian Kujau
|
|
52
|
-
- Stephan Kulow
|
|
53
|
-
- Peter Lawler
|
|
54
|
-
- James M Leddy
|
|
55
|
-
- Hin-Tak Leung
|
|
56
|
-
- Andraž 'ruskie' Levstik
|
|
57
|
-
- Cary Lewis
|
|
58
|
-
- Wim Lewis
|
|
59
|
-
- Lorenzo De Liso
|
|
60
|
-
- Bela Lubkin
|
|
61
|
-
- Gregory Margo
|
|
62
|
-
- Jim Meyering
|
|
63
|
-
- Arkadiusz Miskiewicz
|
|
64
|
-
- Conley Moorhous
|
|
65
|
-
- Rafał Mużyło
|
|
66
|
-
- Adrien Nader
|
|
67
|
-
- Hongbo Ni
|
|
68
|
-
- Jonathan Nieder
|
|
69
|
-
- Andre Noll
|
|
70
|
-
- Peter O'Gorman
|
|
71
|
-
- Peter Pallinger
|
|
72
|
-
- Rui Paulo
|
|
73
|
-
- Igor Pavlov
|
|
74
|
-
- Diego Elio Pettenò
|
|
75
|
-
- Elbert Pol
|
|
76
|
-
- Mikko Pouru
|
|
77
|
-
- Trần Ngọc Quân
|
|
78
|
-
- Pavel Raiskup
|
|
79
|
-
- Ole André Vadla Ravnås
|
|
80
|
-
- Robert Readman
|
|
81
|
-
- Bernhard Reutner-Fischer
|
|
82
|
-
- Eric S. Raymond
|
|
83
|
-
- Cristian Rodríguez
|
|
84
|
-
- Christian von Roques
|
|
85
|
-
- Torsten Rupp
|
|
86
|
-
- Jukka Salmi
|
|
87
|
-
- Alexandre Sauvé
|
|
88
|
-
- Benno Schulenberg
|
|
89
|
-
- Andreas Schwab
|
|
90
|
-
- Dan Shechter
|
|
91
|
-
- Stuart Shelton
|
|
92
|
-
- Brad Smith
|
|
93
|
-
- Jonathan Stott
|
|
94
|
-
- Dan Stromberg
|
|
95
|
-
- Vincent Torri
|
|
96
|
-
- Paul Townsend
|
|
97
|
-
- Mohammed Adnène Trojette
|
|
98
|
-
- Alexey Tourbin
|
|
99
|
-
- Patrick J. Volkerding
|
|
100
|
-
- Martin Väth
|
|
101
|
-
- Adam Walling
|
|
102
|
-
- Christian Weisgerber
|
|
103
|
-
- Bert Wesarg
|
|
104
|
-
- Fredrik Wikstrom
|
|
105
|
-
- Ralf Wildenhues
|
|
106
|
-
- Charles Wilson
|
|
107
|
-
- Lars Wirzenius
|
|
108
|
-
- Pilorz Wojciech
|
|
109
|
-
- Ryan Young
|
|
110
|
-
- Andreas Zieringer
|
|
111
|
-
|
|
112
|
-
Also thanks to all the people who have participated in the Tukaani project.
|
|
113
|
-
|
|
114
|
-
I have probably forgot to add some names to the above list. Sorry about
|
|
115
|
-
that and thanks for your help.
|
|
116
|
-
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
XZ Utils To-Do List
|
|
3
|
-
===================
|
|
4
|
-
|
|
5
|
-
Known bugs
|
|
6
|
-
----------
|
|
7
|
-
|
|
8
|
-
The test suite is too incomplete.
|
|
9
|
-
|
|
10
|
-
If the memory usage limit is less than about 13 MiB, xz is unable to
|
|
11
|
-
automatically scale down the compression settings enough even though
|
|
12
|
-
it would be possible by switching from BT2/BT3/BT4 match finder to
|
|
13
|
-
HC3/HC4.
|
|
14
|
-
|
|
15
|
-
XZ Utils compress some files significantly worse than LZMA Utils.
|
|
16
|
-
This is due to faster compression presets used by XZ Utils, and
|
|
17
|
-
can often be worked around by using "xz --extreme". With some files
|
|
18
|
-
--extreme isn't enough though: it's most likely with files that
|
|
19
|
-
compress extremely well, so going from compression ratio of 0.003
|
|
20
|
-
to 0.004 means big relative increase in the compressed file size.
|
|
21
|
-
|
|
22
|
-
xz doesn't quote unprintable characters when it displays file names
|
|
23
|
-
given on the command line.
|
|
24
|
-
|
|
25
|
-
tuklib_exit() doesn't block signals => EINTR is possible.
|
|
26
|
-
|
|
27
|
-
SIGTSTP is not handled. If xz is stopped, the estimated remaining
|
|
28
|
-
time and calculated (de)compression speed won't make sense in the
|
|
29
|
-
progress indicator (xz --verbose).
|
|
30
|
-
|
|
31
|
-
If liblzma has created threads and fork() gets called, liblzma
|
|
32
|
-
code will break in the child process unless it calls exec() and
|
|
33
|
-
doesn't touch liblzma.
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
Missing features
|
|
37
|
-
----------------
|
|
38
|
-
|
|
39
|
-
Add support for storing metadata in .xz files. A preliminary
|
|
40
|
-
idea is to create a new Stream type for metadata. When both
|
|
41
|
-
metadata and data are wanted in the same .xz file, two or more
|
|
42
|
-
Streams would be concatenated.
|
|
43
|
-
|
|
44
|
-
The state stored in lzma_stream should be cloneable, which would
|
|
45
|
-
be mostly useful when using a preset dictionary in LZMA2, but
|
|
46
|
-
it may have other uses too. Compare to deflateCopy() in zlib.
|
|
47
|
-
|
|
48
|
-
Support LZMA_FINISH in raw decoder to indicate end of LZMA1 and
|
|
49
|
-
other streams that don't have an end of payload marker.
|
|
50
|
-
|
|
51
|
-
Adjust dictionary size when the input file size is known.
|
|
52
|
-
Maybe do this only if an option is given.
|
|
53
|
-
|
|
54
|
-
xz doesn't support copying extended attributes, access control
|
|
55
|
-
lists etc. from source to target file.
|
|
56
|
-
|
|
57
|
-
Multithreaded compression:
|
|
58
|
-
- Reduce memory usage of the current method.
|
|
59
|
-
- Implement threaded match finders.
|
|
60
|
-
- Implement pigz-style threading in LZMA2.
|
|
61
|
-
|
|
62
|
-
Multithreaded decompression
|
|
63
|
-
|
|
64
|
-
Buffer-to-buffer coding could use less RAM (especially when
|
|
65
|
-
decompressing LZMA1 or LZMA2).
|
|
66
|
-
|
|
67
|
-
I/O library is not implemented (similar to gzopen() in zlib).
|
|
68
|
-
It will be a separate library that supports uncompressed, .gz,
|
|
69
|
-
.bz2, .lzma, and .xz files.
|
|
70
|
-
|
|
71
|
-
Support changing lzma_options_lzma.mode with lzma_filters_update().
|
|
72
|
-
|
|
73
|
-
Support LZMA_FULL_FLUSH for lzma_stream_decoder() to stop at
|
|
74
|
-
Block and Stream boundaries.
|
|
75
|
-
|
|
76
|
-
lzma_strerror() to convert lzma_ret to human readable form?
|
|
77
|
-
This is tricky, because the same error codes are used with
|
|
78
|
-
slightly different meanings, and this cannot be fixed anymore.
|
|
79
|
-
|
|
80
|
-
Make it possible to adjust LZMA2 options in the middle of a Block
|
|
81
|
-
so that the encoding speed vs. compression ratio can be optimized
|
|
82
|
-
when the compressed data is streamed over network.
|
|
83
|
-
|
|
84
|
-
Improved BCJ filters. The current filters are small but they aren't
|
|
85
|
-
so great when compressing binary packages that contain various file
|
|
86
|
-
types. Specifically, they make things worse if there are static
|
|
87
|
-
libraries or Linux kernel modules. The filtering could also be
|
|
88
|
-
more effective (without getting overly complex), for example,
|
|
89
|
-
streamable variant BCJ2 from 7-Zip could be implemented.
|
|
90
|
-
|
|
91
|
-
Filter that autodetects specific data types in the input stream
|
|
92
|
-
and applies appropriate filters for the corrects parts of the input.
|
|
93
|
-
Perhaps combine this with the BCJ filter improvement point above.
|
|
94
|
-
|
|
95
|
-
Long-range LZ77 method as a separate filter or as a new LZMA2
|
|
96
|
-
match finder.
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
Documentation
|
|
100
|
-
-------------
|
|
101
|
-
|
|
102
|
-
More tutorial programs are needed for liblzma.
|
|
103
|
-
|
|
104
|
-
Document the LZMA1 and LZMA2 algorithms.
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
Miscellaneous
|
|
108
|
-
------------
|
|
109
|
-
|
|
110
|
-
Try to get the media type for .xz registered at IANA.
|
|
111
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
liblzma example programs
|
|
3
|
-
========================
|
|
4
|
-
|
|
5
|
-
Introduction
|
|
6
|
-
|
|
7
|
-
The examples are written so that the same comments aren't
|
|
8
|
-
repeated (much) in later files.
|
|
9
|
-
|
|
10
|
-
On POSIX systems, the examples should build by just typing "make".
|
|
11
|
-
|
|
12
|
-
The examples that use stdin or stdout don't set stdin and stdout
|
|
13
|
-
to binary mode. On systems where it matters (e.g. Windows) it is
|
|
14
|
-
possible that the examples won't work without modification.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
List of examples
|
|
18
|
-
|
|
19
|
-
01_compress_easy.c Multi-call compression using
|
|
20
|
-
a compression preset
|
|
21
|
-
|
|
22
|
-
02_decompress.c Multi-call decompression
|
|
23
|
-
|
|
24
|
-
03_compress_custom.c Like 01_compress_easy.c but using
|
|
25
|
-
a custom filter chain
|
|
26
|
-
(x86 BCJ + LZMA2)
|
|
27
|
-
|
|
28
|
-
04_compress_easy_mt.c Multi-threaded multi-call
|
|
29
|
-
compression using a compression
|
|
30
|
-
preset
|
|
31
|
-
|