]> wimlib.net Git - wimlib/history - include/wimlib
Remove quotes in do_load_text_file()
[wimlib] / include / wimlib /
2014-04-24 Eric BiggersRemove quotes in do_load_text_file()
2014-04-24 Eric BiggersParse capture configuration file in library
2014-04-18 Eric Biggerswof.h: Add more ioctls
2014-04-18 Eric BiggersAdd wim_info_get_wimboot()
2014-04-18 Eric BiggersAdd code to create WIMBoot pointer files
2014-04-18 Eric BiggersSupport basic reading WIMBoot WIMs
2014-04-11 Eric BiggersAdd avl_tree_for_each_in_{post,}order() macros and...
2014-03-31 Eric Biggersavl_tree: Cleanup and improve comments
2014-03-30 Eric Biggersavl_tree: Fix comments
2014-03-30 Eric Biggersavl_tree: Remove dependency on compiler.h
2014-03-23 Eric BiggersTransition wimlib to AVL tree code
2014-03-23 Eric BiggersReplace red-black tree code with AVL tree code
2014-03-21 Eric BiggersNonrecursive for_dentry_child()
2014-02-22 Eric BiggersSupport committing changed mounted WIM image as new...
2014-02-10 Eric Biggerslzx-compress.c: Cleanup, mostly comments
2014-01-31 Eric Biggerslz_sarray: Prefetch portion of suffix array to be...
2014-01-18 Eric Biggersextract_resource_to_staging_dir(): Fix memory leak
2014-01-18 Eric BiggersDon't hold d_unused fields in memory
2014-01-18 Eric Biggersextract.c: Store dentries to extract in list
2014-01-17 Eric Biggerswimlib: strict checks for unassigned flags
2014-01-16 Eric BiggersRemove some printing code from library
2014-01-15 Eric Biggerslookup_sd(): Make static
2014-01-15 Eric BiggersRemove dentry.dos_name_invalid
2014-01-15 Eric Biggerslz_sarray_get_matches(): Remove unnecessary check
2014-01-15 Eric BiggersRefactor read_dentry_tree()
2014-01-14 Eric Biggerswim.c: Remove reopen_wim(), close_wim()
2014-01-14 Eric Biggerswimlib/header.h: Improve comments
2014-01-13 Eric BiggersFix references to hardlink.c
2014-01-13 Eric Biggerscapture.h: Remove duplicate definitions
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2014-01-10 Eric Biggerslz_sarray: Fix some comments
2014-01-10 Eric Biggerslz_sarray: Performance and memory usage optimizations
2014-01-09 Eric Biggerslz_sarray: Use 16-bit length
2014-01-08 Eric BiggersCache compression format in 'struct wim_resource_spec'
2014-01-07 Eric BiggersHandle streams with uncompressed size 4 GiB consistently
2014-01-02 Eric Biggerslz_sarray_update_salink(): Only take rank and link...
2014-01-02 Eric BiggersRemove unused LZ_DEBUG() macro
2014-01-02 Eric Biggerslz_optimal.h: Minor comment fixes
2014-01-02 Eric Biggerslz_optimal.h: Fix typedefs
2014-01-02 Eric Biggerslz_optimal.h: Move struct lz_match_chooser towards top
2014-01-02 Eric BiggersAdd wimlib_get_compressor_needed_memory()
2014-01-02 Eric BiggersLZMS: Accelerate slot-finding
2014-01-02 Eric BiggersUpdate LZMS compressor
2014-01-01 Eric Biggerslz_sarray.{c,h}: Cleanup, better comments
2014-01-01 Eric BiggersUse BSD-style license on selected files
2014-01-01 Eric Biggerslz_optimal.h: Cleanup, better comments
2014-01-01 Eric BiggersUpdate LZMS match-choosing
2014-01-01 Eric BiggersFactor out LZ match-choosing code
2014-01-01 Eric BiggersUpdate LZMS LRU queue handling
2014-01-01 Eric BiggersSeparate suffix array match-finder from LZX compressor
2013-12-29 Eric BiggersAdd extract_full_stream_to_fd()
2013-12-28 Eric BiggersFix encrypted capture on Windows
2013-12-28 Eric BiggersTweak support for extracting paths
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-28 Eric BiggersAdd support for extract list files
2013-12-26 Eric BiggersAdd wimlib_set_output_{pack_chunk_size,compression_type}()
2013-12-26 Eric BiggersUpdate LZMS compressor - can now output literals
2013-12-26 Eric BiggersShare LZMS x86 filter between compressor and decompressor
2013-12-25 Eric BiggersMake --disable-multithreaded-compression work again
2013-12-25 Eric BiggersRemove --enable-more-debug and --disable-custom-memory...
2013-12-25 Eric BiggersNew compression/decompression API
2013-12-24 Eric BiggersScan progress: Add # of files, directories, and bytes...
2013-12-24 Eric Biggerswrite.c: Document write_stream_list()
2013-12-23 Eric BiggersAdd new files for chunk compression
2013-12-23 Eric BiggersCleanup
2013-12-23 Eric BiggersRewrite of write_stream_list(), and writing packed...
2013-12-21 Eric Biggersread_lookup_table(): Cleanup
2013-12-20 Eric BiggersCleanup and add more comments
2013-12-20 Eric BiggersUse read_stream_list() for extraction
2013-12-20 Eric BiggersAdd read_stream_list()
2013-12-19 Eric BiggersAdd independent LZMS decompressor
2013-12-14 Eric BiggersAdd kind-of-working LZMS decompression using cabinet...
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 Biggerswrite_stream_list(): Cleanup
2013-12-13 Eric BiggersFix reading > 16 bits from bitstream
2013-12-13 Eric Biggerswim_recalculate_refcnts(): Check for error
2013-12-13 Eric Biggersresource.c: Cleanup and refactor
2013-12-12 Eric BiggersVariable LZX window sizes
2013-12-09 Eric BiggersVariable chunk size support (currently XPRESS only)
2013-12-09 Eric BiggersClean up other compression/decompression code
2013-12-08 Eric BiggersAllow changing WIM compression type
2013-12-08 Eric BiggersMerge LZX compressor updates
2013-11-18 Eric Biggerswimlib_mount_image(): Correctly handle unnamed stream...
2013-11-17 Eric BiggersMerge experimental LZX compressor
2013-11-13 Eric BiggersAdd notes about possible new WIM format and LZMS compre...
2013-11-13 Eric BiggersAdd ADS entry workaround
2013-10-07 Eric BiggersImplement workaround for NTFS-3g bug when handling...
2013-09-02 Eric Biggersdentry_extract_skeleton(): Fix bug with DOS name reord...
2013-09-01 Eric Biggerswimlib_iterate_dir_tree(): Define behavior when resour...
2013-09-01 Eric BiggersWIMStruct: Remove unused flag
2013-08-21 Eric BiggersWindows: Load ntdll functions dynamically
2013-08-20 Eric Biggers"delta" WIM support
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-19 Eric Biggerswimlib-imagex, wimlib: Optimize appending new image...
2013-08-18 Eric BiggersAdd apply_ops.requires_short_name_reordering
2013-08-18 Eric Biggersstruct wim_inode: Fix union
2013-08-18 Eric BiggersWin32 apply: Create encrypted files with OpenEncrypted...
next