]> wimlib.net Git - wimlib/history - src/write.c
write.c: send first WRITE_STREAMS message before writing raw copy blobs
[wimlib] / src / write.c
2013-12-14 Eric BiggersRead concat runs
2013-12-14 Eric BiggersSplit wim_resource_spec from wim_lookup_table_entry
2013-12-13 Eric BiggersUse STACK_MAX
2013-12-13 Eric Biggerswim.c: Cleanup
2013-12-13 Eric Biggerswrite_stream_list(): Cleanup
2013-12-13 Eric Biggersresource.c: Cleanup and refactor
2013-12-12 Eric BiggersVariable LZX window sizes
2013-12-09 Eric BiggersVariable chunk size support (currently XPRESS only)
2013-12-08 Eric BiggersAllow changing WIM compression type
2013-12-08 Eric BiggersMerge LZX compressor updates
2013-12-07 Eric Biggersxml.c: Fix writing <WINDOWS> element
2013-11-17 Eric BiggersComment fixes / cleanups
2013-11-17 Eric BiggersMerge experimental LZX compressor
2013-11-14 Eric BiggersImprove rename behavior on Windows
2013-11-03 Eric Biggerswrite.c: Fix two minor bugs in error paths
2013-09-01 Eric Biggersfinish_write(): Add a few more comments
2013-09-01 Eric Biggersfinish_write(): Fix comment
2013-09-01 Eric Biggerswrite_pipable_wim(): Fix/improve comment
2013-08-20 Eric Biggers"delta" WIM support
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-19 Eric Biggersjoin.c, write.c: Optimize WIMLIB_ALL_IMAGES writes...
2013-08-15 Eric BiggersImprove write streams performance and handling of joins
2013-08-14 Eric BiggersDon't close file descriptor at end of wimlib_write_to_fd()
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-05-26 Eric Biggersw -> wim
2013-05-23 Eric BiggersAdd wimlib_{get,set}_wim_info()
2013-05-23 Eric BiggersFix setting header flag during overwrite
2013-05-23 Eric BiggersCache compression type in WIMStruct and wim_lookup_tabl...
2013-05-22 Eric Biggersoverwrite_wim_inplace(): Fix error path
2013-05-22 Eric BiggersUse WIM_HDR_FLAG_WRITE_IN_PROGRESS
2013-05-22 Eric BiggersRemove verify_dentry(); separate refcnt recalc. from...
2013-05-22 Eric BiggersAdd WIMLIB_OPEN_FLAG_WRITE_ACCESS flag
2013-05-17 Eric Biggerswrite.c: Build up chunk offsets array in little-endian...
2013-05-17 Eric BiggersWIM chunk size: Calculate with existing macros when...
2013-05-17 Eric BiggersCompiler stuff
2013-05-15 Eric BiggersRefactor headers
2013-05-14 Eric Biggerswrite_stream_list(): Increase threshold for multithread...
2013-05-11 Eric BiggersInitial imagex_update functionality
2013-05-05 Eric Biggersdo_write_streams_progress(): Decrease total_bytes when...
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 BiggersAdd Windows implementations of pread(), pwrite(), writev()
2013-05-05 Eric Biggersnative fds fixes/cleanups
2013-05-04 Eric BiggersPreliminary support for native fds (UNIX only so far)
2013-04-25 Eric BiggersWin32: Do not create lookup table entries for 0 length...
2013-04-21 Eric BiggersMisc. fixes
2013-04-11 Eric BiggersSimplify write_resource_cb()
2013-04-08 Eric BiggersMultithreaded stream write: Fix progress function...
2013-04-08 Eric BiggersWrite uncompressible streams uncompressed in multithrea...
2013-04-08 Eric BiggersComment multithreaded stream writing code
2013-04-08 Eric BiggersMultithreaded stream writing fixes
2013-04-07 Eric BiggersMultithreaded compression (IN PROGRESS)
2013-04-07 Eric Biggersoverwrite_wim_inplace(): cleanup
2013-04-07 Eric Biggerswrite.c, lookup table.c: cleanup
2013-04-06 Eric Biggersfinish_write(): Reorganize
2013-03-31 Eric BiggersRewriting multithreaded compression code (IN PROGRESS)
2013-03-31 Eric BiggersFixes
2013-03-31 Eric BiggersFixes; comments
2013-03-30 Eric BiggersGet append working
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-29 Eric BiggersWIM capture: Share inodes immediately
2013-03-28 Eric BiggersExport compression and decompression functions
2013-03-27 Eric Biggersoverwrite_wim_inplace(): Only write new metadata resour... v1.3.2
2013-03-27 Eric Biggerswrite.c: Send fewer progress msgs when extracting...
2013-03-24 Eric BiggersModify treatment of metadata entries
2013-03-24 Eric BiggersRemove unneeded parameter from compression functions
2013-03-23 Eric BiggersChar encoding updates and misc. fixes
2013-03-23 Eric BiggersEncodings update (IN PROGRESS)
2013-03-22 Eric BiggersAdd --noacls options and set dwDesiredAccess more appro...
2013-03-21 Eric BiggersReplace rename()
2013-03-21 Eric BiggersMisc. fixes
2013-03-20 Eric BiggersWin32 fixes
2013-03-20 Eric BiggersCharacter encoding changes (IN PROGRESS)
2013-03-17 Eric BiggersAdd missing limits.h include
2013-03-17 Eric Biggersre-organize win32 code
2013-03-17 Eric BiggersWindows native build
2013-03-16 Eric BiggersCode and docs cleanup
2013-03-10 Eric BiggersMisc. Win32 fixes, comment updates
2013-03-10 Eric BiggersWin32 apply
2013-03-10 Eric BiggersWin32 capture
2013-03-09 Eric BiggersVarious changes
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2013-03-03 Eric BiggersRefactor error functions; make re-entrant
2013-03-03 Eric Biggersprint_lookup_table_entry(): add FILE* parameter
2012-12-31 Eric BiggersComment lines that may produce compiler warnings
2012-12-31 Eric BiggersVarious code cleanups
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-18 Eric BiggersMake in-place overwrite work when non-last image is...
2012-12-18 Eric BiggersAllow in-place overwrites when unmounting read-write...
2012-12-17 Eric Biggersmain_writer_thread_proc(): Re-instate removed condition
2012-12-16 Eric Biggersverify.c, buffer_io.h
2012-12-16 Eric BiggersStream writing cleanups
2012-12-16 Eric BiggersVarious fixes and cleanups
2012-11-24 Eric Biggerswrite_stream_list(): Remove unused variable
2012-11-24 Eric BiggersFix typo
next