Age | Commit message (Expand) | Author |
2013-11-29 | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko |
2013-11-29 | chpst: fix a bug where -U USER was using wrong USER (one from -u USER) | Denys Vlasenko |
2013-11-28 | sed: open input files sequentially to avoid EMFILE | Denys Vlasenko |
2013-11-26 | libbb: add sketch of tentative 'better' passwd/group API | Denys Vlasenko |
2013-11-19 | libbb: move nuke_str() from passwd into libbb | Denys Vlasenko |
2013-11-19 | comment tweak | Denys Vlasenko |
2013-11-19 | sulogin: use common password-checking routine. | Denys Vlasenko |
2013-10-08 | libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions | Ryan Mallon |
2013-09-06 | Make smart_ulltoa return pointer to end (allows for code shink in callers) | Denys Vlasenko |
2013-08-20 | lineedit: use unicode_strwidth instead of unicode_strlen | Denys Vlasenko |
2013-08-19 | lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n | Denys Vlasenko |
2013-08-19 | lineedit: improve Unicode handling (still buggy though) | Denys Vlasenko |
2013-08-06 | libbb: code shrink | Denys Vlasenko |
2013-07-30 | Whitespace fixes | Denys Vlasenko |
2013-07-30 | Refactor catv. Move visible() from stty to libbb. | Bartosz Golaszewski |
2013-07-25 | date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats | Bartosz Golaszewski |
2013-07-25 | networking: code shrink | Bartosz Golaszewski |
2013-07-13 | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko |
2013-07-07 | Call setlocale("") , not "C", if we want to set the default one | Denys Vlasenko |
2013-07-05 | unicode: check $LC_CTYPE too to detect Unicode mode | Denys Vlasenko |
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 |