index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
rpm2cpio.c
Age
Commit message (
Expand
)
Author
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-01
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-16
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-04-16
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2004-03-27
s/fileno\(stdin\)/STDIN_FILENO/g
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-01-30
s/u_int/uint/g
Eric Andersen
2003-11-15
Move from read_gz to the pipe()+fork() method.
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-03
Call lseek directly rather than via data_align()
Glenn L McGrath
2002-10-18
Fix an obvious thinko
Eric Andersen
2002-09-27
Fix compress support and prevent a segfault
Glenn L McGrath
2002-09-25
New common unarchive code.
Glenn L McGrath
2001-11-12
Use fopen wrapper.
Matt Kraai
2001-08-29
Standard typing (u_int16_t instead of u16, u_int32_t instead
Eric Andersen
2001-07-13
Call setvbuf from here isntead of gz_open for compatability with uclibc
Glenn L McGrath
2001-06-26
rpm2cpio applet by Laurence Anderson
Glenn L McGrath