]> wimlib.net Git - wimlib/history - src/write.c
write.c: compaction bug fix
[wimlib] / src / write.c
2015-10-23 Eric Biggerswrite.c: compaction bug fix
2015-10-21 Eric BiggersImproved reporting of concurrent modifications and...
2015-10-19 Eric BiggersDelay xml_update_image_info() until write
2015-10-19 Eric BiggersDon't unnecessarily rebuild exported metadata resources
2015-10-19 Eric BiggersFix various typos
2015-10-04 Eric BiggersAdd support for unsafe in-place compaction of WIM files
2015-10-04 Eric BiggersWrite raw-copy resources before other resources
2015-10-04 Eric BiggersUpdates to prepare for in-place compaction support
2015-10-04 Eric Biggerswrite.c: cleanups and bug fixes
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-06-07 Eric BiggersDon't ftruncate() after rewriting blob uncompressed
2015-06-05 Eric BiggersAdd helper functions for passing paths to progress...
2015-06-05 Eric BiggersAdd helper function for rate-limiting progress messages
2015-06-05 Eric BiggersRename num_remaining_streams => i_num_remaining_streams
2015-06-05 Eric Biggerswrite.c: do not remove empty blobs (not possible anymore)
2015-06-05 Eric Biggersresource reading cleanups
2015-06-05 Eric BiggersAdd GUID helper functions
2015-06-02 Eric Biggerswrite.c: handle empty buffers in write_wim_resource_fro...
2015-05-17 Eric Biggerswrite.c: Move and fix check for defaulting to solid...
2015-05-07 Eric BiggersAlways use abbreviated integer types in library code
2015-05-02 Eric BiggersMake win32.h includable on non-Windows
2015-05-02 Eric Biggerswrite: various cleanups
2015-05-02 Eric BiggersVarious cleanups
2015-04-26 Eric BiggersClean up setting of compression type
2015-04-11 Eric BiggersRemove unnecessary argument to hlist iteration macros
2015-04-03 Eric BiggersImprove helper functions for setting blob locations
2015-04-03 Eric BiggersTrim down 'flags' member of 'struct blob_descriptor'
2015-03-26 Eric BiggersStream and blob updates
2015-02-15 Eric BiggersReduce unnecessary copying during chunk compression
2015-02-14 Eric BiggersAdd flag for disabling solid sort
2015-02-14 Eric BiggersHeuristic sorting of streams for solid compression
2015-02-14 Eric BiggersConsistently use the name "solid resource"
2015-01-25 Eric Biggersheader cleanups
2014-12-15 Eric Biggersinode.h, inode.c cleanup
2014-12-13 Eric BiggersWIMStruct: Rename 'deletion_occurred' to 'image_deletio...
2014-12-10 Eric Biggersportability and compression cleanups
2014-11-05 Eric BiggersFix for rewriting uncompressed resources when exporting...
2014-10-27 Eric Biggerswrite.c: Warn when falling back to single-threaded...
2014-09-28 Eric BiggersWorkaround for WOF incompatibility
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
2014-08-05 Eric Biggerswrite.c: Fix handling of NULL context in stream_filtered()
2014-06-25 Eric BiggersRemove begin_stream callback flags
2014-06-22 Eric BiggersAdd experimental support for WIMLIB_PROGRESS_MSG_DONE_W...
2014-06-21 Eric Biggerswrite.c: Send "write streams" progress at least every...
2014-06-14 Eric Biggersfinish_write(): Read old integrity table into memory...
2014-06-14 Eric Biggersfinish_write(): Don't use old integrity table if alread...
2014-06-13 Eric BiggersRemove WIMLIB_COMPRESSION_TYPE_INVALID from library
2014-06-07 Eric BiggersMerge branch 'lz_bt'
2014-06-05 Eric BiggersFix creating large solid blocks
2014-05-26 Eric BiggersFix file locking
2014-05-25 Eric BiggersUpdate mount implementation
2014-05-23 Eric BiggersUpdate version: v1.7.0-BETA
2014-05-22 Eric BiggersUpdate progress functions
2014-05-15 Eric BiggersRemove duplicate words & fix grammatical errors
2014-05-14 Eric Biggerswrite_wim_part(): Distinguish between explicit GUID...
2014-05-14 Eric Biggerswrite.c: Don't default to solid mode quite as easily
2014-05-14 Eric BiggersAdd WIMLIB_WRITE_FLAG_RETAIN_GUID
2014-05-14 Eric Biggerswimlib_write(): Update flags debugging statements
2014-05-12 Eric Biggerschunk compressor: Use u32, not unsigned, for chunk...
2014-05-11 Eric BiggersDon't create unnecessary temporary files
2014-05-09 Eric BiggersAllow writing multiple packed resources per WIM
2014-04-28 Eric BiggersRemove broken completed_parts write progress
2014-04-24 Eric BiggersSwap XPRESS and LZX constants
2014-01-17 Eric Biggerswimlib: strict checks for unassigned flags
2014-01-14 Eric Biggerswim.c: Remove reopen_wim(), close_wim()
2014-01-13 Eric Biggerswrite_stream_list(): Do not create threads to compress...
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2014-01-08 Eric BiggersCache compression format in 'struct wim_resource_spec'
2014-01-07 Eric Biggerswrite_stream_list(): Fix comments
2014-01-07 Eric BiggersHandle streams with uncompressed size 4 GiB consistently
2013-12-30 Eric BiggersFix completed_streams of write streams progress and...
2013-12-29 Eric Biggerswrite_stream_process_chunk(): Remove dead assignment
2013-12-29 Eric BiggersAdd extract_full_stream_to_fd()
2013-12-28 Eric Biggerswrite_stream_list(): Do not allocate chunk buffer if...
2013-12-28 Eric Biggerswrite_stream_uncompressed(): Do not issue unnecessary...
2013-12-28 Eric Biggerswrite_chunk(): Remove redundant statements
2013-12-27 Eric BiggersRemove WIMLIB_WRITE_FLAG_NO_PACK_STREAMS
2013-12-26 Eric Biggerswrite.c: Do not raw-copy packed resources
2013-12-26 Eric BiggersAdd wimlib_set_output_{pack_chunk_size,compression_type}()
2013-12-26 Eric Biggerslzms-compress.c: Find matches with lz_analyze_block()
2013-12-26 Eric BiggersUpdate LZMS compressor - can now output literals
2013-12-25 Eric Biggerswrite_stream_list(): Write streams uncompressed when...
2013-12-25 Eric BiggersMake --disable-multithreaded-compression work again
2013-12-25 Eric BiggersNew compression/decompression API
2013-12-24 Eric Biggerswimlib_overwrite(): Don't create multiple packs per WIM
2013-12-24 Eric Biggerswrite_stream_list(): Do progress on raw resource copies
2013-12-24 Eric Biggerswrite.c: Document write_stream_list()
2013-12-24 Eric Biggerswimlib_overwrite()): Change WIM version when appropriate
2013-12-24 Eric Biggerswimlib_overwrite(): Don't force full rebuild of packed WIM
2013-12-24 Eric Biggerswimlib-imagex: Allow specifying LZMS compression
2013-12-24 Eric BiggersDo not wait full streams for WIMLIB_PROGRESS_MSG_WRITE_...
2013-12-24 Eric Biggersread_stream_list(): Fix calculation of next stream
2013-12-23 Eric BiggersAdd new files for chunk compression
2013-12-23 Eric BiggersCleanup
2013-12-23 Eric BiggersRewrite of write_stream_list(), and writing packed...
2013-12-20 Eric BiggersFix can_raw_copy()
2013-12-20 Eric BiggersCleanup and add more comments
2013-12-20 Eric BiggersUse read_stream_list() for extraction
2013-12-14 Eric Biggersupdate; add lzms_decompress() stub
2013-12-14 Eric BiggersRead concat runs
next