Sign in
goma
/
xz
/
HEAD
397fcc0
Update German translation, mostly wrt orthography
by Hauke Henningsen
· 9 years ago
master
cbc9e39
Build: Minor Cygwin cleanup.
by Lasse Collin
· 9 years ago
bcacd8c
Build: Support building of MSYS2 binaries.
by Lasse Collin
· 9 years ago
0275a53
Windows: Define DLL_EXPORT when building liblzma.dll with MSVC.
by Lasse Collin
· 9 years ago
a74525c
Windows: Omit unneeded header files from MSVC project files.
by Lasse Collin
· 9 years ago
fbbb295
liblzma: A MSVC-specific hack isn't needed with MSVC 2013 and newer.
by Lasse Collin
· 9 years ago
713dbe5
Update THANKS.
by Lasse Collin
· 9 years ago
3a5d755
Windows: Update the docs.
by Lasse Collin
· 9 years ago
b0798c6
Windows: Add MSVC project files for building liblzma.
by Lasse Collin
· 9 years ago
9b02a4f
Fix typo in German translation.
by Andre Noll
· 9 years ago
c7f4041
Tests: Fix a memory leak in test_bcj_exact_size.
by Lasse Collin
· 10 years ago
17b29d4
Fix NEWS about threading in 5.2.0.
by Lasse Collin
· 10 years ago
49c2692
xz: Document that threaded decompression hasn't been implemented yet.
by Lasse Collin
· 10 years ago
5b2458c
Update THANKS.
by Lasse Collin
· 10 years ago
6bd0349
Revert "xz: Use pipe2() if available."
by Lasse Collin
· 10 years ago
fc0df0f
xz: Fix the Capsicum rights on user_abort_pipe.
by Lasse Collin
· 10 years ago
5739361
Update THANKS.
by Lasse Collin
· 10 years ago
1238381
xz: Add support for sandboxing with Capsicum.
by Lasse Collin
· 10 years ago
29a087f
Fix bugs and otherwise improve ax_check_capsicum.m4.
by Lasse Collin
· 10 years ago
6e845c6
Add m4/ax_check_capsicum.m4 for detecting Capsicum support.
by Lasse Collin
· 10 years ago
3717885
Bump version to 5.3.0alpha and soname to 5.3.99.
by Lasse Collin
· 10 years ago
eccd815
Update THANKS.
by Lasse Collin
· 10 years ago
25263fd
Fix the detection of installed RAM on QNX.
by Lasse Collin
· 10 years ago
4c544d2
Fix CPU core count detection on QNX.
by Lasse Collin
· 10 years ago
e0ea673
xz: size_t/uint32_t cleanup in options.c.
by Lasse Collin
· 10 years ago
8bcca29
xz: Fix a comment and silence a warning in message.c.
by Lasse Collin
· 10 years ago
f243f5f
liblzma: Silence more uint32_t vs. size_t warnings.
by Lasse Collin
· 10 years ago
7f0a4c5
xz: Make arg_count an unsigned int to silence a warning.
by Lasse Collin
· 10 years ago
f6ec468
liblzma: Fix a warning in index.c.
by Lasse Collin
· 10 years ago
a245189
Build: Fix a CR+LF problem when running autoreconf -fi on OS/2.
by Lasse Collin
· 10 years ago
dec1149
Bump version and soname for 5.2.1.
by Lasse Collin
· 10 years ago
v5.2.1
29e39c7
Update NEWS for 5.2.1.
by Lasse Collin
· 10 years ago
7a11c4a
xz: Use pipe2() if available.
by Lasse Collin
· 10 years ago
117d962
liblzma: Fix a compression-ratio regression in LZMA1/2 in fast mode.
by Lasse Collin
· 10 years ago
ae984e3
xz: Fix the fcntl() usage when creating a pipe for the self-pipe trick.
by Lasse Collin
· 10 years ago
2205bb5
Update THANKS.
by Lasse Collin
· 10 years ago
xz_master
d935b0c
tuklib_cpucores: Use cpuset_getaffinity() on FreeBSD if available.
by Lasse Collin
· 10 years ago
eb61bc5
xzdiff: Make the mktemp usage compatible with FreeBSD's mktemp.
by Lasse Collin
· 10 years ago
b9a5b6b
Add a few casts to tuklib_integer.h to silence possible warnings.
by Lasse Collin
· 10 years ago
c457571
liblzma: Set LZMA_MEMCMPLEN_EXTRA depending on the compare method.
by Lasse Collin
· 10 years ago
3c50017
Update THANKS.
by Lasse Collin
· 10 years ago
fec88d4
liblzma: Silence harmless Valgrind errors.
by Lasse Collin
· 10 years ago
a9b45ba
xz: Fix comments.
by Lasse Collin
· 10 years ago
541aee6
Update THANKS.
by Lasse Collin
· 10 years ago
4170edc
xz: Don't fail if stdout doesn't support O_NONBLOCK.
by Lasse Collin
· 10 years ago
04bbc0c
xz: Fix a memory leak in DOS-specific code.
by Lasse Collin
· 10 years ago
f0f1f6c
xz: Don't fail if stdin doesn't support O_NONBLOCK.
by Lasse Collin
· 10 years ago
d2d4846
Tests: Don't hide unexpected error messages in test_files.sh.
by Lasse Collin
· 10 years ago
aae6a6a
Update Solaris notes in INSTALL.
by Lasse Collin
· 10 years ago
7815112
Build: POSIX shell isn't required if scripts are disabled.
by Lasse Collin
· 10 years ago
a0cd05e
DOS: Update Makefile.
by Lasse Collin
· 10 years ago
v5.2.0
b85ee09
Windows: Fix bin_i486 to bin_i686 in build.bash.
by Lasse Collin
· 10 years ago
cbafa71
Docs: Use lzma_cputhreads() in 04_compress_easy_mt.c.
by Lasse Collin
· 10 years ago
8dbb572
Docs: Update docs/examples/00_README.txt.
by Lasse Collin
· 10 years ago
6060f7d
Bump version and soname for 5.2.0.
by Lasse Collin
· 10 years ago
3e8bd1d
Avoid variable-length arrays in the debug programs.
by Lasse Collin
· 10 years ago
72f7307
Build: Include 04_compress_easy_mt.c in the tarball.
by Lasse Collin
· 10 years ago
2cb82ff
Fix build when --disable-threads is used.
by Lasse Collin
· 10 years ago
9b9e353
po/fr: improve wording for help for --lzma1/--lzma2.
by Adrien Nader
· 10 years ago
a8b6b56
po/fr: missing line in translation of --extreme.
by Adrien Nader
· 10 years ago
f168a6f
Update NEWS for 5.2.0.
by Lasse Collin
· 10 years ago
cec2ee8
Update NEWS for 5.0.8.
by Lasse Collin
· 10 years ago
42e97a3
xz: Fix a comment.
by Lasse Collin
· 10 years ago
29b95d5
Update INSTALL about the dependencies of the scripts.
by Lasse Collin
· 10 years ago
3af9104
Windows: Update build instructions.
by Lasse Collin
· 10 years ago
0152f72
Windows: Update the build script and README-Windows.txt.
by Lasse Collin
· 10 years ago
4a1f613
Windows: Define TUKLIB_SYMBOL_PREFIX in config.h.
by Lasse Collin
· 10 years ago
7f7d093
xz: Update the man page about --threads.
by Lasse Collin
· 10 years ago
0098234
xz: Update the man page about --block-size.
by Lasse Collin
· 10 years ago
7dddfbe
po/fr: several more translation updates: reword and handle --ignore-check.
by Adrien Nader
· 10 years ago
6eca5be
po/fr: yet another place where my email address had to be updated.
by Adrien Nader
· 10 years ago
d100367
po/fr: fix several typos that have been around since the beginning.
by Adrien Nader
· 10 years ago
4c5aa91
po/fr: last batch of new translations for now.
by Adrien Nader
· 10 years ago
3e3099e
po/fr: translations for --threads, --block-size and --block-list.
by Adrien Nader
· 10 years ago
e7d96a5
po/fr: remove fuzzy marker for error messages that will be kept in English.
by Adrien Nader
· 10 years ago
46cbb90
po/fr: several minor updates and better wording.
by Adrien Nader
· 10 years ago
7ce49d4
po/fr: update my email address and copyright years.
by Adrien Nader
· 10 years ago
214c553
fr.po: commit file after only "update-po" so actual is readable.
by Adrien Nader
· 10 years ago
1190c64
liblzma: Document how lzma_mt.block_size affects memory usage.
by Lasse Collin
· 10 years ago
e4fc1d2
Update INSTALL about a "make check" failure in test_scripts.sh.
by Lasse Collin
· 10 years ago
34f9e40
Remove LZMA_UNSTABLE macro.
by Lasse Collin
· 10 years ago
6d9c0ce
liblzma: Update lzma_stream_encoder_mt() API docs.
by Lasse Collin
· 10 years ago
2301f3f
liblzma: Verify the filter chain in threaded encoder initialization.
by Lasse Collin
· 10 years ago
107a263
Build: Update m4/ax_pthread.m4 from Autoconf Archive.
by Lasse Collin
· 10 years ago
b13a781
Build: Replace obsolete AC_HELP_STRING with AS_HELP_STRING.
by Lasse Collin
· 10 years ago
542cac1
Build: Fix Autoconf warnings about escaped backquotes.
by Lasse Collin
· 10 years ago
7b03a15
xzdiff: Use mkdir if mktemp isn't available.
by Lasse Collin
· 10 years ago
f8c13e5
xzdiff: Create a temporary directory to hold a temporary file.
by Lasse Collin
· 10 years ago
7716dcf
liblzma: Fix lzma_mt.preset in lzma_stream_encoder_mt_memusage().
by Lasse Collin
· 10 years ago
230fa4a
Update THANKS.
by Lasse Collin
· 10 years ago
4e4ae08
Update .gitignore files.
by Lasse Collin
· 10 years ago
c923b14
Build: Prepare to support Automake's subdir-objects.
by Lasse Collin
· 10 years ago
08c2aa1
Translations: Update the Italian translation.
by Lasse Collin
· 10 years ago
2f9f61a
Translations: Update the Polish translation.
by Lasse Collin
· 10 years ago
4f9d233
l10n: de.po: Change translator email address.
by Andre Noll
· 10 years ago
00502b2
l10n: de.po: Update German translation
by Andre Noll
· 10 years ago
706b049
l10n: de.po: Fix typo: Schießen -> Schließen.
by Andre Noll
· 10 years ago
7c32e6a
Update THANKS.
by Lasse Collin
· 10 years ago
076258c
Add support for AmigaOS/AROS to tuklib_physmem().
by Lasse Collin
· 10 years ago
efa7b0a
xzgrep: Avoid passing both -q and -l to grep.
by Lasse Collin
· 10 years ago
Next »