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
/
libunarchive
/
unpack_ar_archive.c
Age
Commit message (
Expand
)
Author
2010-03-15
ar: add archive creation support
Alexander Shishkin
2008-07-10
dpkg_deb: slight code shrink
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-07-16
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-04-05
- include proper headers.
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-09-11
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
Rob Landley
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-03
Abstract read and seek in unarchiving code, convert bunzip to file descriptor...
Glenn L McGrath
2002-09-25
New common unarchive code.
Glenn L McGrath