]> wimlib.net Git - wimlib/shortlog
wimlib
2013-05-24 Eric BiggersUpdate debian package
2013-05-24 Eric BiggersUpdate Debian package
2013-05-24 Eric Biggersselect_wim_image(): Do not try to select image from...
2013-05-24 Eric BiggersImprove use of pkg-config
2013-05-24 Eric Biggerswimlib.pc.in: Update
2013-05-23 Eric Biggerswimlib_get_wim_info(): Fix setting of is_readonly v1.4.1
2013-05-23 Eric BiggersRemove some unused variables
2013-05-23 Eric BiggersDoc fixes
2013-05-23 Eric BiggersAdd wimlib_iterate_lookup_table()
2013-05-23 Eric Biggersimagex_info(): Do not call wimlib_print_wim_information()
2013-05-23 Eric BiggersAdd --path option to wimlib-imagex dir
2013-05-23 Eric BiggersImplement wimlib_iterate_dir_tree()
2013-05-23 Eric Biggerswimlib.h: Do not document wimlib_print_* functions
2013-05-23 Eric BiggersDeprecate wimlib_print_wim_information()
2013-05-23 Eric BiggersDeprecate wimlib_has_integrity_table()
2013-05-23 Eric Biggersstruct wimlib_wim_info: Set correct reserved_flags...
2013-05-23 Eric Biggerswimlib.h: Fix docs for WIMLIB_OPEN_FLAG_WRITE_ACCESS
2013-05-23 Eric BiggersAdd calls to wimlib_global_init()
2013-05-23 Eric BiggersMakefile.am: Do not warn about deprecated functions...
2013-05-23 Eric BiggersAdd wimlib_{get,set}_wim_info()
2013-05-23 Eric BiggersFix setting header flag during overwrite
2013-05-23 Eric Biggersread_lookup_table(): Only warn when not enough metadata...
2013-05-23 Eric BiggersFix typo
2013-05-23 Eric BiggersCache compression type in WIMStruct and wim_lookup_tabl...
2013-05-22 Eric Biggerswim_inode: Move file descriptors table into union
2013-05-22 Eric Biggersdentry.{c,h}: Cleanup and fixes
2013-05-22 Eric BiggersRemove i_mutex (not really worth the extra time/memory...
2013-05-22 Eric BiggersRearrange struct wim_inode and improve comments
2013-05-22 Eric BiggersDentry doc fixes
2013-05-22 Eric Biggersdentry.c, dentry.h: Comment dentry structures better
2013-05-22 Eric BiggersFix WIM_HDR_FLAG_{WRITE_IN_PROGRESS,READONLY} docs
2013-05-22 Eric Biggersoverwrite_wim_inplace(): Fix error path
2013-05-22 Eric Biggerswin32_apply.c: Do not request DELETE access on extracti...
2013-05-22 Eric BiggersUse WIM_HDR_FLAG_WRITE_IN_PROGRESS
2013-05-22 Eric Biggerswimlib_mount_image(): Resolve inodes per-lookup, -EIO...
2013-05-22 Eric BiggersCheck for missing streams when resolving them
2013-05-22 Eric Biggersread_lookup_table(): Change some errors to warnings
2013-05-22 Eric BiggersRemove verify_dentry(); separate refcnt recalc. from...
2013-05-22 Eric Biggersread_metadata_resource(): Check for named root here
2013-05-22 Eric Biggersread_metadata_resource(): Check for named root here
2013-05-22 Eric Biggersread_metadata_resource(): Treat initial end-of-director...
2013-05-22 Eric Biggersread_dentry_tree(): Check for presence of long names...
2013-05-22 Eric Biggersread_dentry_tree(): Do not leak duplicate dentries
2013-05-22 Eric Biggersverify_dentry(): Only warn when root dentry is named
2013-05-22 Eric BiggersUpdate Windows release script
2013-05-22 Eric BiggersCorrectly handle cyclic directory structures
2013-05-22 Eric Biggershardlink.c: Fix some error paths
2013-05-22 Eric BiggersDetect directory hard links as early as possible
2013-05-22 Eric Biggersverify_inode(): Only warn on multiple unnamed streams
2013-05-22 Eric Biggersverify_inode(): Only warn on invalid security IDs ...
2013-05-22 Eric Biggerswimlib.h: Fix typo
2013-05-22 Eric Biggersupdate NEWS
2013-05-22 Eric Biggerstest-imagex: Use existing image for changing boot index...
2013-05-22 Eric Biggersimagex.c: Check return value from wimlib_set_boot_idx()
2013-05-22 Eric BiggersAdd WIMLIB_OPEN_FLAG_WRITE_ACCESS flag
2013-05-22 Eric BiggersHonor WIM_HDR_FLAG_READONLY
2013-05-21 Eric Biggersimagex-capture.1.in: Fix typo
2013-05-21 Eric Biggersimagex-capture.1.in: Fix synopsis for capture
2013-05-21 Eric Biggersimagex-update.1.in: Explain --command quoting
2013-05-21 Eric Biggersverify_inode(): Fix verifying already-resolved inodes
2013-05-21 Eric BiggersAdd can_modify_wim(), can_delete_from_wim()
2013-05-21 Eric Biggerswimlib.h: Fix typo
2013-05-21 Eric BiggersMove new progress messages to end to keep library binar...
2013-05-21 Eric Biggersxml_read_image_info(): Do not warn about unnamed images
2013-05-21 Eric Biggerstest-imagex: Fix test for duplicate image names
2013-05-21 Eric BiggersSend progress messages for WIM updates
2013-05-21 Eric BiggersAllow adding an unnamed image
2013-05-21 Eric Biggerswimlib-imagex append: Generate unique name if default...
2013-05-21 Eric BiggersWin32 apply: Only retry on sharing violations with...
2013-05-21 Eric BiggersWin32: Fix drive root detection with \\?\-style paths
2013-05-21 Eric Biggersntfs-3g_capture.c: Only warn when an inode cannot be...
2013-05-21 Eric Biggersntfs-3g_capture.c: Allow multiple empty unnamed streams
2013-05-21 Eric Biggersntfs-3g_capture.c: Improve error messages
2013-05-21 Eric BiggersUpdate NEWS
2013-05-21 Eric Biggersntfs-3g_apply.c: Only warn when DOS names cannot be...
2013-05-21 Eric Biggersverify_dentry(): Allow multiple DOS names per inode...
2013-05-21 Eric BiggersWin32: Use OPEN_EXISTING creation disposition on drive...
2013-05-21 Eric Biggerspath_is_root_of_drive(): Recognize \\?\-prefixed paths...
2013-05-21 Eric BiggersMan pages: Improve WIM path docs
2013-05-21 Eric Biggersupdate NEWS
2013-05-20 Eric BiggersPath fixes/updates
2013-05-20 Eric Biggerscanonicalize_fs_path(): Retain backslashes
2013-05-20 Eric BiggersSupport extracting "long" paths on Windows
2013-05-20 Eric BiggersRename --including-invalid-names to --include-invalid...
2013-05-20 Eric Biggersimagex-mount.1.in: Fix typo
2013-05-20 Eric BiggersAdd --command option to wimlib-imagex update
2013-05-20 Eric BiggersUpdate version number
2013-05-20 Eric BiggersCleanup and update NEWS
2013-05-20 Eric BiggersDocument handling of invalid filenames
2013-05-20 Eric BiggersAdd imagex symlink on UNIX
2013-05-20 Eric BiggersImprove handling of invalid filenames
2013-05-20 Eric Biggersread_metadata_resource(): Check SHA-1 message digest
2013-05-20 Eric Biggersprint_lookup_table(): Print metadata entries
2013-05-19 Eric Biggerscompare_utf16le_names_case_insensitive(): Use _wcsnicmp()
2013-05-19 Eric Biggersimagex_progress_func(): Choose best units to display...
2013-05-19 Eric Biggersimagex_update(): Acquire capture privileges on Windows
2013-05-19 Eric Biggersdentry.c: Use case-insensitive string comparisons on...
2013-05-19 Eric Biggersimagex: Make error messages more consistent
2013-05-19 Eric Biggersimagex_update(): Error if no image specified with multi...
2013-05-18 Eric BiggersFix problem where HAVE_NTFS_MNT_RDONLY would not get... v1.4.0
next