aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko2011-11-181-11/+14
* bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard2011-11-091-1/+9
* lineedit: fix build failureDenys Vlasenko2011-11-041-1/+3
* lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko2011-11-032-3/+48
* libbb: shrink base64 decoding a bitDenys Vlasenko2011-10-281-19/+23
* whitespace fixesDenys Vlasenko2011-10-281-1/+1
* libbb: split decode_base64 off read_base64Leonid Lisovskiy2011-10-281-25/+100
* libbb.h: remove unused definesDenys Vlasenko2011-10-241-2/+2
* getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko2011-10-221-8/+14
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-222-2/+2
* Config: fix wording in help-textBernhard Reutner-Fischer2011-09-131-2/+2
* losetup: implement -r option. Closes 4033.Denys Vlasenko2011-09-121-4/+6
* wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko2011-09-111-0/+69
* regularize options which control size/speed tradeDenys Vlasenko2011-09-103-31/+31
* inet_cksum: big-endian fixDenys Vlasenko2011-09-081-2/+6
* Fix compile breakageDenys Vlasenko2011-09-071-2/+2
* networking: consolidate the IP checksum code. -129 bytes.Baruch Siach2011-09-072-0/+38
* lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko2011-09-041-5/+1
* lineedit: add support for history saving on exitDenys Vlasenko2011-09-042-6/+69
* lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko2011-09-041-2/+2
* top: fix CPU% for thread display. Closes 4081Denys Vlasenko2011-08-281-15/+19
* Fixes for warnings in FreeBSD buildDenys Vlasenko2011-08-282-9/+11
* Fixes for FreeBSD buildMatthias Andree2011-08-281-0/+4
* Bump version to 1.19.0, update copyright year in help message1_19_0Denys Vlasenko2011-08-131-1/+1
* randomconfig fixesDenys Vlasenko2011-08-101-1/+5
* die_if_bad_username: tighten up a bitDenys Vlasenko2011-08-091-10/+32
* less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-251-1/+4
* libbb/lineedit: implement optional Ctrl-R history searchDenys Vlasenko2011-07-112-12/+161
* a few tweaks for bionicDenys Vlasenko2011-07-082-1/+4
* platform.h: tweaks for cygwinDenys Vlasenko2011-07-081-1/+9
* platform.c: provide getline implementationTimo Teras2011-06-291-0/+29
* parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras2011-06-201-49/+43
* libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko2011-06-181-3/+32
* procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-181-1/+8
* parse_config: make test applet easier to enable; fix its codeDenys Vlasenko2011-06-182-32/+29
* libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko2011-06-172-43/+51
* appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko2011-06-031-13/+2
* only compile obscure.c when neededDan Fandrich2011-06-031-2/+1
* fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko2011-05-291-1/+3
* find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko2011-05-233-20/+9
* lineedit: fix rare SEGV; mark a few FIXMEsAlexey Fomenko2011-05-201-9/+15
* warning removalCristian Ionescu-Idbohrn2011-05-201-1/+1
* busybox.conf: code shrinkDenys Vlasenko2011-05-161-13/+12
* busybox.conf: USER.GROUP is _optional_Denys Vlasenko2011-05-161-7/+6
* main: make busybox.conf mode handling less obscureDenys Vlasenko2011-05-161-33/+34
* main: free suid_config list after useDenys Vlasenko2011-05-162-34/+31
* simplify parsing of /etc/busybox.confDenys Vlasenko2011-05-161-45/+30
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-5/+2
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-2/+23
* hush: make read builtin interruptible.Denys Vlasenko2011-05-081-4/+5