Age | Commit message (Expand) | Author |
2013-07-02 | unicode: check $LC_ALL to detect Unicode mode, not only $LANG | Denys Vlasenko |
2013-06-28 | Move create_icmp[6]_socket to its only user, and simplify it | Denys Vlasenko |
2013-06-27 | md5/sha512: a better fix for strict aliasing warnings | Denys Vlasenko |
2013-06-19 | md5/sha512: fix strict aliasing warnings | Mike Frysinger |
2013-05-21 | sulogin: allow system maintenance login if root password is empty | Jonathan Liu |
2013-04-07 | ash,hush: history builtin | Flemming Madsen |
2013-03-29 | lineedit: \W on "/bin" should show "bin", not "/bin" | Denys Vlasenko |
2013-03-29 | lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \! | Denys Vlasenko |
2013-03-29 | libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() | Denys Vlasenko |
2013-03-28 | lineedit: add handling of \H in prompt | Denys Vlasenko |
2013-03-27 | hexdump: don't unconditionally limit the usable address range | Denys Vlasenko |
2013-03-12 | readlink: uClibc supports automatic allocation too now | Mike Frysinger |
2013-02-28 | make --help return exitcode 0. Closes 5612 | Denys Vlasenko |
2013-02-27 | lineedit: initialize delptr | Shawn J. Goff |
2013-02-26 | move endofname() to libbb | Denys Vlasenko |
2013-02-10 | vasprintf: return -1 on strdup failure | Denys Vlasenko |
2013-02-07 | vasprintf: do not use xmalloc, it will deadlock on OOM | Denys Vlasenko |
2013-01-20 | sha3: code shrink | Denys Vlasenko |
2013-01-17 | code shrink | Denys Vlasenko |
2013-01-16 | sha3: s/sha3_process_block76/sha3_process_block72/ | Denys Vlasenko |
2013-01-16 | sha3: rename KeccakF->sha3_process_block76. | Denys Vlasenko |
2013-01-15 | sha3: cache ctx->bytes_queued | Denys Vlasenko |
2013-01-15 | sha3: remove two "small code" codepaths: I can't reproduce code size win on t... | Denys Vlasenko |
2013-01-15 | sha3: tweak choice of a fast code path for 64-bit | Denys Vlasenko |
2013-01-15 | sha3: cosmetic tweaks to various names, comments. No logic changes. | Denys Vlasenko |
2013-01-15 | sha3: code shrink | Denys Vlasenko |
2013-01-15 | sha3: code shrink | Denys Vlasenko |
2013-01-15 | sha3: another speedup for SHA3_SMALL=0 case | Denys Vlasenko |
2013-01-15 | whitespace fixes. no code changes | Denys Vlasenko |
2013-01-15 | sha3: make size/speed optimization decision configurable | Denys Vlasenko |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
2013-01-14 | sha3sum: new applet | Lauri Kasanen |
2012-10-03 | mark get_shell_name FAST_FUNC | Denys Vlasenko |
2012-10-02 | top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor" | Denys Vlasenko |
2012-09-27 | lineedit: in !EDITING config, return -1 on fgets error | Denys Vlasenko |
2012-09-27 | libbb: correctness/size tweaks in signal-related helpers | Denys Vlasenko |
2012-09-06 | top: fix "last CPU" parsing | Denys Vlasenko |
2012-09-04 | refactor correct_password.c to avoid one if | walter harms |
2012-08-07 | lineedit: fix Alt-D when cursor==0 | Cliff Frey |
2012-07-26 | Simplify copyright/license notice that appears in the binary. | Bradley M. Kuhn |
2012-06-12 | su: do not change to home dir unless -l | Pascal Bellard |
2012-06-11 | Add comments in keyboard escape sequences table | Denys Vlasenko |
2012-06-10 | libbb: add missing_syscalls.c: for now, only Android syscalls | Tias Guns |
2012-05-28 | unzip: ignore chmod errors | Natanael Copa |
2012-05-14 | busybox: tweak help text and copyright year | Denys Vlasenko |
2012-05-06 | ln: support -T and -v | Simon B |
2012-05-05 | get_linux_version_code: don't fail on Linux version strints like "3.0-foo" | Andreas Oberritter |
2012-04-28 | sendmail: use host rather than NIS domain name for HELO | Ron Yorston |
2012-04-26 | lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y | Dennis Groenen |
2012-04-20 | whitespace fixes | Denys Vlasenko |