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
/
coreutils
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-19
httpd: require "HTTP/xyz" at the end of request line
Denys Vlasenko
1
-14
/
+8
2019-04-19
ash: catch error in arithmetic expansion in PS1
Ron Yorston
1
-12
/
+20
2019-04-19
ash: prevent error in backquotes in PS1 from exiting shell
Ron Yorston
1
-1
/
+3
2019-04-19
dc.tests: fix two test case to also depend on DC_BIG
Chen Qi
1
-3
/
+3
2019-04-18
httpd: pass authorization header to CGI if not Basic
Alexander Vickberg
1
-7
/
+7
2019-04-17
httpd: When sending gzipped content use content-length header
Alexander Vickberg
1
-2
/
+45
2019-04-16
ash: add bash-compatible EPOCH variables
Ron Yorston
1
-21
/
+56
2019-04-16
ash: an unset dynamic variable should not be dynamic
Ron Yorston
1
-0
/
+4
2019-04-16
hush: add bash-compatible EPOCH variables
Ron Yorston
1
-0
/
+20
2019-04-16
httpd: extract query string only after proxying check
Denys Vlasenko
1
-12
/
+7
2019-04-16
httpd: make rmt_ip variable local
Denys Vlasenko
1
-17
/
+22
2019-04-16
httpd: check denied IPs even before reading 1st query line
Denys Vlasenko
1
-2
/
+2
2019-04-16
httpd: do not decode URL and headers if proxying - send all verbatim
Denys Vlasenko
1
-68
/
+46
2019-04-16
httpd: remove duplicate "decode URL escape sequences" code
Denys Vlasenko
1
-9
/
+0
2019-04-16
httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val
Denys Vlasenko
1
-105
/
+120
2019-04-16
httpd: fix handling of EOF in get_line()
Denys Vlasenko
1
-8
/
+10
2019-04-16
httpd: add missing {}
Denys Vlasenko
1
-1
/
+2
2019-04-16
httpd: do not percent-decode URI if proxying
Denys Vlasenko
1
-10
/
+22
2019-04-14
httpd: fix proxy headers passing - full_write() instead of write()
Denys Vlasenko
1
-11
/
+16
2019-04-14
httpd: if remote IP is denied, send FORBIDDEN reply earlier
Denys Vlasenko
1
-10
/
+14
2019-04-14
udhcpc6: code shrink
Denys Vlasenko
3
-10
/
+18
2019-04-13
udhcpc6: add a few comments, no code changes.
Denys Vlasenko
2
-0
/
+10
2019-04-13
udhcpc6: make it enabled in defconfig
Denys Vlasenko
1
-3
/
+1
2019-04-13
examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlink
Rolf Eike Beer
1
-0
/
+4
2019-04-13
udhcp: add 100 and 101 dhcp options for ipv4
Antoine Girard-Vallée
2
-0
/
+6
2019-04-13
brctl: add TODO: "showmacs BR"
Denys Vlasenko
1
-4
/
+18
2019-04-13
brctl: simplify str_to_jiffies()
Denys Vlasenko
1
-48
/
+20
2019-04-13
brctl: convert remaining commands to work via /sys
Denys Vlasenko
1
-184
/
+147
2019-04-12
brctl: make "show" command retrieve data from /sys
Denys Vlasenko
1
-49
/
+114
2019-04-12
stat: reduce storage for human-readable filesystem names
Ron Yorston
1
-44
/
+48
2019-04-07
ipaddress: remove unused variable no_link
Bernhard Reutner-Fischer
1
-4
/
+0
2019-04-05
service examples: if iface do not exist, retry upping it
Denys Vlasenko
5
-8
/
+8
2019-04-05
chrt: fix for SCHED_RESET_ON_FORK bit
Denys Vlasenko
1
-0
/
+11
2019-04-05
chrt: do not segfault if policy number is unknown
Denys Vlasenko
1
-28
/
+34
2019-04-04
telnetd: whitespace fix
Denys Vlasenko
1
-1
/
+1
2019-04-04
telnetd: better AYT handling
Denys Vlasenko
1
-3
/
+8
2019-04-04
telnetd: Added support for AYT IAC command.
Martin Lewis
1
-1
/
+8
2019-04-04
top: provide cmdline argument '-H' to enable thread scanning by default
Thomas De Schampheleire
1
-4
/
+15
2019-04-03
vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"
Denys Vlasenko
1
-2
/
+2
2019-04-03
vi: code shrink
Denys Vlasenko
1
-7
/
+12
2019-04-03
vi: avoid build failure in non-default case
Ron Yorston
1
-16
/
+16
2019-04-02
fsync,sync: merge into one source module
Denys Vlasenko
2
-81
/
+61
2019-04-02
fsync,sync: make them similar
Denys Vlasenko
2
-27
/
+25
2019-04-02
ash: distinguish 'wait -n' from other bashisms
Ron Yorston
1
-7
/
+8
2019-04-02
vi: rename save_argc -> cmdline_filecnt
Denys Vlasenko
1
-17
/
+16
2019-04-02
vi: restore capability to remember insertion cmds for "."
Denys Vlasenko
1
-5
/
+6
2019-04-01
vi: code shrink
Denys Vlasenko
1
-7
/
+14
2019-04-01
vi: convert more /**/ comments to //
Denys Vlasenko
1
-62
/
+56
2019-04-01
vi: code shrink
Denys Vlasenko
1
-30
/
+28
2019-04-01
vi: use vsnprintf to format status line
Denys Vlasenko
1
-27
/
+22
[prev]
[next]