aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * lineedit: trivial simplifications. -7 bytesDenys Vlasenko2010-05-171-14/+6
| * lineedit: fix moving backwards across lines with wide charsDenys Vlasenko2010-05-171-21/+46
| * consolidate ESC sequencesDenys Vlasenko2010-05-161-1/+1
| * stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko2010-05-162-16/+15
| * lineedit: partially fix wide and combining chars editingTomas Heinrich2010-05-162-45/+81
| * lineedit: change how cmdedit_set_out_char worksDenys Vlasenko2010-05-111-32/+41
| * randomtest fixesDenys Vlasenko2010-05-111-30/+31
| * add comment about xz format supportDenys Vlasenko2010-05-061-0/+5
| * rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko2010-05-061-42/+55
| * libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich2010-04-292-20/+54
| * date: support -d @SECONDS_SINCE_1970Denys Vlasenko2010-04-221-0/+10
| * busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko2010-04-201-25/+44
| * vi: discover window size even on serial consoles. optionalDenys Vlasenko2010-04-182-25/+31
| * remove stdio from allnoconfig buildDenys Vlasenko2010-04-181-1/+3
* | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-142-1/+11
|\ \
| * | win32: lineedit: split $PATH the Windows wayNguyễn Thái Ngọc Duy2010-09-141-0/+8
| * | win32: lineedit: do not attempt to tc[sg]etattr in Windows consoleNguyễn Thái Ngọc Duy2010-09-141-0/+2
| * | win32: reimplement read_key() to read Windows consoleNguyễn Thái Ngọc Duy2010-09-141-1/+1
* | | win32: support .com executablesNguyễn Thái Ngọc Duy2010-09-141-4/+14
|/ /
* | win32: xmalloc_follow_symlinks: support ENOSYS by mingw portNguyễn Thái Ngọc Duy2010-09-101-1/+1
* | win32: Replace spawn() and spawn_and_wait() with Win32 versionNguyễn Thái Ngọc Duy2010-09-101-1/+4
* | win32: workaround msvcrt *printf defectsNguyễn Thái Ngọc Duy2010-09-102-1/+28
* | win32: make_directory: drive letter support (buggy)Nguyễn Thái Ngọc Duy2010-09-101-4/+11
* | win32: basename: support backslashesNguyễn Thái Ngọc Duy2010-09-101-0/+5
* | win32: appletlib: special way to recognize applet name on WindowsNguyễn Thái Ngọc Duy2010-09-101-0/+12
* | win32: execable.c: support .exe suffixNguyễn Thái Ngọc Duy2010-09-101-1/+24
* | win32: copy_file: always use lstat to avoid macro conflictNguyễn Thái Ngọc Duy2010-09-101-0/+5
* | win32: getopt32: set optind = 0 on WindowsNguyễn Thái Ngọc Duy2010-09-101-1/+1
* | win32: add get_busybox_exec_path(), which is bb_busybox_exec_pathNguyễn Thái Ngọc Duy2010-09-101-0/+4
* | libbb: skip utmp part in messages.c on WindowsNguyễn Thái Ngọc Duy2010-09-101-0/+2
* | Exclude files that will not compile on WindowsNguyễn Thái Ngọc Duy2010-09-101-13/+14
|/
* read_key: fix buffer length calculationTomas Heinrich2010-04-161-1/+1
* loop: correct minor device number limitDenys Vlasenko2010-04-141-1/+2
* mount: add an optional capability to create new /dev/loopN as neededLauri Kasanen2010-04-141-2/+12
* Exclude syslog code if FEATURE_SYSLOG is not setNguyễn Thái Ngọc Duy2010-04-092-5/+16
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-062-8/+7
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-061-3/+13
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-37/+86
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-052-0/+94
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-041-0/+35