summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | win32: add a function to convert backslashes to slashesRon Yorston2018-03-181-2/+1
* | win32: tidy up popen implementationRon Yorston2018-03-151-1/+0
* | wget: add support for httpsRon Yorston2018-03-151-0/+1
* | win32: restrict visibility of special devicesRon Yorston2018-03-151-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-03-151-1/+1
|\|
| * networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko2018-03-051-1/+1
* | Minor improvements to buildRon Yorston2018-03-022-3/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-03-012-12/+17
|\|
| * libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko2018-02-211-3/+2
| * tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-201-9/+14
| * progress meter: add disabled code for a more stable ETADenys Vlasenko2018-02-131-0/+1
* | Remove fake signal-handling codeRon Yorston2018-03-012-28/+18
* | win32: make has_exec_format staticRon Yorston2018-03-011-1/+0
* | win32: don't add extensions to filenames ending with a dotRon Yorston2018-02-281-1/+2
* | win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-1/+2
* | win32: add support for batch filesRon Yorston2018-02-261-0/+1
* | win32: make /dev/urandom more randomRon Yorston2018-02-231-0/+2
* | win32: handle /dev/zero and /dev/urandom in open and read functionsRon Yorston2018-02-221-0/+5
* | win32: import fsync(2) implementation from gnulibRon Yorston2018-02-212-1/+2
* | win32: always use safe API calls to manipulate environmentRon Yorston2018-02-131-6/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-02-133-11/+36
|\|
| * libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-111-0/+1
| * wget: add EPSV supportDenys Vlasenko2018-02-061-0/+1
| * wget: initial support for ftps://Denys Vlasenko2018-02-061-1/+2
| * libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-0/+2
| * cp: implement -TAaro Koskinen2018-02-011-3/+4
| * libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko2018-02-011-0/+15
| * lzop: code shrinkDenys Vlasenko2018-02-011-4/+2
| * which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko2018-01-121-3/+9
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-0/+11
|\|
| * use %m printf specifier where appropriateDenys Vlasenko2017-09-291-0/+11
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-1/+2
|\|
| * less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-151-0/+1
| * hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko2017-08-291-1/+1
* | ps: add support for CPU and elapsed time columnsRon Yorston2017-09-011-0/+7
* | win32: shrink code to detect .exe filesRon Yorston2017-08-301-0/+1
* | win32: make vfork fail at compile-timeRon Yorston2017-08-302-7/+5
* | mingw: accommodate for BusyBox' assumptions about isatty()Johannes Schindelin2017-08-241-0/+2
* | win32: remove implementation of mempcpyRon Yorston2017-08-231-5/+0
* | include/mingw.h: remove unnecessary definition of PRIuMAXRon Yorston2017-08-231-1/+0
* | win32/mingw: fix signatures of the *execv*() family of functionsJohannes Schindelin2017-08-231-4/+4
* | win32: remove unused functionsRon Yorston2017-08-231-2/+0
* | inode_hash: avoid warnings about unused parametersRon Yorston2017-08-232-0/+3
* | find_mount_point: avoid warning about unused parameterRon Yorston2017-08-231-0/+2
* | Revert "ash: allow long-running nofork applets to be interrupted"Ron Yorston2017-08-221-3/+0
* | Post-merge fixesRon Yorston2017-08-221-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-08-223-21/+58
|\|
| * run-init: new appletDenys Vlasenko2017-08-211-0/+9
| * libbb: move capability names code to libbbDenys Vlasenko2017-08-211-0/+6
| * Hopefully fix "will break strict-aliasing rules" warning for get_le32Denys Vlasenko2017-08-101-0/+5