index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
/
seek_by_jump.c
Age
Commit message (
Expand
)
Author
2008-07-20
tar: fix handling of tarballs with symlinks with size field != 0
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-04-05
cpio: fix a bug where we do not extract zero-sized hardlinks
Denis Vlasenko
2008-02-16
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-08
#ifdef, not just #if... grrr
Glenn L McGrath
2002-11-03
Abstract read and seek in unarchiving code, convert bunzip to file descriptor...
Glenn L McGrath