]> wimlib.net Git - wimlib/history - include
Update progress functions
[wimlib] / include /
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...
2014-01-18 Eric Biggersextract_resource_to_staging_dir(): Fix memory leak
2014-01-18 Eric BiggersDon't hold d_unused fields in memory
2014-01-18 Eric BiggersMinor comment fixes
2014-01-18 Eric Biggersextract.c: Store dentries to extract in list
2014-01-17 Eric BiggersOnly allow default RPFIX for wimlib_extract_image{...
2014-01-17 Eric BiggersAdd wimlib_get_version()
2014-01-17 Eric Biggerswimlib: strict checks for unassigned flags
2014-01-17 Eric BiggersUpdate extraction documentation
2014-01-16 Eric BiggersAllow 'wimextract' to use wildcard paths on command...
2014-01-16 Eric BiggersAdd support for not extracting file attributes
2014-01-16 Eric BiggersRemove some printing code from library
2014-01-15 Eric Biggerswimlib-imagex: Add and document --pack-chunk-size option
2014-01-15 Eric Biggerslookup_sd(): Make static
2014-01-15 Eric BiggersRemove dentry.dos_name_invalid
2014-01-15 Eric Biggerslz_sarray_get_matches(): Remove unnecessary check
2014-01-15 Eric BiggersRefactor read_dentry_tree()
2014-01-14 Eric Biggerswim.c: Remove reopen_wim(), close_wim()
2014-01-14 Eric Biggerswimlib/header.h: Improve comments
2014-01-14 Eric BiggersAdjust documentation for alternate chunk sizes
2014-01-13 Eric BiggersFix references to hardlink.c
2014-01-13 Eric Biggerscapture.h: Remove duplicate definitions
2014-01-13 Eric BiggersUpdate version to v1.6.1-BETA
next