aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* lineedit: disable hack for wrong width on MinGWRon Yorston2012-05-011-1/+1
* Merge branch 'busybox' into mergeRon Yorston2012-04-292-26/+2
|\
| * sendmail: use host rather than NIS domain name for HELORon Yorston2012-04-281-22/+0
| * lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen2012-04-261-4/+2
* | Initialise winsock once in appletlib, not in appletsRon Yorston2012-04-241-0/+2
* | win32: add pw_shell to struct passwdRon Yorston2012-04-231-2/+0
* | win32: support fancy prompts and (limited) tilde expansionRon Yorston2012-04-231-0/+10
* | Merge commit '1_20_0' into mergeRon Yorston2012-04-232-1/+2
|\|
| * whitespace fixesDenys Vlasenko2012-04-201-1/+1
| * fix build breakage found by randconfigDenys Vlasenko2012-04-201-0/+1
* | win32: use uname/getdomainname in safe_gethostname.cRon Yorston2012-04-231-10/+0
* | win32: implement ioctlRon Yorston2012-04-231-4/+0
* | Detect and execute shell scripts based on presence of '#!'Ron Yorston2012-04-171-6/+24
* | Strip trailing CR in xmalloc_fgetlineRon Yorston2012-04-021-0/+4
* | Update mingw.c from latest git/compatRon Yorston2012-03-302-10/+0
* | Remove unnecessary conditional compilationRon Yorston2012-03-301-2/+0
* | MinGW snprintf/vsnprintf work properlyRon Yorston2012-03-262-28/+1
* | Revise conditional compilation of safe_gethostname.cRon Yorston2012-03-251-2/+8
* | Standardise preprocessor symbol to detect MINGW32 buildRon Yorston2012-03-231-10/+3
* | Merge branch 'busybox' into mergeRon Yorston2012-03-2312-205/+105
|\|
| * busybox: tweak help textDenys Vlasenko2012-03-221-3/+6
| * libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-0/+1
| * preparatory cleanups for seamless uncompression improvementsDenys Vlasenko2012-03-061-139/+0
| * libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko2012-02-281-4/+5
| * libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko2012-02-281-1/+2
| * Make unix (local) sockets work without IPv6 enabledJonh Wendell2012-02-091-7/+9
| * tweak comment, no code changesDenys Vlasenko2012-02-021-3/+3
| * find_mount_point: fix find_mount_point for char devicesJavier Viguera2012-01-181-1/+2
| * shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko2012-01-151-6/+9
| * mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko2012-01-111-1/+1
| * libbb/bb_strtonum: always set end ptr, even on error returnDenys Vlasenko2011-12-221-19/+40
| * libbb: remove is_directory's argument which is always NULLDenys Vlasenko2011-12-181-10/+5
| * 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
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-2318-122/+436
|\|
| * 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