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
/
get_header_ar.c
Age
Commit message (
Expand
)
Author
2008-07-10
dpkg_deb: slight code shrink
Denis Vlasenko
2008-06-28
libunarchive: stop using static data in archivers - archive_handle_t
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-04-07
random small shrinkage and elimination of statics
Denis Vlasenko
2007-03-19
ls: fix segfault-if-standalone-shell, add big fat comment.
Denis Vlasenko
2007-03-14
get_header_ar: reformatted code, no real changes
Denis Vlasenko
2006-12-26
merge post-1.3.0 fixes
Denis Vlasenko
2006-12-22
tar et al: die if bb_copyfd_size copies less than asked for.
Denis Vlasenko
2006-11-27
style cleanup: return(a) -> return a, part 2
Denis Vlasenko
2006-11-27
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-11-24
tar: fix and sanitize handling of long filenames/linknames
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-20
"formated" -> "formatted" throughout the code base.
"Robert P. J. Day"
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-05-29
More size shrinkage.
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-01-25
just whitespace
Tim Riker
2004-04-09
Add a comment explaining why we have to check for an extra \n
Glenn L McGrath
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-01-04
Fix usage with libraries, skip symbol table.
Glenn L McGrath
2003-07-31
Fix bug when handling debian packages.
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-04
Change filter paramaters, filters can be more powefull now
Glenn L McGrath
2002-09-25
New common unarchive code.
Glenn L McGrath
2002-07-19
Applied vodz' patches #49 and #50 (with a small correction in runshell.c)
Robert Griebl
2002-07-11
Fixup warnings and undefined operations that show up in gcc-3.1
Eric Andersen
2001-10-25
*** empty log message ***
Glenn L McGrath