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
/
xz
/
util.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
Add SPDX license identifier into 0BSD source code files.
Lasse Collin
1
-0
/
+2
2024-02-14
Change most public domain parts to 0BSD.
Lasse Collin
1
-3
/
+0
2023-11-23
xz: Tweak a comment.
Lasse Collin
1
-2
/
+2
2023-11-23
xz: Create separate is_tty() function.
Jia Tan
1
-7
/
+23
2023-09-24
xz: Change quoting style from `...' to '...'.
Jia Tan
1
-3
/
+3
2023-09-22
MSVC: xz: Use _isatty() from <io.h> to implement isatty().
Kelvin Lee
1
-0
/
+5
2023-08-31
xz: Refactor thousand separator detection and disable it on MSVC.
Lasse Collin
1
-44
/
+45
2022-10-25
xz: Refactor to remove is_empty_filename().
Lasse Collin
1
-12
/
+0
2020-03-11
xz: Never use thousand separators in DJGPP builds.
Lasse Collin
1
-2
/
+12
2019-06-23
xz: Fix some of the warnings from -Wsign-conversion.
Lasse Collin
1
-2
/
+2
2012-09-28
xz: Improve handling of failed realloc in xrealloc.
Lasse Collin
1
-2
/
+12
2010-09-10
xz: Multiple fixes.
Lasse Collin
1
-89
/
+47
2010-06-11
Fix string to uint64_t conversion.
Lasse Collin
1
-2
/
+8
2010-03-07
Treat all integer multiplier suffixes as base-2.
Lasse Collin
1
-30
/
+23
2010-01-31
Improve displaying of the memory usage limit.
Lasse Collin
1
-0
/
+7
2010-01-26
Fix too small static buffer in util.c.
Lasse Collin
1
-5
/
+4
2010-01-24
Some improvements to printing sizes in xz.
Lasse Collin
1
-0
/
+72
2010-01-13
Don't read compressed data from a terminal or write it
Lasse Collin
1
-4
/
+4
2009-08-29
Use even more hackish way to support thousand separators.
Lasse Collin
1
-11
/
+25
2009-06-26
Ugly hack to make it possible to use the thousand separator
Lasse Collin
1
-0
/
+34
2009-05-21
Support special value "max" where xz and xzdec accept an integer.
Lasse Collin
1
-0
/
+4
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
1
-10
/
+3
2009-02-05
Various code cleanups the the xz command line tool.
Lasse Collin
1
-3
/
+2
2008-11-19
Renamed lzma to xz and lzmadec to xzdec. We create symlinks
Lasse Collin
1
-0
/
+0
2008-11-19
Oh well, big messy commit again. Some highlights:
Lasse Collin
1
-44
/
+56
2008-06-11
Improve command line integer parsing a little in lzma and
Lasse Collin
1
-9
/
+14