]> wimlib.net Git - wimlib/commit
Re-organize code
authorEric Biggers <ebiggers3@gmail.com>
Sun, 16 Dec 2012 18:30:19 +0000 (12:30 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 16 Dec 2012 18:30:19 +0000 (12:30 -0600)
commit40beb80283a2df7af88c8359ca41adb814585e9a
tree7b0052e9296f68d7790150ccbd24026fea6d8c65
parentda6b05efcc67386aacf97672bcf67797c742fd6c
Re-organize code
20 files changed:
Makefile.am
src/add_image.c [moved from src/modify.c with 64% similarity]
src/compress.c [moved from src/comp.c with 99% similarity]
src/compress.h [moved from src/comp.h with 95% similarity]
src/decompress.c [moved from src/decomp.c with 99% similarity]
src/decompress.h [moved from src/decomp.h with 99% similarity]
src/delete_image.c [new file with mode: 0644]
src/export_image.c [new file with mode: 0644]
src/extract_image.c [moved from src/extract.c with 99% similarity]
src/lz77.c [moved from src/lz.c with 99% similarity]
src/lzx-compress.c [moved from src/lzx-comp.c with 99% similarity]
src/lzx-decompress.c [moved from src/lzx-decomp.c with 99% similarity]
src/mount_image.c [moved from src/mount.c with 99% similarity]
src/wim.c
src/wimlib_internal.h
src/xpress-compress.c [moved from src/xpress-comp.c with 98% similarity]
src/xpress-decompress.c [moved from src/xpress-decomp.c with 97% similarity]
src/xpress.h
tests/test-imagex
tests/test-imagex-mount