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
/
header_verbose_list.c
Age
Commit message (
Expand
)
Author
2010-01-09
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-06
libunarchive: clean up dirty hacks. code shrank as a result
Denys Vlasenko
2010-01-06
libunarchive: trivial code shrink
Denys Vlasenko
2008-12-12
header_verbose_list: show off_t size, not cast to (unsigned)
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-02-14
tar: real support for -p. +200 if selected.
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-06-20
do not do utime() on links, it acts on link targets, and we don't want that.
Denis Vlasenko
2006-11-24
header_verbose_list: stop truncating file size in listing
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
2005-11-12
I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.
Rob Landley
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-09-25
New common unarchive code.
Glenn L McGrath