summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-307-26/+25
| * unicode: relax array alignment for tablesDenys Vlasenko2020-11-301-8/+8
| * unicode: fix handling of short 1-4 char tablesDenys Vlasenko2020-11-302-3/+4
| * libbb: code shrinkDenys Vlasenko2020-11-291-6/+3
| * libbb: introduce and use msleep()Denys Vlasenko2020-11-291-1/+14
| * libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-0/+6
| * libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-291-6/+16
| * libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko2020-11-281-1/+5
| * base32/64: "truncated base64 input" -> "truncated input"Denys Vlasenko2020-11-281-6/+7
| * libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko2020-11-281-14/+15
| * libbb: trim base32/64 tablesDenys Vlasenko2020-11-281-13/+11
| * base32/64: code shrinkDenys Vlasenko2020-11-281-29/+37
| * base32/64: code shrinkDenys Vlasenko2020-11-281-32/+43
| * libbb: faster and smaller decode_base32()Denys Vlasenko2020-11-271-50/+34
| * libbb: smaller and faster decode_base64()Denys Vlasenko2020-11-271-64/+36
| * base32: new appletDenys Vlasenko2020-11-261-3/+81
| * libbb: set netlink socket revbuf size before bindingJan Klötzke2020-11-221-8/+12
| * lineedit: fix unicode characters in promptAudun-Marius Gangstø2020-11-211-4/+11
* | Update copyright messageRon Yorston2021-01-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-11-129-120/+153
|\|
| * od: unbreak itDenys Vlasenko2020-10-251-24/+0
| * hexdump: fix dup block comparisonDenys Vlasenko2020-10-201-1/+0
| * xxd: fix printing of trailing spacesDenys Vlasenko2020-10-201-22/+71
| * avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-062-15/+20
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-29/+43
| * gcc-9.x warning fixesDenys Vlasenko2020-10-011-1/+3
| * libbb: do not open-code __errno_location() callDenys Vlasenko2020-10-011-1/+6
| * libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko2020-10-012-3/+3
| * mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar2020-10-011-1/+3
| * libbb: fold common64_hash() into its only userDenys Vlasenko2020-09-301-47/+28
* | libbb: reinstate NULL check in last_char_is()Ron Yorston2020-08-231-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-08-233-13/+7
|\|
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-132-3/+2
| * libbb: shrink last_char_is(), no longer allow NULL string argumentDenys Vlasenko2020-07-191-10/+5
* | win32: code shrink Unix-style path handlingRon Yorston2020-08-232-9/+6
* | busybox: create custom installation directoryRon Yorston2020-08-151-5/+6
* | busybox: add option to install to Unix-style pathsRon Yorston2020-08-141-11/+34
* | win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-132-1/+12
* | Merge branch 'busybox' into mergeRon Yorston2020-07-097-32/+64
|\|
| * libbb: code shrink in last_char_is()Denys Vlasenko2020-06-301-8/+9
| * compare_string_array: code shrinkMartin Lewis2020-06-291-2/+5
| * procps: code shrinkMartin Lewis2020-06-291-2/+10
| * nologin: make it possible to build it as single appletDenys Vlasenko2020-06-241-5/+33
| * suppress a few compile warningsDenys Vlasenko2020-06-241-1/+1
| * randomconfig fixesDenys Vlasenko2020-06-231-0/+1
| * xstrndup: Use strndup instead of implementing it.Martin Lewis2020-06-091-14/+5
* | ash: avoid duplicated slashes in output of type/command builtinsRon Yorston2020-06-291-0/+6
* | win32: enable globbing by defaultRon Yorston2020-06-141-5/+0
* | ash: treat all applets as NOEXECRon Yorston2020-06-091-0/+3
* | win32: only initialise networking if necessaryRon Yorston2020-06-011-4/+0