]> wimlib.net Git - wimlib/history - src/resource.c
WIM chunk size: Calculate with existing macros when possible
[wimlib] / src / resource.c
2013-05-17 Eric BiggersWIM chunk size: Calculate with existing macros when...
2013-05-17 Eric Biggersread_compressed_resource(): Remove potential aliasing...
2013-05-17 Eric Biggersheader.c, lookup_table.c: Read/write data from structures
2013-05-15 Eric BiggersRefactor headers
2013-05-05 Eric Biggersread_resource_prefix(): Remove comment about removed...
2013-05-05 Eric Biggersfiledes_t => int
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 Biggersrefactor reparse point code; Win32: working extract...
2013-04-21 Eric BiggersMisc. fixes
2013-04-10 Eric BiggersWin32: Add untested support for encryted capture
2013-04-08 Eric BiggersMultithreaded stream writing fixes
2013-04-07 Eric Biggersresource code fixes/cleanup
2013-04-07 Eric Biggerswrite.c, lookup table.c: cleanup
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-30 Eric BiggersInitial rewrite of resource code
2013-03-28 Eric BiggersExport compression and decompression functions
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 Biggerswin32_read_file: Use UTF16-LE name
2013-03-20 Eric BiggersCharacter encoding changes (IN PROGRESS)
2013-03-20 Eric BiggersImprove char encoding support (IN PROGRESS)
2013-03-17 Eric Biggersre-organize win32 code
2013-03-17 Eric Biggersread_compressed_resource(): Fix format strings
2013-03-10 Eric BiggersWin32 apply
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 Biggersprint_lookup_table_entry(): add FILE* parameter
2012-12-31 Eric BiggersVarious code cleanups
2012-12-21 Eric BiggersLZX decompression cleanups
2012-12-17 Eric Biggersextract_wim_resource() refactor
2012-12-16 Eric Biggersmetadata_resource.c
2012-12-16 Eric Biggersverify.c, buffer_io.h
2012-12-16 Eric BiggersVarious fixes and cleanups
2012-11-21 Eric BiggersLots of changes
2012-11-20 Eric BiggersRewrite integrity calculation and checks
2012-11-19 Eric BiggersRework WIM writing code
2012-11-18 Eric BiggersCalculate SHA1 md of NTFS reparse points correctly
2012-11-18 Eric Biggersinclude WIMStruct->fp_tab only if WITH_FUSE
2012-11-18 Eric BiggersImplement multi-threaded compression
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-11-11 Eric BiggersStore dentry children in red-black trees
2012-10-28 Eric BiggersFixes to get rid of various compiler warnings
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 Biggersxpress_compress(): Initialize all data written
2012-10-02 Eric Biggersto_leXX() -> cpu_to_leXX(), leXX_to_cpu()
2012-09-30 Eric Biggersextract_wim_resource_to_fd(): Handle full_write() retva...
2012-09-04 Eric BiggersComment fixes
2012-09-04 Eric Biggersinode fields rename
2012-09-03 Eric Biggersinode updates (IN PROGRESS)
2012-09-03 Eric Biggersinode updates
2012-09-03 Eric BiggersRewrite to use inodes (IN PROGRESS)
2012-09-02 Eric BiggersCompile on FreeBSD
2012-09-02 Eric BiggersFix in write_wim_resource(), and add test cases
2012-08-30 Eric BiggersLicense and documentation
2012-08-29 Eric BiggersNTFS apply ADS fixes
2012-08-29 Eric BiggersFix various NTFS capture issues
2012-08-29 Eric BiggersFix various issues
2012-08-28 Eric BiggersHard link disambiguation
2012-08-28 Eric BiggersAlign security data correctly
2012-08-28 Eric Biggersdentry_first_lte() -> dentry_unnamed_lte()
2012-08-28 Eric Biggersverify_dentry()
2012-08-28 Eric BiggersReviewed code in dentry.c and {read,write}_metadata_res...
2012-08-27 Eric BiggersNTFS capture updates
2012-08-25 Eric BiggersImplement XATTR interface to ADS in wimfs
2012-08-25 Eric BiggersFixes for Windows ADS interface
2012-08-24 Eric BiggersCode to handle some weird siutations and bad WIMs
2012-08-23 Eric BiggersMore comments
2012-08-23 Eric BiggersComments; check SHA1 md in extract_wim_resource_to_fd()
2012-08-23 Eric BiggersFinally fixed most of the problems with the new resourc...
2012-08-23 Eric BiggersResource fixes/changes
2012-08-22 Eric BiggersPartial fixes and comments
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 BiggersVarious cleanups
2012-08-19 Eric Biggerswimfs_write(), dentry_to_stbuf()
2012-08-19 Eric Biggersuse_ino mount option
2012-08-19 Eric BiggersVarious fixes
2012-08-19 Eric Biggerswimfs_link(), wimfs_symlink(), symlink fixes
2012-08-19 Eric Biggerscompiles (IN PROGRESS)
2012-08-19 Eric Biggershardlinks (IN PROGRESS)
2012-08-18 Eric BiggersSymbolic links (IN PROGRESS)
2012-08-18 Eric BiggersSome preparations for supporting NTFS capture and apply.
2012-08-13 Eric BiggersVarious minor changes and fixes.
2012-08-13 Eric BiggersFix some compiler warnings
2012-08-12 Eric BiggersClean up file headers
2012-05-26 Eric BiggersUse public domain SHA1 code
next