summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some MSYS installations (e.g. MsysGit) don't includev4.999.8betaLasse Collin2009-02-062-10/+13
* Recreated the BCJ test files for x86 and SPARC. The old filesLasse Collin2009-02-065-1/+1
* Add the "windows" directory to EXTRA_DIST.Lasse Collin2009-02-051-0/+1
* Added initial experimental makefile for use with MinGW.Lasse Collin2009-02-053-0/+597
* Various code cleanups the the xz command line tool.Lasse Collin2009-02-0518-246/+399
* Another utime() fix.Lasse Collin2009-02-031-4/+5
* Fix wrong filename argument for utime() and utimes().Lasse Collin2009-02-031-2/+2
* Updated the x86 assembler code:Lasse Collin2009-02-023-28/+144
* Modify LZMA_API macro so that it works on Windows withLasse Collin2009-02-0254-176/+177
* Fix a bug in lzma_block_buffer_decode(), although thisLasse Collin2009-02-011-4/+4
* Added initial version of raw buffer-to-buffer codingLasse Collin2009-02-014-20/+221
* Fix missing newlines in xzdec.c.Lasse Collin2009-02-011-3/+3
* Use __cdecl also for function pointers in liblzma API whenLasse Collin2009-02-013-20/+20
* Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin2009-01-3117-88/+131
* Use _WIN32 instead of WIN32 in xzdec.c to test if compiling on Windows.Lasse Collin2009-01-311-2/+2
* Fix two lines in lzma.h on which the # wasn't at theLasse Collin2009-01-311-2/+2
* Add support for using liblzma headers in MSVC, which has noLasse Collin2009-01-311-24/+46
* Fix # -> ## in a macro in lzma.h.Lasse Collin2009-01-311-1/+1
* Updated README.Lasse Collin2009-01-301-10/+20
* Remove dangling crc64_init.c.Lasse Collin2009-01-301-55/+0
* The .xz file format specification version 1.0.0 is nowLasse Collin2009-01-281-35/+49
* Updated THANKS.Lasse Collin2009-01-281-0/+1
* Fix uninitialized variables in alone_decoder.c. This bug wasLasse Collin2009-01-281-0/+2
* Added initial support for preset dictionary for raw LZMA1Lasse Collin2009-01-278-27/+77
* Regenerate the CRC tables without trailing blanks.Lasse Collin2009-01-264-2024/+2024
* remove trailing blanks from all but .xz filesJim Meyering2009-01-267-13/+12
* Add lzma_block_buffer_decode().Lasse Collin2009-01-263-0/+129
* Add more sanity checks to lzma_stream_buffer_decode().Lasse Collin2009-01-261-0/+7
* Avoid hardcoded constant in easy.c.Lasse Collin2009-01-261-1/+1
* Tiny bit better sanity check in block_util.cLasse Collin2009-01-261-1/+1
* Fix a dumb bug in Block decoder, which made it returnLasse Collin2009-01-251-3/+3
* Added lzma_stream_buffer_decode() and made minor cleanups.Lasse Collin2009-01-234-2/+144
* Fix a comment.Lasse Collin2009-01-221-1/+1
* Add some single-call buffer-to-buffer coding functions.Lasse Collin2009-01-209-26/+768
* Block encoder cleanupsLasse Collin2009-01-202-21/+32
* Use LZMA_PROG_ERROR in lzma_code() as documented in base.h.Lasse Collin2009-01-201-16/+8
* Fix handling of non-fatal errors in lzma_code().Lasse Collin2009-01-191-1/+8
* Move some LZMA2 constants to lzma2_encoder.h so that theyLasse Collin2009-01-193-14/+16
* Remove dead code.Lasse Collin2009-01-191-8/+0
* Beta was supposed to be API stable but I had forgot to renameLasse Collin2009-01-178-14/+14
* Updated THANKS.Lasse Collin2009-01-151-0/+1
* Fixed a bug in 7z2lzma.bash to make it work with .7z filesLasse Collin2009-01-151-23/+24
* Use pthread_sigmask() instead of sigprocmask() when pthreadsLasse Collin2009-01-073-2/+9
* Bumped version to 4.999.8beta right after the releaseLasse Collin2008-12-312-2/+2
* Disable Subblock filter from test_compress.sh since it isv4.999.7betaLasse Collin2008-12-311-9/+13
* Disable both Subblock encoder and decoder my default,Lasse Collin2008-12-311-1/+1
* Update some files in debug directory.Lasse Collin2008-12-313-6/+0
* Prepare for 4.999.7beta release.Lasse Collin2008-12-314-22/+22
* Cleaned up some comments in the API headers.Lasse Collin2008-12-313-14/+15
* Renamed lzma_options_simple to lzma_options_bcj in the API.Lasse Collin2008-12-317-22/+22