]> wimlib.net Git - wimlib/history - include
Various cleanups
[wimlib] / include /
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()
2014-05-22 Eric Biggerswimexport: Add --wimboot flag
2014-05-22 Eric BiggersMerge branch 'new_extract'
2014-05-18 Eric Biggersdentry.h: Remove unnused declaration of put_dentry()
2014-05-18 Eric Biggersmetadata.h: Parenthesize 'imd' argument to macros
2014-05-17 Eric Biggersdentry.h: Remove declaration of dentry_tree_fix_inodes()
2014-05-16 Eric BiggersRewrite code for capture rpfix
2014-05-15 Eric BiggersRemove unused win32_truncate_replacement()
2014-05-15 Eric BiggersMove code from win32_common.c to win32_apply.c
2014-05-15 Eric Biggersfile_io.h: Remove unused declaration of filedes_copy()
2014-05-15 Eric Biggersfile_io.h: Remove unused declaration of struct iovec
2014-05-15 Eric Biggerswin32.h: Remove unused stuff
2014-05-15 Eric BiggersRemove duplicate words & fix grammatical errors
2014-05-14 Eric Biggerswimlib.h: Update docs for write flags
2014-05-14 Eric BiggersAdd WIMLIB_WRITE_FLAG_RETAIN_GUID
2014-05-14 Eric BiggersAdd WIMLIB_EXPORT_FLAG_GIFT
2014-05-14 Eric Biggerswin32_capture.c: More improvements
2014-05-13 Eric Biggerswin32_capture.c: Load volume information on first chance
2014-05-13 Eric Biggerswin32_capture.c: Use NtOpenFile() and directory-relati...
2014-05-13 Eric BiggersLoad NtOpenFile() and NtClose()
2014-05-13 Eric Biggerswin32_common.c: Refactor dll loading
2014-05-13 Eric BiggersWindows: Use ntdll unconditionally
next