]> wimlib.net Git - wimlib/log
wimlib
10 years agoimagex_export(): Style
Eric Biggers [Sat, 25 May 2013 17:31:41 +0000 (12:31 -0500)]
imagex_export(): Style

10 years agoimagex_delete(): Style
Eric Biggers [Sat, 25 May 2013 17:24:18 +0000 (12:24 -0500)]
imagex_delete(): Style

10 years agoUpdate NEWS
Eric Biggers [Sat, 25 May 2013 16:53:50 +0000 (11:53 -0500)]
Update NEWS

10 years agoimagex_export(): Check errno correctly
Eric Biggers [Sat, 25 May 2013 16:40:32 +0000 (11:40 -0500)]
imagex_export(): Check errno correctly

10 years agodebian/changelog: use precise instead of unstable
Eric Biggers [Sat, 25 May 2013 16:40:14 +0000 (11:40 -0500)]
debian/changelog: use precise instead of unstable

10 years agoUpdate debian package
Eric Biggers [Fri, 24 May 2013 21:36:40 +0000 (16:36 -0500)]
Update debian package

10 years agoUpdate Debian package
Eric Biggers [Fri, 24 May 2013 21:00:49 +0000 (16:00 -0500)]
Update Debian package

10 years agoselect_wim_image(): Do not try to select image from non-first part of split WIM
Eric Biggers [Fri, 24 May 2013 20:33:56 +0000 (15:33 -0500)]
select_wim_image(): Do not try to select image from non-first part of split WIM

10 years agoImprove use of pkg-config
Eric Biggers [Fri, 24 May 2013 19:46:15 +0000 (14:46 -0500)]
Improve use of pkg-config

10 years agowimlib.pc.in: Update
Eric Biggers [Fri, 24 May 2013 17:17:13 +0000 (12:17 -0500)]
wimlib.pc.in:  Update

10 years agowimlib_get_wim_info(): Fix setting of is_readonly v1.4.1
Eric Biggers [Thu, 23 May 2013 16:40:53 +0000 (11:40 -0500)]
wimlib_get_wim_info(): Fix setting of is_readonly

10 years agoRemove some unused variables
Eric Biggers [Thu, 23 May 2013 16:35:21 +0000 (11:35 -0500)]
Remove some unused variables

10 years agoDoc fixes
Eric Biggers [Thu, 23 May 2013 16:28:18 +0000 (11:28 -0500)]
Doc fixes

10 years agoAdd wimlib_iterate_lookup_table()
Eric Biggers [Thu, 23 May 2013 16:03:50 +0000 (11:03 -0500)]
Add wimlib_iterate_lookup_table()

10 years agoimagex_info(): Do not call wimlib_print_wim_information()
Eric Biggers [Thu, 23 May 2013 06:53:45 +0000 (01:53 -0500)]
imagex_info(): Do not call wimlib_print_wim_information()

10 years agoAdd --path option to wimlib-imagex dir
Eric Biggers [Thu, 23 May 2013 06:49:27 +0000 (01:49 -0500)]
Add --path option to wimlib-imagex dir

10 years agoImplement wimlib_iterate_dir_tree()
Eric Biggers [Thu, 23 May 2013 06:39:01 +0000 (01:39 -0500)]
Implement wimlib_iterate_dir_tree()

10 years agowimlib.h: Do not document wimlib_print_* functions
Eric Biggers [Thu, 23 May 2013 05:09:03 +0000 (00:09 -0500)]
wimlib.h: Do not document wimlib_print_* functions

They are not really intended to be used outside of wimlib-imagex (better API
needed)

10 years agoDeprecate wimlib_print_wim_information()
Eric Biggers [Thu, 23 May 2013 05:02:10 +0000 (00:02 -0500)]
Deprecate wimlib_print_wim_information()

10 years agoDeprecate wimlib_has_integrity_table()
Eric Biggers [Thu, 23 May 2013 04:53:38 +0000 (23:53 -0500)]
Deprecate wimlib_has_integrity_table()

10 years agostruct wimlib_wim_info: Set correct reserved_flags bit count
Eric Biggers [Thu, 23 May 2013 04:35:29 +0000 (23:35 -0500)]
struct wimlib_wim_info: Set correct reserved_flags bit count

10 years agowimlib.h: Fix docs for WIMLIB_OPEN_FLAG_WRITE_ACCESS
Eric Biggers [Thu, 23 May 2013 04:32:44 +0000 (23:32 -0500)]
wimlib.h: Fix docs for WIMLIB_OPEN_FLAG_WRITE_ACCESS

10 years agoAdd calls to wimlib_global_init()
Eric Biggers [Thu, 23 May 2013 04:27:35 +0000 (23:27 -0500)]
Add calls to wimlib_global_init()

... in wimlib_open_wim() and wimlib_create_new_wim(), just in case the library
user did not explicitly call wimlib_global_init() (otherwise this could cause
problems on Windows, with the Windows version not being determined).

10 years agoMakefile.am: Do not warn about deprecated functions called by imagex (for now)
Eric Biggers [Thu, 23 May 2013 04:14:50 +0000 (23:14 -0500)]
Makefile.am: Do not warn about deprecated functions called by imagex (for now)

10 years agoAdd wimlib_{get,set}_wim_info()
Eric Biggers [Thu, 23 May 2013 04:06:54 +0000 (23:06 -0500)]
Add wimlib_{get,set}_wim_info()

10 years agoFix setting header flag during overwrite
Eric Biggers [Thu, 23 May 2013 01:48:14 +0000 (20:48 -0500)]
Fix setting header flag during overwrite

10 years agoread_lookup_table(): Only warn when not enough metadata resources found
Eric Biggers [Thu, 23 May 2013 01:17:55 +0000 (20:17 -0500)]
read_lookup_table(): Only warn when not enough metadata resources found

10 years agoFix typo
Eric Biggers [Thu, 23 May 2013 00:50:37 +0000 (19:50 -0500)]
Fix typo

10 years agoCache compression type in WIMStruct and wim_lookup_table_entry
Eric Biggers [Thu, 23 May 2013 00:37:31 +0000 (19:37 -0500)]
Cache compression type in WIMStruct and wim_lookup_table_entry

10 years agowim_inode: Move file descriptors table into union
Eric Biggers [Wed, 22 May 2013 23:44:44 +0000 (18:44 -0500)]
wim_inode: Move file descriptors table into union

10 years agodentry.{c,h}: Cleanup and fixes
Eric Biggers [Wed, 22 May 2013 23:34:43 +0000 (18:34 -0500)]
dentry.{c,h}: Cleanup and fixes

10 years agoRemove i_mutex (not really worth the extra time/memory I think)
Eric Biggers [Wed, 22 May 2013 23:20:53 +0000 (18:20 -0500)]
Remove i_mutex (not really worth the extra time/memory I think)

10 years agoRearrange struct wim_inode and improve comments
Eric Biggers [Wed, 22 May 2013 23:12:23 +0000 (18:12 -0500)]
Rearrange struct wim_inode and improve comments

10 years agoDentry doc fixes
Eric Biggers [Wed, 22 May 2013 22:13:28 +0000 (17:13 -0500)]
Dentry doc fixes

10 years agodentry.c, dentry.h: Comment dentry structures better
Eric Biggers [Wed, 22 May 2013 20:57:50 +0000 (15:57 -0500)]
dentry.c, dentry.h: Comment dentry structures better

10 years agoFix WIM_HDR_FLAG_{WRITE_IN_PROGRESS,READONLY} docs
Eric Biggers [Wed, 22 May 2013 19:23:35 +0000 (14:23 -0500)]
Fix WIM_HDR_FLAG_{WRITE_IN_PROGRESS,READONLY} docs

10 years agooverwrite_wim_inplace(): Fix error path
Eric Biggers [Wed, 22 May 2013 15:28:29 +0000 (10:28 -0500)]
overwrite_wim_inplace(): Fix error path

10 years agowin32_apply.c: Do not request DELETE access on extraction root
Eric Biggers [Wed, 22 May 2013 15:09:47 +0000 (10:09 -0500)]
win32_apply.c: Do not request DELETE access on extraction root

10 years agoUse WIM_HDR_FLAG_WRITE_IN_PROGRESS
Eric Biggers [Wed, 22 May 2013 06:58:47 +0000 (01:58 -0500)]
Use WIM_HDR_FLAG_WRITE_IN_PROGRESS

10 years agowimlib_mount_image(): Resolve inodes per-lookup, -EIO when streams not found
Eric Biggers [Wed, 22 May 2013 06:46:48 +0000 (01:46 -0500)]
wimlib_mount_image(): Resolve inodes per-lookup, -EIO when streams not found

10 years agoCheck for missing streams when resolving them
Eric Biggers [Wed, 22 May 2013 06:28:05 +0000 (01:28 -0500)]
Check for missing streams when resolving them

10 years agoread_lookup_table(): Change some errors to warnings
Eric Biggers [Wed, 22 May 2013 06:01:36 +0000 (01:01 -0500)]
read_lookup_table(): Change some errors to warnings

10 years agoRemove verify_dentry(); separate refcnt recalc. from verify_inode()
Eric Biggers [Wed, 22 May 2013 05:45:36 +0000 (00:45 -0500)]
Remove verify_dentry(); separate refcnt recalc. from verify_inode()

10 years agoread_metadata_resource(): Check for named root here
Eric Biggers [Wed, 22 May 2013 05:05:04 +0000 (00:05 -0500)]
read_metadata_resource(): Check for named root here

10 years agoread_metadata_resource(): Check for named root here
Eric Biggers [Wed, 22 May 2013 05:04:38 +0000 (00:04 -0500)]
read_metadata_resource(): Check for named root here

10 years agoread_metadata_resource(): Treat initial end-of-directory as empty image
Eric Biggers [Wed, 22 May 2013 05:01:37 +0000 (00:01 -0500)]
read_metadata_resource(): Treat initial end-of-directory as empty image

10 years agoread_dentry_tree(): Check for presence of long names here
Eric Biggers [Wed, 22 May 2013 04:55:46 +0000 (23:55 -0500)]
read_dentry_tree(): Check for presence of long names here

10 years agoread_dentry_tree(): Do not leak duplicate dentries
Eric Biggers [Wed, 22 May 2013 04:47:18 +0000 (23:47 -0500)]
read_dentry_tree(): Do not leak duplicate dentries

10 years agoverify_dentry(): Only warn when root dentry is named
Eric Biggers [Wed, 22 May 2013 04:38:32 +0000 (23:38 -0500)]
verify_dentry(): Only warn when root dentry is named

10 years agoUpdate Windows release script
Eric Biggers [Wed, 22 May 2013 04:35:35 +0000 (23:35 -0500)]
Update Windows release script

10 years agoCorrectly handle cyclic directory structures
Eric Biggers [Wed, 22 May 2013 04:04:31 +0000 (23:04 -0500)]
Correctly handle cyclic directory structures

10 years agohardlink.c: Fix some error paths
Eric Biggers [Wed, 22 May 2013 03:38:10 +0000 (22:38 -0500)]
hardlink.c: Fix some error paths

10 years agoDetect directory hard links as early as possible
Eric Biggers [Wed, 22 May 2013 02:43:13 +0000 (21:43 -0500)]
Detect directory hard links as early as possible

10 years agoverify_inode(): Only warn on multiple unnamed streams
Eric Biggers [Wed, 22 May 2013 02:34:36 +0000 (21:34 -0500)]
verify_inode(): Only warn on multiple unnamed streams

10 years agoverify_inode(): Only warn on invalid security IDs (and set to -1)
Eric Biggers [Wed, 22 May 2013 02:29:25 +0000 (21:29 -0500)]
verify_inode(): Only warn on invalid security IDs (and set to -1)

10 years agowimlib.h: Fix typo
Eric Biggers [Wed, 22 May 2013 02:12:46 +0000 (21:12 -0500)]
wimlib.h: Fix typo

10 years agoupdate NEWS
Eric Biggers [Wed, 22 May 2013 01:52:46 +0000 (20:52 -0500)]
update NEWS

10 years agotest-imagex: Use existing image for changing boot index of split WIM
Eric Biggers [Wed, 22 May 2013 01:49:19 +0000 (20:49 -0500)]
test-imagex: Use existing image for changing boot index of split WIM

10 years agoimagex.c: Check return value from wimlib_set_boot_idx()
Eric Biggers [Wed, 22 May 2013 01:49:00 +0000 (20:49 -0500)]
imagex.c: Check return value from wimlib_set_boot_idx()

10 years agoAdd WIMLIB_OPEN_FLAG_WRITE_ACCESS flag
Eric Biggers [Wed, 22 May 2013 01:42:33 +0000 (20:42 -0500)]
Add WIMLIB_OPEN_FLAG_WRITE_ACCESS flag

10 years agoHonor WIM_HDR_FLAG_READONLY
Eric Biggers [Wed, 22 May 2013 00:37:37 +0000 (19:37 -0500)]
Honor WIM_HDR_FLAG_READONLY

10 years agoimagex-capture.1.in: Fix typo
Eric Biggers [Tue, 21 May 2013 23:37:30 +0000 (18:37 -0500)]
imagex-capture.1.in: Fix typo

10 years agoimagex-capture.1.in: Fix synopsis for capture
Eric Biggers [Tue, 21 May 2013 23:36:10 +0000 (18:36 -0500)]
imagex-capture.1.in: Fix synopsis for capture

10 years agoimagex-update.1.in: Explain --command quoting
Eric Biggers [Tue, 21 May 2013 23:34:10 +0000 (18:34 -0500)]
imagex-update.1.in: Explain --command quoting

10 years agoverify_inode(): Fix verifying already-resolved inodes
Eric Biggers [Tue, 21 May 2013 20:03:27 +0000 (15:03 -0500)]
verify_inode():  Fix verifying already-resolved inodes

10 years agoAdd can_modify_wim(), can_delete_from_wim()
Eric Biggers [Tue, 21 May 2013 19:42:37 +0000 (14:42 -0500)]
Add can_modify_wim(), can_delete_from_wim()

10 years agowimlib.h: Fix typo
Eric Biggers [Tue, 21 May 2013 19:12:56 +0000 (14:12 -0500)]
wimlib.h: Fix typo

10 years agoMove new progress messages to end to keep library binary compatible
Eric Biggers [Tue, 21 May 2013 18:18:25 +0000 (13:18 -0500)]
Move new progress messages to end to keep library binary compatible

10 years agoxml_read_image_info(): Do not warn about unnamed images
Eric Biggers [Tue, 21 May 2013 18:04:24 +0000 (13:04 -0500)]
xml_read_image_info(): Do not warn about unnamed images

10 years agotest-imagex: Fix test for duplicate image names
Eric Biggers [Tue, 21 May 2013 17:59:59 +0000 (12:59 -0500)]
test-imagex: Fix test for duplicate image names

10 years agoSend progress messages for WIM updates
Eric Biggers [Tue, 21 May 2013 17:57:19 +0000 (12:57 -0500)]
Send progress messages for WIM updates

10 years agoAllow adding an unnamed image
Eric Biggers [Tue, 21 May 2013 17:19:51 +0000 (12:19 -0500)]
Allow adding an unnamed image

10 years agowimlib-imagex append: Generate unique name if default name conflicts
Eric Biggers [Tue, 21 May 2013 17:03:43 +0000 (12:03 -0500)]
wimlib-imagex append: Generate unique name if default name conflicts

10 years agoWin32 apply: Only retry on sharing violations with encrypted directories
Eric Biggers [Tue, 21 May 2013 16:28:09 +0000 (11:28 -0500)]
Win32 apply: Only retry on sharing violations with encrypted directories

10 years agoWin32: Fix drive root detection with \\?\-style paths
Eric Biggers [Tue, 21 May 2013 16:13:37 +0000 (11:13 -0500)]
Win32: Fix drive root detection with \\?\-style paths

10 years agontfs-3g_capture.c: Only warn when an inode cannot be opened
Eric Biggers [Tue, 21 May 2013 05:26:23 +0000 (00:26 -0500)]
ntfs-3g_capture.c: Only warn when an inode cannot be opened

10 years agontfs-3g_capture.c: Allow multiple empty unnamed streams
Eric Biggers [Tue, 21 May 2013 05:26:08 +0000 (00:26 -0500)]
ntfs-3g_capture.c: Allow multiple empty unnamed streams

10 years agontfs-3g_capture.c: Improve error messages
Eric Biggers [Tue, 21 May 2013 05:25:20 +0000 (00:25 -0500)]
ntfs-3g_capture.c: Improve error messages

10 years agoUpdate NEWS
Eric Biggers [Tue, 21 May 2013 01:42:38 +0000 (20:42 -0500)]
Update NEWS

10 years agontfs-3g_apply.c: Only warn when DOS names cannot be applied
Eric Biggers [Tue, 21 May 2013 01:40:27 +0000 (20:40 -0500)]
ntfs-3g_apply.c: Only warn when DOS names cannot be applied

10 years agoverify_dentry(): Allow multiple DOS names per inode (for UDF)
Eric Biggers [Tue, 21 May 2013 01:18:18 +0000 (20:18 -0500)]
verify_dentry(): Allow multiple DOS names per inode (for UDF)

10 years agoWin32: Use OPEN_EXISTING creation disposition on drive root
Eric Biggers [Tue, 21 May 2013 00:56:36 +0000 (19:56 -0500)]
Win32: Use OPEN_EXISTING creation disposition on drive root

10 years agopath_is_root_of_drive(): Recognize \\?\-prefixed paths as being drive root
Eric Biggers [Tue, 21 May 2013 00:43:03 +0000 (19:43 -0500)]
path_is_root_of_drive(): Recognize \\?\-prefixed paths as being drive root

10 years agoMan pages: Improve WIM path docs
Eric Biggers [Tue, 21 May 2013 00:05:59 +0000 (19:05 -0500)]
Man pages: Improve WIM path docs

10 years agoupdate NEWS
Eric Biggers [Tue, 21 May 2013 00:01:42 +0000 (19:01 -0500)]
update NEWS

10 years agoPath fixes/updates
Eric Biggers [Mon, 20 May 2013 23:25:25 +0000 (18:25 -0500)]
Path fixes/updates

- Use \\?\ prefixed paths when adding files on Windows
- Use \ as WIM path separator on Windows rather than / (both still accepted as
  input)
- Fix per-directory case-insensitive index

10 years agocanonicalize_fs_path(): Retain backslashes
Eric Biggers [Mon, 20 May 2013 21:17:16 +0000 (16:17 -0500)]
canonicalize_fs_path(): Retain backslashes

10 years agoSupport extracting "long" paths on Windows
Eric Biggers [Mon, 20 May 2013 20:56:02 +0000 (15:56 -0500)]
Support extracting "long" paths on Windows

10 years agoRename --including-invalid-names to --include-invalid-names
Eric Biggers [Mon, 20 May 2013 20:54:21 +0000 (15:54 -0500)]
Rename --including-invalid-names to --include-invalid-names

10 years agoimagex-mount.1.in: Fix typo
Eric Biggers [Mon, 20 May 2013 19:31:25 +0000 (14:31 -0500)]
imagex-mount.1.in: Fix typo

10 years agoAdd --command option to wimlib-imagex update
Eric Biggers [Mon, 20 May 2013 19:30:03 +0000 (14:30 -0500)]
Add --command option to wimlib-imagex update

10 years agoUpdate version number
Eric Biggers [Mon, 20 May 2013 19:05:04 +0000 (14:05 -0500)]
Update version number

10 years agoCleanup and update NEWS
Eric Biggers [Mon, 20 May 2013 19:00:47 +0000 (14:00 -0500)]
Cleanup and update NEWS

10 years agoDocument handling of invalid filenames
Eric Biggers [Mon, 20 May 2013 18:36:07 +0000 (13:36 -0500)]
Document handling of invalid filenames

10 years agoAdd imagex symlink on UNIX
Eric Biggers [Mon, 20 May 2013 18:32:34 +0000 (13:32 -0500)]
Add imagex symlink on UNIX

10 years agoImprove handling of invalid filenames
Eric Biggers [Mon, 20 May 2013 16:12:24 +0000 (11:12 -0500)]
Improve handling of invalid filenames

10 years agoread_metadata_resource(): Check SHA-1 message digest
Eric Biggers [Mon, 20 May 2013 05:12:49 +0000 (00:12 -0500)]
read_metadata_resource(): Check SHA-1 message digest

10 years agoprint_lookup_table(): Print metadata entries
Eric Biggers [Mon, 20 May 2013 05:10:21 +0000 (00:10 -0500)]
print_lookup_table(): Print metadata entries

10 years agocompare_utf16le_names_case_insensitive(): Use _wcsnicmp()
Eric Biggers [Sun, 19 May 2013 22:27:28 +0000 (17:27 -0500)]
compare_utf16le_names_case_insensitive(): Use _wcsnicmp()

10 years agoimagex_progress_func(): Choose best units to display number of b ytes
Eric Biggers [Sun, 19 May 2013 22:23:51 +0000 (17:23 -0500)]
imagex_progress_func(): Choose best units to display number of b ytes