]> icculus.org git repositories - icculus/xz.git/shortlog
icculus/xz.git
2009-05-22 Lasse CollinMake the default memory usage limit 40 % of RAM for...
2009-05-21 Lasse CollinSupport special value "max" where xz and xzdec accept...
2009-05-21 ABCDInstall lzdiff, lzgrep, and lzmore as symlinks
2009-05-02 Lasse CollinUse a GCC-specific #pragma instead of GCC-specific
2009-05-02 Lasse CollinRemoved --disable-encoder and --disable-decoder. Use...
2009-05-01 Lasse CollinRemove docs that are too outdated to be updated
2009-05-01 Lasse CollinAdded documentation about the legacy .lzma file format.
2009-05-01 Lasse CollinRenamed the file format specification to xz-file-format.txt
2009-04-28 Lasse CollinFixed a crash in liblzma.
2009-04-15 Lasse CollinFix uint32_t -> size_t in ARM and ARM-Thumb filters.
2009-04-14 Lasse CollinMinor fixes to test files' README.
2009-04-13 Lasse CollinUpdated history.txt.
2009-04-13 Lasse CollinQuick & dirty update to support xz in diff/grep/more...
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-04-10 Lasse CollinFix off-by-one in LZ decoder.
2009-03-31 Pavel RoskinFix minor typos in README
2009-03-31 Lasse CollinAdd a note and work-around instructions to README about
2009-03-18 Lasse CollinUpdated THANKS.
2009-03-18 Lasse CollinFix wrong macro names in lc_cpucores.m4 and cpucores.h.
2009-03-01 Lasse CollinTest for Linux-specific sysinfo() only on Linux systems.
2009-03-01 Lasse CollinAdded AC_CONFIG_MACRO_DIR to configure.ac.
2009-03-01 Lasse CollinFix the Autoconf test for getopt_long replacement.
2009-02-22 Lasse CollinAdd a rough explanation of --extreme to output of ...
2009-02-22 Lasse CollinFixes to progress message handling in xz:
2009-02-18 Lasse CollinAdded files missing from the previous commit.
2009-02-17 Lasse CollinAdded lzma_easy_buffer_encode(). Splitted easy.c into...
2009-02-15 Lasse CollinMake physmem.h work on old Windows versions.
2009-02-14 Lasse CollinFix microsecond vs. nanosecond confusion in my_time().
2009-02-13 Lasse CollinCleanups to the code that detects the amount of RAM and
2009-02-13 Lasse CollinInitial port to DOS using DJGPP.
2009-02-13 Lasse CollinWindows port: Take advantage of the version number...
2009-02-13 Lasse CollinChanged how the version number is specified in various...
2009-02-13 Lasse CollinFix handling of integrity check type in the xz command...
2009-02-13 Lasse CollinImprove support for DOS-like systems.
2009-02-11 Lasse CollinRemove dead directories from .gitignore.
2009-02-11 Jim Meyering.gitignore vs. Makefiles
2009-02-10 Lasse CollinRemoved Makefile from .gitignore since not all Makefiles
2009-02-10 Lasse CollinAdded resource files for the Windows build.
2009-02-09 Lasse CollinLet the user specify custom CFLAGS on the make command
2009-02-08 Lasse CollinFix aliasing issue in physmem.h.
2009-02-08 Lasse CollinAdd a separate internal function to initialize the...
2009-02-08 Lasse CollinMake "xz --force" to write to terminal as the error
2009-02-08 Lasse CollinSupport both slash and backslash as path component
2009-02-07 Lasse CollinOmit the wrong and (even if corrected) nowadays useless rm
2009-02-07 Lasse CollinUpdated THANKS.
2009-02-07 Lasse CollinMake it easy to choose if command line tools should be
2009-02-07 Mike Frysingeradd gitignore files
2009-02-07 Lasse CollinAssume 32 MiB of RAM on unsupported operating systems...
2009-02-07 Lasse CollinMinGW support: Don't build fastpos_tablegen.c as part of
2009-02-07 Lasse CollinSupport LZMA_API_STATIC in assembler files to
2009-02-07 Lasse CollinIntroduced LZMA_API_STATIC macro, which the applications
2009-02-06 Lasse CollinAnother grammar fix
2009-02-06 Lasse CollinGrammar fix in README.
2009-02-06 Lasse CollinSome MSYS installations (e.g. MsysGit) don't include v4.999.8beta
2009-02-06 Lasse CollinRecreated the BCJ test files for x86 and SPARC. The...
2009-02-05 Lasse CollinAdd the "windows" directory to EXTRA_DIST.
2009-02-05 Lasse CollinAdded initial experimental makefile for use with MinGW.
2009-02-05 Lasse CollinVarious code cleanups the the xz command line tool.
2009-02-03 Lasse CollinAnother utime() fix.
2009-02-03 Lasse CollinFix wrong filename argument for utime() and utimes().
2009-02-02 Lasse CollinUpdated the x86 assembler code:
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-02-01 Lasse CollinFix a bug in lzma_block_buffer_decode(), although this
2009-02-01 Lasse CollinAdded initial version of raw buffer-to-buffer coding
2009-01-31 Lasse CollinFix missing newlines in xzdec.c.
2009-01-31 Lasse CollinUse __cdecl also for function pointers in liblzma API...
2009-01-31 Lasse CollinAdd LZMA_API to liblzma API headers. It's useful at...
2009-01-31 Lasse CollinUse _WIN32 instead of WIN32 in xzdec.c to test if compi...
2009-01-31 Lasse CollinFix two lines in lzma.h on which the # wasn't at the
2009-01-31 Lasse CollinAdd support for using liblzma headers in MSVC, which...
2009-01-31 Lasse CollinFix # -> ## in a macro in lzma.h.
2009-01-30 Lasse CollinUpdated README.
2009-01-29 Lasse CollinRemove dangling crc64_init.c.
2009-01-28 Lasse CollinThe .xz file format specification version 1.0.0 is now
2009-01-28 Lasse CollinUpdated THANKS.
2009-01-28 Lasse CollinFix uninitialized variables in alone_decoder.c. This...
2009-01-27 Lasse CollinAdded initial support for preset dictionary for raw...
2009-01-26 Lasse CollinRegenerate the CRC tables without trailing blanks.
2009-01-26 Jim Meyeringremove trailing blanks from all but .xz files
2009-01-26 Lasse CollinAdd lzma_block_buffer_decode().
2009-01-26 Lasse CollinAdd more sanity checks to lzma_stream_buffer_decode().
2009-01-26 Lasse CollinAvoid hardcoded constant in easy.c.
2009-01-26 Lasse CollinTiny bit better sanity check in block_util.c
2009-01-24 Lasse CollinFix a dumb bug in Block decoder, which made it return
2009-01-23 Lasse CollinAdded lzma_stream_buffer_decode() and made minor cleanups.
2009-01-22 Lasse CollinFix a comment.
2009-01-20 Lasse CollinAdd some single-call buffer-to-buffer coding functions.
2009-01-20 Lasse CollinBlock encoder cleanups
2009-01-20 Lasse CollinUse LZMA_PROG_ERROR in lzma_code() as documented in...
2009-01-19 Lasse CollinFix handling of non-fatal errors in lzma_code().
2009-01-19 Lasse CollinMove some LZMA2 constants to lzma2_encoder.h so that...
2009-01-19 Lasse CollinRemove dead code.
2009-01-17 Lasse CollinBeta was supposed to be API stable but I had forgot...
2009-01-15 Lasse CollinUpdated THANKS.
2009-01-15 Lasse CollinFixed a bug in 7z2lzma.bash to make it work with .7z...
2009-01-07 Lasse CollinUse pthread_sigmask() instead of sigprocmask() when...
2008-12-31 Lasse CollinBumped version to 4.999.8beta right after the release
2008-12-31 Lasse CollinDisable Subblock filter from test_compress.sh since... v4.999.7beta
2008-12-31 Lasse CollinDisable both Subblock encoder and decoder my default,
2008-12-31 Lasse CollinUpdate some files in debug directory.
next