]> wimlib.net Git - wimlib/history - src/wim.c
avl_tree: Optimize first iteration of insertion rebalance loop
[wimlib] / src / wim.c
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()
2013-04-21 Eric BiggersMisc. fixes
2013-04-09 Eric BiggersSave original xml_data only when needed
2013-04-09 Eric Biggersimplement WIMLIB_INIT_FLAG_ASSUME_UTF8
2013-04-08 Eric BiggersMultithreaded stream writing fixes
2013-04-07 Eric Biggerswim_checksum_unhashed_streams(): Use image_for_each_unh...
2013-04-06 Eric BiggersAdd more comments
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-29 Eric BiggersWin32: Improve restoring of special attributes
2013-03-26 Eric BiggersWin32: Minor code/comment fixes
2013-03-26 Eric Biggersimagex: Use enumerated type for long options
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 BiggersMove FreeLibrary call to win32_global_cleanup()
2013-03-22 Eric BiggersDynamically load Find{Find,Next}StreamW()
2013-03-21 Eric BiggersUpdate docs
2013-03-20 Eric BiggersWin32 fixes
2013-03-20 Eric BiggersCharacter encoding changes (IN PROGRESS)
2013-03-20 Eric BiggersImprove char encoding support (IN PROGRESS)
2013-03-18 Eric BiggersClean up headers
2013-03-17 Eric BiggersMove realpath() to win32.c
2013-03-17 Eric BiggersWindows native build
2013-03-10 Eric BiggersWin32 capture
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2013-03-03 Eric Biggersselect_wim_image(): Fix last commit
2013-03-03 Eric Biggersselect_wim_image(): Set WIMLIB_NO_IMAGE on failure
2013-03-03 Eric BiggersAdd wimlib_global_{init,cleanup}()
2013-03-03 Eric Biggersbegin_read(): Fix comment
2012-12-31 Eric BiggersRename image_metadata to wim_image_metadata
2012-12-31 Eric BiggersVarious code cleanups
2012-12-19 Eric BiggersRename some functions used in for_image()
2012-12-17 Eric BiggersRefactoring/rewrites
2012-12-16 Eric Biggersverify.c, buffer_io.h
2012-12-16 Eric BiggersRe-organize code
next