]> wimlib.net Git - wimlib/shortlog
wimlib
2013-05-14 Eric Biggersdentry.c: Fix warning when substituting forbidden chara...
2013-05-14 Eric Biggerswimlib.h: Sort error codes
2013-05-14 Eric Biggersimagex.c: Use recommend_man_page() at the end of full...
2013-05-14 Eric Biggersimagex.c: Make command-line usage for "update" consistent
2013-05-14 Eric Biggersimagex-export.1.in: Clarify sentence
2013-05-14 Eric BiggersREADME: Update COMPRESSION_RATIO section
2013-05-14 Eric Biggerswin32_finish_extract_stream(): Fix short name
2013-05-14 Eric Biggerswin32_check_vol_flags(): Fix missing_features calculation
2013-05-14 Eric BiggersWin32: Improvements on checking for Windows version...
2013-05-14 Eric Biggerswin32_do_capture_warnings: Shorten message
2013-05-14 Eric BiggersMake wimlib-imagex less noisy when running on Windoze XP
2013-05-14 Eric Biggerswrite_stream_list(): Increase threshold for multithread...
2013-05-14 Eric BiggersSimplify merging/unmerging of lookup tables when handli...
2013-05-14 Eric Biggersrename_wim_path(): Free full paths in renamed trees
2013-05-14 Eric Biggersdentry_find_streams_to_extract(): Handle hard links...
2013-05-14 Eric BiggersMinor cleanups
2013-05-14 Eric BiggersUpdate NEWS
2013-05-14 Eric Biggersprint_image_info(): Print last modification time correctly
2013-05-14 Eric BiggersREADME: Minor fix
2013-05-14 Eric Biggersdo_overlay(): Correctly revert changes
2013-05-14 Eric Biggersunix_capture.c: Include <limits.h> for PATH_MAX
2013-05-14 Eric Biggersreparse.c: Include <stdlib.h> for alloca
2013-05-14 Eric Biggersimagex-update.1.in: Minor fixes
2013-05-14 Eric BiggersAdd update/extract tests
2013-05-13 Eric Biggerswimlib.h: Doc fixes
2013-05-13 Eric Biggerswimlib.h: Remove redundant documentation; improve...
2013-05-13 Eric Biggersunix_apply.c: Prefix some functions with unix_
2013-05-13 Eric Biggersunix_apply.c, unix_capture.c: Add, fix copyright notices
2013-05-13 Eric Biggerswin32_*.c: Add copyright notices
2013-05-13 Eric Biggersimagex.1.in: Update difference list
2013-05-13 Eric BiggersMan page cleanups
2013-05-13 Eric Biggersimagex-extract.1.in: Add missing --dest-dir docs
2013-05-13 Eric Biggersextract/update fixes
2013-05-13 Eric Biggersextract_image.c: Simplify applying stream list
2013-05-13 Eric Biggersimage_name_ok_as_dir(): Don't allow names of '.' and...
2013-05-13 Eric Biggersimagex_extract(): Cleanups
2013-05-13 Eric BiggersUpdate version number to 1.4.0; update NEWS
2013-05-13 Eric BiggersUpdate README, README.WINDOWS
2013-05-12 Eric BiggersMore wimlib-imagex man pages updates
2013-05-12 Eric Biggersimagex-apply.1.in: Update man page
2013-05-12 Eric BiggersUpdate wimlib-imagex documentation
2013-05-12 Eric Biggersimagex-update.1.in: Fixes
2013-05-12 Eric Biggersimagex.c: Recommend man page when running wimlib-image...
2013-05-12 Eric BiggersRefactor Win32 capture/apply, UNIX apply
2013-05-12 Eric BiggersUpdate bug fixes
2013-05-12 Eric BiggersDoc updates
2013-05-12 Eric Biggersextract_image.c: Make NO_ACLS and STRICT_ACLS do somet...
2013-05-12 Eric Biggerscheck_add_command(): Use WIMLIB_ERR_UNSUPPORTED when...
2013-05-12 Eric Biggersdentry.c: Fix broken tree traversal functions
2013-05-12 Eric BiggersAdd imagex-update.1.in
2013-05-12 Eric BiggersDocument wimlib_update_image()
2013-05-12 Eric Biggersadd_image => add
2013-05-12 Eric BiggersWIM update fixes
2013-05-12 Eric Biggerswimlib.h: Document wimlib_add_empty_image()
2013-05-12 Eric Biggersimagex.c: Cleanups, adding some comments
2013-05-12 Eric Biggersadd_image.c: Add more comments
2013-05-11 Eric BiggersInitial imagex_update functionality
2013-05-11 Eric Biggersimagex_update skeleton
2013-05-11 Eric Biggerswimlib_update_image(): Call xml_update_image_info()
2013-05-11 Eric BiggersInitial update functionality (library only)
2013-05-05 Eric Biggersimagex_extract(): Set WIMLIB_EXTRACT_FLAG_NORPFIX
2013-05-05 Eric BiggersDocument imagex-extract and wimlib_extract_files()
2013-05-05 Eric BiggersGet imagex extract --to-stdout working
2013-05-05 Eric Biggersextract cleanups and fixes
2013-05-05 Eric Biggersimagex-extract initial implementation
2013-05-05 Eric Biggersread_header(): Print WIM name in error messages
2013-05-05 Eric BiggersUpdate NEWS
2013-05-05 Eric Biggerswin32_wglob(): Fix too-short malloc of filename buffers
2013-05-05 Eric BiggersUpdate NEWS
2013-05-05 Eric Biggerswimlib.h: Update wimlib_add_image() docs
2013-05-05 Eric Biggersdoc/imagex-capture.1.in: Remove obsolete paragraph
2013-05-05 Eric Biggersdo_write_streams_progress(): Decrease total_bytes when...
2013-05-05 Eric BiggersWin32: Only warn when access denied when setting repars...
2013-05-05 Eric Biggerswin32_writev(): Improve writev emulation
2013-05-05 Eric Biggersread_resource_prefix(): Remove comment about removed...
2013-05-05 Eric Biggersntfs-capture.c: Do no-op reparse-point fixups
2013-05-05 Eric Biggersfiledes_t => int
2013-05-05 Eric BiggersFix comment above read_metadata_resource()
2013-05-05 Eric BiggersWin32: Use O_BINARY to stop Windows from messing with...
2013-05-05 Eric BiggersAdd Windows implementations of pread(), pwrite(), writev()
2013-05-05 Eric Biggersnative fds fixes/cleanups
2013-05-04 Eric BiggersPreliminary support for native fds (UNIX only so far)
2013-04-29 Eric Biggerswin32_capture_try_rpfix(): Fix incorrect conditional
2013-04-29 Eric BiggersUpdate NEWS v1.3.3
2013-04-28 Eric Biggersimagex_info(): Do not leak WIMStruct when file not...
2013-04-28 Eric Biggers{symlink,fd}_apply_unix_data(): Print path name
2013-04-28 Eric Biggerswin32_capture_try_rpfix(): Warn on excluded reparse...
2013-04-28 Eric Biggerswimlib_print_wim_information(): Print RPFIX status
2013-04-28 Eric BiggersWin32 apply: Set short names
2013-04-28 Eric Biggerswin32-tree-cmp: Do not compare sizes on directories
2013-04-28 Eric BiggersWin32: Fix cross-drive capture rpfix
2013-04-28 Eric Biggerswin32_extract_try_rpfix(): Simplify conditional
2013-04-28 Eric Biggersmaybe_apply_dentry(): Fix NO_STREAMS case
2013-04-28 Eric BiggersWin32: Simplify encrypted extract; re-try on sharing...
2013-04-28 Eric BiggersWin32: Encrypted extract fixes
2013-04-28 Eric Biggersmaybe_apply_dentry(): Treat encrypted directories as...
2013-04-28 Eric Biggerswin32_capture_streams(): Only warn on stream lookup...
2013-04-28 Eric BiggersUpdate README, README.WINDOWS, NEWS
2013-04-28 Eric Biggersmount_image.c: Use fuse_context.umask only when available
2013-04-28 Eric BiggersAdd Windows rpfix tests
next