2009-05-22 |
Lasse Collin | Use the 40 % of RAM memory usage limit in xzdec too. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Lasse Collin | Add --no-warn. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Lasse Collin | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Lasse Collin | Remove the --info option, which was an alias for -... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Lasse Collin | If xz is run as lzma, unlzma, or lzcat, simply imply |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Lasse Collin | Make the default memory usage limit 40 % of RAM for... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Lasse Collin | Support special value "max" where xz and xzdec accept... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
ABCD | Install lzdiff, lzgrep, and lzmore as symlinks |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Lasse Collin | Use a GCC-specific #pragma instead of GCC-specific |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Lasse Collin | Removed --disable-encoder and --disable-decoder. Use... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Lasse Collin | Remove docs that are too outdated to be updated |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Lasse Collin | Added documentation about the legacy .lzma file format. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Lasse Collin | Renamed the file format specification to xz-file-format.txt |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Lasse Collin | Fixed a crash in liblzma. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Lasse Collin | Fix uint32_t -> size_t in ARM and ARM-Thumb filters. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Lasse Collin | Minor fixes to test files' README. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Lasse Collin | Updated history.txt. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Lasse Collin | Quick & dirty update to support xz in diff/grep/more... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Lasse Collin | Put the interesting parts of XZ Utils into the public... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Lasse Collin | Fix off-by-one in LZ decoder. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Pavel Roskin | Fix minor typos in README |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Lasse Collin | Add a note and work-around instructions to README about |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Lasse Collin | Updated THANKS. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Lasse Collin | Fix wrong macro names in lc_cpucores.m4 and cpucores.h. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Lasse Collin | Test for Linux-specific sysinfo() only on Linux systems. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Lasse Collin | Added AC_CONFIG_MACRO_DIR to configure.ac. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Lasse Collin | Fix the Autoconf test for getopt_long replacement. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Lasse Collin | Add a rough explanation of --extreme to output of ... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Lasse Collin | Fixes to progress message handling in xz: |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Lasse Collin | Added files missing from the previous commit. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Lasse Collin | Added lzma_easy_buffer_encode(). Splitted easy.c into... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Lasse Collin | Make physmem.h work on old Windows versions. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Lasse Collin | Fix microsecond vs. nanosecond confusion in my_time(). |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Lasse Collin | Cleanups to the code that detects the amount of RAM and |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Lasse Collin | Initial port to DOS using DJGPP. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Lasse Collin | Windows port: Take advantage of the version number... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Lasse Collin | Changed how the version number is specified in various... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Lasse Collin | Fix handling of integrity check type in the xz command... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Lasse Collin | Improve support for DOS-like systems. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Lasse Collin | Remove dead directories from .gitignore. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Jim Meyering | .gitignore vs. Makefiles |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Lasse Collin | Removed Makefile from .gitignore since not all Makefiles |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Lasse Collin | Added resource files for the Windows build. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Lasse Collin | Let the user specify custom CFLAGS on the make command |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Lasse Collin | Fix aliasing issue in physmem.h. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Lasse Collin | Add a separate internal function to initialize the... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Lasse Collin | Make "xz --force" to write to terminal as the error |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Lasse Collin | Support both slash and backslash as path component |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Lasse Collin | Omit the wrong and (even if corrected) nowadays useless rm |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Lasse Collin | Updated THANKS. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Lasse Collin | Make it easy to choose if command line tools should be |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Frysinger | add gitignore files |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Lasse Collin | Assume 32 MiB of RAM on unsupported operating systems... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Lasse Collin | MinGW support: Don't build fastpos_tablegen.c as part of |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Lasse Collin | Support LZMA_API_STATIC in assembler files to |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Lasse Collin | Introduced LZMA_API_STATIC macro, which the applications |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Lasse Collin | Another grammar fix |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Lasse Collin | Grammar fix in README. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Lasse Collin | Some MSYS installations (e.g. MsysGit) don't include v4.999.8beta |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Lasse Collin | Recreated the BCJ test files for x86 and SPARC. The... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Lasse Collin | Add the "windows" directory to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Lasse Collin | Added initial experimental makefile for use with MinGW. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Lasse Collin | Various code cleanups the the xz command line tool. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Lasse Collin | Another utime() fix. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Lasse Collin | Fix wrong filename argument for utime() and utimes(). |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Lasse Collin | Updated the x86 assembler code: |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Lasse Collin | Modify LZMA_API macro so that it works on Windows with |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Lasse Collin | Fix a bug in lzma_block_buffer_decode(), although this |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Lasse Collin | Added initial version of raw buffer-to-buffer coding |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Lasse Collin | Fix missing newlines in xzdec.c. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Lasse Collin | Use __cdecl also for function pointers in liblzma API... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Lasse Collin | Add LZMA_API to liblzma API headers. It's useful at... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Lasse Collin | Use _WIN32 instead of WIN32 in xzdec.c to test if compi... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Lasse Collin | Fix two lines in lzma.h on which the # wasn't at the |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Lasse Collin | Add support for using liblzma headers in MSVC, which... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Lasse Collin | Fix # -> ## in a macro in lzma.h. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Lasse Collin | Updated README. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Lasse Collin | Remove dangling crc64_init.c. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Lasse Collin | The .xz file format specification version 1.0.0 is now |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Lasse Collin | Updated THANKS. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Lasse Collin | Fix uninitialized variables in alone_decoder.c. This... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Lasse Collin | Added initial support for preset dictionary for raw... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Lasse Collin | Regenerate the CRC tables without trailing blanks. |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Jim Meyering | remove trailing blanks from all but .xz files |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Lasse Collin | Add lzma_block_buffer_decode(). |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Lasse Collin | Add more sanity checks to lzma_stream_buffer_decode(). |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Lasse Collin | Avoid hardcoded constant in easy.c. |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Lasse Collin | Tiny bit better sanity check in block_util.c |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Lasse Collin | Fix a dumb bug in Block decoder, which made it return |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Lasse Collin | Added lzma_stream_buffer_decode() and made minor cleanups. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Lasse Collin | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Lasse Collin | Add some single-call buffer-to-buffer coding functions. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Lasse Collin | Block encoder cleanups |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Lasse Collin | Use LZMA_PROG_ERROR in lzma_code() as documented in... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Lasse Collin | Fix handling of non-fatal errors in lzma_code(). |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Lasse Collin | Move some LZMA2 constants to lzma2_encoder.h so that... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Lasse Collin | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Lasse Collin | Beta was supposed to be API stable but I had forgot... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Lasse Collin | Updated THANKS. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Lasse Collin | Fixed a bug in 7z2lzma.bash to make it work with .7z... |
commit | commitdiff | tree | snapshot |
next |