]> wimlib.net Git - wimlib/history - include
Cleanups from recent changes
[wimlib] / include /
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-23 Eric BiggersFaster XPRESS compression
2014-12-16 Eric Biggersutf16le_dupz() input may be misaligned
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 BiggersGet rid of wimlib/version.h
2014-12-14 Eric BiggersCleanup timestamp conversion code
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 BiggersWIMStruct: Rename 'deletion_occurred' to 'image_deletio...
2014-12-11 Eric Biggerslz_extend: little endian CPU is necessary for byte...
2014-12-10 Eric Biggersportability and compression cleanups
2014-12-06 Eric Biggerscleanups
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 BiggersLZX, LZMS: Annotate unaligned memory accesses in x86...
2014-11-07 Eric Biggerswimlib_export_image(): cleanups and fixes for rollback
2014-10-25 Eric BiggersDon't use the old ADD_IMAGE flag names
2014-10-25 Eric BiggersRename add_image_params => capture_params
2014-10-23 Eric BiggersReport some extraction errors on Windows
2014-10-22 Eric BiggersReport directory tree scan errors
2014-10-22 Eric BiggersAdd WIMLIB_PROGRESS_MSG_HANDLE_ERROR
2014-10-14 Eric Biggerswin32_apply.c: Match PrepopulateList patterns against...
2014-10-14 Eric BiggersLimit can_modify_wim() calls; remove can_delete_from_wim()
2014-10-03 Eric Biggersv1.7.2 v1.7.2
2014-09-28 Eric BiggersWorkaround for WOF incompatibility
2014-09-27 Eric BiggersDon't bother with copyright statement in header file
2014-09-14 Eric BiggersCompression updates
2014-09-06 Eric Biggersread_huffsym(): Use 'unsigned' for 'entry' and 'key_bits'
2014-09-06 Eric Biggersxpress-decompress.c: Performance tweaks
2014-09-06 Eric BiggersMove XPRESS_TABLEBITS to xpress-decompress.c
2014-09-06 Eric Biggerslz_copy(): Unroll first iteration
2014-09-06 Eric BiggersUpdate input_bitstream
2014-09-06 Eric Biggerswimlib.h: Add section about backwards compatibility
2014-09-04 Eric BiggersAdd WIMLIB_ERR_FVE_LOCKED_VOLUME
2014-08-30 Eric BiggersSupport for file exclusions via progress function
2014-08-29 Eric BiggersFactor out lz_repsearch() and also use for LZMS
2014-08-29 Eric BiggersMerge branch 'wimboot_fast'
2014-08-28 Eric BiggersMerge remote-tracking branch 'origin/master' into wimbo...
2014-08-28 Eric BiggersSupport file counts for extract file structure and...
2014-08-27 Eric Biggerswimboot_set_pointer(): No unnecessary file open
2014-08-27 Eric BiggersMake generic extraction code aware of external backing...
2014-08-21 Eric Biggerswimlib.h: Various minor doc improvements
2014-08-20 Eric Biggerswimlib_get_compressor_needed_memory(): return 0 on...
2014-08-20 Eric Biggerswimlib.h: Improve documentation for compression API
2014-08-19 Eric BiggersLZX: Allow max_block_size not a power of 2
2014-08-17 Eric Biggerswin32_apply.c: Use volume handle when enabling short...
2014-08-17 Eric Biggerswin32_apply.c: Adjust short name behavior
2014-08-17 Eric BiggersLZX, XPRESS: Use optimized write_bits() functions
2014-08-14 Eric BiggersMore lz_hash_chains, lz_binary_trees performance improv...
2014-08-07 Eric BiggersDelete useless 1-byte explicit endian types
2014-08-07 Eric BiggersAdd sparse annotations for endianness checking
2014-08-06 Eric BiggersLZX decompression: Cleanup
2014-08-03 Eric Biggerswim.h: Delete prototype for nonexistent function close_...
2014-08-03 Eric Biggerswin32_common.c: Remove code for windows version detection
2014-08-03 Eric Biggersxpress.h: Remove ENABLE_XPRESS_DEBUG
2014-08-02 Eric Biggerswimlib.h: Update wimlib_create_compressor() docs
2014-07-29 Eric BiggersAdd WIMLIB_PROGRESS_MSG_EXTRACT_{FILE_STRUCTURE,METADATA}
2014-07-29 Eric Biggersdecompress_common.h: Add back check for buffer overrun
2014-07-28 Eric BiggersAdd wimlib_verify_wim()
2014-07-27 Eric BiggersAdd sprint_hash()
2014-07-26 Eric Biggersdecompress_common.h: Optimize bitstream_ensure_bits()
2014-07-25 Eric BiggersRemove "brute force" match-finding algorithm
2014-07-25 Eric Biggersresource.c: Make extract_chunk_to_fd() static
2014-07-25 Eric Biggerswim.c: Cleanup
2014-07-24 Eric Biggersinode.c: cleanup
2014-07-24 Eric BiggersRemove some unneeded includes
2014-07-24 Eric Biggersdentry.c: Cleanup + improve comments
2014-07-21 Eric Biggerscleanups
2014-07-19 Eric BiggersMerge compression updates
2014-07-05 Eric Biggers{de,}compressor_ops.h: Forward declare params header
2014-07-05 Eric BiggersGet rid of input_idx_t
2014-07-05 Eric BiggersRename raw_match => lz_match
2014-07-04 Eric BiggersPlace headers that could be useful in unrelated project...
2014-07-03 Eric BiggersPlace common decompression/compression code in public...
2014-06-27 Eric Biggersdoc updates
2014-06-26 Eric BiggersWindows replacement for fopen(path, "a")
2014-06-26 Eric BiggersUse tchar for error file path
2014-06-25 Eric Biggerswimlib: Allow custom error file
2014-06-25 Eric BiggersUse completed_streams and total_streams in extract...
2014-06-25 Eric BiggersRemove begin_stream callback flags
2014-06-25 Eric Biggersextract.c: Pass orig stream to callbacks when reading...
2014-06-22 Eric BiggersAdd experimental support for WIMLIB_PROGRESS_MSG_DONE_W...
2014-06-21 Eric BiggersFactor out Win32 => NT path conversion and use in win32...
2014-06-20 Eric Biggersextract.c: Fix for running out of file handles
2014-06-20 Eric BiggersUpdate version to v1.7.1-BETA
2014-06-20 Eric BiggersAllow multiple wimlib_global_init/cleanup per app
2014-06-19 Eric Biggerssecurity.c: Use int32_t for security IDs
2014-06-16 Eric BiggersRe-visit SHA-1 code
2014-06-14 Eric BiggersSpeed up LZ77 match copying
next