]> wimlib.net Git - wimlib/history - src/wim.c
x86_cpu_features.c: cpuid fix for x86_32 PIC with old GCC versions
[wimlib] / src / wim.c
2015-06-05 Eric BiggersAdd GUID helper functions
2015-05-02 Eric BiggersMake win32.h includable on non-Windows
2015-05-02 Eric Biggerswrite: various cleanups
2015-05-02 Eric Biggerswim.c: adjust wimlib_compression_type casting
2015-05-02 Eric BiggersNTFS-3g capture: use reference-counted NTFS volumes
2015-05-02 Eric Biggerswim_inode: Remove i_list, leaving only i_hlist
2015-05-02 Eric BiggersVarious cleanups
2015-04-28 Eric Biggerswimlib_global_init(): check for conflicting case sensit...
2015-04-26 Eric BiggersClean up setting of compression type
2015-04-25 Eric Biggerswimlib_create_new_wim(): check for NULL wim_ret
2015-04-25 Eric BiggersSerialize wimlib_global_init() and wimlib_global_cleanup()
2015-04-03 Eric BiggersTrim down 'flags' member of 'struct blob_descriptor'
2015-03-26 Eric BiggersStream and blob updates
2015-02-16 Eric BiggersUse 64MiB chunks by default for solid LZMS
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-14 Eric BiggersGet rid of wimlib/version.h
2014-12-10 Eric Biggersportability and compression cleanups
2014-11-22 Eric BiggersRemove unused 'wim' argument to read_metadata_resource()
2014-10-14 Eric BiggersLimit can_modify_wim() calls; remove can_delete_from_wim()
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
2014-07-25 Eric Biggerswim.c: Cleanup
2014-07-25 Eric BiggersCheck return value of wimlib_global_init() when called...
2014-07-19 Eric BiggersMerge compression updates
2014-06-25 Eric BiggersClose error file opened by name
2014-06-25 Eric Biggerswimlib: Allow custom error file
2014-06-20 Eric BiggersAllow multiple wimlib_global_init/cleanup per app
2014-06-13 Eric BiggersRemove WIMLIB_COMPRESSION_TYPE_INVALID from library
2014-06-07 Eric BiggersMerge branch 'lz_bt'
2014-06-07 Eric BiggersSwitch from suffix array match-finder to binary tree...
2014-05-25 Eric BiggersUpdate mount implementation
2014-05-22 Eric BiggersUpdate progress functions
2014-05-14 Eric BiggersAdd WIMLIB_WRITE_FLAG_RETAIN_GUID
2014-05-13 Eric Biggerswim.c: Make two functions static
2014-05-13 Eric BiggersReplace WIM_GID_LEN => WIM_GUID_LEN
2014-04-24 Eric BiggersRemoved deprecated stuff
2014-04-18 Eric BiggersSupport basic reading WIMBoot WIMs
2014-01-28 Eric BiggersAllow up to 1 GiB LZMS dictionary
2014-01-18 Eric Biggersextract.c: Store dentries to extract in list
2014-01-17 Eric BiggersAdd wimlib_get_version()
2014-01-17 Eric Biggerswimlib: strict checks for unassigned flags
2014-01-16 Eric BiggersRemove some printing code from library
2014-01-15 Eric Biggerswimlib_set_output_{,pack_}_compression_type(): Fix...
2014-01-14 Eric Biggerswim.c: Remove reopen_wim(), close_wim()
2014-01-14 Eric BiggersAdjust documentation for alternate chunk sizes
2014-01-14 Eric Biggersnew_wim_struct(): Use filedes_invalidate()
2013-12-29 Eric BiggersMisc fixes
2013-12-29 Eric BiggersReturn new error code when trying to open encrypted WIM
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-27 Eric BiggersRemove WIMLIB_WRITE_FLAG_NO_PACK_STREAMS
2013-12-26 Eric BiggersAdd wimlib_set_output_{pack_chunk_size,compression_type}()
2013-12-25 Eric BiggersNew compression/decompression API
2013-12-23 Eric BiggersCleanup
2013-12-23 Eric BiggersRewrite of write_stream_list(), and writing packed...
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 Biggerswim.c: Cleanup
2013-12-13 Eric Biggerswim_recalculate_refcnts(): Check for error
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-11-17 Eric BiggersMerge experimental LZX compressor
2013-11-01 Eric Biggersnew_wim_struct(): Don't dereference NULL in out-of...
2013-09-15 Eric Biggersbegin_read(): Fix comment
2013-09-01 Eric BiggersReplace WIMLIB_OPEN_FLAG_SPLIT_OK with WIMLIB_OPEN_FLAG...
2013-08-20 Eric Biggers"delta" WIM support
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-17 Eric BiggersAdd WIMLIB_INIT_FLAG_STRICT_{CAPTURE,APPLY}_PRIVILEGES
2013-08-16 Eric Biggerswimlib.h: Update docs and adjust error codes
2013-08-15 Eric BiggersMiscellaneous fixes and cleanups
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-24 Eric Biggersselect_wim_image(): Do not try to select image from...
2013-05-23 Eric Biggerswimlib_get_wim_info(): Fix setting of is_readonly v1.4.1
2013-05-23 Eric BiggersDeprecate wimlib_print_wim_information()
2013-05-23 Eric BiggersDeprecate wimlib_has_integrity_table()
2013-05-23 Eric BiggersAdd calls to wimlib_global_init()
2013-05-23 Eric BiggersAdd wimlib_{get,set}_wim_info()
2013-05-23 Eric BiggersCache compression type in WIMStruct and wim_lookup_tabl...
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-22 Eric BiggersHonor WIM_HDR_FLAG_READONLY
2013-05-21 Eric BiggersAdd can_modify_wim(), can_delete_from_wim()
2013-05-17 Eric Biggerssecurity.c: Rewrite some code
2013-05-15 Eric BiggersRefactor SWM code into swm.c
2013-05-15 Eric BiggersRefactor headers
2013-05-11 Eric BiggersInitial update functionality (library only)
2013-05-05 Eric Biggersread_header(): Print WIM name in error messages
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-28 Eric Biggerswin32_capture_try_rpfix(): Warn on excluded reparse...
2013-04-28 Eric Biggersrefactor reparse point code; Win32: working extract...
2013-04-25 Eric Biggerswimlib_free(): Add missing pthread_mutex_destroy()
next