lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.
[oweals/busybox.git] / libbb /
2009-10-14 Denys Vlasenkolineedit: do not hardcode ctrl-C and ctrl-D, use termio...
2009-10-14 Denys Vlasenkocomment anc Config.in changes, no code changes
2009-10-12 Denys Vlasenkolibbb/human_readable.c: shrink; and reduce bss usage
2009-10-11 Denys Vlasenkolibbb: revert the change where spawn reports exec failure
2009-10-08 Denys Vlasenkolibbb: make spawn() print "can't execute '%s'" on execv...
2009-10-08 Denys Vlasenko*: code shrink via NOINLINE
2009-10-05 Denys Vlasenkounpackers: check errors from close() too
2009-09-29 Denys Vlasenkofind: -follow should not error out on dandling links
2009-09-28 Denys Vlasenkolibbb/lineedit: restore ^D handling for unicode
2009-09-27 Denys Vlasenkolibbb/lineedit: fix the case when we configured history...
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-09-23 Denys Vlasenko*: optimize code size in strtoul calls
2009-09-22 Denys Vlasenkopidof/killall: fix bug 625 (kernel threads get stale...
2009-09-19 Denys Vlasenkops,top: add an option to show threads. +260 bytes of...
2009-09-11 Denys Vlasenkofix read_cmdline API and a small buglet where "[comm...
2009-09-11 Denys Vlasenkotop, ps: do not output trailing spaces
2009-09-11 Denys Vlasenkotop: add -m ("memory") option
2009-09-09 Denys Vlasenkohttpd: shrink mime type matching code (suggested by...
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-09-06 Denys Vlasenkodocumentation and typo fixes. By Dan Fandrich (dan...
2009-09-06 Denys Vlasenkoremove some GNUisms. by Dan Fandrich (dan AT coneharves...
2009-09-06 Denys Vlasenkoexperimentally add mallopt tweaks for reduced memory...
2009-09-02 Denys Vlasenkosmall commit tweak in parse_datestr, no code changes
2009-08-30 Denys Vlasenkocode shrink in help text code
2009-08-29 Denys Vlasenkoash: deal with some TODOs (mostly trivial)
2009-08-28 Pascal Bellardrpm2cpio: handle bz2 too; code shrink
2009-08-27 Denys Vlasenkoupdate copyright year
2009-08-20 Denys Vlasenkodo not store 1st two bytes of compressed help text
2009-08-01 Denys Vlasenkolibbb: prevent resursion on malloc failure
2009-07-30 Denys Vlasenkorename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP...
2009-07-28 Alexander Shishkinmake find_pid_by_name look at /proc/PID/exe too
2009-07-18 Denys Vlasenkofix mountpoint test to not prevemt mkfs_xxx from making...
2009-07-18 Denys Vlasenkotouch: implement -t TIME (needed for testsuite)
2009-07-18 Denys Vlasenkotouch: implement -d --date (our own testsuite needs...
2009-07-18 Denys Vlasenkodate: factor out date parsing (in preparation for touch -d)
2009-07-16 Denys Vlasenkowiden "Unicode in environment" check
2009-07-16 Denys Vlasenkoanother small lineedit fix
2009-07-16 Denys Vlasenkofix a thinko in lineedit completion code
2009-07-16 Denys Vlasenkolineedit+unicode: code shrink
2009-07-16 Denys Vlasenkocomment fixes, no code changes
2009-07-16 Denys Vlasenkolineedit: code shrink
2009-07-15 Denys Vlasenkoremove trailing whitespace
2009-07-15 Denys Vlasenkorandomconfig fixes
2009-07-15 Denys Vlasenkocomment fix, no code changes
2009-07-14 Denys Vlasenkobusybox --install [-s] [DIR]: allow a parameter - desti...
2009-07-12 Denys Vlasenkopasswd + /etc/shadow: chage "change time" field too
2009-07-12 Denys Vlasenkolineedit+unicode: make TAB completion work again
2009-07-11 Denys Vlasenkovi: small code shrink
2009-07-11 Denys Vlasenkotweaking Unicode support
2009-07-11 Denys Vlasenkoadded simplified Unicode support for non-locale-enabled...
2009-07-10 Denys Vlasenkolineedit: implement Unicode-aware line editing (optional)
2009-07-08 Denys Vlasenkomove libc related stuff out of platform.h
2009-07-06 Denys Vlasenkotweak MD5 config text
2009-07-05 Denys Vlasenkolibbb/sha: #undef macro names before #defining them.
2009-07-05 Denys Vlasenkocp: make "non-POSIX" cp a bit more consistent
2009-07-05 Denys Vlasenkocp: by popular demand, make it POSIX compliant (but...
2009-07-05 Denys Vlasenkodf: fix "df /"
2009-07-05 Denys VlasenkoPatches to enable FreeBSD build
2009-07-03 Denys Vlasenkops: conditionally support additional -o FIELDs
2009-06-19 Denys Vlasenkogetopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG...
2009-06-18 Denys Vlasenkotweak Config texts and some broken English elsewhere
2009-06-15 Denys Vlasenkolibbb: stop using bb_strtod for now
2009-06-07 Denys Vlasenkostop using non-standard macro, use WEXITSTATUS instead
2009-06-01 Mike Frysingerlineedit: fix warning about unused label when VI editin...
2009-05-29 Denys Vlasenkoread_key: drop optimization where we read 3 bytes at...
2009-05-25 Denys Vlasenkoflash_lock, flash_unlock: new applets
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-19 Denys Vlasenkoappletlib.c: prevent applet list overflowing screen
2009-05-19 Denys Vlasenkoadd platform tweaks
2009-05-17 Denys Vlasenkolineedit: small fixes
2009-05-17 Denys Vlasenkoline editing: add an option to emit ESC [ 6 n and use...
2009-05-15 Denys Vlasenkoxmalloc_[open_]read[_close]: do not ignore xrealloc...
2009-05-15 Denys Vlasenkolineedit: use read_key to recognize ESC sequence.
2009-05-01 Denys Vlasenkodes encrypt: fix goof with NUL byte added at the end...
2009-04-26 Denis Vlasenkohush: make getopt32 usable in builtins. use it in unset.
2009-04-25 Denis Vlasenkoshrink if FEATURE_SHADOWPASSWDS is off
2009-04-25 Denis Vlasenkoadd FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT...
2009-04-22 Denis Vlasenkohttpd: simplify insane conf file parser
2009-04-21 Denis Vlasenko*: remove check for errors on getsockaddr in cases...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-19 Denis Vlasenkomdev: Rob's #if forest removal
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...
next