]> wimlib.net Git - wimlib/history - include
Move XPRESS_TABLEBITS to xpress-decompress.c
[wimlib] / include /
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
2014-06-14 Eric Biggersfinish_write(): Read old integrity table into memory...
2014-06-14 Eric Biggerschunk_compressor: Use u32 for chunk uncompressed size
2014-06-13 Eric Biggerswimlib.h: Make beginning of docs a bit more friendly
2014-06-13 Eric Biggerswimlib.h: Update docs
2014-06-13 Eric BiggersRemove WIMLIB_COMPRESSION_TYPE_INVALID from library
2014-06-12 Eric Biggerslzx.h: Align 'struct lzx_lru_queue' on x86_64
2014-06-12 Eric BiggersAdd aligned malloc and free
2014-06-11 Eric BiggersDon't exclude out-of-tree absolute symlinks in reparse...
2014-06-08 Eric Biggerslzms-compress.c: Don't underrun window when checking...
2014-06-08 Eric BiggersA few comment fixes
2014-06-08 Eric BiggersRemove a few unnecessary includes
2014-06-08 Eric BiggersUpdate public domain dedications
2014-06-07 Eric BiggersMerge branch 'lz_bt'
2014-06-07 Eric BiggersSwitch from suffix array match-finder to binary tree...
2014-06-01 Eric BiggersShare most e8 processing code between LZX compressor...
2014-05-31 Eric BiggersOptimize Huffman code generation
2014-05-28 Eric BiggersRemove unused 'num_syms' argument to read_huffsym()
2014-05-27 Eric BiggersFaster Huffman symbol decoding
2014-05-27 Eric BiggersLZX, XPRESS decompression: Return 0 bits on overrun
2014-05-26 Eric BiggersFix file locking
2014-05-26 Eric Biggersinode.h: Fix comment
2014-05-26 Eric BiggersTrack divsufsort.h
2014-05-26 Eric Biggersdentry.h: Remove unneeded forwards declarations
2014-05-26 Eric BiggersMove wim_pathname_to_stream() to mount_image.c
2014-05-26 Eric BiggersRemove unused function lte_filename_valid()
2014-05-26 Eric Biggersstruct wim_dentry: Union subdir_offset and tmp_list
2014-05-26 Eric Biggersstruct wim_dentry: Remove 'length' field
2014-05-26 Eric Biggersstruct wim_dentry: Rename 'parent' to 'd_parent'
2014-05-25 Eric BiggersRemove unused error codes
2014-05-25 Eric BiggersExplicitly declare error code numbers
2014-05-25 Eric BiggersUpdate mount implementation
2014-05-23 Eric BiggersReport progress for capture symlink fixups
2014-05-23 Eric BiggersAdd support for special files on UNIX
2014-05-23 Eric BiggersUpdate version: v1.7.0-BETA
2014-05-23 Eric BiggersRecognize tagged metadata items and use for UNIX data
2014-05-22 Eric Biggerssplit.c: Allow customizing part names
2014-05-22 Eric Biggerswin32_apply.c: Fallback to RtlDosPathNameToNtPathName_U()
2014-05-22 Eric BiggersUpdate progress functions
2014-05-22 Eric BiggersNew format for UNIX data
2014-05-22 Eric BiggersFix path passed to wimboot_set_pointer()
next