index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
rpm2cpio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
consolidate xz format comment. no code changes
Denys Vlasenko
2010-07-01
1
-2
/
+0
*
xz compression detection: avoid the need to seek
Denys Vlasenko
2010-07-01
1
-2
/
+2
*
fix breakage in compressed file detection
Denys Vlasenko
2010-06-26
1
-2
/
+2
*
*: simplify checks for gz/bz2/xz magic
Denys Vlasenko
2010-06-02
1
-7
/
+12
*
rpm2cpio: teach it to understand xz format
Denys Vlasenko
2010-05-30
1
-11
/
+24
*
rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...
Denys Vlasenko
2010-05-06
1
-41
/
+28
*
rpm2cpio: code shrink
Denys Vlasenko
2009-08-28
1
-11
/
+10
*
rpm2cpio: handle unseekable input correctly
Denys Vlasenko
2009-08-28
1
-7
/
+10
*
rpm2cpio: handle bz2 too; code shrink
Pascal Bellard
2009-08-28
1
-29
/
+48
*
whitespace fixes
Denis Vlasenko
2008-03-28
1
-8
/
+8
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
gunzip: support concatenated gz files.
Denis Vlasenko
2007-10-05
1
-1
/
+0
*
rmp: add optional support for bz2 data. +50 bytes of code
Denis Vlasenko
2007-06-08
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
bunzip2/gunzip/uncompress/unlzma: merge into common code -
Denis Vlasenko
2007-03-07
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-20
1
-2
/
+2
*
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-10-01
1
-4
/
+4
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-6
/
+1
*
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-16
1
-3
/
+3
*
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-07-12
1
-13
/
+1
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2005-04-16
1
-1
/
+1
*
s/fileno\(stdin\)/STDIN_FILENO/g
Eric Andersen
2004-03-27
1
-2
/
+2
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-1
/
+1
*
s/u_int/uint/g
Eric Andersen
2004-01-30
1
-9
/
+9
*
Move from read_gz to the pipe()+fork() method.
Glenn L McGrath
2003-11-15
1
-2
/
+1
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-9
/
+9
*
Call lseek directly rather than via data_align()
Glenn L McGrath
2002-11-03
1
-1
/
+1
*
Fix an obvious thinko
Eric Andersen
2002-10-18
1
-1
/
+1
*
Fix compress support and prevent a segfault
Glenn L McGrath
2002-09-27
1
-0
/
+6
*
New common unarchive code.
Glenn L McGrath
2002-09-25
1
-23
/
+34
*
Use fopen wrapper.
Matt Kraai
2001-11-12
1
-2
/
+1
*
Standard typing (u_int16_t instead of u16, u_int32_t instead
Eric Andersen
2001-08-29
1
-13
/
+9
*
Call setvbuf from here isntead of gz_open for compatability with uclibc
Glenn L McGrath
2001-07-13
1
-0
/
+3
*
rpm2cpio applet by Laurence Anderson
Glenn L McGrath
2001-06-26
1
-0
/
+92