]> wimlib.net Git - wimlib/history - include
win32_capture.c: Don't add duplicate backslashes
[wimlib] / include /
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
2014-05-13 Eric BiggersAdd wrappers around wimlib_update_image()
2014-05-13 Eric Biggerswim.c: Make two functions static
2014-05-13 Eric BiggersRemove WIMLIB_OPEN_MASK_PUBLIC
2014-05-13 Eric Biggerswim_root_dentry() => wim_get_current_root_dentry()
2014-05-13 Eric BiggersRemove printf extension
2014-05-13 Eric Biggersread_wim_security_data(): Fix comment, make prototype...
2014-05-13 Eric BiggersFix checks for huge numbers of images
2014-05-13 Eric BiggersReplace WIM_GID_LEN => WIM_GUID_LEN
2014-05-13 Eric BiggersImprove tstr <=> UTF-16LE conversions
2014-05-13 Eric BiggersFactor out inode_unref_streams()
2014-05-13 Eric Biggersnew_filler_directory(): Remove 'name' argument
2014-05-12 Eric Biggersdentry.c: Remove calculate_dentry_tree_full_paths()
2014-05-12 Eric Biggersfile_io.c: Remove unused full_writev()
2014-05-12 Eric Biggerschunk compressor: Use u32, not unsigned, for chunk...
2014-05-12 Eric Biggerscapture_common.c: Cleanup (mostly comments)
2014-05-12 Eric Biggerswimlib.h: Update add flag documentation
2014-05-11 Eric BiggersDon't create unnecessary temporary files
2014-05-09 Eric BiggersRemove canonicalize_fs_path()
2014-05-09 Eric BiggersUpdate version number in preparation of eventual v1...
2014-05-09 Eric BiggersAllow writing multiple packed resources per WIM
2014-05-08 Eric Biggersresource.h: Fix comment
2014-04-29 Eric BiggersA couple cleanups from last commits
2014-04-29 Eric BiggersAdd progress messages for WIMBoot apply exclude
2014-04-29 Eric BiggersAdjust path matching
2014-04-29 Eric BiggersMore logical behavior when canonicalizing WIM paths
2014-04-29 Eric BiggersFix a few format strings
2014-04-28 Eric BiggersRemove broken completed_parts write progress
2014-04-28 Eric Biggerswimlib_update_image(): Do proper rollbacks & replace...
2014-04-26 Eric BiggersWIMBoot: Update docs
2014-04-26 Eric BiggersWIMBoot: Update WimOverlay.dat directly when WOF not...
2014-04-24 Eric BiggersUpdate docs for chunk size and compression formats
2014-04-24 Eric BiggersSwap XPRESS and LZX constants
2014-04-24 Eric BiggersPay attention to PrepopulateList during WIMBoot application
next