]> wimlib.net Git - wimlib/history - src/resource.c
add System Compression support
[wimlib] / src / resource.c
2015-06-23 Eric Biggersfile_io.c: set errno=EINVAL on unexpected end of file
2015-06-05 Eric BiggersNew helper: wim_reshdr_to_desc_and_blob()
2015-06-05 Eric Biggersresource reading cleanups
2015-06-05 Eric BiggersClean up pipable WIM extraction
2015-05-30 Eric BiggersRequire size_in_wim == uncompressed_size for uncompress...
2015-05-02 Eric BiggersMake win32.h includable on non-Windows
2015-05-02 Eric BiggersNTFS-3g capture: use reference-counted NTFS volumes
2015-05-02 Eric BiggersVarious cleanups
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-14 Eric BiggersConsistently use the name "solid resource"
2015-01-25 Eric Biggersheader cleanups
2014-12-25 Eric Biggersresource.c: Don't manually align buffer for uncompresse...
2014-12-10 Eric Biggersportability and compression cleanups
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
2014-07-27 Eric BiggersAdd sprint_hash()
2014-07-25 Eric Biggersresource.c: Make extract_chunk_to_fd() static
2014-07-24 Eric BiggersRemove some unneeded includes
2014-07-19 Eric BiggersMerge compression updates
2014-06-25 Eric BiggersRemove begin_stream callback flags
2014-06-25 Eric Biggersextract.c: Pass orig stream to callbacks when reading...
2014-06-20 Eric Biggersextract.c: Fix for running out of file handles
2014-05-27 Eric Biggerslzx-decompress.c: Add SSE2 version of undo_call_insn_p...
2014-05-27 Eric Biggersresource.c: Fix two comments
2014-05-27 Eric Biggersresource.c: Don't call lseek() if not necessary
2014-05-25 Eric BiggersUpdate mount implementation
2014-05-22 Eric Biggersstreamifier_cb(): Adjust cur_stream_offset even if...
2014-05-14 Eric Biggerswin32_capture.c: More improvements
2014-05-11 Eric BiggersDon't create unnecessary temporary files
2014-04-27 Eric BiggersHandle inconsistent uncompressed resources in same...
2014-04-26 Eric BiggersWIMBoot: Update WimOverlay.dat directly when WOF not...
2014-01-18 Eric Biggershasher_end_stream(): Fix format string
2014-01-16 Eric BiggersRemove some printing code from library
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 BiggersHandle streams with uncompressed size 4 GiB consistently
2014-01-07 Eric Biggersread_stream_list(): Spill huge data ranges array onto...
2013-12-29 Eric BiggersAdd extract_full_stream_to_fd()
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-26 Eric Biggersstreamifier_cb(): Fix update of cur_stream_offset
2013-12-25 Eric Biggersread_compressed_resource(): Fix use of decompressor
2013-12-25 Eric BiggersNew compression/decompression API
2013-12-24 Eric Biggersread_stream_list(): Fix calculation of next stream
2013-12-23 Eric Biggersread_compressed_wim_resource(): Fix reading chunk table
2013-12-23 Eric BiggersCleanup
2013-12-23 Eric BiggersRewrite of write_stream_list(), and writing packed...
2013-12-21 Eric Biggersread_lookup_table(): Cleanup
2013-12-20 Eric BiggersFix RAW_CHUNKS reads
2013-12-20 Eric BiggersCleanup and add more comments
2013-12-20 Eric BiggersUse read_stream_list() for extraction
2013-12-20 Eric BiggersAdd read_stream_list()
2013-12-19 Eric BiggersAdd independent LZMS decompressor
2013-12-14 Eric BiggersAdd kind-of-working LZMS decompression using cabinet...
2013-12-14 Eric Biggersupdate; add lzms_decompress() stub
2013-12-14 Eric BiggersRead concat runs
2013-12-14 Eric BiggersSplit wim_resource_spec from wim_lookup_table_entry
2013-12-13 Eric Biggerswrite_stream_list(): Cleanup
2013-12-13 Eric Biggersresource.c: Fix check for invalid chunk size
2013-12-13 Eric Biggersresource.c: Fix reading pipable resources
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-08-20 Eric Biggers"delta" WIM support
2013-08-15 Eric BiggersMiscellaneous fixes and cleanups
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-23 Eric BiggersCache compression type in WIMStruct and wim_lookup_tabl...
2013-05-22 Eric BiggersRemove verify_dentry(); separate refcnt recalc. from...
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
next