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
...
*
|
httpd: consistently leak memory, or not
Ron Yorston
2023-12-31
1
-3
/
+8
*
|
win32: fix clang error/warning
Ron Yorston
2023-12-31
2
-3
/
+7
*
|
ash: avoid crash when job table is empty
Ron Yorston
2023-12-25
1
-6
/
+8
*
|
make: proper handling of build failure with '-k'
Ron Yorston
2023-12-22
2
-3
/
+22
*
|
httpd: enable support for CGI
Ron Yorston
2023-12-20
6
-15
/
+176
*
|
win32: code shrink execve(2) implementation
Ron Yorston
2023-12-18
1
-2
/
+2
*
|
httpd: fix return code when run in background
Ron Yorston
2023-12-15
3
-15
/
+7
*
|
httpd: fix failure to run daemonised
Ron Yorston
2023-12-15
1
-2
/
+1
*
|
lineedit: fix to tab completion of applet override
Ron Yorston
2023-12-12
1
-1
/
+3
*
|
win32: tidy up conditional compilation of applet override
Ron Yorston
2023-12-12
2
-12
/
+11
*
|
make: flush stdout after writing command string
Ron Yorston
2023-12-11
1
-1
/
+3
*
|
win32: code shrink applet overrides
Ron Yorston
2023-12-10
4
-62
/
+32
*
|
win32: allow hardcoded list of applets to override
Ron Yorston
2023-12-09
5
-6
/
+26
*
|
Merge branch 'busybox' into merge
FRP-5236-g7dff7f376
Ron Yorston
2023-12-05
16
-419
/
+784
|
\
|
|
*
top: improve large PID display in memory ('s') mode
Denys Vlasenko
2023-11-23
1
-13
/
+28
|
*
Cygwin: regenerate defconfig
Christian Franke
2023-11-13
1
-277
/
+515
|
*
start-stop-daemon: make --output not depend on FANCY
Denys Vlasenko
2023-11-08
1
-1
/
+1
|
*
start-stop-daemon: do not lose error messages with -b
Denys Vlasenko
2023-11-08
3
-36
/
+41
|
*
start-stop-daemon: typo fix
Denys Vlasenko
2023-11-08
1
-1
/
+1
|
*
start-stop-daemon: implement option -O|--output
Louai Al-Khanji
2023-11-07
1
-12
/
+34
|
*
sleep: Update doc
Petr Vorel
2023-11-07
1
-7
/
+8
|
*
start-stop-daemon: update comment, no code changes
Denys Vlasenko
2023-11-07
1
-3
/
+13
|
*
start-stop-daemon: add -d DIR chdir option
ejaaskel
2023-11-07
3
-15
/
+41
|
*
start-stop-daemon: fix --help: -K or -S is required
Denys Vlasenko
2023-11-07
1
-10
/
+36
|
*
udhcp: Avoid leaking uninitialized/stale data
Russ Dill
2023-10-04
2
-1
/
+3
|
*
syslogd: fix breakage caused by "daemonize _after_ init" change
Denys Vlasenko
2023-10-03
1
-4
/
+5
|
*
awk: implement -E; do not reorder -f and -e
Denys Vlasenko
2023-10-02
1
-48
/
+65
|
*
install: Fix chown resetting suid/sgid bits from chmod
Nero
2023-10-02
1
-7
/
+9
|
*
sleep: fix "sleep -- ARGS"
Denys Vlasenko
2023-10-02
5
-19
/
+19
*
|
win32: only search PATH for compressor
Ron Yorston
2023-11-14
3
-14
/
+21
*
|
iconv: fix incorrect fix
Ron Yorston
2023-11-08
1
-4
/
+5
*
|
lineedit: normalise HOME for use in prompt
Ron Yorston
2023-10-25
1
-1
/
+7
*
|
make: stricter checks for c:/path filenames
Ron Yorston
2023-10-24
1
-6
/
+9
*
|
win32: avoid terminal weirdness induced by Gradle
Ron Yorston
2023-10-24
1
-2
/
+2
*
|
make: fix detection of target rules
Ron Yorston
2023-10-23
2
-152
/
+191
*
|
win32: avoid terminal weirdness induced by Gradle?
Ron Yorston
2023-10-22
1
-0
/
+2
*
|
make: permit Unix-style paths when setting MAKE
Ron Yorston
2023-10-06
1
-1
/
+4
*
|
win32: fix handling of relative paths
Ron Yorston
2023-10-04
1
-12
/
+3
*
|
sort: add support for sorting version strings
Ron Yorston
2023-10-01
5
-1
/
+69
*
|
ash: add options to control globbing of hidden files
Ron Yorston
2023-09-20
8
-18
/
+59
*
|
win32: missing support for "app exec link" reparse points
Ron Yorston
2023-09-18
1
-1
/
+2
*
|
Typo in README.md
Ron Yorston
2023-09-15
1
-2
/
+2
*
|
win32: include our manifests in default configurations
Ron Yorston
2023-09-15
8
-19
/
+21
*
|
win32: improved support for manifests
Ron Yorston
2023-09-14
10
-8
/
+89
*
|
win32: convert exit codes
Ron Yorston
2023-09-14
6
-22
/
+43
*
|
ash: fix signal handling
Ron Yorston
2023-09-13
1
-1
/
+2
*
|
make: return non-zero exit status when a command fails
Ron Yorston
2023-09-12
3
-10
/
+48
*
|
make: avoid more warnings
Ron Yorston
2023-09-12
1
-1
/
+2
*
|
win32: UTF8_INPUT: fix combining of some surrogates pairs
Avi Halachmi (:avih)
2023-09-11
1
-1
/
+1
*
|
ash: initialize basepf.buf in ash (2)
Ron Yorston
2023-08-31
1
-1
/
+1
[prev]
[next]