aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *: simplify checks for gz/bz2/xz magicDenys Vlasenko2010-06-021-8/+13
* 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
* losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko2010-05-191-1/+1
* 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
* 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
* cosmetic fixes, no code changedDenys Vlasenko2010-04-031-2/+1
* libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko2010-04-031-3/+20
* clean up redundant, commented-out and misplaced includesDenys Vlasenko2010-04-011-2/+0
* provide safe_gethostname() for non-linux systemsDenys Vlasenko2010-03-291-2/+6
* libbb: locate PAGE_SIZE on HurdDenys Vlasenko2010-03-291-7/+12
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-263-5/+17
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-266-566/+443
* unicode: optional table for better handling of neutral bidi charsTomas Heinrich2010-03-263-102/+264
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin2010-03-221-1/+13
* libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kbDenys Vlasenko2010-03-191-0/+3
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-1/+1
* lineedit: first shot at optional unicode bidi input supportTomas Heinrich2010-03-183-18/+164
* libbb/loop: comment out u32 hackDenys Vlasenko2010-03-181-1/+2
* libbb/getopt32.c: clear applet_long_options and opt_complementary after useDenys Vlasenko2010-03-161-5/+10
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-112-26/+40
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-092-5/+30
* libbb/loop.c: move #include to its user, improve commentDenys Vlasenko2010-03-081-3/+1
* libbb/loop.c: use common fix_u32.h trickDenys Vlasenko2010-03-061-5/+1