aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'busybox' into mergeRon Yorston2015-10-193-10/+5
|\|
| * libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-191-1/+1
| * du: extra compat: with -k and -m, round sizes upDenys Vlasenko2015-10-151-8/+3
| * libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-1315-121/+162
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2015-08-042-2/+6
|\|
| * libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-192-2/+6
* | win32: silence some compiler warningsRon Yorston2015-07-151-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2015-07-144-5/+1
|\|
| * 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
* | ipcalc: enable by default for WIN32Ron Yorston2015-07-131-4/+4
* | libbb: really add build details to bannerRon Yorston2015-06-231-4/+3
* | libbb: add details of build environment to bannerRon Yorston2015-06-231-0/+6
* | lineedit: skip non-executables when tab-completing commandsRon Yorston2015-06-171-0/+3
* | lineedit: search applets as well as PATH for tab completionRon Yorston2015-06-171-1/+14
* | busybox: update help messageRon Yorston2015-06-171-4/+9
* | mingw: add magic '--busybox' flagRon Yorston2015-06-011-0/+4
* | Enable seamless compression for WIN32Ron Yorston2015-05-271-0/+1
* | mingw: define a macro for spawnRon Yorston2015-05-271-3/+2
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-186-39/+84
|\|
| * 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
* | mingw: enable a minimal version of nc by defaultRon Yorston2015-04-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-03-231-0/+21
|\|
| * truncate: new appletAri Sundholm2015-03-221-1/+3
| * dd: move suffix struct to xatonum.cAri Sundholm2015-03-221-0/+19
* | Merge branch 'busybox' into mergeRon Yorston2015-03-1413-151/+142
|\|
| * 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