aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: reinstate code in read_line_input to handle non-ttysRon Yorston2018-05-251-4/+5
* Update copyright dateRon Yorston2018-05-131-1/+1
* Merge branch 'busybox' into mergeRon Yorston2018-05-132-4/+21
|\
| * libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-0/+12
| * less: fix fallout from "use common routine to set raw termios"Denys Vlasenko2018-04-161-4/+9
* | Merge branch 'busybox' into mergeRon Yorston2018-04-098-45/+67
|\|
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-5/+12
| * libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-071-14/+31
| * xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-072-6/+13
| * libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-075-10/+10
| * telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko2018-04-071-11/+1
| * placate gcc-8.0.1 warningsDenys Vlasenko2018-04-061-3/+3
| * hush: fix "unset PS1/PS2", and put them into initial variable setDenys Vlasenko2018-04-061-1/+2
* | 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