]> wimlib.net Git - wimlib/history - include/wimlib.h
wimlib.h: Update docs
[wimlib] / include / wimlib.h
2014-06-13 Eric Biggerswimlib.h: Update docs
2014-06-13 Eric BiggersRemove WIMLIB_COMPRESSION_TYPE_INVALID from library
2014-06-11 Eric BiggersDon't exclude out-of-tree absolute symlinks in reparse...
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 BiggersRemove unused error codes
2014-05-25 Eric BiggersExplicitly declare error code numbers
2014-05-25 Eric BiggersUpdate mount implementation
2014-05-23 Eric BiggersReport progress for capture symlink fixups
2014-05-23 Eric BiggersAdd support for special files on UNIX
2014-05-23 Eric BiggersUpdate version: v1.7.0-BETA
2014-05-22 Eric Biggerssplit.c: Allow customizing part names
2014-05-22 Eric BiggersUpdate progress functions
2014-05-22 Eric BiggersNew format for UNIX data
2014-05-22 Eric Biggerswimexport: Add --wimboot flag
2014-05-22 Eric BiggersMerge branch 'new_extract'
2014-05-15 Eric BiggersRemove duplicate words & fix grammatical errors
2014-05-14 Eric Biggerswimlib.h: Update docs for write flags
2014-05-14 Eric BiggersAdd WIMLIB_WRITE_FLAG_RETAIN_GUID
2014-05-14 Eric BiggersAdd WIMLIB_EXPORT_FLAG_GIFT
2014-05-13 Eric BiggersAdd wrappers around wimlib_update_image()
2014-05-12 Eric Biggerswimlib.h: Update add flag documentation
2014-05-09 Eric BiggersUpdate version number in preparation of eventual v1...
2014-04-29 Eric BiggersA couple cleanups from last commits
2014-04-29 Eric BiggersAdd progress messages for WIMBoot apply exclude
2014-04-29 Eric BiggersMore logical behavior when canonicalizing WIM paths
2014-04-28 Eric BiggersRemove broken completed_parts write progress
2014-04-28 Eric Biggerswimlib_update_image(): Do proper rollbacks & replace...
2014-04-26 Eric BiggersWIMBoot: Update docs
2014-04-24 Eric BiggersUpdate docs for chunk size and compression formats
2014-04-24 Eric BiggersSwap XPRESS and LZX constants
2014-04-24 Eric BiggersRemoved deprecated stuff
2014-04-24 Eric BiggersParse capture configuration file in library
2014-04-18 Eric BiggersAdd WIMLIB_EXTRACT_FLAG_WIMBOOT
2014-04-18 Eric BiggersAdd code to create WIMBoot pointer files
2014-04-18 Eric BiggersAdd a new flag for capturing WIMBoot-compatible WIM
2014-03-19 Eric BiggersCleanups
2014-03-14 Eric BiggersUpdate version number
2014-02-22 Eric BiggersSupport committing changed mounted WIM image as new...
2014-01-18 Eric BiggersMinor comment fixes
2014-01-17 Eric BiggersOnly allow default RPFIX for wimlib_extract_image{...
2014-01-17 Eric BiggersAdd wimlib_get_version()
2014-01-17 Eric Biggerswimlib: strict checks for unassigned flags
2014-01-17 Eric BiggersUpdate extraction documentation
2014-01-16 Eric BiggersAllow 'wimextract' to use wildcard paths on command...
2014-01-16 Eric BiggersAdd support for not extracting file attributes
2014-01-16 Eric BiggersRemove some printing code from library
2014-01-15 Eric Biggerswimlib-imagex: Add and document --pack-chunk-size option
2014-01-14 Eric BiggersAdjust documentation for alternate chunk sizes
2014-01-13 Eric BiggersUpdate version to v1.6.1-BETA
2014-01-02 Eric Biggerswimlib.h: Group wimlib_extract_path{s,list}()
2014-01-02 Eric Biggerswimlib.h: Fix docs for version and compression types
2014-01-02 Eric Biggerswimlib.h: Doxygen fixes
2014-01-02 Eric BiggersAdd wimlib_get_compressor_needed_memory()
2014-01-02 Eric BiggersUpdate LZMS compressor
2014-01-01 Eric BiggersReplace num_fast_bytes => nice_match_length
2013-12-30 Eric BiggersFix completed_streams of write streams progress and...
2013-12-29 Eric BiggersMisc fixes
2013-12-29 Eric BiggersReturn new error code when trying to open encrypted WIM
2013-12-29 Eric BiggersUpdate docs for struct wimlib_progress_info_extract
2013-12-29 Eric BiggersExpose symlink exclusions through WIMLIB_PROGRESS_MSG_S...
2013-12-28 Eric BiggersUpdate docs for path extraction
2013-12-28 Eric BiggersUpdate version number to v1.6.0
2013-12-28 Eric BiggersTweak progress messages
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-28 Eric BiggersAdd support for extract list files
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 BiggersAdd deprecated compression/decompression functions
2013-12-25 Eric BiggersRemove --enable-more-debug and --disable-custom-memory...
2013-12-25 Eric BiggersComment fixes
2013-12-25 Eric BiggersNew compression/decompression API
2013-12-24 Eric BiggersFix progress for exclusion of absolute symlinks
2013-12-24 Eric BiggersScan progress: Add # of files, directories, and bytes...
2013-12-24 Eric Biggerswimlib.h: Document pack streams write flags
2013-12-24 Eric BiggersMake sequential extraction the default
2013-12-23 Eric BiggersCleanup
2013-12-23 Eric BiggersRewrite of write_stream_list(), and writing packed...
2013-12-19 Eric BiggersAdd independent LZMS decompressor
2013-12-14 Eric BiggersRead concat runs
2013-12-14 Eric BiggersSplit wim_resource_spec from wim_lookup_table_entry
2013-12-13 Eric BiggersLZX decompress: Fix comment & docs
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-12-08 Eric BiggersRemove unused LZX compression code
2013-12-08 Eric BiggersUpdate version (v1.5.3)
2013-12-08 Eric BiggersMerge LZX compressor updates
2013-12-07 Eric BiggersAdd wimlib_get_xml_data() API
2013-11-18 Eric BiggersFix wimlib_lzx_compress()
2013-11-18 Eric Biggersstruct wimlib_lzx_params: Don't use anonymous union v1.5.2
2013-11-17 Eric BiggersUpdate version info and NEWS in preparation for v1.5.2
2013-11-17 Eric BiggersMerge experimental LZX compressor
2013-10-11 Eric BiggersUpdate version number to 1.5.1
2013-09-01 Eric Biggerswimlib.h: Group declarations into modules
2013-09-01 Eric Biggerswimlib_iterate_dir_tree(): Define behavior when resour...
2013-09-01 Eric BiggersReplace WIMLIB_OPEN_FLAG_SPLIT_OK with WIMLIB_OPEN_FLAG...
2013-09-01 Eric Biggerswimlib.h: Move `enum wimlib_update_op' to global scope
2013-08-27 Eric Biggerswimlib.h: C++ compatibility
2013-08-22 Eric BiggersMinor fixes
next