aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-03liblzma: SHA-256: Unroll a little more.Lasse Collin1-9/+16
2014-08-03liblzma: SHA-256: Do the byteswapping without a temporary buffer.Lasse Collin1-12/+1
2014-01-12liblzma: Remove a useless C99ism from sha256.c.Lasse Collin1-1/+1
2014-01-12Fix typos in comments.Lasse Collin1-1/+1
2012-08-24A few typo fixes to comments and the xz man page.Lasse Collin1-1/+0
2011-05-21liblzma: Try to use SHA-256 from the operating system.Lasse Collin2-8/+77
2011-04-05liblzma: Use TUKLIB_GNUC_REQ to check GCC version in sha256.c.Lasse Collin1-3/+3
2010-02-12Fix jl -> jb in ASM files.Lasse Collin2-3/+3
2010-02-12Use __APPLE__ instead of __MACH__ in ASM files.Lasse Collin2-8/+8
2009-11-22Add missing consts to pointer casts.Lasse Collin2-4/+5
2009-10-04Use a tuklib module for integer handling.Lasse Collin7-35/+13
2009-10-02Make liblzma produce the same output on both endiannesses.Lasse Collin1-0/+30
2009-08-31Revert 43f44160b1ddcbf7e5205c37db09b3bebe7226f9Lasse Collin2-10/+4
2009-08-29Fix x86 assembler on GCC 3.Lasse Collin2-4/+10
2009-06-30Build system fixesLasse Collin2-47/+51
2009-06-27Hopefully improved portability of the assembler code inLasse Collin2-2/+14
2009-06-26Basic support for building with Cygwin and MinGW usingLasse Collin2-6/+8
2009-06-26Fix @variables@ to $(variables) in Makefile.am files.Lasse Collin1-2/+2
2009-05-02Use a GCC-specific #pragma instead of GCC-specificLasse Collin2-5/+5
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin15-93/+88
2009-02-13Improve support for DOS-like systems.Lasse Collin2-6/+6
2009-02-09Let the user specify custom CFLAGS on the make commandLasse Collin1-1/+1
2009-02-08Add a separate internal function to initialize the CRC32Lasse Collin2-1/+10
2009-02-07Support LZMA_API_STATIC in assembler files toLasse Collin2-0/+6
2009-02-02Updated the x86 assembler code:Lasse Collin2-22/+144
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin5-6/+6
2009-01-30Remove dangling crc64_init.c.Lasse Collin1-55/+0
2009-01-26Regenerate the CRC tables without trailing blanks.Lasse Collin4-2024/+2024
2009-01-26remove trailing blanks from all but .xz filesJim Meyering2-2/+2
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin11-146/+228
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin3-134/+90
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin8-95/+110
2008-04-25Removed src/liblzma/common/sysdefs.h symlink, which wasLasse Collin2-2/+2
2008-01-26Added note.GNU-stack to x86 assembler files. It is neededLasse Collin2-0/+18
2008-01-15Fix CRC code in case --enable-small is used.Lasse Collin2-2/+2
2008-01-08More pre-C99 inttypes.h compatibility fixes. Now the codeLasse Collin4-18/+6
2008-01-06Introduced compatibility with systems that have pre-C99Lasse Collin8-16/+2
2007-12-14Use the filename suffix .S instead of .s for assembler filesLasse Collin3-2/+2
2007-12-14Fixed wrong symbol name in crc64_x86.s.Lasse Collin1-1/+1
2007-12-14Use .globl instead of .global in x86 assembler code forLasse Collin2-2/+2
2007-12-09Added missing LZMA_API to the C versions of the CRC functions.Lasse Collin2-2/+2
2007-12-09Imported to git.Lasse Collin21-0/+3596