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
Age
Commit message (
Expand
)
Author
2010-01-09
cpio: fix -o-less cpio -F FILE
Denys Vlasenko
2010-01-09
cpio: improve help text more; fix -p and -F interaction
Denys Vlasenko
2010-01-09
cpio: improve help text; document two TODOs
Denys Vlasenko
2010-01-09
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-08
dpkg: fix handling of names with leading dots. Closes bug 783
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
2010-01-06
gzip: add optional support for --long-opts
Matheus Izvekov
2010-01-05
cpio: fix unpacking of names with leading slashes
Denys Vlasenko
2010-01-04
ar: heh, there *was* "-1" already...
Denys Vlasenko
2010-01-04
ar: fix two bugs, one added by prev comment and other we SEGV with no params
Denys Vlasenko
2010-01-04
*: remove some uses of argc
Denys Vlasenko
2010-01-03
tar: fix problem handling tarballs with chksums prepended by spaces
Denys Vlasenko
2010-01-02
*: do not assign to stdout/stderr, it's not portable.
Denys Vlasenko
2009-12-18
tar: fix recently added SEGV on "tar" w/o args
Denys Vlasenko
2009-12-16
tar: add support for --overwrite. +70 bytes.
Denys Vlasenko
2009-12-16
libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences
Denys Vlasenko
2009-12-11
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
Denys Vlasenko
2009-11-29
fix improper utimes usage
Denys Vlasenko
2009-11-29
tar: revert part of last change. -39 bytes
Denys Vlasenko
2009-11-29
tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes
Denys Vlasenko
2009-11-24
libunarchive: fix reversed test for older/newer
Denys Vlasenko
2009-11-15
some non-gnu compilers can't have non-const struct initializers
Denys Vlasenko
2009-11-15
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
2009-11-14
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-10-25
tar: add support for -o as synonym to --no-same-owner. +5 bytes
Bernhard Reutner-Fischer
2009-10-25
tar: handle "tar fx TARFILE" etc
Denys Vlasenko
2009-10-23
*: optimize most of isXXXXX() macros
Denys Vlasenko
2009-10-08
*: three more NOINLINEs
Denys Vlasenko
2009-10-08
*: a few more NOINLINEs
Denys Vlasenko
2009-10-08
*: code shrink via NOINLINE
Denys Vlasenko
2009-10-05
unpackers: check errors from close() too
Denys Vlasenko
2009-09-23
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-23
tar: accept spaces at the end of header fields (compat)
Denys Vlasenko
2009-09-20
ar: fix long filenames handling (bug 611)
Denys Vlasenko
2009-09-17
tar: do chown, not lchown to restore mode (compat)
Denys Vlasenko
2009-09-17
tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits
Denys Vlasenko
2009-09-16
use PACKED macro insted of open-coding GCC-ism
Denys Vlasenko
2009-09-15
unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)
Denys Vlasenko
2009-09-07
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
Denys Vlasenko
2009-09-06
unzip: more compat if DESKTOP=y
Denys Vlasenko
2009-09-06
Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)"
Denys Vlasenko
2009-09-06
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-08-30
libunarchive: fix a bug where mode and time is no longer restored
Denys Vlasenko
2009-08-28
rpm2cpio: code shrink
Denys Vlasenko
2009-08-28
rpm2cpio: handle unseekable input correctly
Denys Vlasenko
2009-08-28
rpm2cpio: handle bz2 too; code shrink
Pascal Bellard
[next]