index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2009-03-28
randomtest fixes
Denis Vlasenko
2009-03-23
libbb: revent previous version of "concurrent history updating"
Denis Vlasenko
2009-03-22
libbb: make history saving/loading concurrent-safe
Denis Vlasenko
2009-03-21
ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).
Denis Vlasenko
2009-03-20
Compatibility fixes:
Denis Vlasenko
2009-03-18
ftpd: fix command fetching to not do it in 1-byte reads;
Denis Vlasenko
2009-03-15
sha: merge K[] for sha256 and 512
Denis Vlasenko
2009-03-15
sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256
Denis Vlasenko
2009-03-15
sha: merge sha1/sha256 handling (they are similar enough for this),
Denis Vlasenko
2009-03-14
mount: support "-O option"; stop trying to mount swap partitions
Denis Vlasenko
2009-03-12
sha: reduce sha256/512 context size. Make sha1/sha256 code more similar
Denis Vlasenko
2009-03-12
sha: tiny shrink
Denis Vlasenko
2009-03-12
add comment about sha testing
Denis Vlasenko
2009-03-12
shrink sha hashing a bit more (remove wbuflen field from ctx),
Denis Vlasenko
2009-03-12
shrink sha hashing
Denis Vlasenko
2009-03-11
sha256/512: code shrink. Run-tested.
Denis Vlasenko
2009-03-09
ftpd: EPSV and SIZE support. Tested to work on IPv6 too.
Denis Vlasenko
2009-03-09
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2009-02-23
- fix typo (thanks to Peter Kjellerstedt for noticing)
Bernhard Reutner-Fischer
2009-02-22
- Dual-license the config parser also under "LGLPv2.1 or later"
Bernhard Reutner-Fischer
2009-02-14
killall and sestatus also need ARGVN scanning
Denis Vlasenko
2009-01-31
init: preparatory patch, no code changes
Denis Vlasenko
2009-01-24
traceroute: preparatory trivial cleanups
Denis Vlasenko
2009-01-13
libbb: shrink linked list ops (by xmaks AT email.cz)
Denis Vlasenko
2008-12-30
libbb: add bb_unsetenv (taken from hush).
Denis Vlasenko
2008-12-23
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-10
add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26
Denis Vlasenko
2008-12-10
bb_info_msg: make it do atomic, unbuffered writes
Denis Vlasenko
2008-12-10
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
2008-12-07
libbb: move crypt_make_salt() to pw_encrypt.c, reuse
Denis Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-12-05
libbb: add xgetgrnam too. ~0 code size change
Denis Vlasenko
2008-12-04
libbb/crypt: code shrink
Denis Vlasenko
2008-12-03
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-02
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-11-25
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-24
trim help text a bit
Denis Vlasenko
2008-11-24
timeout: new applet. 370 bytes. by Roberto Foglietta.
Denis Vlasenko
2008-11-16
libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))
Denis Vlasenko
2008-11-13
libbb: sha_crypt -123 bytes
Denis Vlasenko
2008-11-13
libbb/pw_encrypt_sha: -28 bytes
Denis Vlasenko
2008-11-13
libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.
Denis Vlasenko
2008-11-12
gzip: fix gzip -dc case caused by using stale getopt state
Denis Vlasenko
2008-11-11
du: fix "du /dir /dir" case
Denis Vlasenko
2008-11-11
libbb: disable a second md5 implementation which managed to creep in :)
Denis Vlasenko
2008-11-10
libbb: add optionl support for SHA256/512 encrypted passwords
Denis Vlasenko
2008-11-10
sha256,sha512: new applets. +4.9kb
Denis Vlasenko
2008-11-10
Typo fixes
Denis Vlasenko
[next]