summaryrefslogtreecommitdiff
path: root/libbb
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-131-3/+1
* use auto_string() where appropriate to kill a few staticsDenys Vlasenko2015-10-092-12/+3
* libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko2015-10-092-9/+24
* remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-093-45/+33
* md5sum: code shrinkDenys Vlasenko2015-10-071-10/+6
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-071-9/+7
* libbb: another unit test for is_suffixed_withTito Ragusa2015-09-151-0/+1
* libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko2015-08-251-2/+3
* libbb: add is_suffixed_with() functionBartosz Golaszewski2015-08-251-0/+33
* libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski2015-08-251-0/+5
* libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski2015-08-251-0/+19
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-243-5/+26
* unit-tests: remove code depending on WANT_TIMINGBartosz Golaszewski2015-08-171-27/+3
* unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski2015-08-171-1/+0
* libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-192-2/+6
* Removes stray empty line from codeManinder Singh2015-07-134-4/+0
* Print one less newline at the end of bb_show_usage()Denys Vlasenko2015-05-251-1/+1
* libbb: Enable support for !CONFIG_MULTIUSERDaniel Thompson2015-05-121-2/+21
* Bionic lacks tcdrain; provide a workaroundMatt Whitlock2015-04-261-0/+5
* Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2015-04-251-0/+19
* special-case {true,false,test} --helpDenys Vlasenko2015-04-211-10/+12
* libbb: remove unnecessary argument to nonblock_immune_readRon Yorston2015-04-201-4/+4
* update copyright yearsAaro Koskinen2015-04-021-1/+1
* *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-021-22/+22
* truncate: new appletAri Sundholm2015-03-221-1/+3
* dd: move suffix struct to xatonum.cAri Sundholm2015-03-221-0/+19
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-129-33/+49
* deluser: also remove user from /etc/groupDenys Vlasenko2015-03-121-2/+36
* libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko2015-02-071-8/+5
* libbb/loop: don't try to re-use existing loop deviceKevin Wallace2015-02-071-10/+1
* libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noportDenys Vlasenko2015-02-031-51/+33
* libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-051-0/+14
* libpwdgrp: rewritten to use malloced implementationTito Ragusa2015-01-021-48/+0
* libbb: add sanity check in bb_arg_max()Denys Vlasenko2014-12-241-1/+9
* randomconfig fixesDenys Vlasenko2014-12-221-0/+1
* lineedit: don't block when looking for escape sequence in vi-modeRon Yorston2014-12-151-1/+1
* lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko2014-12-101-2/+6
* libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski2014-11-271-31/+56
* libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko2014-11-261-1/+1
* bbunit: fix WANT_TIMING compilationDenys Vlasenko2014-11-261-1/+1
* exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko2014-11-171-2/+4
* zcip: Add environment variable for overriding log functionalityMichel Stam2014-11-042-0/+27
* less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko2014-09-221-4/+6
* false: make "false --help" exit with 1Denys Vlasenko2014-09-181-8/+18
* init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko2014-08-111-2/+1
* ftpd: add optional support for authenticationMorten Kvistgaard2014-08-052-29/+68
* sha3: tweak comments and indentationDenys Vlasenko2014-07-301-13/+14
* sha3: code shrink (and speedup for SHA3_SMALL=0)Denys Vlasenko2014-07-301-16/+66
* 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