hush: add support for special vars in braces
[oweals/busybox.git] / libbb /
2009-05-27 Denys Vlasenkopost-1.14.0 fixes
2009-04-15 Denis Vlasenkowebsite: announce 1.14.0 and 1.13.4 1_14_0
2009-04-14 Denis Vlasenkorandomconfig fixes
2009-04-14 Denis Vlasenko*: unify concurrent-safe update of /etc/{passwd,group...
2009-04-13 Denis Vlasenkomove llist_find_str from modutils to libbb
2009-04-06 Denis Vlasenkohush: print cd error to stderr; use fopen_or_warn in...
2009-03-31 Denis Vlasenkolibbb: fix typo in comment
2009-03-28 Denis Vlasenkorandomtest fixes
2009-03-23 Denis Vlasenkolibbb: revent previous version of "concurrent history...
2009-03-22 Denis Vlasenkolibbb: make history saving/loading concurrent-safe
2009-03-21 Denis Vlasenkols: make readlink error to not disrupt output (try...
2009-03-20 Denis VlasenkoCompatibility fixes:
2009-03-18 Denis Vlasenkoftpd: fix command fetching to not do it in 1-byte reads;
2009-03-15 Denis Vlasenkosha: merge K[] for sha256 and 512
2009-03-15 Denis Vlasenkosha: fix thinko in sha512; add FAST_FUNC to sha1/sha256
2009-03-15 Denis Vlasenkosha: merge sha1/sha256 handling (they are similar enoug...
2009-03-14 Denis Vlasenkomount: support "-O option"; stop trying to mount swap...
2009-03-12 Denis Vlasenkosha: reduce sha256/512 context size. Make sha1/sha256...
2009-03-12 Denis Vlasenkosha: tiny shrink
2009-03-12 Denis Vlasenkoadd comment about sha testing
2009-03-12 Denis Vlasenkoshrink sha hashing a bit more (remove wbuflen field...
2009-03-12 Denis Vlasenkoshrink sha hashing
2009-03-11 Denis Vlasenkosha256/512: code shrink. Run-tested.
2009-03-09 Denis Vlasenkoftpd: EPSV and SIZE support. Tested to work on IPv6...
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2009-02-23 Bernhard Reutner... - fix typo (thanks to Peter Kjellerstedt for noticing)
2009-02-22 Bernhard Reutner... - Dual-license the config parser also under "LGLPv2...
2009-02-14 Denis Vlasenkokillall and sestatus also need ARGVN scanning
2009-01-31 Denis Vlasenkoinit: preparatory patch, no code changes
2009-01-24 Denis Vlasenkotraceroute: preparatory trivial cleanups
2009-01-13 Denis Vlasenkolibbb: shrink linked list ops (by xmaks AT email.cz)
2008-12-30 Denis Vlasenkolibbb: add bb_unsetenv (taken from hush).
2008-12-23 Denis Vlasenkolibbb: introduce and use xmalloc_ttyname (-32 in bss).
2008-12-10 Denis Vlasenkoadd a note that SO_BINDTODEVICE needs padded iface...
2008-12-10 Denis Vlasenkobb_info_msg: make it do atomic, unbuffered writes
2008-12-10 Denis Vlasenko*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ...
2008-12-07 Denis Vlasenkolibbb: move crypt_make_salt() to pw_encrypt.c, reuse
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-12-05 Denis Vlasenkolibbb: add xgetgrnam too. ~0 code size change
2008-12-04 Denis Vlasenkolibbb/crypt: code shrink
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-12-03 Bernhard Reutner... - add new applet mkpasswd(1)
2008-12-02 Denis Vlasenkolibbb: password/group function helpers rewritten by...
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-11-25 Denis Vlasenkoash,hush: add TODO for rare build failure
2008-11-24 Denis Vlasenkotrim help text a bit
2008-11-24 Denis Vlasenkotimeout: new applet. 370 bytes. by Roberto Foglietta.
2008-11-16 Denis Vlasenkolibbb: replace some memmove's with memcpy's (Ron (ron...
2008-11-13 Denis Vlasenkolibbb: sha_crypt -123 bytes
2008-11-13 Denis Vlasenkolibbb/pw_encrypt_sha: -28 bytes
2008-11-13 Denis Vlasenkolibbb: remove glibc-style bloat from sha_crypt. -1130...
2008-11-12 Denis Vlasenkogzip: fix gzip -dc case caused by using stale getopt...
2008-11-11 Denis Vlasenkodu: fix "du /dir /dir" case
2008-11-11 Denis Vlasenkolibbb: disable a second md5 implementation which manage...
2008-11-10 Denis Vlasenkolibbb: add optionl support for SHA256/512 encrypted...
2008-11-10 Denis Vlasenkosha256,sha512: new applets. +4.9kb
2008-11-10 Denis VlasenkoTypo fixes
2008-11-10 Denis Vlasenkolibbb: constify some data in sha1. gcc is clever enough...
2008-11-07 Denis Vlasenkolibbb: add a TODO to support new SHA-based encrypted...
2008-11-06 Denis Vlasenkorunsvdir: alternative methon of supporting runsvdir...
2008-11-05 Denis Vlasenko*: code shrink by adding a wrapper around very common...
2008-11-04 Denis Vlasenkonslookup: tiny shrink (-5 bytes); add comment about...
2008-11-02 Denis Vlasenkolineedit: fix bug 5824: Since version 23530 with lineed...
2008-10-30 Denis Vlasenkosetup_environment: cd $HOME regardless of clear_env...
2008-10-26 Denis Vlasenkoread_key is actually written by Rob, add him to copyrig...
2008-10-25 Denis Vlasenkoread_key: add comments how Shift and Meta keys looks...
2008-10-25 Denis Vlasenkoless: reuse former vi's key reading code. Improve SIGWI...
2008-10-25 Denis Vlasenkolibbb: add forgotten file from previous commit :(
2008-10-25 Denis Vlasenkovi: move key reading routine out of vi into llbbb
2008-10-24 Denis Vlasenkobuild system cleanup: rename FEATURE_AWK_MATH to FEATUR...
2008-10-20 Denis Vlasenkoash: fix a bug in standalone mode (corrupted getopt...
2008-10-19 Denis Vlasenkovolume identification: abolish /proc/partitions and...
2008-10-18 Denis Vlasenkolibbb: do not reject floating point strings like ".15"
2008-09-27 Denis Vlasenkolineedit: fix problems with empty commands in history
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-09-25 Denis Vlasenkotop: optional SMP support by Vineet Gupta (vineetg76...
2008-09-25 Denis Vlasenkowhitespace fixes
2008-09-19 Denis Vlasenkolibbb: document that we maybe will want to understand...
2008-09-13 Denis Vlasenkomodutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
2008-09-11 Denis Vlasenkorunsvd: shrink by Vladimir
2008-09-05 Bernhard Reutner... - commentary typo fix
2008-08-28 Denis Vlasenkodf: add support for more options, add some coreutils...
2008-08-23 Denis Vlasenkohexdump: fix SEGV in hexdump -e ""
2008-08-20 Denis Vlasenkogetopt32: do not return pointer to alloca() areas
2008-08-20 Denis Vlasenkolinedit: fix use-after-free
2008-08-20 Denis Vlasenkolibbb: getopt32() should not ever touch argv[0] (even...
2008-08-20 Denis Vlasenkolibbb: fix mishandling of "all argv are opts" in getopt32()
2008-08-17 Denis Vlasenkolibbb: use ptsname_r, it's smaller
2008-08-15 Denis Vlasenkomkdir: fix "uname 0222; mkdir foo/bar" case
2008-08-09 Denis Vlasenkooptimize config_read() (by Timo Teras <timo.teras AT...
2008-08-09 Denis Vlasenkogrep: option to use GNU regex matching instead of POSIX...
2008-08-06 Denis Vlasenkofix bug 4464 for real. I am dumb.
2008-08-05 Denis Vlasenko*: use get_console_fd() as appropriate, and make it...
2008-08-05 Denis Vlasenkolibbb: fix thinko in latest xrealloc_vector change
2008-08-05 Denis Vlasenkorandomconfig fixes
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-08-04 Denis Vlasenkomodprobe: use buffering line reads (fgets) instead...
2008-08-04 Denis Vlasenkolibbb: make xrealloc_vector zero out the realloc'ed...
2008-07-29 Denis Vlasenkolibbb: dump: do not use uninitialized memory. close...
2008-07-27 Denis Vlasenkonetstat: optional -p support by L. Gabriel Somlo <somlo...
next