]> wimlib.net Git - wimlib/history - src/update_image.c
win32_capture.c: Fix exclusion when capture path ends in slash
[wimlib] / src / update_image.c
2014-06-08 Eric BiggersRemove some dead assignments
2014-05-26 Eric Biggersstruct wim_dentry: Rename 'parent' to 'd_parent'
2014-05-22 Eric Biggersupdate_image.c: Fix call to progress function in handl...
2014-05-22 Eric BiggersUpdate progress functions
2014-05-22 Eric BiggersMerge branch 'new_extract'
2014-05-15 Eric Biggersupdate_image.c: Fix memory leak in error path
2014-05-15 Eric BiggersRemove duplicate words & fix grammatical errors
2014-05-13 Eric BiggersAdd wrappers around wimlib_update_image()
2014-05-13 Eric Biggerswim_root_dentry() => wim_get_current_root_dentry()
2014-05-13 Eric BiggersImprove tstr <=> UTF-16LE conversions
2014-05-13 Eric Biggersnew_filler_directory(): Remove 'name' argument
2014-05-12 Eric Biggerscapture_common.c: Cleanup (mostly comments)
2014-05-12 Eric Biggerswincfg: Add swapfile.sys
2014-05-12 Eric Biggersupdate_image.c: Check for unsupported NTFS mode earlier
2014-05-09 Eric Biggersupdate_image.c: Avoid unnecessary string duplications
2014-05-09 Eric BiggersRemove canonicalize_fs_path()
2014-04-29 Eric BiggersAdjust path matching
2014-04-29 Eric BiggersMore logical behavior when canonicalizing WIM paths
2014-04-29 Eric BiggersReplace unnamed union initializers
2014-04-28 Eric Biggersrename_wim_path(): Fix journaling of name change
2014-04-28 Eric BiggersCheck for rename loops
2014-04-28 Eric Biggerswimlib_update_image(): Do proper rollbacks & replace...
2014-04-25 Eric BiggersWIMBoot capture: Override WimBootCompress.ini when...
2014-04-24 Eric BiggersPay attention to PrepopulateList during WIMBoot application
2014-04-24 Eric BiggersParse capture configuration file in library
2014-04-18 Eric BiggersAdd a new flag for capturing WIMBoot-compatible WIM
2014-03-23 Eric BiggersTransition wimlib to AVL tree code
2014-01-17 Eric Biggerswimlib: strict checks for unassigned flags
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-23 Eric BiggersCleanup
2013-12-13 Eric Biggerspaths.c: Cleanup
2013-08-27 Eric Biggerswimlib.h: C++ compatibility
2013-08-18 Eric BiggersWin32: Adjust error printing
2013-08-17 Eric BiggersAdd WIMLIB_ADD_FLAG_WINCONFIG
2013-08-17 Eric Biggerswimlib: Clean up code that sends capture progress...
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-05-21 Eric BiggersAdd can_modify_wim(), can_delete_from_wim()
2013-05-21 Eric BiggersSend progress messages for WIM updates
2013-05-20 Eric BiggersPath fixes/updates
2013-05-18 Eric Biggersexecute_add_command(): Correctly set WIMLIB_ADD_FLAG_ROOT
2013-05-15 Eric Biggersexecute_add_command(): Handle NULL config correctly
2013-05-15 Eric BiggersRefactor headers
2013-05-14 Eric Biggersadd_params: Embed inode table and sd_set directly
2013-05-14 Eric Biggersrename_wim_path(): Free full paths in renamed trees
2013-05-14 Eric Biggersdo_overlay(): Correctly revert changes
2013-05-13 Eric Biggersextract/update fixes
2013-05-12 Eric BiggersRefactor Win32 capture/apply, UNIX apply
2013-05-12 Eric BiggersUpdate bug fixes
2013-05-12 Eric Biggerscheck_add_command(): Use WIMLIB_ERR_UNSUPPORTED when...
2013-05-12 Eric BiggersDocument wimlib_update_image()
2013-05-12 Eric Biggersadd_image => add
2013-05-12 Eric BiggersWIM update fixes
2013-05-11 Eric BiggersInitial imagex_update functionality
2013-05-11 Eric Biggerswimlib_update_image(): Call xml_update_image_info()
2013-05-11 Eric BiggersInitial update functionality (library only)