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-05-17
lineedit: small fixes
Denys Vlasenko
2009-05-17
line editing: add an option to emit ESC [ 6 n and use results
Denys Vlasenko
2009-05-15
xmalloc_[open_]read[_close]: do not ignore xrealloc return value
Denys Vlasenko
2009-05-15
lineedit: use read_key to recognize ESC sequence.
Denys Vlasenko
2009-05-01
des encrypt: fix goof with NUL byte added at the end as '.'
Denys Vlasenko
2009-04-26
hush: make getopt32 usable in builtins. use it in unset.
Denis Vlasenko
2009-04-25
shrink if FEATURE_SHADOWPASSWDS is off
Denis Vlasenko
2009-04-25
add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)
Denis Vlasenko
2009-04-22
httpd: simplify insane conf file parser
Denis Vlasenko
2009-04-21
*: remove check for errors on getsockaddr in cases we know they can't happen
Denis Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-19
mdev: Rob's #if forest removal
Denis Vlasenko
2009-04-15
website: announce 1.14.0 and 1.13.4
Denis Vlasenko
2009-04-14
randomconfig fixes
Denis Vlasenko
2009-04-14
*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}
Denis Vlasenko
2009-04-13
move llist_find_str from modutils to libbb
Denis Vlasenko
2009-04-06
hush: print cd error to stderr; use fopen_or_warn in builtin_source;
Denis Vlasenko
2009-03-31
libbb: fix typo in comment
Denis Vlasenko
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
[prev]
[next]