]> wimlib.net Git - wimlib/shortlog
wimlib
2015-02-07 Eric Biggerslzms_decompress.c: Adjust names in delta match decompre...
2015-02-07 Eric Biggerslzms_decompress.c: Add more information about delta...
2015-01-31 Eric BiggersSuffix array based matchfinder updates
2015-01-30 Eric Biggers1.7.5-BETA3
2015-01-30 Eric BiggersMove errno translation to win32_replacements.c
2015-01-30 Eric BiggersWindows: improved error messages
2015-01-30 Eric Biggerswin32_apply.c: in NO_ATTRIBUTES mode, reset file attributes
2015-01-30 Eric Biggerswin32-test-imagex-capture_and_apply.bat: fixes
2015-01-29 Eric Biggerswin32_apply.c: adjust file creation
2015-01-29 Eric Biggerswin32-tree-cmp: Ignore directory sizes
2015-01-29 Eric Biggerswin32-test-imagex-capture_and_apply.bat: add tests...
2015-01-29 Eric Biggerswin32-test-imagex-capture_and_apply.bat: add some tests
2015-01-29 Eric Biggerswin32-tree-cmp updates
2015-01-29 Eric Biggersntfs-3g_apply.c: Don't claim to support encrypted direc...
2015-01-29 Eric BiggersUpdate NEWS
2015-01-29 Eric Biggerswin32_apply.c: fix restore of encrypted files and direc...
2015-01-29 Eric Biggerswin32_apply.c: test for EFS data before reparse data
2015-01-29 Eric Biggersextract.c: dentry_is_supported(): check all relevant...
2015-01-29 Eric Biggerswin32_capture.c: use NULL instead of INVALID_HANDLE_VALUE
2015-01-29 Eric Biggerswin32_capture.c: adjust loading stream info from encryp...
2015-01-29 Eric Biggersextract.c: check for empty extraction list
2015-01-29 Eric Biggerswin32_capture.c: fix for opening encrypted files when...
2015-01-28 Eric BiggersUpdate NEWS
2015-01-28 Eric Biggerswimlib_iterate_dir_tree(): iterate in default case...
2015-01-28 Eric Biggerslz_lcpit: check against min_match_len ahead of time
2015-01-28 Eric Biggerslz_lcpit: pack SA and LCP into one array
2015-01-28 Eric Biggerslz_lcpit: simplify and optimize build_LCPIT()
2015-01-28 Eric Biggersadd missing file: include/wimlib/alloca.h
2015-01-25 Eric Biggerstools/make-windows-release: build with -DLIBXML_STATIC
2015-01-25 Eric Biggersheader cleanups
2015-01-25 Eric Biggersxml.c: Use xmlFree() for memory allocated by libxml2
2015-01-25 Eric Biggersutil.c: Simplify wimlib_aligned_malloc()
2015-01-25 Eric Biggersupdate_image.c: handle_conflict(): fix freeing of unuse...
2015-01-24 Eric BiggersClean up inode alias tracking
2015-01-20 Eric Biggerslzx_compress.c: adjust saving of length 2 matches
2015-01-14 Eric Biggerslzx_compress.c: cleanups
2015-01-14 Eric BiggersLZ hashing cleanup
2015-01-12 Eric BiggersEnsure validity of max_search_depth
2015-01-12 Eric Biggerswimlib.h: Fix documentation for compression block sizes
2015-01-12 Eric Biggerslzx_compress.c: Clarify some array bounds
2015-01-11 Eric Biggersv1.7.5-BETA
2015-01-11 Eric BiggersMerge LZX compression updates
2015-01-03 Eric Biggersv1.7.4 v1.7.4
2015-01-03 Eric Biggerslzms_compress.c: honor LZMS_MAX_BUFFER_SIZE
2015-01-03 Eric BiggersMisc. cleanups
2014-12-30 Eric BiggersRestore -std=gnu99 instead of -std=c99
2014-12-30 Eric BiggersAdjust endianness detection
2014-12-30 Eric BiggersREADME: update COMPRESSION RATIO section
2014-12-30 Eric BiggersUse --enable-ssse3-sha1 for x86_64 Windows builds
2014-12-29 Eric BiggersCleanups from recent changes
2014-12-26 Eric BiggersAdjust naming of (de)compression files
2014-12-26 Eric BiggersLZMS: decompression optimizations
2014-12-25 Eric BiggersLZMS: optimize lzms_x86_filter()
2014-12-25 Eric Biggersresource.c: Don't manually align buffer for uncompresse...
2014-12-25 Eric BiggersLZX pre/post-processing improvements
2014-12-23 Eric Biggersmake-windows-release: get version number from configure...
2014-12-23 Eric BiggersFaster XPRESS compression
2014-12-19 Eric Biggerstools/windeps/Makefile: update sources list
2014-12-19 Eric Biggersmkwinpeimg.1: missed an autoconf substitution
2014-12-19 Eric BiggersWindows build updates
2014-12-16 Eric BiggersAdd ax_pthread.m4
2014-12-16 Eric Biggersconfigure.ac cleanup
2014-12-16 Eric BiggersMakefile.am cleanup
2014-12-16 Eric Biggersutf16le_dupz() input may be misaligned
2014-12-16 Eric BiggersDon't run man pages through configure
2014-12-16 Eric BiggersRemove support for --with-imagex-progname configure...
2014-12-16 Eric BiggersRemove support for --enable-more-assertions configure...
2014-12-16 Eric BiggersENABLE_MORE_DEBUG no longer exists
2014-12-15 Eric Biggersinode.h, inode.c cleanup
2014-12-15 Eric BiggersClean up util.h and util.c
2014-12-14 Eric BiggersHeader fixes
2014-12-14 Eric Biggersreference.c: correct rollback in error paths
2014-12-14 Eric Biggersupdate_image.c: Add file comment
2014-12-14 Eric BiggersGet rid of wimlib/version.h
2014-12-14 Eric BiggersCleanup timestamp conversion code
2014-12-14 Eric Biggerstagged_items.c: length should be rounded up when adding...
2014-12-14 Eric Biggerswim.h: reorganize WIMStruct fields and update comments
2014-12-14 Eric Biggersnew internal image deletion helper
2014-12-13 Eric Biggersexport_image.c: adjust error message
2014-12-13 Eric BiggersWIMStruct: Rename 'deletion_occurred' to 'image_deletio...
2014-12-13 Eric Biggersinode_fixup.h: remove unnecessary #include
2014-12-11 Eric Biggerslz_extend: little endian CPU is necessary for byte...
2014-12-11 Eric BiggersAnnotate yet another unaligned memory access
2014-12-10 Eric BiggersUpdate version to v1.7.4-BETA
2014-12-10 Eric Biggersportability and compression cleanups
2014-12-06 Eric Biggerscleanups
2014-11-26 Eric BiggersWorkaround for FILE_SUPERSEDE being broken in Windows...
2014-11-22 Eric BiggersAdd some missing config.h includes
2014-11-22 Eric Biggerslzms-compress.c: Remove unused function
2014-11-22 Eric Biggersmount_image.c: Replace use of zero-length array
2014-11-22 Eric BiggersRemove unused 'wim' argument to read_metadata_resource()
2014-11-22 Eric Biggerslist.h cleanup
2014-11-22 Eric BiggersUse quote includes for all internal headers
2014-11-20 Eric Biggerssha1.c: Annotate potential unaligned memory accesses...
2014-11-20 Eric Biggerslookup_table.c: Annotate potential unaligned memory...
2014-11-15 Eric Biggerswimlib.h: Fix error in wimlib_get_version() documentation
2014-11-14 Eric Biggersv1.7.3 v1.7.3
2014-11-11 Eric BiggersSilence compiler warning in make_huffman_decode_table()
2014-11-11 Eric BiggersLZX, LZMS: Annotate unaligned memory accesses in x86...
2014-11-07 Eric Biggerswimlib_export_image(): cleanups and fixes for rollback
next