]> wimlib.net Git - wimlib/shortlog
wimlib
2014-01-18 Eric BiggersMinor comment fixes
2014-01-18 Eric Biggershasher_end_stream(): Fix format string
2014-01-18 Eric Biggersimagex_extract(): Remove unused variables
2014-01-18 Eric Biggersextract.c: Store dentries to extract in list
2014-01-17 Eric Biggersdo_wimlib_extract_paths(): Adjust condition to make...
2014-01-17 Eric BiggersUpdate and consolidate NEWS
2014-01-17 Eric Biggerslzx_compress(): Fix handling of unlikely case
2014-01-17 Eric Biggerslzx_get_num_main_syms(): Add comments
2014-01-17 Eric Biggersdo_wimlib_extract_paths(): Always make target dir
2014-01-17 Eric Biggersdo_feature_check(): Fixes, simplify warnings
2014-01-17 Eric Biggersimagex-extract.1.in: Add example for wildcard path
2014-01-17 Eric Biggersdo_wimlib_extract_image(): Do not allow GLOB_PATHS
2014-01-17 Eric Biggersextract_stream_list(): Remove never-executed code
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 BiggersUpdate NEWS
2014-01-16 Eric Biggersimagex-apply.1.in: Add notes about Windows permissions...
2014-01-16 Eric BiggersAdd support for not extracting file attributes
2014-01-16 Eric Biggerswimdir: Add --one-file-only option
2014-01-16 Eric Biggersverify_inode(): Remove unused variable
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-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 Biggersimagex-apply.1.in: Fix typo
2014-01-15 Eric Biggerslz_sarray_get_matches(): Remove unnecessary check
2014-01-15 Eric Biggersimagex-apply.1.in: Add note about directory traversal...
2014-01-15 Eric Biggersimagex-delete.1.in: Fix typo
2014-01-15 Eric Biggersimagex-apply.1.in: Update NOTES, remove silly example
2014-01-15 Eric Biggersimagex-capture.1.in: Pedantic updates
2014-01-15 Eric Biggerswimlib_set_output_{,pack_}_compression_type(): Fix...
2014-01-15 Eric BiggersAdd dotdot.wim, duplicate_names.wim
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 Biggerswimlib/header.h: Improve comments
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 BiggersUpdate NEWS
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 BiggersFix references to hardlink.c
2014-01-13 Eric Biggerscapture.h: Remove duplicate definitions
2014-01-13 Eric BiggersUpdate version to v1.6.1-BETA
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2014-01-12 Eric Biggerswimlib-imagex: Add --solid as alias for --pack-streams
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 BiggersREADME: COMPRESSION RATIO: Fix capitalization
2014-01-12 Eric BiggersREADME: Update "COMPRESSION RATIO" section
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 BiggersUpdate NEWS
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 Biggersv1.6.0 v1.6.0
2014-01-02 Eric Biggersimagex-capture.1.in: Minor updates
2014-01-02 Eric BiggersFix typos
2014-01-02 Eric BiggersUpdate examples
2014-01-02 Eric BiggersUpdate NEWS
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 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 Biggerslz_sarray_update_salink(): Only take rank and link...
2014-01-02 Eric Biggerscompute_inverse_suffix_array(): Use r for rank, not i
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 Biggersimagex: set_compress_slow(): Remove unused variable
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
next