index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
randomconfig fixes
Denys Vlasenko
2018-06-26
1
-2
/
+2
*
realpath,readlink -f: coreutils compat, closes 11021
Denys Vlasenko
2018-05-24
1
-0
/
+1
*
tar: fix interaction of delayed symlink and hardlink creation
Harald van Dijk
2018-05-22
1
-5
/
+6
*
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...
Denys Vlasenko
2018-04-17
1
-0
/
+5
*
less: fix fallout from "use common routine to set raw termios"
Denys Vlasenko
2018-04-16
1
-3
/
+5
*
ar: stop using static data
Denys Vlasenko
2018-04-15
1
-0
/
+4
*
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-08
1
-1
/
+1
*
libbb.h: always include sys/resource.h
Denys Vlasenko
2018-04-08
1
-0
/
+1
*
libbb: switch bb_ask_noecho() to "mallocing" string return API
Denys Vlasenko
2018-04-07
1
-3
/
+4
*
xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy
Denys Vlasenko
2018-04-07
1
-0
/
+1
*
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...
Denys Vlasenko
2018-04-07
1
-4
/
+4
*
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
2018-04-01
1
-14
/
+15
*
sed: prevent overflow of length from bb_get_chunk_from_file
Quentin Rameau
2018-04-01
1
-1
/
+1
*
networking/interface.c: get rid of global "smallint interface_opt_a"
Denys Vlasenko
2018-03-05
1
-1
/
+1
*
libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT
Denys Vlasenko
2018-02-21
1
-3
/
+2
*
tar,unzip: postpone creation of symlinks with "suspicious" targets
Denys Vlasenko
2018-02-20
1
-9
/
+14
*
progress meter: add disabled code for a more stable ETA
Denys Vlasenko
2018-02-13
1
-0
/
+1
*
libbb: introduce and use bb_getsockname()
Denys Vlasenko
2018-02-11
1
-0
/
+1
*
wget: add EPSV support
Denys Vlasenko
2018-02-06
1
-0
/
+1
*
wget: initial support for ftps://
Denys Vlasenko
2018-02-06
1
-1
/
+2
*
libbb: commonalize a bit of little-endian CRC32 table generation code
Denys Vlasenko
2018-02-01
1
-0
/
+2
*
cp: implement -T
Aaro Koskinen
2018-02-01
1
-3
/
+4
*
libarchive: move bbunpack constants to bb_archive.h
Denys Vlasenko
2018-02-01
1
-0
/
+15
*
lzop: code shrink
Denys Vlasenko
2018-02-01
1
-4
/
+2
*
which: fix TODO with NOFORK+malloc_failure misbehaving
Denys Vlasenko
2018-01-12
1
-3
/
+9
*
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-29
1
-0
/
+11
*
less,microcom,lineedit: use common routine to set raw termios
Denys Vlasenko
2017-09-15
1
-0
/
+1
*
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
1
-1
/
+1
*
run-init: new applet
Denys Vlasenko
2017-08-21
1
-0
/
+9
*
libbb: move capability names code to libbb
Denys Vlasenko
2017-08-21
1
-0
/
+6
*
Hopefully fix "will break strict-aliasing rules" warning for get_le32
Denys Vlasenko
2017-08-10
1
-0
/
+5
*
libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1
Denys Vlasenko
2017-08-10
1
-3
/
+1
*
rpm2cpio: handle LZMA compressed rpms. closes 10166
Denys Vlasenko
2017-08-10
1
-1
/
+3
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-3
/
+0
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-10
/
+15
*
noexec: consolidate code
Denys Vlasenko
2017-08-07
1
-2
/
+3
*
noexec: set comm field for noexecs
Denys Vlasenko
2017-08-07
1
-0
/
+5
*
sysctl: recognize ";comment" and "<whitespace>#comment" lines
Denys Vlasenko
2017-08-05
1
-0
/
+5
*
libbb: make trim() return pointer to terminating NUL
Denys Vlasenko
2017-08-05
1
-1
/
+1
*
libbb: use _exit, not exit, in bb_daemonize_or_rexec()
Denys Vlasenko
2017-08-04
1
-0
/
+1
*
getopt32: factor out code to treat all args as options
Denys Vlasenko
2017-08-04
1
-1
/
+3
*
line editing: make read_line_input() not take timeout param
Denys Vlasenko
2017-08-02
1
-5
/
+6
*
libbb: remove vdprintf
Ron Yorston
2017-07-29
1
-3
/
+0
*
ash: support platforms that don't have '%m' printf specifier
Ron Yorston
2017-07-28
1
-0
/
+4
*
ash: less hackish implementation of evaltreenr()
Denys Vlasenko
2017-07-28
1
-0
/
+7
*
tar: postpone creation of symlinks with "suspicious" targets. Closes 8411
Denys Vlasenko
2017-07-24
1
-0
/
+4
*
zcip: fix slow environment leak
Denys Vlasenko
2017-07-22
1
-0
/
+3
*
Move get_unaligned_le32() macros to platform.h
Denys Vlasenko
2017-07-15
1
-0
/
+6
*
main: fix the case where user has "halt" as login shell. Closes 9986
Denys Vlasenko
2017-07-07
1
-1
/
+1
*
libbb: new function bb_getgroups() - allocating wrapper around getgroups()
Denys Vlasenko
2017-07-04
1
-0
/
+9
[next]