git://wimlib.net
/
wimlib
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wimlib_split(): fix bug where no parts would be written if WIM contained no images
2015-11-12
Eric Biggers
wimlib_split(): fix bug where no parts would be written...
commit
|
commitdiff
|
tree
2015-11-12
Eric Biggers
write.c: let compaction work on untruncatable files
commit
|
commitdiff
|
tree
2015-11-12
Eric Biggers
lzx_compress.c: minor comment fix
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
Update NEWS
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
wimappend: fix setting of chunk size when using --wimboot...
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
wimlib.h: document added behavior of WIMLIB_ADD_FLAG_WIMBOOT
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
win32_capture.c: more general fixup of WIM-backed files
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
lzx_compress.c: remove unused function
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
lzx_compress.c: tweak code formatting
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
lzx_compress.c: avoid undefined shifts in lzx_flush_bits()
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
resource.c: fix bug in read_compressed_wim_resource()
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
tests/tests-common.sh: fix references to /dev/null
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
Avoid passing NULL as memcpy source (undefined behavior)
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
security_descriptor.h: updates
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
wimlib_tchar.h: add tstrtoull()
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
ntfs-3g_apply.c: Warn about non-Microsoft reparse point bug
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
Fix extracting non-Microsoft reparse points
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
win32_apply.c: wait for FSCTL_SET_COMPRESSION to complete
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
ntfs_3g_apply.c: work around EOPNOTSUPP when setting...
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
ntfs-3g_apply.c: handle ntfs_attr_pwrite() short writes
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
ntfs-3g_apply.c: restore root directory attributes
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
unix_apply.c: extract non-link directory reparse points...
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
write.c: correctly handle no existing blob table during...
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
write.c: ensure that 'old_integrity_table' is always...
commit
|
commitdiff
|
tree
2015-11-07
Eric Biggers
write.c: don't write integrity table if there is no...
commit
|
commitdiff
|
tree
2015-11-01
Eric Biggers
win32_capture.c: experimental fixup of WIM-backed files
commit
|
commitdiff
|
tree
2015-10-23
Eric Biggers
write.c: send first WRITE_STREAMS message before writing...
commit
|
commitdiff
|
tree
2015-10-23
Eric Biggers
write.c: compaction bug fix
commit
|
commitdiff
|
tree
2015-10-21
Eric Biggers
doc: note that data integrity is not guaranteed in...
commit
|
commitdiff
|
tree
2015-10-21
Eric Biggers
Improved reporting of concurrent modifications and...
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
win32_apply.c: dereference reparse point when opening...
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
Update NEWS
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
wimlib_split(): forbid splitting arbitrary WIMStructs
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
Delay xml_update_image_info() until write
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
wimlib_export_image(): improve duplicate image detection
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
Forbid modifying multi-referenced images
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
Make WIMStructs reference-counted
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
Don't unnecessarily rebuild exported metadata resources
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
wimlib_iterate_dir_tree(): free d_full_path after using
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
inode: move 'i_extra_size' to 'i_extra' buffer
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
archlinux/PKGBUILD: don't install README.WINDOWS
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
tools/make-windows-release: configure --without-libcrypto
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
Fix various typos
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
wimlib-imagex: forbid --unsafe-compact when it doesn...
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
xml_export_image(): fix memory leak if append_image_node...
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
xml_print_image_info(): handle LANGUAGE element with...
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
wimlib_set_image_name(): allow setting image to existing...
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
wimlib_set_image_property(): forbid NULL or empty property...
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
wimlib_get_image_property(): forbid NULL or empty property...
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
README: update tested architectures
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
Big endian fix: load_u24_unaligned() must be consistent...
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
Make endian conversion macros const-friendly
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
README: update COMPRESSION RATIO section
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
bt_matchfinder: use 2-way hash for length 3 matches
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
lzx_compress.c: fix min value of LENGTH_CODEWORD_LIMIT
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
lzx_compress.c: chosen_sequences[] length was 1 too...
commit
|
commitdiff
|
tree
2015-10-19
Eric Biggers
lzx_compress.c: CAN_BUFFER() was 1 off
commit
|
commitdiff
|
tree
2015-10-04
Eric Biggers
wimlib.h: update outdated comment
commit
|
commitdiff
|
tree
2015-10-04
Eric Biggers
Update NEWS
commit
|
commitdiff
|
tree
2015-10-04
Eric Biggers
wimlib-imagex: add options to enable unsafe compaction
commit
|
commitdiff
|
tree
2015-10-04
Eric Biggers
Add support for unsafe in-place compaction of WIM files
commit
|
commitdiff
|
tree
2015-10-04
Eric Biggers
Write raw-copy resources before other resources
commit
|
commitdiff
|
tree
2015-10-04
Eric Biggers
Updates to prepare for in-place compaction support
commit
|
commitdiff
|
tree
2015-10-04
Eric Biggers
write.c: cleanups and bug fixes
commit
|
commitdiff
|
tree
2015-10-04
Eric Biggers
x86_cpu_features.c: include "config.h"
commit
|
commitdiff
|
tree
2015-10-04
Eric Biggers
Mark system compression support non-experimental
commit
|
commitdiff
|
tree
2015-10-04
Eric Biggers
Minor tweaks to recently changed code
commit
|
commitdiff
|
tree
2015-10-03
Eric Biggers
wimlib-imagex: don't do "metadata not found" warning...
commit
|
commitdiff
|
tree
2015-10-03
Eric Biggers
Update NEWS
commit
|
commitdiff
|
tree
2015-10-03
Eric Biggers
Add WIMLIB_ERR_WIM_IS_INCOMPLETE
commit
|
commitdiff
|
tree
2015-10-03
Eric Biggers
Remove WIMLIB_ERR_LIBXML_UTF16_HANDLER_NOT_AVAILABLE
commit
|
commitdiff
|
tree
2015-10-03
Eric Biggers
Add wimlib_get_image_property() and wimlib_set_image_property()
commit
|
commitdiff
|
tree
2015-10-03
Eric Biggers
xml.c: refactor to use document tree
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
Update COMPRESSION RATIO section of README
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
bt_matchfinder: add BT_MATCHFINDER_REQUIRED_NBYTES
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lcpit_matchfinder: prefetch multiple steps ahead
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lzx_compress: update lzx_update_costs() with codeword...
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lzx_compress.c: adjust parameters for slightly stronger...
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
xpress_compress.c: adjust parameters for slightly stronger...
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lzms_decompress() optimization
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lzx_common: rename to lzx_preprocess/lzx_postprocess
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lzx_common: get rid of unnecessary functions
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
bt_matchfinder: use 4-byte hashing for trees
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
bt_matchfinder: make callers do max_len check
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lzx_compress.c: optimize aligned cost consideration...
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
xpress_compress.c: rename a few variables
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lz_hash.h: remove unused code
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
Rename 'pos_t' to 'mf_pos_t'
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
Remove LZX_ASSERT() (now almost unused)
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
bt_matchfinder optimizations
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
Allow hc_matchfinder and bt_matchfinder to be "templated"
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lzx_compress.c: optimize bit output
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lzx_compress.c: optimize output of items
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
lzx_compress.c: optimization for lzx_compute_precode_items()
commit
|
commitdiff
|
tree
2015-09-27
Eric Biggers
hc_matchfinder optimizations
commit
|
commitdiff
|
tree
2015-09-25
Eric Biggers
Get rid of matchfinder_common.h and manual memsets
commit
|
commitdiff
|
tree
2015-09-25
Eric Biggers
Split prefetch() into prefetchr() and prefetchw()
commit
|
commitdiff
|
tree
2015-09-25
Eric Biggers
system compression: force bootloader-accessed files...
commit
|
commitdiff
|
tree
2015-09-25
Eric Biggers
system compression: add several more exclusion patterns
commit
|
commitdiff
|
tree
2015-09-24
Eric Biggers
Update NEWS
commit
|
commitdiff
|
tree
next