aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* sha3: add 32-bit optimized bit-sliced implementationDenys Vlasenko2014-07-251-14/+242
* libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190Denys Vlasenko2014-07-011-1/+4
* libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are definedDenys Vlasenko2014-06-251-1/+1
* unit-tests: implement the unit-testing frameworkBartosz Golaszewski2014-06-223-12/+135
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-0/+6
* find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko2014-06-222-0/+17
* Add conditional support for -v / --verboseDenys Vlasenko2014-05-193-0/+16
* libbb: rename execable -> executable. No code changesDenys Vlasenko2014-05-022-7/+7
* libbb: fix empty PATH components handlingDenys Vlasenko2014-05-021-12/+18
* libbb: fix thinko in rtc_xopen()Denys Vlasenko2014-05-021-1/+1
* libbb: make rtc_xopen try harder on EBUSYDenys Vlasenko2014-05-021-10/+42
* Fix compile failuresDenys Vlasenko2014-05-021-0/+2
* libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko2014-04-301-1/+2
* libbb/obscure.c: code shrink. Suggested by Tito.Denys Vlasenko2014-04-161-1/+1
* libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2014-04-131-0/+18
* libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko2014-03-161-4/+7
* script: make it work even if fd 0 is closedDenys Vlasenko2014-03-161-1/+1
* xargs: add support for -I and -i. Closes 493Denys Vlasenko2014-02-271-0/+45
* du, copy_file: fix file matching on cramfs. Closes 5456Denys Vlasenko2014-02-251-4/+15
* libbb: trivial code shrinkDenys Vlasenko2014-02-251-6/+11
* libbb: don't die if crypt() returns NULLDenys Vlasenko2014-02-091-1/+8
* appletlib: fix set-but-unused warningMike Frysinger2014-01-311-1/+5
* libbb: if opening /dev/loopN returns ENXIO, don't try N++.Denys Vlasenko2014-01-211-6/+12
* libbb: fix parsing of "10101010" date/time formDenys Vlasenko2014-01-211-4/+12
* lineedit: fix trivial build failureDenys Vlasenko2014-01-101-0/+2
* libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.Denys Vlasenko2014-01-081-0/+5
* fix failures found by randomconfig buildsDenys Vlasenko2013-12-314-10/+23
* do not fail build if MAXSYMLINKS isn't definedMichael Tokarev2013-12-161-0/+6
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-1/+1
* chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko2013-11-291-2/+1
* sed: open input files sequentially to avoid EMFILEDenys Vlasenko2013-11-281-1/+2
* libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko2013-11-261-0/+48
* libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-191-1/+10
* comment tweakDenys Vlasenko2013-11-191-1/+1
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-191-6/+15
* libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon2013-10-081-9/+36
* Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-2/+4
* lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko2013-08-201-3/+3
* lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko2013-08-191-14/+30
* lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2013-08-192-11/+24
* libbb: code shrinkDenys Vlasenko2013-08-061-7/+5
* Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski2013-07-301-0/+24
* date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formatsBartosz Golaszewski2013-07-251-10/+23
* networking: code shrinkBartosz Golaszewski2013-07-251-0/+58
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-0/+7
* Call setlocale("") , not "C", if we want to set the default oneDenys Vlasenko2013-07-071-3/+12
* unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko2013-07-051-0/+8
* unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko2013-07-021-4/+10
* Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko2013-06-283-76/+0