]> wimlib.net Git - wimlib/history - src/header.c
Avoid passing NULL as memcpy source (undefined behavior)
[wimlib] / src / header.c
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-06-05 Eric BiggersRemove remaining DEBUG() messages
2015-06-05 Eric BiggersAdd GUID helper functions
2015-05-03 Eric Biggerswrite_wim_header(): remove unnecessary condition
2015-05-02 Eric Biggerswrite: various cleanups
2015-05-02 Eric Biggerswimlib_print_header(): fix printing of magic number
2015-04-26 Eric BiggersClean up setting of compression type
2015-04-04 Eric Biggersinode/blob cleanups
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-08-05 Eric Biggersread_wim_header(): Check return value of lseek()
2014-05-13 Eric BiggersFix checks for huge numbers of images
2014-05-13 Eric BiggersReplace WIM_GID_LEN => WIM_GUID_LEN
2014-05-13 Eric Biggersread_wim_header(): Fix comment
2014-04-29 Eric BiggersFix a few format strings
2014-04-18 Eric BiggersSupport basic reading WIMBoot WIMs
2013-12-26 Eric BiggersAdd wimlib_set_output_{pack_chunk_size,compression_type}()
2013-12-23 Eric BiggersCleanup
2013-12-20 Eric BiggersCleanup and add more comments
2013-12-14 Eric Biggersupdate; add lzms_decompress() stub
2013-12-14 Eric BiggersSplit wim_resource_spec from wim_lookup_table_entry
2013-12-13 Eric Biggerswim.c: Cleanup
2013-12-09 Eric BiggersVariable chunk size support (currently XPRESS only)
2013-12-08 Eric BiggersAllow changing WIM compression type
2013-11-13 Eric BiggersAdd notes about possible new WIM format and LZMS compre...
2013-08-16 Eric BiggersAdd WIMLIB_PROGRESS_MSG_EXTRACT_SPWM_PART_BEGIN
2013-08-14 Eric Biggerswimlib: Automatically try to acquire needed privileges...
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-05-26 Eric Biggersw -> wim
2013-05-23 Eric BiggersFix setting header flag during overwrite
2013-05-22 Eric BiggersAdd WIMLIB_OPEN_FLAG_WRITE_ACCESS flag
2013-05-18 Eric BiggersMake padded structures work properly with MinGW
2013-05-18 Eric BiggersMisc. fixes
2013-05-17 Eric Biggersheader.c, lookup_table.c: Read/write data from structures
2013-05-15 Eric BiggersRefactor headers
2013-05-12 Eric BiggersRefactor Win32 capture/apply, UNIX apply
2013-05-05 Eric Biggersread_header(): Print WIM name in error messages
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-03-24 Eric BiggersModify treatment of metadata entries
2013-03-23 Eric BiggersChar encoding updates and misc. fixes
2013-03-21 Eric BiggersReplace rename()
2013-03-18 Eric BiggersClean up headers
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2013-03-03 Eric Biggersbegin_read(): Remove redundant check
2012-12-16 Eric Biggersverify.c, buffer_io.h
2012-12-16 Eric BiggersVarious cleanups
2012-11-21 Eric BiggersLots of changes
2012-10-26 Eric BiggersRemove more trailing whitespace
2012-10-26 Eric BiggersVarious cleanups
2012-10-02 Eric Biggersto_leXX() -> cpu_to_leXX(), leXX_to_cpu()
2012-08-31 Eric BiggersFix print part number of total parts in WIM header
2012-08-30 Eric BiggersLicense and documentation
2012-08-20 Eric Biggerslink_group_set_stream_hash(), staging_list
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
2012-05-19 Eric BiggersSupport for joining WIMs.
2012-05-01 Eric BiggersInitial commit (current version is wimlib 0.6.2)