index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
unlzma.c
Age
Commit message (
Expand
)
Author
2007-03-07
bunzip2/gunzip/uncompress/unlzma: merge into common code -
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-16
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-01
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-09-29
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-03
archival: added O_TRUNC so that when we overwrite files on unpack,
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-13
Use xstat() instead of if(stat()) die()
Rob Landley
2006-06-13
Patch from Denis Vlasenko: unlzma was make files with mode 777. Tweak
Rob Landley
2006-01-20
Patch from Aurelien Jacobs to add unlzma. (A new decompression type,
Rob Landley