]> wimlib.net Git - wimlib/history - src
wimlib-imagex: Add and document --pack-chunk-size option
[wimlib] / src /
2014-01-15 Eric Biggerswin32_apply.c: Simplify and fix win32_create_file()
2014-01-15 Eric Biggersunix_apply.c: Use O_NOFOLLOW when opening files
2014-01-15 Eric Biggerslookup_sd(): Make static
2014-01-15 Eric BiggersRemove dentry.dos_name_invalid
2014-01-15 Eric Biggerswimlib_set_output_{,pack_}_compression_type(): Fix...
2014-01-15 Eric BiggersRefactor read_dentry_tree()
2014-01-14 Eric Biggersread_metadata_resource(): Simplify check for short...
2014-01-14 Eric Biggersread_metadata_resource(): Don't decrement stream refcn...
2014-01-14 Eric Biggersmetadata_resource.c: Remove unneeded header
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()
2014-01-13 Eric Biggerswin32_delete_file_wrapper(): Check for INVALID_FILE_ATT...
2014-01-13 Eric BiggersSimplify two warning messages
2014-01-13 Eric Biggerswin32_set_security_descriptor(): Do not request MAXIMUM...
2014-01-13 Eric Biggerswin32_apply.c: Work around deleting READONLY files
2014-01-13 Eric Biggerswrite_stream_list(): Do not create threads to compress...
2014-01-13 Eric Biggersread_wim_lookup_table(): Zero fields of resource spec...
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2014-01-12 Eric Biggersread_dentry_tree(): Fix typo in error message
2014-01-12 Eric BiggersLZMS: Do not do x86 translations starting in last...
2014-01-12 Eric Biggerswin32_wglob(): Improve setting of errno
2014-01-12 Eric Biggerswimfs_readlink(): Return -EINVAL if buf_len == 0, not...
2014-01-12 Eric Biggerswim_inode_readlink(): Document
2014-01-12 Eric Biggersexecute_fusermount(): Check status of 'umount' properly
2014-01-12 Eric Biggersunmount_timed_out_cb(): Do not check errno if kill...
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 Biggerswimlib_iterate_dir_tree(): Canonicalize WIM path
2014-01-08 Eric BiggersCache compression format in 'struct wim_resource_spec'
2014-01-08 Eric Biggerswimlib_extract_paths(): Canonicalize WIM paths before...
2014-01-08 Eric Biggersexpand_wildcard(): Only recognize WIM_PATH_SEPARATOR
2014-01-07 Eric Biggersdentry.c: Rewrite and document get_dentry()
2014-01-07 Eric Biggerswrite_stream_list(): Fix comments
2014-01-07 Eric BiggersHandle streams with uncompressed size 4 GiB consistently
2014-01-07 Eric Biggersread_stream_list(): Spill huge data ranges array onto...
2014-01-02 Eric Biggersmatch_pattern(): No DEBUG if pattern does not match
2014-01-02 Eric Biggerslzx-compress.c: Remove unneeded headers
2014-01-02 Eric Biggersxpress-compress.c: Remove unneeded includes
2014-01-02 Eric Biggerscompute_inverse_suffix_array(): Use r for rank, not i
2014-01-02 Eric Biggerslzms-compress.c: Fix initialization of lzms_default
2014-01-02 Eric Biggerslzms-compress.c: Remove unused constant
2014-01-02 Eric Biggerslzms-compress.c: Remove unused code for lzms_fast_encode()
2014-01-02 Eric Biggerslzms-decompress.c: Fix indentation
2014-01-02 Eric BiggersUpdate references to LZMS compressor
2014-01-02 Eric Biggerslzms_init_compressor(): Do not zero end of window
2014-01-02 Eric BiggersAdd wimlib_get_compressor_needed_memory()
2014-01-02 Eric Biggerscompress_parallel.c: Use 1 buffer per thread if chunks...
2014-01-02 Eric BiggersLZMS: Accelerate slot-finding
2014-01-02 Eric BiggersUpdate LZMS compressor
2014-01-01 Eric BiggersFix error string for WIMLIB_ERR_INVALID_COMPRESSION_TYPE
2014-01-01 Eric BiggersReplace num_fast_bytes => nice_match_length
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 BiggersFix test for length 2 matches
2014-01-01 Eric BiggersSeparate suffix array match-finder from LZX compressor
2013-12-30 Eric BiggersFix completed_streams of write streams progress and...
2013-12-30 Eric Biggersread_utf8_file_contents(): Move check for BOM here
2013-12-30 Eric Biggersparse_path_list_file(): Ignore UTF-8 BOM
2013-12-30 Eric Biggerswimlib_vmsg(): Use correct error string buffer length
2013-12-30 Eric Biggerswin32_set_security_descriptor(): Check handle before...
2013-12-30 Eric Biggerswildcard.c: Don't use broken PathMatchSpec()
2013-12-29 Eric Biggersread_path_list_file(): Handle missing terminal newline
2013-12-29 Eric Biggersextract.c: Fix short name reordering
2013-12-29 Eric Biggersread_wim_lookup_table(): Correctly get uncompressed...
2013-12-29 Eric BiggersMisc fixes
2013-12-29 Eric Biggersxml.c: Add support for PKEYCONFIGVERSION
2013-12-29 Eric BiggersReturn new error code when trying to open encrypted WIM
2013-12-29 Eric Biggersread_wim_lookup_table(): Fix error paths
2013-12-29 Eric Biggerswrite_stream_process_chunk(): Remove dead assignment
2013-12-29 Eric Biggersextract_trees(): Fix extraction of multiple paths...
2013-12-29 Eric Biggerswimlib_extract_flags(): Free memory used in linked...
2013-12-29 Eric Biggerswimlib_extract_paths(): Validate extract flags
2013-12-29 Eric Biggersextract_trees(): Send correct end progress msg
2013-12-29 Eric Biggersntfs-3g_capture.c: Fix erroneous replacement
2013-12-29 Eric BiggersExpose symlink exclusions through WIMLIB_PROGRESS_MSG_S...
2013-12-29 Eric BiggersAdd extract_full_stream_to_fd()
2013-12-28 Eric Biggerswrite_stream_list(): Do not allocate chunk buffer if...
2013-12-28 Eric Biggerswrite_stream_uncompressed(): Do not issue unnecessary...
2013-12-28 Eric Biggerswrite_chunk(): Remove redundant statements
2013-12-28 Eric Biggerswin32_build_dentry_tree(): Strip trailing slashes from...
2013-12-28 Eric Biggerswin32_build_dentry_tree(): Fix handling of maximum...
2013-12-28 Eric Biggerswin32_create_file(): Handle access problems
2013-12-28 Eric BiggersTweak progress messages
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-27 Eric BiggersRemove WIMLIB_WRITE_FLAG_NO_PACK_STREAMS
2013-12-26 Eric Biggerswrite.c: Do not raw-copy packed resources
2013-12-26 Eric BiggersAdd wimlib_set_output_{pack_chunk_size,compression_type}()
2013-12-26 Eric Biggerslzms-compress.c: Add extra space for lz_analyze_block()
2013-12-26 Eric Biggerslzms-compress.c: Find matches with lz_analyze_block()
2013-12-26 Eric BiggersUpdate LZMS compressor - can now output literals
2013-12-26 Eric BiggersShare LZMS x86 filter between compressor and decompressor
next