]> wimlib.net Git - wimlib/history - src/wim.c
print_lookup_table(): Print metadata entries
[wimlib] / src / wim.c
2013-05-17 Eric Biggerssecurity.c: Rewrite some code
2013-05-15 Eric BiggersRefactor SWM code into swm.c
2013-05-15 Eric BiggersRefactor headers
2013-05-11 Eric BiggersInitial update functionality (library only)
2013-05-05 Eric Biggersread_header(): Print WIM name in error messages
2013-05-05 Eric Biggersfiledes_t => int
2013-05-05 Eric BiggersWin32: Use O_BINARY to stop Windows from messing with...
2013-05-05 Eric Biggersnative fds fixes/cleanups
2013-05-04 Eric BiggersPreliminary support for native fds (UNIX only so far)
2013-04-28 Eric Biggerswin32_capture_try_rpfix(): Warn on excluded reparse...
2013-04-28 Eric Biggersrefactor reparse point code; Win32: working extract...
2013-04-25 Eric Biggerswimlib_free(): Add missing pthread_mutex_destroy()
2013-04-21 Eric BiggersMisc. fixes
2013-04-09 Eric BiggersSave original xml_data only when needed
2013-04-09 Eric Biggersimplement WIMLIB_INIT_FLAG_ASSUME_UTF8
2013-04-08 Eric BiggersMultithreaded stream writing fixes
2013-04-07 Eric Biggerswim_checksum_unhashed_streams(): Use image_for_each_unh...
2013-04-06 Eric BiggersAdd more comments
2013-03-31 Eric BiggersGet capturing NTFS reparse points working again
2013-03-31 Eric BiggersFixes
2013-03-31 Eric BiggersFixes; comments
2013-03-30 Eric BiggersFixes, comments
2013-03-30 Eric Biggersrefcnt image metadata; calculate full path on-demand
2013-03-29 Eric BiggersWin32: Improve restoring of special attributes
2013-03-26 Eric BiggersWin32: Minor code/comment fixes
2013-03-26 Eric Biggersimagex: Use enumerated type for long options
2013-03-24 Eric BiggersModify treatment of metadata entries
2013-03-23 Eric BiggersChar encoding updates and misc. fixes
2013-03-23 Eric BiggersEncodings update (IN PROGRESS)
2013-03-22 Eric BiggersMove FreeLibrary call to win32_global_cleanup()
2013-03-22 Eric BiggersDynamically load Find{Find,Next}StreamW()
2013-03-21 Eric BiggersUpdate docs
2013-03-20 Eric BiggersWin32 fixes
2013-03-20 Eric BiggersCharacter encoding changes (IN PROGRESS)
2013-03-20 Eric BiggersImprove char encoding support (IN PROGRESS)
2013-03-18 Eric BiggersClean up headers
2013-03-17 Eric BiggersMove realpath() to win32.c
2013-03-17 Eric BiggersWindows native build
2013-03-10 Eric BiggersWin32 capture
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2013-03-03 Eric Biggersselect_wim_image(): Fix last commit
2013-03-03 Eric Biggersselect_wim_image(): Set WIMLIB_NO_IMAGE on failure
2013-03-03 Eric BiggersAdd wimlib_global_{init,cleanup}()
2013-03-03 Eric Biggersbegin_read(): Fix comment
2012-12-31 Eric BiggersRename image_metadata to wim_image_metadata
2012-12-31 Eric BiggersVarious code cleanups
2012-12-19 Eric BiggersRename some functions used in for_image()
2012-12-17 Eric BiggersRefactoring/rewrites
2012-12-16 Eric Biggersverify.c, buffer_io.h
2012-12-16 Eric BiggersRe-organize code
2012-12-16 Eric BiggersVarious fixes and cleanups
2012-12-16 Eric BiggersVarious cleanups
2012-11-24 Eric Biggersselect_wim_image(): Don't allow selecting WIMLIB_NO_IMAGE
2012-11-22 Eric BiggersVarious changes/fixes
2012-11-22 Eric BiggersImplement advisory locking for WIM overwrites
2012-11-22 Eric BiggersUpdate wimlib.h documentation
2012-11-21 Eric BiggersLots of changes
2012-11-20 Eric BiggersImplement soft delete
2012-11-20 Eric BiggersRewrite integrity calculation and checks
2012-11-19 Eric BiggersRework WIM writing code
2012-11-19 Eric Biggerswimlib_set_boot_idx(): Update boot metadata immediately
2012-11-19 Eric Biggerswimlib_write(): Add WIMLIB_WRITE_FLAG_FSYNC
2012-11-19 Eric Biggersbegin_read(): Try fopen() before realpath()
2012-11-18 Eric Biggersinclude WIMStruct->fp_tab only if WITH_FUSE
2012-11-13 Eric BiggersHeader fix: Add time.h
2012-11-13 Eric BiggersMake different threads use different FILE*'s
2012-11-12 Eric BiggersUse FUSE multi-threaded mode for read-only mounts
2012-10-26 Eric BiggersVarious cleanups
2012-10-26 Eric Biggerswimlib_select_image() => select_wim_image()
2012-09-03 Eric BiggersRewrite to use inodes (IN PROGRESS)
2012-09-02 Eric BiggersCompile on FreeBSD
2012-09-01 Eric Biggersimagex-apply.1 updates
2012-09-01 Eric Biggersimagex capture and append consolidation
2012-08-31 Eric Biggerssplit WIM apply, doc updates
2012-08-30 Eric BiggersLicense and documentation
2012-08-29 Eric BiggersPrint names of dentries in split link groups when in...
2012-08-28 Eric Biggersverify_dentry()
2012-08-27 Eric BiggersNTFS capture updates
2012-08-22 Eric BiggersRewritten functions for reading and writing resources
2012-08-20 Eric BiggersVarious fixes
2012-08-20 Eric BiggersMake lookup table use hlist
2012-08-20 Eric BiggersExtract WIM hard links correctly
2012-08-19 Eric Biggersremove WIMStruct->output_dir
2012-08-19 Eric Biggershardlink fixes
2012-08-18 Eric BiggersSome preparations for supporting NTFS capture and apply.
2012-08-14 Eric BiggersTest suite
2012-08-13 Eric BiggersVarious minor changes and fixes.
2012-08-13 Eric BiggersUse WIM_LINK_TYPE_NONE as default, as documented
2012-08-13 Eric BiggersFix some compiler warnings
2012-08-12 Eric BiggersClean up file headers
2012-05-20 Eric BiggersSupport for copying security data
2012-05-19 Eric BiggersSupport for joining WIMs.
2012-05-18 Eric BiggersUse WARNING() for warnings instead of ERROR().
2012-05-01 Eric BiggersInitial commit (current version is wimlib 0.6.2)