aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: more backslash to slash conversionsRon Yorston2018-04-081-1/+2
* win32: exclude termios codeRon Yorston2018-04-052-7/+14
* ps: obtain applet names from other BusyBox processesRon Yorston2018-04-041-11/+8
* win32: improvements to get_terminal_width_heightRon Yorston2018-04-031-0/+2
* ash: reinstate applet name variable after forkshellRon Yorston2018-04-031-6/+8
* Merge branch 'busybox' into mergeRon Yorston2018-04-024-17/+22
|\
| * libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-013-7/+12
| * sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau2018-04-011-4/+7
| * libbb: remove unnecessary variable in xmalloc_fgetsQuentin Rameau2018-04-011-3/+1
| * libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko2018-03-281-4/+3
* | libbb: improve stripping of extension from argv[0]Ron Yorston2018-03-311-15/+11
* | busybox: let --list-full display nofork/noexec appletsRon Yorston2018-03-291-6/+22
* | win32: save a few bytesRon Yorston2018-03-291-2/+3
* | ps: display applet names in process listingRon Yorston2018-03-281-0/+9
* | win32: add a function to convert backslashes to slashesRon Yorston2018-03-181-5/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-03-152-11/+9
|\|
| * make busybox more portableSean MacLennan2018-03-042-11/+9
* | Minor improvements to buildRon Yorston2018-03-022-18/+15
* | Merge branch 'busybox' into mergeRon Yorston2018-03-013-4/+17
|\|
| * libbb: Use return value from is_prefixed_with()Andy Shevchenko2018-02-271-3/+2
| * lineedit: allow window size tracking to be disabledRon Yorston2018-02-252-4/+19
| * libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko2018-02-211-1/+2
| * progress meter: add disabled code for a more stable ETADenys Vlasenko2018-02-131-0/+13
* | Remove fake signal-handling codeRon Yorston2018-03-011-1/+1
* | lineedit: disable window size tracking in default configurationRon Yorston2018-03-012-4/+19
* | win32: additional improvements to handling of executablesRon Yorston2018-02-281-6/+6
* | libbb: ensure build details are only stored onceRon Yorston2018-02-261-1/+1
* | win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-1/+1
* | du: use Windows-compatible print formatsRon Yorston2018-02-131-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2018-02-138-81/+122
|\|
| * libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-111-0/+19
| * libbb: shrink wget/tftp progress indicator code a bit moreDenys Vlasenko2018-02-071-29/+27
| * libbb: shrink wget/tftp progress indicator code for 32-bitDenys Vlasenko2018-02-071-40/+38
| * fix compile failure in previous commitDenys Vlasenko2018-02-061-1/+1
| * unzip: do not set directory mode to 0777Denys Vlasenko2018-02-061-6/+10
| * libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-0/+10
| * which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko2018-01-122-15/+11
| * libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=yDenys Vlasenko2018-01-041-1/+2
| * randomconfig fixesDenys Vlasenko2017-12-312-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-12-091-2/+14
|\|
| * lineedit: get terminal width before printing promptDenys Vlasenko2017-11-081-2/+2
| * lineedit: do not tab-complete any strings which have control charactersDenys Vlasenko2017-11-081-0/+12
* | Merge branch 'busybox' into mergeRon Yorston2017-11-0385-133/+90
|\|
| * udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke2017-10-301-2/+6
| * xfuncs: Handle missing non-POSIX termios constantsJames Clarke2017-10-301-0/+9
| * lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381Avi Halachmi2017-10-121-24/+64
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
| * do not include <sys/stat.h> just before "libbb.h", it's there alreadyDenys Vlasenko2017-10-052-7/+0
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-0581-98/+9