]> wimlib.net Git - wimlib/history - src
Start using soname for libwim
[wimlib] / src /
2012-11-19 Eric Biggerswimlib.h doc fix
2012-11-18 Eric Biggersmain_writer_thread_proc(): Minor cleanup
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 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 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 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 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 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-10-30 Eric BiggersFix links in wimlib.h generated docs
2012-10-29 Eric BiggersVarious packaging issues
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 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-26 Eric BiggersRemove more trailing whitespace
2012-10-26 Eric BiggersVarious cleanups
2012-10-26 Eric Biggersdo_add_image(): Set boot_idx directly
2012-10-26 Eric BiggersReturn WIMLIB_ERR_NOMEM if security data cannot be...
2012-10-26 Eric Biggerswimlib_select_image() => select_wim_image()
2012-10-26 Eric Biggersxpress_compress(): Initialize all data written
2012-10-26 Eric Biggersfix_true_inode(): Add ref_inode to inode_list
2012-10-26 Eric Biggersbuild_dentry_tree() fix error paths
2012-10-25 Eric Biggersadd image cleanups
2012-10-25 Eric Biggersimage delete cleanup
2012-10-25 Eric BiggersFunction doc updates
2012-10-21 Eric Biggerswimlib_export() updates
2012-10-21 Eric BiggersCleanup image export code
2012-10-02 Eric Biggersto_leXX() -> cpu_to_leXX(), leXX_to_cpu()
2012-10-02 Eric Biggersprint_security_descriptor(): Do not modify const data
2012-09-30 Eric Biggersextract_wim_resource_to_fd(): Handle full_write() retva...
2012-09-16 Eric Biggerswimfs_readlink(): Use wim_pathname_to_inode()
2012-09-13 Eric BiggersFix a compiler warning
2012-09-11 Eric BiggersFix up LZ77 compression code and prepare v1.0.3 v1.0.3
2012-09-10 Eric Biggerslzx_compress(): block_type parameter
2012-09-10 Eric BiggersLZX LRU queue array_to_le32() fix
2012-09-05 Eric BiggersLZ77 lazy match fix
2012-09-05 Eric Biggersremove struct image_statistics
2012-09-05 Eric BiggersFix up calculation of image XML statistics
2012-09-04 Eric BiggersComment fixes
2012-09-04 Eric BiggersRemove unneeded code
2012-09-04 Eric BiggersFix lte ref counting
2012-09-04 Eric Biggersupdate_lte_of_staging_file() fix
2012-09-04 Eric Biggersfd->lte => fd->f_lte, fix inode_add_ads()
2012-09-04 Eric Biggersinode fields rename
2012-09-04 Eric Biggersdentry.c, dentry.h cleanup
2012-09-04 Eric Biggersads entries
2012-09-04 Eric Biggersfixes
2012-09-04 Eric BiggersMount fixes
2012-09-04 Eric BiggersFixes
2012-09-03 Eric Biggersinode updates (IN PROGRESS)
2012-09-03 Eric Biggersinode updates (IN PROGRESS)
2012-09-03 Eric Biggersput_inode() fix
2012-09-03 Eric Biggersinode updates
2012-09-03 Eric BiggersRewrite to use inodes (IN PROGRESS)
2012-09-02 Eric BiggersMore ADS entry moving issues
2012-09-02 Eric BiggersFixed bug when capturing NTFS file with multiple named...
2012-09-02 Eric BiggersMake WIM mounting work on FreeBSD v1.0.1
2012-09-02 Eric BiggersCompile on FreeBSD
2012-09-02 Eric BiggersTest suite and mount updates
next