]> wimlib.net Git - wimlib/shortlog
wimlib
2012-12-19 Eric BiggersTweak progress messages for imagex apply
2012-12-19 Eric Biggerswrite_ntfs_data_streams(): Reserve space for streams
2012-12-19 Eric Biggersdo_apply_dentry_ntfs(): Adjust inode closing
2012-12-19 Eric BiggersFix extract progress messages (again)
2012-12-19 Eric Biggersbuild_dentry_tree_ntfs(): Free memory for $Secure
2012-12-19 Eric BiggersUgly hack
2012-12-19 Eric BiggersPut lookup_table_entry->extracted_file in union with...
2012-12-19 Eric BiggersFix xpress_compress() minimum size
2012-12-19 Eric Biggerslte_overwrite_prepare(): only check offset if in same WIM
2012-12-19 Eric BiggersReplace dentry_find_streams_to_write() with inode_find_...
2012-12-19 Eric BiggersRename some functions used in for_image()
2012-12-19 Eric BiggersNote that applying from pipe is not allowed
2012-12-19 Eric Biggersfree_inode(): Fix deletion of inode from list
2012-12-19 Eric BiggersCorrectly return WIMLIB_ERR_ICONV_NOT_AVAILABLE
2012-12-19 Eric Biggersutf8_to_utf16(), utf16_to_utf8() changes
2012-12-18 Eric BiggersUse NTFS-3g character conversion functions if available
2012-12-18 Eric BiggersRemove rbtree_augmented.h from libwim_la_SOURCES
2012-12-18 Eric BiggersImprove execute_fusermount()
2012-12-18 Eric Biggersxml.c: Fix sort_by_index()
2012-12-18 Eric Biggersrbtree code: Reorganize and delete some unneeded stuff
2012-12-18 Eric Biggersmount_image.c: Get rid of anonymous union
2012-12-18 Eric BiggersUpdate version to 1.2.1
2012-12-18 Eric BiggersUpdate NEWS and README
2012-12-18 Eric Biggersmount_image.c: Minor cleanups
2012-12-18 Eric BiggersRemove is_daemon field in message handler context
2012-12-18 Eric BiggersDon't call unmount_progress_func() when no progress...
2012-12-18 Eric BiggersImplement unmount progress callback
2012-12-18 Eric BiggersDoc updates and fix daemon polling
2012-12-18 Eric Biggersmount_image.c: More message queue changes
2012-12-18 Eric BiggersMake in-place overwrite work when non-last image is...
2012-12-18 Eric Biggersimagex unmount --rebuild
2012-12-18 Eric BiggersAllow in-place overwrites when unmounting read-write...
2012-12-17 Eric BiggersMount: various cleanups and optimizations
2012-12-17 Eric BiggersSpecify hard_remove option to fuse_main() when possible
2012-12-17 Eric Biggersmount_image.c: Implement versioned unmount messages
2012-12-17 Eric Biggersextract_wim_resource() refactor
2012-12-17 Eric Biggersmain_writer_thread_proc(): Re-instate removed condition
2012-12-17 Eric BiggersRefactoring/rewrites
2012-12-16 Eric BiggersMinor cleanups
2012-12-16 Eric Biggersbuild_dentry_tree(): Allow root to be symlink
2012-12-16 Eric BiggersMove inode_to_stbuf() to mount_image.c
2012-12-16 Eric Biggersmetadata_resource.c
2012-12-16 Eric Biggersverify.c, buffer_io.h
2012-12-16 Eric BiggersRe-organize code
2012-12-16 Eric BiggersStream writing cleanups
2012-12-16 Eric BiggersIncrement real_refcnt for metadata lte's
2012-12-16 Eric BiggersVarious fixes and cleanups
2012-12-16 Eric Biggerslookup_table.c: minor cleanups
2012-12-16 Eric Biggersintegrity.c: Minor cleanup
2012-12-16 Eric Biggersimage_info(): Fix minor bugs
2012-12-16 Eric BiggersVarious cleanups
2012-12-15 Eric BiggersXPRESS compressor: increase max match
2012-12-15 Eric Biggerswimlib_internal.h: Some comment improvements
2012-12-15 Eric BiggersCompression code cleanups
2012-12-13 Eric BiggersFix wimlib_mount() documentation
2012-12-13 Eric Biggersmake_canonical_huffman_code(): Remove unneeded variable...
2012-11-24 Eric Biggerswimapply.c: Fix extract flags
2012-11-24 Eric BiggersMention `wimapply' in README
2012-11-24 Eric BiggersAdd wimapply.c (not compiled by default)
2012-11-24 Eric Biggersselect_wim_image(): Don't allow selecting WIMLIB_NO_IMAGE
2012-11-24 Eric Biggerswrite_stream_list(): Remove unused variable
2012-11-24 Eric Biggersinode_link_count(): Mark as inline
2012-11-24 Eric Biggerscalculate_bytes_to_extract(): Remove unused variable
2012-11-24 Eric Biggerswimlib_set_print_errors(): Fix return value
2012-11-24 Eric BiggersFix NULL pointer dereference if no progress function...
2012-11-24 Eric BiggersFix typo
2012-11-24 Eric BiggersFix typo
2012-11-24 Eric Biggersmain_writer_thread_proc(): Fix minor issues
2012-11-24 Eric Biggerswimlib_add_image(): Fix variable name (--enable-debug...
2012-11-24 Eric Biggerswrite_stream_list(): Fix criteria for parallelization
2012-11-24 Eric Biggersimagex_progress_func(): Fix printf
2012-11-24 Eric BiggersTweak XML element order and time format
2012-11-24 Eric BiggersAdd note in imagex-capture man page
2012-11-24 Eric BiggersImprove progress messages for NTFS apply
2012-11-24 Eric BiggersFix sentence
2012-11-23 Eric BiggersCleanup imagex-apply man page
2012-11-23 Eric BiggersClean up imagex-info manpage
2012-11-22 Eric BiggersFix tests (again) v1.2.0
2012-11-22 Eric BiggersVersion 1.2.0
2012-11-22 Eric BiggersRemove tmp_list from `struct inode' (not used)
2012-11-22 Eric BiggersAllocate extra 8 bytes for uncompressd chunks
2012-11-22 Eric BiggersUse readdir_r() instead of readdir()
2012-11-22 Eric BiggersNote imagex-export alternatives
2012-11-22 Eric BiggersVarious changes/fixes
2012-11-22 Eric BiggersImplement user-specified staging directory
2012-11-22 Eric Biggerstests fixes
2012-11-22 Eric BiggersUse pthread condition variables instead of semaphores
2012-11-22 Eric BiggersTest suite without coreutils
2012-11-22 Eric BiggersFix conflict with LIST_HEAD in BSD
2012-11-22 Eric Biggers__always_inline => ALWAYS_INLINE
2012-11-22 Eric BiggersOnly access struct stat.mtim if available
2012-11-22 Eric BiggersInclude sys/time.h in timestamp.h
2012-11-22 Eric BiggersUpdate NEWS
2012-11-22 Eric BiggersAcquire advisory lock when doing a read-write mount
2012-11-22 Eric BiggersImplement advisory locking for WIM overwrites
2012-11-22 Eric BiggersDefine version macros in wimlib.h
2012-11-22 Eric BiggersHeader and ifdef fixes
2012-11-22 Eric BiggersMove VERBOSE flags to progress callbacks
2012-11-22 Eric BiggersUpdate wimlib.h documentation
2012-11-21 Eric BiggersLots of changes
next