]> wimlib.net Git - wimlib/history - include
lzx-compress.c: Use pointers in lzx_optimize_block()
[wimlib] / include /
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
2014-04-24 Eric BiggersRemove quotes in do_load_text_file()
2014-04-24 Eric BiggersRemoved deprecated stuff
2014-04-24 Eric BiggersParse capture configuration file in library
2014-04-18 Eric Biggerswof.h: Add more ioctls
2014-04-18 Eric BiggersAdd WIMLIB_EXTRACT_FLAG_WIMBOOT
2014-04-18 Eric BiggersAdd wim_info_get_wimboot()
2014-04-18 Eric BiggersAdd code to create WIMBoot pointer files
2014-04-18 Eric BiggersAdd a new flag for capturing WIMBoot-compatible WIM
2014-04-18 Eric BiggersSupport basic reading WIMBoot WIMs
2014-04-11 Eric BiggersAdd avl_tree_for_each_in_{post,}order() macros and...
2014-03-31 Eric Biggersavl_tree: Cleanup and improve comments
2014-03-30 Eric Biggersavl_tree: Fix comments
2014-03-30 Eric Biggersavl_tree: Remove dependency on compiler.h
2014-03-23 Eric BiggersTransition wimlib to AVL tree code
2014-03-23 Eric BiggersReplace red-black tree code with AVL tree code
2014-03-21 Eric BiggersNonrecursive for_dentry_child()
2014-03-19 Eric BiggersCleanups
2014-03-14 Eric BiggersUpdate version number
2014-02-22 Eric BiggersSupport committing changed mounted WIM image as new...
2014-02-10 Eric Biggerslzx-compress.c: Cleanup, mostly comments
2014-01-31 Eric Biggerslz_sarray: Prefetch portion of suffix array to be...
next