aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'busybox' into mergeRon Yorston2017-09-274-36/+48
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
| * Clarify OPOST bit meaningDenys Vlasenko2017-09-151-3/+3
| * less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-152-31/+45
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-1/+1
| * hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko2017-08-291-1/+1
* | libbb: exclude more Linux-specific functions from being compiledJohannes Schindelin2017-08-301-0/+2
* | libbb: don't compile various Linux-specific functionsRon Yorston2017-08-241-0/+2
* | mode_string: S_IFBLK differs between Windows and UnixJohannes Schindelin2017-08-241-1/+1
* | xconnect: avoid using getsockname/getpeername on WindowsJohannes Schindelin2017-08-241-0/+2
* | bb_basename: handle mixed slashes correctlyJohannes Schindelin2017-08-241-4/+6
* | inode_hash: avoid warnings about unused parametersRon Yorston2017-08-231-2/+2
* | find_mount_point: avoid warnings about casts to non-constJohannes Schindelin2017-08-231-2/+7
* | find_pid_by_name: avoid unused variablesJohannes Schindelin2017-08-231-0/+2
* | find_mount_point: avoid unused variablesJohannes Schindelin2017-08-231-2/+3
* | Revert "ash: allow long-running nofork applets to be interrupted"Ron Yorston2017-08-221-16/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-08-2220-226/+419
|\|
| * run-init: new appletDenys Vlasenko2017-08-211-0/+47
| * libbb: move capability names code to libbbDenys Vlasenko2017-08-211-0/+79
| * libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-1/+4
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-083-40/+42
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-082-34/+54
| * libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbbDenys Vlasenko2017-08-082-25/+24
| * libbb: rearrange NOFORK/NOEXEC code, logic is not changedDenys Vlasenko2017-08-081-56/+69
| * noexec: consolidate codeDenys Vlasenko2017-08-072-18/+21