summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn2010-08-081-12/+23
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-146-30/+33
|\|
| * *: trailing empty lines removedDenys Vlasenko2010-07-262-2/+0
| * lineedit: mostly revert recent wrong logic in "ask terminal" codeDenys Vlasenko2010-07-251-12/+9
| * libbb: conditionalize AF_* usage in error reportingJeremie Koenig2010-07-191-0/+4
| * mkdir: fix -p on FreeBSDJeremie Koenig2010-07-191-1/+1
| * mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+1
| * lineedit: limit ASK_TERMINAL to the case when we can't find out the widthDenys Vlasenko2010-07-181-9/+14
| * lineedit: cosmetics, no code changesDenys Vlasenko2010-07-181-26/+24
| * tweak defconfigDenys Vlasenko2010-07-161-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1420-177/+190
|\|
| * randomconfig fixesDenys Vlasenko2010-07-051-1/+5
| * libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko2010-07-048-94/+46
| * *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-042-15/+12
| * libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-043-34/+42
| * fix compile breakage with "make -j"Denys Vlasenko2010-07-032-1/+3
| * consolidate xz format comment. no code changesDenys Vlasenko2010-07-011-2/+0
| * xz compression detection: avoid the need to seekDenys Vlasenko2010-07-011-2/+2
| * *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-272-10/+12
| * libbb/copyfd.c: fix the case of copy buffer <= 4kbDenys Vlasenko2010-06-261-1/+3
| * tar: fix --to-command wrt short writesDenys Vlasenko2010-06-261-5/+16
| * fix breakage in compressed file detectionDenys Vlasenko2010-06-261-2/+2
| * universal parser: do not leak parser->dataDenys Vlasenko2010-06-261-8/+12
| * build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko2010-06-261-1/+1
| * *: make exec failure message more consistentDenys Vlasenko2010-06-252-2/+2
| * *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-0/+5
| * Added code for nonstandard function strsep()Dan Fandrich2010-06-191-0/+27
| * A few minor portability improvementsDan Fandrich2010-06-191-0/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-5/+0
|\|
| * *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-181-5/+0
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-144-22/+43
|\|
| * utoa: shrinkDenys Vlasenko2010-06-101-15/+29
| * *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+4
| * bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-072-7/+10
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-145-436/+451
|\|
| * pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-065-436/+451
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-143-30/+25
|\|
| * remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-6/+6
| * Remove requirement that include/applets.h must be sortedDenys Vlasenko2010-06-051-24/+19
| * mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-8/+13
|\|
| * *: simplify checks for gz/bz2/xz magicDenys Vlasenko2010-06-021-8/+13
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-143-23/+56
|\|
| * lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich2010-06-012-6/+20
| * *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-301-17/+36
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko2010-05-191-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-147-222/+380
|\|
| * typo fixDenys Vlasenko2010-05-171-2/+2
| * lineedit: fix insertion deep inside line (*several lines* before end)Denys Vlasenko2010-05-171-8/+15