]> wimlib.net Git - wimlib/history - src/split.c
wlfuzz: generate a wider range of filenames
[wimlib] / src / split.c
2015-11-12 Eric Biggerswimlib_split(): fix bug where no parts would be written...
2015-10-19 Eric Biggerswimlib_split(): forbid splitting arbitrary WIMStructs
2015-07-02 Eric BiggersUse list_replace() instead of list_transfer()
2015-06-05 Eric BiggersAdd GUID helper functions
2015-04-03 Eric BiggersTrim down 'flags' member of 'struct blob_descriptor'
2015-03-26 Eric BiggersStream and blob updates
2015-02-14 Eric BiggersConsistently use the name "solid resource"
2015-01-25 Eric Biggersheader cleanups
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
2014-05-22 Eric Biggerssplit.c: Allow customizing part names
2014-05-22 Eric BiggersUpdate progress functions
2014-01-17 Eric Biggerswimlib: strict checks for unassigned flags
2013-12-25 Eric Biggerswimlib_split(): Do not allow splitting WIMs containing...
2013-12-23 Eric BiggersRewrite of write_stream_list(), and writing packed...
2013-12-14 Eric BiggersSplit wim_resource_spec from wim_lookup_table_entry
2013-09-01 Eric BiggersReplace WIMLIB_OPEN_FLAG_SPLIT_OK with WIMLIB_OPEN_FLAG...
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-05-26 Eric Biggerssplit.c: Declare size_remaining as s64 to handle >...
2013-05-26 Eric Biggerssplit.c: w => wim
2013-05-23 Eric BiggersRemove some unused variables
2013-05-23 Eric BiggersFix setting header flag during overwrite
2013-05-22 Eric BiggersAdd WIMLIB_OPEN_FLAG_WRITE_ACCESS flag
2013-05-17 Eric Biggersheader.c, lookup_table.c: Read/write data from structures
2013-05-17 Eric BiggersCompiler stuff
2013-05-15 Eric BiggersRefactor headers
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 Biggersnative fds fixes/cleanups
2013-05-04 Eric BiggersPreliminary support for native fds (UNIX only so far)
2013-04-07 Eric Biggersoverwrite_wim_inplace(): cleanup
2013-03-31 Eric BiggersFixes
2013-03-31 Eric BiggersFixes; comments
2013-03-30 Eric Biggersrefcnt image metadata; calculate full path on-demand
2013-03-28 Eric Biggerssplit, join: Read input WIM(s) sequentially
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-21 Eric BiggersReplace rename()
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2012-12-31 Eric BiggersVarious code cleanups
2012-12-16 Eric Biggersverify.c, buffer_io.h
2012-12-16 Eric BiggersVarious fixes and cleanups
2012-11-22 Eric BiggersVarious changes/fixes
2012-11-21 Eric BiggersLots of changes
2012-11-19 Eric BiggersRework WIM writing code
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 BiggersCleanup WIM writing
2012-10-26 Eric BiggersRemove more trailing whitespace
2012-08-31 Eric Biggerssplit WIM apply, doc updates
2012-08-30 Eric BiggersLicense and documentation
2012-08-23 Eric BiggersFinally fixed most of the problems with the new resourc...
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-20 Eric BiggersSupport for splitting WIMs