2013-08-20 |
Eric Biggers | "delta" WIM support |
tree | commitdiff |
2013-08-20 |
Eric Biggers | Generalized support for referencing resources in extern... |
tree | commitdiff |
2013-08-19 |
Eric Biggers | join.c, write.c: Optimize WIMLIB_ALL_IMAGES writes... |
tree | commitdiff |
2013-08-19 |
Eric Biggers | wimlib-imagex, wimlib: Optimize appending new image... |
tree | commitdiff |
2013-08-18 |
Eric Biggers | Add apply_ops.requires_short_name_reordering |
tree | commitdiff |
2013-08-18 |
Eric Biggers | struct wim_inode: Fix union |
tree | commitdiff |
2013-08-18 |
Eric Biggers | Win32 apply: Create encrypted files with OpenEncrypted... |
tree | commitdiff |
2013-08-18 |
Eric Biggers | Win32 capture/apply: Simplify opening existing files |
tree | commitdiff |
2013-08-18 |
Eric Biggers | Win32: Adjust error printing |
tree | commitdiff |
2013-08-18 |
Eric Biggers | Update security descriptor setting |
tree | commitdiff |
2013-08-18 |
Eric Biggers | Win32 apply: Delay setting FILE_ATTRIBUTE_READONLY |
tree | commitdiff |
2013-08-17 |
Eric Biggers | Add support for WIMLIB_EXTRACT_FLAG_SYMLINK on Windows |
tree | commitdiff |
2013-08-17 |
Eric Biggers | Add WIMLIB_INIT_FLAG_STRICT_{CAPTURE,APPLY}_PRIVILEGES |
tree | commitdiff |
2013-08-17 |
Eric Biggers | Add WIMLIB_ADD_FLAG_WINCONFIG |
tree | commitdiff |
2013-08-17 |
Eric Biggers | Win32 fixes |
tree | commitdiff |
2013-08-17 |
Eric Biggers | imagex-apply.1.in: Document encrypted/sparse limitations |
tree | commitdiff |
2013-08-17 |
Eric Biggers | wimlib: Clean up code that sends capture progress... |
tree | commitdiff |
2013-08-17 |
Eric Biggers | Add WIMLIB_ADD_FLAG_NO_UNSUPPORTED_EXCLUDE |
tree | commitdiff |
2013-08-17 |
Eric Biggers | Exclude unsupported files from capture |
tree | commitdiff |
2013-08-17 |
Eric Biggers | extract.c: Omit encrypted files when unsupported |
tree | commitdiff |
2013-08-16 |
Eric Biggers | Replace mempcpy() if not implemented |
tree | commitdiff |
2013-08-16 |
Eric Biggers | wimlib.h: Update docs and adjust error codes |
tree | commitdiff |
2013-08-16 |
Eric Biggers | NTFS-3g apply: Open extracted files by MFT reference |
tree | commitdiff |
2013-08-16 |
Eric Biggers | Add WIMLIB_PROGRESS_MSG_EXTRACT_SPWM_PART_BEGIN |
tree | commitdiff |
2013-08-16 |
Eric Biggers | pipable WIM extraction: Take into account HARDLINKBYTES |
tree | commitdiff |
2013-08-16 |
Eric Biggers | apply_operations: Remove 'strict' argument from set_se... |
tree | commitdiff |
2013-08-16 |
Eric Biggers | Initial support for resuming extraction from split... |
tree | commitdiff |
2013-08-15 |
Eric Biggers | ntfs-3g capture/apply: Capture & apply DOS names correctly |
tree | commitdiff |
2013-08-15 |
Eric Biggers | Improve write streams performance and handling of joins |
tree | commitdiff |
2013-08-15 |
Eric Biggers | Miscellaneous fixes and cleanups |
tree | commitdiff |
2013-08-14 |
Eric Biggers | wimlib: Automatically try to acquire needed privileges... |
tree | commitdiff |
2013-08-14 |
Eric Biggers | Don't close file descriptor at end of wimlib_write_to_fd() |
tree | commitdiff |
2013-08-14 |
Eric Biggers | Don't require image num/name when applying from single... |
tree | commitdiff |
2013-08-14 |
Eric Biggers | wimlib-imagex: Support being invoked as wimCOMMAND |
tree | commitdiff |
2013-08-13 |
Eric Biggers | Merge branch with pipable WIM support |
tree | commitdiff |
2013-07-19 |
Eric Biggers | Win32: Correctly handle pattern matching with \\?... |
tree | commitdiff |
2013-06-12 |
Eric Biggers | Update version to 1.4.2 |
tree | commitdiff |
2013-05-26 |
Eric Biggers | w -> wim |
tree | commitdiff |
2013-05-23 |
Eric Biggers | Doc fixes |
tree | commitdiff |
2013-05-23 |
Eric Biggers | Add wimlib_iterate_lookup_table() |
tree | commitdiff |
2013-05-23 |
Eric Biggers | Implement wimlib_iterate_dir_tree() |
tree | commitdiff |
2013-05-23 |
Eric Biggers | wimlib.h: Do not document wimlib_print_* functions |
tree | commitdiff |
2013-05-23 |
Eric Biggers | Deprecate wimlib_print_wim_information() |
tree | commitdiff |
2013-05-23 |
Eric Biggers | Deprecate wimlib_has_integrity_table() |
tree | commitdiff |
2013-05-23 |
Eric Biggers | struct wimlib_wim_info: Set correct reserved_flags... |
tree | commitdiff |
2013-05-23 |
Eric Biggers | wimlib.h: Fix docs for WIMLIB_OPEN_FLAG_WRITE_ACCESS |
tree | commitdiff |
2013-05-23 |
Eric Biggers | Add wimlib_{get,set}_wim_info() |
tree | commitdiff |
2013-05-23 |
Eric Biggers | Fix setting header flag during overwrite |
tree | commitdiff |
2013-05-23 |
Eric Biggers | Cache compression type in WIMStruct and wim_lookup_tabl... |
tree | commitdiff |
2013-05-22 |
Eric Biggers | wim_inode: Move file descriptors table into union |
tree | commitdiff |
2013-05-22 |
Eric Biggers | dentry.{c,h}: Cleanup and fixes |
tree | commitdiff |
2013-05-22 |
Eric Biggers | Remove i_mutex (not really worth the extra time/memory... |
tree | commitdiff |
2013-05-22 |
Eric Biggers | Rearrange struct wim_inode and improve comments |
tree | commitdiff |
2013-05-22 |
Eric Biggers | Dentry doc fixes |
tree | commitdiff |
2013-05-22 |
Eric Biggers | dentry.c, dentry.h: Comment dentry structures better |
tree | commitdiff |
2013-05-22 |
Eric Biggers | Fix WIM_HDR_FLAG_{WRITE_IN_PROGRESS,READONLY} docs |
tree | commitdiff |
2013-05-22 |
Eric Biggers | Check for missing streams when resolving them |
tree | commitdiff |
2013-05-22 |
Eric Biggers | Remove verify_dentry(); separate refcnt recalc. from... |
tree | commitdiff |
2013-05-22 |
Eric Biggers | hardlink.c: Fix some error paths |
tree | commitdiff |
2013-05-22 |
Eric Biggers | wimlib.h: Fix typo |
tree | commitdiff |
2013-05-22 |
Eric Biggers | Add WIMLIB_OPEN_FLAG_WRITE_ACCESS flag |
tree | commitdiff |
2013-05-22 |
Eric Biggers | Honor WIM_HDR_FLAG_READONLY |
tree | commitdiff |
2013-05-21 |
Eric Biggers | Add can_modify_wim(), can_delete_from_wim() |
tree | commitdiff |
2013-05-21 |
Eric Biggers | wimlib.h: Fix typo |
tree | commitdiff |
2013-05-21 |
Eric Biggers | Move new progress messages to end to keep library binar... |
tree | commitdiff |
2013-05-21 |
Eric Biggers | Send progress messages for WIM updates |
tree | commitdiff |
2013-05-21 |
Eric Biggers | Allow adding an unnamed image |
tree | commitdiff |
2013-05-21 |
Eric Biggers | Win32: Fix drive root detection with \\?\-style paths |
tree | commitdiff |
2013-05-21 |
Eric Biggers | verify_dentry(): Allow multiple DOS names per inode... |
tree | commitdiff |
2013-05-20 |
Eric Biggers | Path fixes/updates |
tree | commitdiff |
2013-05-20 |
Eric Biggers | Support extracting "long" paths on Windows |
tree | commitdiff |
2013-05-20 |
Eric Biggers | Add --command option to wimlib-imagex update |
tree | commitdiff |
2013-05-20 |
Eric Biggers | Update version number |
tree | commitdiff |
2013-05-20 |
Eric Biggers | Cleanup and update NEWS |
tree | commitdiff |
2013-05-20 |
Eric Biggers | Improve handling of invalid filenames |
tree | commitdiff |
2013-05-18 |
Eric Biggers | Add --lazy option to `wimlib-imagex unmount' |
tree | commitdiff |
2013-05-18 |
Eric Biggers | security.h: Change wim_security_data->sizes back to... |
tree | commitdiff |
2013-05-18 |
Eric Biggers | Win32: Fix reparse point fixup bugs |
tree | commitdiff |
2013-05-18 |
Eric Biggers | decompress.h: Add likely(), unlikely() uses |
tree | commitdiff |
2013-05-18 |
Eric Biggers | compiler.h: Force compiler to inline inline functions |
tree | commitdiff |
2013-05-18 |
Eric Biggers | Fix packed attribute on struct wimlib_unix_data |
tree | commitdiff |
2013-05-18 |
Eric Biggers | make_huffman_decode_table(): Add SSE2 entry filling... |
tree | commitdiff |
2013-05-17 |
Eric Biggers | compiler.h: Add likely(), unlikely() |
tree | commitdiff |
2013-05-17 |
Eric Biggers | write.c: Build up chunk offsets array in little-endian... |
tree | commitdiff |
2013-05-17 |
Eric Biggers | WIM chunk size: Calculate with existing macros when... |
tree | commitdiff |
2013-05-17 |
Eric Biggers | Remove buffer_io.h |
tree | commitdiff |
2013-05-17 |
Eric Biggers | ntfs-3g_apply.c: Use wim_inode_get_reparse_data() |
tree | commitdiff |
2013-05-17 |
Eric Biggers | reparse.c: Read/write from structure |
tree | commitdiff |
2013-05-17 |
Eric Biggers | compress.c, decompress.h: Use correct little endian... |
tree | commitdiff |
2013-05-17 |
Eric Biggers | header.c, lookup_table.c: Read/write data from structures |
tree | commitdiff |
2013-05-17 |
Eric Biggers | Add memdup() function |
tree | commitdiff |
2013-05-17 |
Eric Biggers | dentry.c: Read/write dentries from structure |
tree | commitdiff |
2013-05-17 |
Eric Biggers | compiler.h: Add _aligned_attribute |
tree | commitdiff |
2013-05-17 |
Eric Biggers | security.c: Rewrite some code |
tree | commitdiff |
2013-05-17 |
Eric Biggers | Compiler stuff |
tree | commitdiff |
2013-05-15 |
Eric Biggers | Refactor headers |
tree | commitdiff |
|