]> wimlib.net Git - wimlib/shortlog
wimlib
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
2012-11-20 Eric BiggersPrint some progress info in symlink/hardlink extraction...
2012-11-20 Eric BiggersFix sequential extraction, and include progress info
2012-11-20 Eric BiggersImplement sequential extract
2012-11-20 Eric BiggersImplement soft delete
2012-11-20 Eric BiggersDocument data corruption possibilities/impossibilities
2012-11-20 Eric Biggersimagex-optimize: --recompress
2012-11-20 Eric BiggersUpdate NEWS and add imagex-optimize
2012-11-20 Eric BiggersRewrite integrity calculation and checks
2012-11-19 Eric BiggersRework WIM writing code
2012-11-19 Eric BiggersSet WIM_RESHDR_FLAG_METADATA on XML data
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-19 Eric BiggersStart using soname for libwim
2012-11-19 Eric BiggersUpdate Arch Linux PKGBUILD to v1.1.0
2012-11-19 Eric Biggerswimlib.h doc fix
2012-11-18 Eric Biggersusage_all(): Print leading whitespace v1.1.0
2012-11-18 Eric Biggersmain_writer_thread_proc(): Minor cleanup
2012-11-18 Eric BiggersUpdate README
2012-11-18 Eric BiggersCalculate SHA1 md of NTFS reparse points correctly
2012-11-18 Eric BiggersSet FILE_ATTRIBUTE_DIRECTORY for directory symlinks
2012-11-18 Eric Biggersmake_symlink_reparse_data_buf(): Don't include null...
2012-11-18 Eric Biggersinclude WIMStruct->fp_tab only if WITH_FUSE
2012-11-18 Eric BiggersPTHREAD_LDADD
2012-11-18 Eric BiggersVarious portability fixes
2012-11-18 Eric BiggersConsolidate `struct lookup_table_entry'
2012-11-18 Eric Biggers--disable-multithreaded-compression option
2012-11-18 Eric BiggersUpdate version number and NEWS
2012-11-18 Eric Biggers--threads option and stream writing progress
2012-11-18 Eric Biggersmain_writer_thread_proc(): Add more comments
2012-11-18 Eric BiggersImplement multi-threaded compression
2012-11-13 Eric BiggersSet `struct fuse_operations' flags
2012-11-13 Eric BiggersHeader fix: Add time.h
2012-11-13 Eric BiggersMake different threads use different FILE*'s
2012-11-12 Eric Biggerswimlib_mount(): Disallow mounting newly added image
2012-11-12 Eric Biggersimagex_mount_rw_or_ro(): Free additional_swms when...
2012-11-12 Eric Biggerswimlib_mount(): Refuse to mount split wim read-write
2012-11-12 Eric Biggersmake_staging_dir(): Fix comment
2012-11-12 Eric Biggersrebuild_wim(): Fix possible problem with fd closing
2012-11-12 Eric BiggersIndentation
2012-11-12 Eric Biggersutil.h: Remove cas(), cas_bool() (not used yet)
2012-11-12 Eric BiggersUse FUSE multi-threaded mode for read-only mounts
2012-11-12 Eric BiggersFix rbtree comparison function
2012-11-12 Eric Biggerstest-imagex-*: Set $srcdir correctly
2012-11-12 Eric BiggersUpdate TODO
2012-11-12 Eric Biggersfor_dentry_in_tree(): Remove some gotos
2012-11-12 Eric BiggersNon-recursive for_dentry_in_tree()
2012-11-12 Eric BiggersRemove link_dentry()
2012-11-12 Eric Biggersimagex.c: Minor usability improvements
2012-11-12 Eric BiggersMake wimfs files executable by default
2012-11-12 Eric Biggersinode_put_fd(): Fix incorrect assertion
2012-11-11 Eric Biggersrbtree.c: Delete augmented rbtree functions
2012-11-11 Eric Biggersstruct dentry optimization and stack-based rbtree traversal
2012-11-11 Eric BiggersStore dentry children in red-black trees
2012-11-11 Eric BiggersAdd rbtree files
2012-11-11 Eric Biggerslist.h: Remove unneeded functions
2012-11-05 Eric Biggerstest-imagex-ntfs: Use lazy unmount
2012-10-30 Eric Biggersimagex.c: Remove unused swap() macro
2012-10-30 Eric BiggersFix date in ChangeLog
2012-10-30 Eric BiggersFix links in wimlib.h generated docs
2012-10-30 Eric BiggersFix man page reference in README
2012-10-30 Eric BiggersUpdate archlinux/PKGBUILD
2012-10-30 Eric BiggersVersion 1.0.4 v1.0.4
2012-10-30 Eric BiggersCheck for ntfs_xattr_system_setxattr() instead of ntfs_...
2012-10-29 Eric BiggersReorganize README and add OpenSSL info
2012-10-29 Eric BiggersDebian package updates
2012-10-29 Eric BiggersEXTRA_DIST rpm, archlinux
2012-10-29 Eric BiggersSeptember => October
2012-10-29 Eric BiggersVarious packaging issues
2012-10-29 Eric Biggers$srcdir fix
2012-10-29 Eric BiggersFix tests (again)
2012-10-29 Eric Biggersimagex.c: Free additional_swms when done with it
2012-10-29 Eric BiggersSkip mount tests when --without-fuse
2012-10-29 Eric Biggerstree-cmp without xattr
2012-10-28 Eric BiggersRun NTFS tests when --without-ntfs-3g
2012-10-28 Eric BiggersMessage queue name calculation
2012-10-28 Eric BiggersDocument wimlib_mount() as "thread-safe"
2012-10-28 Eric BiggersAdd multi-mount program
2012-10-28 Eric Biggersmount.c tweaks
2012-10-28 Eric BiggersFixes to get rid of various compiler warnings
2012-10-28 Eric Biggerswimfs_destroy(), wimlib_unmount()
2012-10-28 Eric BiggersGet rid of static variables in mount.c
2012-10-28 Eric BiggersCleanup wimlib_mount() preparations
2012-10-28 Eric Biggerswrite_xml_data() cleanup
2012-10-28 Eric Biggers#ifdef WITH_NTFS_3g in clone_lookup_table_entry()
2012-10-28 Eric BiggersUse __builtin_bswap64() only if supported
2012-10-28 Eric BiggersClose out_fp in finish_write()
2012-10-28 Eric Biggerscopy_resource_to_swm(): Move strcat() to sprintf()
2012-10-28 Eric Biggersstruct args => struct split_args
2012-10-28 Eric BiggersFix doc for wimlib_join()
2012-10-28 Eric BiggersFix verify_dentry()
2012-10-28 Eric BiggersMetadata resource compatibility
2012-10-28 Eric BiggersUpdate dentry, security data reading
2012-10-28 Eric BiggersCleanup WIM writing
2012-10-27 Eric BiggersCleanup imagex.c
2012-10-26 Eric BiggersRemove more trailing whitespace
next