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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only disable tracing embedded scripts if they can't be listed
embed
Ron Yorston
2018-10-22
1
-0
/
+2
*
Allow shell scripts to be embedded in the binary
Ron Yorston
2018-10-22
6
-1
/
+218
*
Merge branch 'busybox' into merge
Ron Yorston
2018-10-08
23
-128
/
+185
|
\
|
*
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-09-30
7
-27
/
+50
|
*
ifupdown: support "source-directory" stanza
Brandon Maier
2018-09-30
1
-0
/
+16
|
*
move storage helpers to libbb.h
Denys Vlasenko
2018-09-28
5
-63
/
+17
|
*
udhcpc: give SIGUSR1-induced renew one chance of unicast renew
Denys Vlasenko
2018-09-28
2
-10
/
+6
|
*
.gitignore: add ctags output files
Martin Kaiser
2018-09-26
1
-0
/
+6
|
*
mdev.txt: explain the meaning of a leading "-"
Martin Kaiser
2018-09-25
1
-3
/
+3
|
*
sed: fix double-free in FEATURE_CLEAN_UP code
Denys Vlasenko
2018-09-25
1
-12
/
+17
|
*
date: do not allow "month #20" and such, closes 11356
Denys Vlasenko
2018-09-23
1
-0
/
+14
|
*
head: convert existing tests to new-style
Thomas De Schampheleire
2018-09-22
3
-8
/
+10
|
*
head: add test case for negative -n invocation
Thomas De Schampheleire
2018-09-22
1
-0
/
+31
|
*
init: hopefully fix "rebooting" in containers
Denys Vlasenko
2018-09-22
1
-2
/
+7
|
*
ntpd: more verbose message for "root distance too high" case
Denys Vlasenko
2018-09-13
1
-3
/
+8
*
|
Update default configuration
Ron Yorston
2018-09-10
2
-4
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-09-10
60
-496
/
+978
|
\
|
|
*
remove_file: don't call rmdir if remove_file return failure
Chen Yu
2018-09-09
1
-1
/
+1
|
*
whois: fix a possible out-of-bounds stack access
Denys Vlasenko
2018-09-04
1
-4
/
+10
|
*
chcon: fix issues with recurse and retval for retained files
sagivd
2018-09-03
1
-3
/
+5
|
*
libbb: fix potential NULL pointer use
Denys Vlasenko
2018-09-03
1
-0
/
+2
|
*
libbb: fix use-after-free in copy_file
Denys Vlasenko
2018-09-03
1
-1
/
+2
|
*
libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()
Denys Vlasenko
2018-09-02
1
-1
/
+1
|
*
Revert "libbb: remove unnecessary variable in xmalloc_fgets"
Denys Vlasenko
2018-09-02
1
-1
/
+3
|
*
smemcap: keep outputting by ignoring transient processes, take two
Denys Vlasenko
2018-08-30
1
-1
/
+1
|
*
smemcap: keep outputting by ignoring transient processes
Andre Goddard Rosa
2018-08-26
1
-0
/
+4
|
*
sysklogd: add timestamp option to ignore message timestamps
Peter Korsgaard
2018-08-26
1
-8
/
+17
|
*
fix !CONFIG_FLOAT_DURATION build
Denys Vlasenko
2018-08-26
1
-1
/
+1
|
*
ping: use setitimer() instead of ualarm()
Denys Vlasenko
2018-08-25
1
-2
/
+8
|
*
ip: tweak --help text
Denys Vlasenko
2018-08-14
1
-4
/
+2
|
*
hush: tweak comment, no code changes
Denys Vlasenko
2018-08-14
1
-4
/
+4
|
*
hush: add a comment on how globbing (should) work
Denys Vlasenko
2018-08-11
1
-0
/
+35
|
*
ash: expand: Do not quote backslashes in unquoted parameter expansion
Denys Vlasenko
2018-08-07
5
-6
/
+32
|
*
hush: adopt ash's quote_in_varexp1.tests
Denys Vlasenko
2018-08-05
2
-0
/
+4
|
*
ash: exec: Return 126 on most errors in shellexec
Denys Vlasenko
2018-08-05
1
-4
/
+4
|
*
ash: eval: Restore input files in evalcommand
Denys Vlasenko
2018-08-05
1
-2
/
+12
|
*
ash: parser: Fix parsing of ${}
Denys Vlasenko
2018-08-05
1
-2
/
+3
|
*
ash,hush: fold shell_builtin_read() way-too-many params into a struct param
Denys Vlasenko
2018-08-05
4
-84
/
+64
|
*
hush: set IFS to default on startup
Denys Vlasenko
2018-08-05
1
-11
/
+10
|
*
hush: fix fallout from FILE->HFILE conversion
Denys Vlasenko
2018-08-05
1
-2
/
+8
|
*
ash: expand: Fix ghost fields with unquoted $@/$*
Denys Vlasenko
2018-08-05
5
-12
/
+36
|
*
ash: var: Set IFS to fixed value at start time
Denys Vlasenko
2018-08-05
1
-0
/
+1
|
*
ash: eval: Variable assignments on functions are no longer persistent
Denys Vlasenko
2018-08-05
6
-10
/
+5
|
*
ash,hush: properly handle ${v//pattern/repl} if pattern starts with /
Denys Vlasenko
2018-08-04
6
-1
/
+28
|
*
tar: fix a thinko in prev commit - we need to copy to _unused_ fd
Denys Vlasenko
2018-08-04
1
-2
/
+1
|
*
tar: handle the case when opened created tarball happens to have fd#0
Denys Vlasenko
2018-08-04
1
-6
/
+18
|
*
tar: make source code a bit more terse, no logic changes
Denys Vlasenko
2018-08-04
1
-32
/
+25
|
*
uptime: add -s support
Denys Vlasenko
2018-08-03
1
-6
/
+24
|
*
Complie libbb/duration.c if ping[6] is selected
Denys Vlasenko
2018-08-03
1
-0
/
+2
|
*
ping: implement -i SEC
Denys Vlasenko
2018-08-03
1
-5
/
+15
[next]