index
:
xz.git
jiatan/v5.6.0/autofoo
jiatan/v5.6.0/tar
jiatan/v5.6.0/unpack
jiatan/v5.6.1/autofoo
jiatan/v5.6.1/tar
jiatan/v5.6.1/unpack
larhzu/master
larhzu/v5.0
larhzu/v5.2
larhzu/v5.4
larhzu/v5.6
XZ Utils
Lasse Collin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
Windows: Add MSVC defines for inline and restrict keywords.
Lasse Collin
1
-0
/
+10
2014-01-12
Fix typos in comments.
Lasse Collin
1
-1
/
+1
2013-09-17
Add native threading support on Windows.
Lasse Collin
1
-111
/
+402
2013-08-04
Fix the previous commit which broke the build.
Lasse Collin
1
-1
/
+1
2013-08-03
Windows: Add Windows support to tuklib_cpucores().
Lasse Collin
1
-1
/
+12
2012-12-14
liblzma: Fix mythread_sync for nested locking.
Lasse Collin
1
-2
/
+3
2011-08-09
Workaround unusual SIZE_MAX on SCO OpenServer.
Lasse Collin
1
-3
/
+6
2011-05-28
Don't call close(-1) in tuklib_open_stdxxx() on error.
Lasse Collin
1
-1
/
+3
2011-05-17
Don't use clockid_t in mythread.h when clock_gettime() isn't available.
Lasse Collin
1
-0
/
+2
2011-04-19
Fix portability problems in mythread.h.
Lasse Collin
1
-4
/
+27
2011-04-10
Revise mythread.h.
Lasse Collin
1
-20
/
+180
2011-01-18
Add alloc_size and malloc attributes to a few functions.
Lasse Collin
1
-0
/
+6
2010-12-12
Add missing PRIx32 and PRIx64 compatibility definitions.
Lasse Collin
1
-0
/
+9
2010-10-23
Windows: Use MinGW's stdio functions.
Lasse Collin
1
-0
/
+5
2010-10-09
Windows: Update common_w32res.rc.
Lasse Collin
1
-6
/
+3
2010-09-10
xz: Multiple fixes.
Lasse Collin
3
-0
/
+161
2010-09-07
Fix use of N_() and ngettext().
Lasse Collin
1
-2
/
+2
2010-05-26
Rename MIN() and MAX() to my_min() and my_max().
Lasse Collin
1
-7
/
+5
2010-05-26
Better #error message.
Lasse Collin
1
-2
/
+2
2010-05-10
Updates to tuklib_physmem and tuklib_cpucores.
Lasse Collin
2
-3
/
+44
2010-02-12
Collection of language fixes to comments and docs.
Lasse Collin
2
-2
/
+2
2010-01-27
Silence two compiler warnings on DOS-like systems.
Lasse Collin
1
-1
/
+5
2010-01-12
Add IRIX-specific code to tuklib_physmem and tuklib_cpucores.
Lasse Collin
2
-0
/
+25
2009-11-26
Typo fix to sysdefs.h.
Lasse Collin
1
-1
/
+1
2009-11-22
Update tuklib_integer.h with bit scan functions.
Lasse Collin
1
-8
/
+181
2009-10-04
Use a tuklib module for integer handling.
Lasse Collin
4
-223
/
+357
2009-09-27
Work around a bug in Interix header files.
Lasse Collin
1
-0
/
+6
2009-09-22
Avoid non-standard preprocessor construct.
Lasse Collin
1
-4
/
+7
2009-09-21
Make sure that TUKLIB_DOSLIKE doesn't get defined on Cygwin.
Lasse Collin
1
-1
/
+2
2009-09-19
Various changes.
Lasse Collin
14
-65
/
+410
2009-09-05
Add OS/2-specific code to physmem.h.
Lasse Collin
1
-11
/
+21
2009-09-05
Use sysctl() != -1 instead of !sysctl() to check if
Lasse Collin
2
-2
/
+2
2009-08-29
Fix sysctl() usage.
Lasse Collin
2
-2
/
+2
2009-07-18
Added public domain notice into a few files.
Lasse Collin
1
-1
/
+8
2009-06-27
Make physmem() work on Cygwin 1.5 and older.
Lasse Collin
1
-37
/
+40
2009-06-27
Moved the Windows resource files outside the windows directory
Lasse Collin
1
-0
/
+46
2009-06-24
Support HW_PHYSMEM64
Lasse Collin
1
-11
/
+19
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
7
-31
/
+21
2009-03-18
Fix wrong macro names in lc_cpucores.m4 and cpucores.h.
Lasse Collin
1
-2
/
+2
2009-02-15
Make physmem.h work on old Windows versions.
Lasse Collin
1
-4
/
+27
2009-02-14
Cleanups to the code that detects the amount of RAM and
Lasse Collin
2
-8
/
+65
2009-02-13
Improve support for DOS-like systems.
Lasse Collin
2
-0
/
+16
2009-02-08
Fix aliasing issue in physmem.h.
Lasse Collin
1
-9
/
+10
2009-02-05
Various code cleanups the the xz command line tool.
Lasse Collin
1
-0
/
+13
2009-01-31
Add LZMA_API to liblzma API headers. It's useful at least
Lasse Collin
1
-2
/
+0
2009-01-07
Use pthread_sigmask() instead of sigprocmask() when pthreads
Lasse Collin
1
-0
/
+6
2008-12-31
Remove lzma_init() and other init functions from liblzma API.
Lasse Collin
1
-0
/
+34
2008-11-19
Oh well, big messy commit again. Some highlights:
Lasse Collin
3
-14
/
+17
2008-09-11
Fix a compiler error on big endian systems that don't
Lasse Collin
1
-14
/
+18
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
2
-17
/
+51
2008-06-18
Update the code to mostly match the new simpler file format
Lasse Collin
2
-0
/
+211
2008-05-11
Remove support for pre-C89 libc versions that lack memcpy,
Lasse Collin
1
-13
/
+2
2008-01-16
Added ARRAY_SIZE(array) macro.
Lasse Collin
1
-0
/
+4
2008-01-08
More pre-C99 inttypes.h compatibility fixes. Now the code
Lasse Collin
1
-11
/
+0
2008-01-06
Introduced compatibility with systems that have pre-C99
Lasse Collin
1
-1
/
+58