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
...
*
stat: make -f optional. This allows to build stat for non-linux systems
Denys Vlasenko
2015-10-30
2
-36
/
+61
*
lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY
Denys Vlasenko
2015-10-30
1
-1
/
+1
*
lineedit: search applets as well as PATH for tab completion
Ron Yorston
2015-10-30
1
-1
/
+16
*
busybox: alter help message in standalone shell mode
Ron Yorston
2015-10-30
1
-0
/
+9
*
hush: copy for.tests from ash testsuite
Denys Vlasenko
2015-10-29
2
-0
/
+6
*
ash: simplify EOF/newline handling in list parser
Ron Yorston
2015-10-29
1
-34
/
+29
*
Revert "ash: fix a SEGV case in an invalid heredoc" xxx
Ron Yorston
2015-10-29
1
-11
/
+4
*
ash: fix error during recursive processing of here document
Ron Yorston
2015-10-29
3
-2
/
+13
*
ash tests: make test print test name before it is run
Denys Vlasenko
2015-10-29
1
-2
/
+4
*
ash: only allow local variables in functions
Ron Yorston
2015-10-29
3
-0
/
+5
*
ash: respect -p flag when command builtin is run with -v/-V
Ron Yorston
2015-10-29
3
-4
/
+10
*
ash: fix command -- crash
Denys Vlasenko
2015-10-29
1
-3
/
+4
*
ash: save a few bytes in code to parse case statements
Ron Yorston
2015-10-29
1
-4
/
+2
*
ash: allow newline after variable name in for loop
Ron Yorston
2015-10-29
3
-2
/
+8
*
ash: add test for issue with here document
Ron Yorston
2015-10-29
2
-0
/
+9
*
modinfo: fix "-F firmware", add "intree" field display
Denys Vlasenko
2015-10-28
1
-52
/
+62
*
lzop: eliminate variable, use "int" as return type
Denys Vlasenko
2015-10-28
1
-8
/
+6
*
fbsplash: use virtual y size in mmap size calculations
Timo Teräs
2015-10-27
1
-1
/
+1
*
gzip: add support for --no-name long option
Aaro Koskinen
2015-10-27
2
-0
/
+2
*
gunzip: add support for long options
Aaro Koskinen
2015-10-27
1
-0
/
+20
*
unzip: test for bad archive SEGVing
Denys Vlasenko
2015-10-26
2
-5
/
+29
*
tr: support octal ranges
Richard Genoud
2015-10-26
1
-5
/
+18
*
ifupdown: pass interface device name for ipv6 route commands
Timo Teräs
2015-10-26
1
-3
/
+4
*
tweak defconfig
Denys Vlasenko
2015-10-25
4
-31
/
+11
*
inetd: make FEATURE_INETD_RPC off by default
Denys Vlasenko
2015-10-25
2
-2
/
+2
*
libiproute: use if_nametoindex
Ron Yorston
2015-10-24
1
-24
/
+1
*
xargs: make -I imply -r
Aaro Koskinen
2015-10-24
1
-0
/
+3
*
dumpleases: string reuse
Denys Vlasenko
2015-10-24
1
-3
/
+5
*
dumpleases: new option -d to show time in seconds
Isaac Dunham
2015-10-24
1
-5
/
+19
*
zcip: ...ad suppress the warning
Denys Vlasenko
2015-10-24
1
-1
/
+1
*
zcip: do not query current time if we won't use the result
Denys Vlasenko
2015-10-24
1
-2
/
+4
*
tweak zcip service example
Denys Vlasenko
2015-10-24
1
-0
/
+2
*
Tweak README
Denys Vlasenko
2015-10-24
1
-4
/
+4
*
update network service examples
Denys Vlasenko
2015-10-24
17
-20
/
+55
*
New example of a service: examples/var_service/zcip_if
Denys Vlasenko
2015-10-24
7
-0
/
+122
*
dumpleases: make host names sanitized to shell-friendly condition
Denys Vlasenko
2015-10-24
1
-3
/
+8
*
reuse a string
Denys Vlasenko
2015-10-24
1
-1
/
+1
*
rmmod: fix bad error message
Denys Vlasenko
2015-10-24
3
-9
/
+15
*
MODPROBE_SMALL is not experimental anymore
Denys Vlasenko
2015-10-24
1
-3
/
+0
*
pmap: fix bogus {no such process} comm field text
Denys Vlasenko
2015-10-24
2
-5
/
+7
*
tidy up strtok use
Denys Vlasenko
2015-10-23
2
-5
/
+5
*
httpd: fix heap buffer overflow. Closes 8426
Denys Vlasenko
2015-10-23
1
-6
/
+19
*
wget: if stderr is not a tty, progress bar shouldn't use tty-tricks
Denys Vlasenko
2015-10-23
1
-3
/
+8
*
libbb: factor out code which queries screen width
Denys Vlasenko
2015-10-23
9
-15
/
+15
*
tar: add a test that we don't write into symlinks
Denys Vlasenko
2015-10-22
1
-0
/
+43
*
remove systemd support
Denys Vlasenko
2015-10-22
7
-76
/
+0
*
tar: fix files skipped with --strip_components not resetting selinux context
Denys Vlasenko
2015-10-22
1
-3
/
+2
*
tar: shrink hardlink name handling code
Denys Vlasenko
2015-10-22
1
-26
/
+17
*
tar: implement --version for buildroot
Denys Vlasenko
2015-10-22
1
-0
/
+9
*
tar: add support for --strip-components=N
Denys Vlasenko
2015-10-22
5
-46
/
+156
[prev]
[next]