aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
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
2011-06-29platform.c: provide getline implementationTimo Teras
2011-06-20parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras
2011-06-18libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko
2011-06-18parse_config: make test applet easier to enable; fix its codeDenys Vlasenko
2011-06-17libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko
2011-06-03appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko
2011-06-03only compile obscure.c when neededDan Fandrich
2011-05-29fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko
2011-05-23find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko
2011-05-20lineedit: fix rare SEGV; mark a few FIXMEsAlexey Fomenko
2011-05-20warning removalCristian Ionescu-Idbohrn
2011-05-16busybox.conf: code shrinkDenys Vlasenko
2011-05-16busybox.conf: USER.GROUP is _optional_Denys Vlasenko
2011-05-16main: make busybox.conf mode handling less obscureDenys Vlasenko
2011-05-16main: free suid_config list after useDenys Vlasenko
2011-05-16simplify parsing of /etc/busybox.confDenys Vlasenko
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-05-08hush: make read builtin interruptible.Denys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-04-17straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko
2011-04-16small fixes atop syslog config patchDenys Vlasenko
2011-04-16Fix double words in comments. No code changesMarek Polacek
2011-04-11basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argumentDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko
2011-03-31small fix for HISTFILESIZEDenys Vlasenko
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko
2011-03-27lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko