aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2012-05-28unzip: ignore chmod errorsNatanael Copa
2012-05-14busybox: tweak help text and copyright yearDenys Vlasenko
2012-05-06ln: support -T and -vSimon B
2012-05-05get_linux_version_code: don't fail on Linux version strints like "3.0-foo"Andreas Oberritter
2012-04-28sendmail: use host rather than NIS domain name for HELORon Yorston
2012-04-26lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen
2012-04-20whitespace fixesDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-03-22busybox: tweak help textDenys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko
2012-02-09Make unix (local) sockets work without IPv6 enabledJonh Wendell
2012-02-02tweak comment, no code changesDenys Vlasenko
2012-01-18find_mount_point: fix find_mount_point for char devicesJavier Viguera
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko
2012-01-11mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko
2011-12-22libbb/bb_strtonum: always set end ptr, even on error returnDenys Vlasenko
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-11-18hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko
2011-11-09bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard
2011-11-04lineedit: fix build failureDenys Vlasenko
2011-11-03lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko
2011-10-28libbb: shrink base64 decoding a bitDenys Vlasenko
2011-10-28whitespace fixesDenys Vlasenko
2011-10-28libbb: split decode_base64 off read_base64Leonid Lisovskiy
2011-10-24libbb.h: remove unused definesDenys Vlasenko
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-09-13Config: fix wording in help-textBernhard Reutner-Fischer
2011-09-12losetup: implement -r option. Closes 4033.Denys Vlasenko
2011-09-11wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2011-09-08inet_cksum: big-endian fixDenys Vlasenko
2011-09-07Fix compile breakageDenys Vlasenko
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach
2011-09-04lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko
2011-09-04lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko
2011-08-28top: fix CPU% for thread display. Closes 4081Denys Vlasenko
2011-08-28Fixes for warnings in FreeBSD buildDenys Vlasenko
2011-08-28Fixes for FreeBSD buildMatthias Andree
2011-08-13Bump version to 1.19.0, update copyright year in help messageDenys Vlasenko
2011-08-10randomconfig fixesDenys Vlasenko
2011-08-09die_if_bad_username: tighten up a bitDenys Vlasenko
2011-07-25less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko
2011-07-11libbb/lineedit: implement optional Ctrl-R history searchDenys Vlasenko
2011-07-08a few tweaks for bionicDenys Vlasenko
2011-07-08platform.h: tweaks for cygwinDenys Vlasenko