Age | Commit message (Expand) | Author |
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 |
2012-04-20 | fix build breakage found by randconfig | Denys Vlasenko |
2012-03-22 | busybox: tweak help text | Denys Vlasenko |
2012-03-08 | libbb: make xchroot do a chdir("/") after chroot | Denys Vlasenko |
2012-03-06 | preparatory cleanups for seamless uncompression improvements | Denys Vlasenko |
2012-02-28 | libbb/procps.c: make fast_strtoul_10() stop on '\n' too | Denys Vlasenko |
2012-02-28 | libbb/procps.c: make fast_strtoul_10() stop on '\n' too | Denys Vlasenko |
2012-02-09 | Make unix (local) sockets work without IPv6 enabled | Jonh Wendell |
2012-02-02 | tweak comment, no code changes | Denys Vlasenko |
2012-01-18 | find_mount_point: fix find_mount_point for char devices | Javier Viguera |
2012-01-15 | shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] | Denys Vlasenko |
2012-01-11 | mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 | Denys Vlasenko |
2011-12-22 | libbb/bb_strtonum: always set end ptr, even on error return | Denys Vlasenko |
2011-12-18 | libbb: remove is_directory's argument which is always NULL | Denys Vlasenko |
2011-11-18 | hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478 | Denys Vlasenko |
2011-11-09 | bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon | Peter Korsgaard |
2011-11-04 | lineedit: fix build failure | Denys Vlasenko |
2011-11-03 | lineedit: add support for M-b, M-f, M-d, M-Backspace | Denys Vlasenko |
2011-10-28 | libbb: shrink base64 decoding a bit | Denys Vlasenko |
2011-10-28 | whitespace fixes | Denys Vlasenko |
2011-10-28 | libbb: split decode_base64 off read_base64 | Leonid Lisovskiy |
2011-10-24 | libbb.h: remove unused defines | Denys Vlasenko |
2011-10-22 | getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim... | Denys Vlasenko |
2011-09-22 | rename archive.h to bb_archive.h. no code changes | Denys Vlasenko |
2011-09-13 | Config: fix wording in help-text | Bernhard Reutner-Fischer |
2011-09-12 | losetup: implement -r option. Closes 4033. | Denys Vlasenko |
2011-09-11 | wget: URL-decode user:password before base64-encoding it into auth hdr. Close... | Denys Vlasenko |
2011-09-10 | regularize options which control size/speed trade | Denys Vlasenko |
2011-09-08 | inet_cksum: big-endian fix | Denys Vlasenko |
2011-09-07 | Fix compile breakage | Denys Vlasenko |
2011-09-07 | networking: consolidate the IP checksum code. -129 bytes. | Baruch Siach |
2011-09-04 | lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator | Denys Vlasenko |
2011-09-04 | lineedit: add support for history saving on exit | Denys Vlasenko |
2011-09-04 | lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling | Denys Vlasenko |
2011-08-28 | top: fix CPU% for thread display. Closes 4081 | Denys Vlasenko |
2011-08-28 | Fixes for warnings in FreeBSD build | Denys Vlasenko |
2011-08-28 | Fixes for FreeBSD build | Matthias Andree |
2011-08-13 | Bump version to 1.19.0, update copyright year in help message1_19_0 | Denys Vlasenko |
2011-08-10 | randomconfig fixes | Denys Vlasenko |
2011-08-09 | die_if_bad_username: tighten up a bit | Denys Vlasenko |
2011-07-25 | less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. | Denys Vlasenko |
2011-07-11 | libbb/lineedit: implement optional Ctrl-R history search | Denys Vlasenko |
2011-07-08 | a few tweaks for bionic | Denys Vlasenko |
2011-07-08 | platform.h: tweaks for cygwin | Denys Vlasenko |
2011-06-29 | platform.c: provide getline implementation | Timo Teras |
2011-06-20 | parse_config: use getline. BIG speedup with glibc (~40%). | Timo Teras |
2011-06-18 | libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. | Denys Vlasenko |