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