aboutsummaryrefslogtreecommitdiff
path: root/src/common (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-18Added public domain notice into a few files.Lasse Collin1-1/+8
2009-06-27Make physmem() work on Cygwin 1.5 and older.Lasse Collin1-37/+40
2009-06-27Moved the Windows resource files outside the windows directoryLasse Collin1-0/+46
2009-06-24Support HW_PHYSMEM64Lasse Collin1-11/+19
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin7-31/+21
2009-03-18Fix wrong macro names in lc_cpucores.m4 and cpucores.h.Lasse Collin1-2/+2
2009-02-15Make physmem.h work on old Windows versions.Lasse Collin1-4/+27
2009-02-14Cleanups to the code that detects the amount of RAM andLasse Collin2-8/+65
2009-02-13Improve support for DOS-like systems.Lasse Collin2-0/+16
2009-02-08Fix aliasing issue in physmem.h.Lasse Collin1-9/+10
2009-02-05Various code cleanups the the xz command line tool.Lasse Collin1-0/+13
2009-01-31Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin1-2/+0
2009-01-07Use pthread_sigmask() instead of sigprocmask() when pthreadsLasse Collin1-0/+6
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin1-0/+34
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin3-14/+17
2008-09-11Fix a compiler error on big endian systems that don'tLasse Collin1-14/+18
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin2-17/+51
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin2-0/+211
2008-05-11Remove support for pre-C89 libc versions that lack memcpy,Lasse Collin1-13/+2
2008-01-16Added ARRAY_SIZE(array) macro.Lasse Collin1-0/+4
2008-01-08More pre-C99 inttypes.h compatibility fixes. Now the codeLasse Collin1-11/+0
2008-01-06Introduced compatibility with systems that have pre-C99Lasse Collin1-1/+58