]> icculus.org git repositories - icculus/xz.git/shortlog
icculus/xz.git
2010-10-09 Lasse CollinOS/2 and DOS: Be less verbose on signals.
2010-10-09 Lasse CollinDOS: Update the Makefile, config.h and README.
2010-10-09 Lasse CollinWindows: Put some license info into README-Windows...
2010-10-09 Lasse CollinWindows: Fix a diagnostics bug in build.bash.
2010-10-09 Lasse Collinlzmainfo: Add Windows resource file.
2010-10-09 Lasse CollinAdd missing public domain notice to lzmadec_w32res.rc.
2010-10-09 Lasse CollinWindows: Update common_w32res.rc.
2010-10-09 Lasse CollinWindows: Make build.bash prefer MinGW-w32 over MinGW.
2010-10-09 Lasse CollinWindows: Copy COPYING-Windows.txt (if it exists) to...
2010-10-08 Lasse CollinWindows: Fix build.bash again.
2010-10-08 Lasse CollinUse LZMA_VERSION_STRING instead of PACKAGE_VERSION.
2010-10-08 Lasse Collinconfigure.ac: Remove two unused defines.
2010-10-08 Lasse CollinMake tests accommodate missing xz or xzdec.
2010-10-08 Lasse CollinBuild: Add options to disable individual command line...
2010-10-06 Lasse CollinWindows: Make build.bash work without --enable-dynamic=no.
2010-10-05 Lasse CollinBuild: Remove the static/dynamic tricks.
2010-10-05 Lasse Collinconfigure.ac: Silence a warning from Autoconf 2.68.
2010-10-04 Lasse CollinA few more languages files to the xz man page.
2010-10-02 Lasse CollinUpdate the FAQ.
2010-10-02 Lasse Collinliblzma: Small fixes to comments in the API headers.
2010-09-28 Lasse CollinCreate the PDF versions of the man pages better.
2010-09-28 Lasse CollinMove version.sh to build-aux.
2010-09-28 Lasse CollinUpdate .gitignore.
2010-09-27 Lasse CollinFix accomodate -> accommodate on the xz man page.
2010-09-27 Lasse CollinMajor man page updates.
2010-09-26 Lasse CollinFix the preset -3e.
2010-09-23 Lasse CollinAdd translations.bash and translation notes to README.
2010-09-17 Lasse Collinxz: Update the Czech translation.
2010-09-16 Lasse Collinxz: Add Italian translation.
2010-09-14 Lasse Collinxz: Edit a translators comment.
2010-09-14 Lasse Collinxz: Add German translation.
2010-09-10 Lasse CollinUpdated README.
2010-09-10 Lasse CollinUpdated INSTALL.
2010-09-10 Lasse CollinUpdated the git repository address in ChangeLog.
2010-09-10 Lasse Collinxz: Add a comment to translators about "literal context...
2010-09-10 Lasse Collinxz: Multiple fixes.
2010-09-08 Lasse CollinUpdate the Czech translation.
2010-09-07 Lasse Collinxz: Add a note to translators.
2010-09-07 Lasse CollinFix use of N_() and ngettext().
2010-09-06 Lasse CollinAdd missing files to POTFILES.in.
2010-09-06 Lasse Collinxz: Improve a comment.
2010-09-05 Lasse Collinxz: Update the comment about NetBSD in file_io.c.
2010-09-05 Lasse Collinxz: Use an array instead of pointer for stdin_filename.
2010-09-05 Lasse Collinxz: Hopefully ease translating the messages in list.c.
2010-09-04 Lasse Collinxz: Fix grammar.
2010-09-04 Lasse Collinxz: Use lzma_lzma_preset() to initialize the options...
2010-09-04 Lasse CollinDon't set lc=4 with --extreme.
2010-09-04 Lasse Collinxz: Minor improvements to --help and --long-help.
2010-09-03 Jonathan NiederAdjust memory limits in test_compress.sh
2010-09-03 Lasse Collinxz: Make -vv show also decompressor memory usage.
2010-09-03 Lasse CollinTweak the compression presets -0 .. -5.
2010-09-03 Lasse Collinliblzma: Adjust default depth calculation for HC3 and...
2010-09-03 Lasse Collinxz: Make --help two lines shorter.
2010-09-02 Lasse Collinxz: Make setting a preset override a custom filter...
2010-09-02 Lasse Collinxz: Always warn if adjusting dictionary size due to...
2010-08-10 Lasse CollinFix test_compress.sh.
2010-08-07 Lasse CollinDisable the memory usage limiter by default.
2010-08-06 Lasse CollinAdd missing const to a global constant in xz.
2010-07-28 Lasse CollinLanguage fixes for man pages.
2010-07-27 Lasse CollinWindows: Add a note about building a Git repository...
2010-07-27 Lasse CollinWindows: build.sh is a bash script so name it correctly.
2010-07-27 Lasse CollinWindows: Don't strip liblzma.a too much.
2010-07-13 Lasse CollinUpdated THANKS.
2010-07-13 Lasse CollinAdd two simple example programs.
2010-06-15 Lasse CollinAdd --no-adjust.
2010-06-11 Lasse CollinUpdated THANKS.
2010-06-11 Lasse CollinClarify the description of the default memlimit in...
2010-06-11 Lasse CollinFix string to uint64_t conversion.
2010-06-11 Lasse CollinPut the git commit to the filename in mydist rule.
2010-06-02 Lasse CollinFix compiling with -Werror.
2010-06-02 Lasse CollinSilence a bogus Valgrind warning.
2010-06-02 Lasse CollinFix a Windows-specific FIXME in signal handling code.
2010-06-02 Lasse CollinAdjust SA_RESTART workaround.
2010-06-01 Lasse Collinxz man page updates.
2010-06-01 Lasse CollinMajor update to xz --list.
2010-06-01 Lasse CollinRename message_filters_get() to message_filters_to_str().
2010-06-01 Lasse CollinFix a comment.
2010-05-27 Lasse CollinFix lzma_block_compressed_size().
2010-05-27 Lasse CollinTake Cygwin into account in some #if lines.
2010-05-27 Lasse CollinRemove references to the Subblock filter in xz and...
2010-05-27 Lasse CollinRemove unused chunk_size.c.
2010-05-27 Jonathan NiederUse my_min() instead of MIN() in src/xz/list.c
2010-05-26 Lasse CollinRename MIN() and MAX() to my_min() and my_max().
2010-05-26 Lasse CollinFix compilation of debug/known_sizes.c.
2010-05-26 Lasse CollinRemove references to Subblock filter in debug/sync_flush.c.
2010-05-26 Lasse CollinBetter #error message.
2010-05-26 Lasse CollinRemove the Subblock filter code for now.
2010-05-16 Lasse CollinSplit message_filters().
2010-05-14 Lasse CollinOmit lzma_restrict from the API headers.
2010-05-10 Lasse CollinUpdated INSTALL.
2010-05-10 Lasse CollinUpdated THANKS.
2010-05-10 Lasse CollinUpdates to tuklib_physmem and tuklib_cpucores.
2010-04-12 Lasse CollinShow both elapsed time and estimated remaining time...
2010-03-31 Lasse CollinAdd a simple tip to faq.txt about tar and xz.
2010-03-22 Lasse CollinUpdated THANKS.
2010-03-07 Lasse CollinFix xzgrep to not break if filenames have spaces or...
2010-03-07 Lasse CollinTreat all integer multiplier suffixes as base-2.
2010-03-07 Lasse CollinConsistently round up the memory usage limit in messages.
2010-03-07 Lasse CollinChange the default of --enable-assume-ram from 32 to...
2010-03-07 Lasse CollinIncrease the default memory usage limit on "low-memory...
next