]> wimlib.net Git - wimlib/history - include/wimlib.h
wimlib.h: Group declarations into modules
[wimlib] / include / wimlib.h
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
2013-08-20 Eric Biggerswimlib_reference_resource_files(): Fix return value...
2013-08-20 Eric Biggers"delta" WIM support
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-19 Eric Biggersjoin.c, write.c: Optimize WIMLIB_ALL_IMAGES writes...
2013-08-19 Eric Biggerswimlib-imagex, wimlib: Optimize appending new image...
2013-08-17 Eric BiggersAdd WIMLIB_INIT_FLAG_STRICT_{CAPTURE,APPLY}_PRIVILEGES
2013-08-17 Eric BiggersAdd WIMLIB_ADD_FLAG_WINCONFIG
2013-08-17 Eric Biggersimagex-apply.1.in: Document encrypted/sparse limitations
2013-08-17 Eric BiggersAdd WIMLIB_ADD_FLAG_NO_UNSUPPORTED_EXCLUDE
2013-08-17 Eric BiggersExclude unsupported files from capture
2013-08-16 Eric Biggerswimlib.h: Update docs and adjust error codes
2013-08-16 Eric BiggersAdd WIMLIB_PROGRESS_MSG_EXTRACT_SPWM_PART_BEGIN
2013-08-16 Eric BiggersInitial support for resuming extraction from split...
2013-08-15 Eric BiggersImprove write streams performance and handling of joins
2013-08-15 Eric BiggersMiscellaneous fixes and cleanups
2013-08-14 Eric Biggerswimlib: Automatically try to acquire needed privileges...
2013-08-14 Eric BiggersDon't close file descriptor at end of wimlib_write_to_fd()
2013-08-14 Eric BiggersDon't require image num/name when applying from single...
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-07-19 Eric BiggersWin32: Correctly handle pattern matching with \\?...
2013-06-12 Eric BiggersUpdate version to 1.4.2
2013-05-23 Eric BiggersDoc fixes
2013-05-23 Eric BiggersAdd wimlib_iterate_lookup_table()
2013-05-23 Eric BiggersImplement wimlib_iterate_dir_tree()
2013-05-23 Eric Biggerswimlib.h: Do not document wimlib_print_* functions
2013-05-23 Eric BiggersDeprecate wimlib_print_wim_information()
2013-05-23 Eric BiggersDeprecate wimlib_has_integrity_table()
2013-05-23 Eric Biggersstruct wimlib_wim_info: Set correct reserved_flags...
2013-05-23 Eric Biggerswimlib.h: Fix docs for WIMLIB_OPEN_FLAG_WRITE_ACCESS
2013-05-23 Eric BiggersAdd wimlib_{get,set}_wim_info()
2013-05-22 Eric BiggersCheck for missing streams when resolving them
2013-05-22 Eric Biggerswimlib.h: Fix typo
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-21 Eric Biggerswimlib.h: Fix typo
2013-05-21 Eric BiggersMove new progress messages to end to keep library binar...
2013-05-21 Eric BiggersSend progress messages for WIM updates
2013-05-21 Eric BiggersAllow adding an unnamed image
2013-05-20 Eric BiggersUpdate version number
2013-05-20 Eric BiggersCleanup and update NEWS
2013-05-20 Eric BiggersImprove handling of invalid filenames
2013-05-18 Eric BiggersAdd --lazy option to `wimlib-imagex unmount'
2013-05-15 Eric BiggersRefactor headers