Age | Commit message (Expand) | Author |
2009-07-05 | cp: by popular demand, make it POSIX compliant (but less safe) | Denys Vlasenko |
2009-07-05 | df: fix "df /" | Denys Vlasenko |
2009-07-05 | Patches to enable FreeBSD build | Denys Vlasenko |
2009-07-03 | ps: conditionally support additional -o FIELDs | Denys Vlasenko |
2009-06-19 | getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS | Denys Vlasenko |
2009-06-18 | tweak Config texts and some broken English elsewhere | Denys Vlasenko |
2009-06-15 | libbb: stop using bb_strtod for now | Denys Vlasenko |
2009-06-07 | stop using non-standard macro, use WEXITSTATUS instead | Denys Vlasenko |
2009-06-01 | lineedit: fix warning about unused label when VI editing is disabled | Mike Frysinger |
2009-05-29 | read_key: drop optimization where we read 3 bytes at once | Denys Vlasenko |
2009-05-25 | flash_lock, flash_unlock: new applets | Denys Vlasenko |
2009-05-19 | appletlib.c: prevent applet list overflowing screen | Denys Vlasenko |
2009-05-19 | add platform tweaks | Denys Vlasenko |
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.41_14_0 | 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 |