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
/
xzdec
/
xzdec.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-22
Added support for --quiet and --no-warn to xzdec.
Lasse Collin
1
-27
/
+49
2009-05-22
Use the 40 % of RAM memory usage limit in xzdec too.
Lasse Collin
1
-5
/
+5
2009-05-21
Support special value "max" where xz and xzdec accept an integer.
Lasse Collin
1
-1
/
+5
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
1
-10
/
+3
2009-02-13
Changed how the version number is specified in various places.
Lasse Collin
1
-1
/
+1
2009-02-13
Improve support for DOS-like systems.
Lasse Collin
1
-2
/
+3
2009-02-01
Fix missing newlines in xzdec.c.
Lasse Collin
1
-3
/
+3
2009-01-31
Add LZMA_API to liblzma API headers. It's useful at least
Lasse Collin
1
-0
/
+1
2009-01-31
Use _WIN32 instead of WIN32 in xzdec.c to test if compiling on Windows.
Lasse Collin
1
-2
/
+2
2008-12-31
Remove lzma_init() and other init functions from liblzma API.
Lasse Collin
1
-3
/
+0
2008-11-20
Build xzdec and lzmadec from xzdec.c. xzdec supports only .xz
Lasse Collin
1
-177
/
+134
2008-11-20
Minor cleanups to xzdec.
Lasse Collin
1
-10
/
+10
2008-11-19
Renamed lzma to xz and lzmadec to xzdec. We create symlinks
Lasse Collin
1
-2
/
+2
2008-11-19
Oh well, big messy commit again. Some highlights:
Lasse Collin
1
-22
/
+14
2008-09-13
Renamed constants:
Lasse Collin
1
-1
/
+1
2008-09-06
Some API cleanups
Lasse Collin
1
-4
/
+2
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
1
-97
/
+60
2008-06-18
Update the code to mostly match the new simpler file format
Lasse Collin
1
-5
/
+3
2008-06-11
Improve command line integer parsing a little in lzma and
Lasse Collin
1
-13
/
+18
2008-04-28
Fixed wrong spelling "limitter" to "limiter". This affects
Lasse Collin
1
-6
/
+6
2008-01-18
Set stdin and stdout to binary mode on Windows. This patch is
Lasse Collin
1
-0
/
+9
2008-01-16
Added memory leak detection to lzmadec.c.
Lasse Collin
1
-0
/
+3
2008-01-15
Free the allocated memory in lzmadec if debugging is
Lasse Collin
1
-0
/
+7
2008-01-06
With printf(), use PRIu64 with a cast to uint64_t instead
Lasse Collin
1
-2
/
+4