]> icculus.org git repositories - icculus/xz.git/shortlog
icculus/xz.git
2009-06-27 Lasse CollinAdded missing $(EXEEXT).
2009-06-27 Lasse CollinCreate correct symlinks even when
2009-06-27 Lasse CollinSilence a compiler warning on DOS-like systems.
2009-06-27 Lasse CollinUpdated the filenames in POTFILES.in too.
2009-06-26 Lasse CollinHopefully improved portability of the assembler code in
2009-06-26 Lasse CollinUpdated THANKS (most of today's commits are based on
2009-06-26 Lasse CollinUpdated comments to match renamed files.
2009-06-26 Lasse CollinRename process.[hc] to coder.[hc] and io.[hc] to file_i...
2009-06-26 Lasse CollinRename process_file() to coder_run().
2009-06-26 Lasse CollinUgly hack to make it possible to use the thousand separator
2009-06-26 Lasse CollinAdded missing source files to windows/Makefile.
2009-06-26 Lasse CollinBasic support for building with Cygwin and MinGW using
2009-06-26 Lasse CollinFix @variables@ to $(variables) in Makefile.am files.
2009-06-26 Lasse CollinAllow to explicitly specify autotool versions in autoge...
2009-06-26 Lasse CollinAdd version.sh to EXTRA_DIST.
2009-06-24 Lasse CollinSupport HW_PHYSMEM64
2009-06-24 Lasse CollinCast a char argument to isspace() to unsigned char.
2009-06-05 Lasse CollinA few more spelling fixes. Released the .xz spec 1...
2009-06-04 Lasse CollinAdded xzdec man page.
2009-06-04 Lasse CollinHarmonized xzdec --memory with xz --memory and made
2009-06-04 Lasse CollinFix purporse -> purpose. Thanks to Andrew Dudman.
2009-06-01 Lasse CollinThe .xz file format version 1.0.1
2009-05-26 Lasse CollinMake the raw value of the Check field available to...
2009-05-23 Lasse CollinRemove undocumented alternative option names --bcj...
2009-05-23 Lasse CollinAdd support for specifying the BCJ filter start offset
2009-05-23 Lasse CollinUpdated THANKS.
2009-05-22 Lasse CollinAdded support for --quiet and --no-warn to xzdec.
2009-05-22 Lasse CollinUse the 40 % of RAM memory usage limit in xzdec too.
2009-05-22 Lasse CollinAdd --no-warn.
2009-05-22 Lasse CollinFix a comment.
2009-05-22 Lasse CollinRemove the --info option, which was an alias for -...
2009-05-22 Lasse CollinIf xz is run as lzma, unlzma, or lzcat, simply imply
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...
next