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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-18
10
-134
/
+236
|
\
|
|
*
ash: exec: Never rehash regular built-ins
Denys Vlasenko
2020-02-17
1
-3
/
+10
|
*
ash: exec: Stricter pathopt parsing
Denys Vlasenko
2020-02-17
1
-64
/
+104
|
*
ash: exec: Do not allocate stack string in padvance
Denys Vlasenko
2020-02-17
1
-36
/
+38
|
*
ash: memalloc: Add growstackto helper
Denys Vlasenko
2020-02-17
1
-17
/
+12
|
*
ash: parser: Save/restore here-documents in command substitution
Denys Vlasenko
2020-02-17
1
-9
/
+16
|
*
ash: mkinit: Split reset into exitreset and reset
Denys Vlasenko
2020-02-17
1
-7
/
+19
|
*
ash: expand: Fix trailing newlines processing in backquote expanding
Denys Vlasenko
2020-02-17
5
-1
/
+25
|
*
ash: parser: Only accept single-digit parameter expansion outside of braces
Denys Vlasenko
2020-02-17
5
-1
/
+15
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-17
3
-36
/
+67
|
\
|
|
*
ash: shell: Fix clang warnings about "string plus integer"
Denys Vlasenko
2020-02-16
1
-1
/
+2
|
*
ash: eval: Use the correct expansion mode for fd redirection
Denys Vlasenko
2020-02-16
1
-2
/
+1
|
*
ash: expand: Fix skipping of command substitution when trimming in evalvar
Denys Vlasenko
2020-02-16
1
-0
/
+2
|
*
ash: main: Print \n upon EOF (CTRL-D) when run interactively
Denys Vlasenko
2020-02-16
1
-1
/
+5
|
*
ash: expand: Use HOME in tilde expansion when it is empty
Denys Vlasenko
2020-02-16
1
-1
/
+1
|
*
ash: builtin: Mark more regular built-ins
Denys Vlasenko
2020-02-16
1
-4
/
+4
|
*
ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy
Denys Vlasenko
2020-02-16
1
-8
/
+7
|
*
ash: output: Fix fmtstr return value
Denys Vlasenko
2020-02-16
1
-1
/
+1
|
*
ash: main: Only set savestatus in exitcmd
Denys Vlasenko
2020-02-16
1
-7
/
+2
|
*
ash: [BUILTIN] Exit without arguments in a trap should use status outside traps
Denys Vlasenko
2020-02-16
3
-13
/
+38
|
*
ash: parser: Fix incorrect eating of backslash newlines
Denys Vlasenko
2020-02-16
1
-2
/
+8
|
*
ash: use pgetc_eatbnl() in more places, take 2
Denys Vlasenko
2020-02-16
1
-6
/
+6
*
|
win32: reduce size of strptime()
Ron Yorston
2020-02-16
1
-74
/
+8
*
|
iconv: more improvements
Ron Yorston
2020-02-16
1
-55
/
+19
*
|
win32: save bytes in fnmatch
Ron Yorston
2020-02-16
1
-13
/
+55
*
|
win32: tidy up detection of device files
Ron Yorston
2020-02-16
2
-10
/
+4
*
|
win32: save a few bytes in statfs
Ron Yorston
2020-02-16
1
-3
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-15
13
-90
/
+234
|
\
|
|
*
fdisk: add HFS / HFS+ partition type
Denys Vlasenko
2020-02-14
1
-6
/
+4
|
*
tftp: on download, open local file only when first bit of data arrived
Denys Vlasenko
2020-02-13
1
-28
/
+33
|
*
tftp: fix thinko in code shrink
Denys Vlasenko
2020-02-13
1
-1
/
+1
|
*
tftp: code shrink
Denys Vlasenko
2020-02-13
1
-9
/
+4
|
*
tftpd: show requested file name in open error message
Denys Vlasenko
2020-02-13
1
-2
/
+11
|
*
awk: fix more "length" cases, closes 12486
Denys Vlasenko
2020-02-02
2
-5
/
+40
|
*
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2020-01-29
4
-4
/
+62
|
*
xargs: fix handling of quoted arguments, closes 11441
Ron Yorston
2020-01-29
2
-9
/
+27
|
*
vi: fixes to string search in colon commands, closes 10321
Ron Yorston
2020-01-29
1
-5
/
+8
|
*
ash: improve expandstr()
Ron Yorston
2020-01-29
1
-20
/
+21
|
*
syslogd: add config option to include milliseconds in timestamps
Peter Korsgaard
2020-01-29
1
-2
/
+22
|
*
udhcpd: mangle hostnames starting with dash ("-option")
Denys Vlasenko
2020-01-14
1
-0
/
+2
*
|
win32: save space in statfs
Ron Yorston
2020-02-15
1
-20
/
+5
*
|
win32: rework device file detection
Ron Yorston
2020-02-15
1
-6
/
+4
*
|
iconv: code shrink (2)
Ron Yorston
2020-02-14
1
-86
/
+34
*
|
iconv: code shrink
Ron Yorston
2020-02-14
1
-456
/
+457
*
|
win32: turn off some unnecessary build options
Ron Yorston
2020-02-14
2
-10
/
+10
*
|
ash: code shrink
Ron Yorston
2020-02-14
1
-4
/
+12
*
|
win32: code shrink
Ron Yorston
2020-02-13
3
-19
/
+15
*
|
date: code shrink
Ron Yorston
2020-02-11
3
-7
/
+27
*
|
ash: code shrink
Ron Yorston
2020-02-11
1
-3
/
+15
*
|
ash: fixes to trap
Ron Yorston
2020-02-10
1
-3
/
+4
[prev]
[next]