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
/
runit
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-20
hexdump: fix dup block comparison
Denys Vlasenko
2
-1
/
+19
2020-10-20
xxd: fix printing of trailing spaces
Denys Vlasenko
4
-59
/
+108
2020-10-07
uudecode: fix possible signed char bug
Denys Vlasenko
1
-4
/
+2
2020-10-06
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
11
-36
/
+46
2020-10-06
httpd: code shrink
Xabier Oneca
1
-0
/
+7
2020-10-03
ip rule: add support for fwmark/fwmask for policy routing
Rui Salvaterra
2
-7
/
+27
2020-10-02
tar: fix fallout of last_char_is(NULL) no longer being allowed
Denys Vlasenko
1
-1
/
+1
2020-10-01
udhcp: remove struct packing attribute, eliminates gcc-9.x
Denys Vlasenko
1
-3
/
+3
2020-10-01
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
19
-150
/
+159
2020-10-01
tydy up a few uses of recursive_action(), no logic changes
Denys Vlasenko
3
-13
/
+14
2020-10-01
gcc-9.x warning fixes
Denys Vlasenko
9
-12
/
+15
2020-10-01
libbb: do not open-code __errno_location() call
Denys Vlasenko
1
-1
/
+6
2020-10-01
shell: remove FAST_FUNC from a static function
Denys Vlasenko
1
-2
/
+2
2020-10-01
libbb: extend "errno pointer" trick to other than __GLIBC__
Denys Vlasenko
3
-6
/
+7
2020-10-01
mount: support the sizelimit and offset option for loop devices
Steffen Trumtrar
4
-4
/
+67
2020-09-30
libbb: fold common64_hash() into its only user
Denys Vlasenko
1
-47
/
+28
2020-09-30
xargs: fix -I SUBSTR behaviour
Denys Vlasenko
2
-5
/
+24
2020-09-29
shell: add testsuite for "wait $pid" waiting for other tasks
Denys Vlasenko
4
-0
/
+18
2020-09-29
ash: jobs: Fix waitcmd busy loop
Denys Vlasenko
1
-57
/
+34
2020-09-29
ash: jobs: Fix infinite loop in waitproc
Denys Vlasenko
1
-6
/
+19
2020-09-29
ash: remove a tentative TODO, it's a wrong idea
Denys Vlasenko
1
-1
/
+1
2020-09-29
ntpd: fix the case where two replies received at once and first one causes a ...
Denys Vlasenko
1
-0
/
+9
2020-08-16
httpd: Make Deny/Allow by IP config support optional
Sergey Ponomarev
1
-18
/
+44
2020-08-15
httpd: Support caching via ETag header
Sergey Ponomarev
1
-3
/
+54
2020-08-15
httpd: Don't add Last-Modified header to response
Sergey Ponomarev
1
-6
/
+25
2020-08-15
httpd: Don't add Date header to response
Sergey Ponomarev
1
-2
/
+16
2020-08-15
httpd: Update to HTTP/1.1
Sergey Ponomarev
1
-8
/
+8
2020-08-15
hwclock: Fix settimeofday for glibc v2.31+
Eddie James
1
-3
/
+11
2020-08-15
grep: for -L, exitcode 0 means files *without* matches were found, closes 13151
Denys Vlasenko
2
-15
/
+22
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
109
-146
/
+2
2020-08-13
udhcpc: add support for long options
Martin Lewis
2
-35
/
+104
2020-07-31
ip address: Add support for "valid_lft" and "preferred_lft" options
Christian Eggers
2
-7
/
+62
2020-07-31
ip: Add support for "noprefixroute" option
Christian Eggers
2
-16
/
+33
2020-07-31
shell: Fix "read -d ''" behavior
Christian Eggers
5
-2
/
+6
2020-07-31
httpd_indexcgi.c: use CSS for odd/even rows
Sergey Ponomarev
1
-8
/
+2
2020-07-31
httpd_indexcgi.c: minimize style CSS
Sergey Ponomarev
1
-37
/
+37
2020-07-20
lsscsi: code shrink
Denys Vlasenko
1
-15
/
+12
2020-07-20
ntpd: fix refid reported in server mode, closes 13056
Denys Vlasenko
4
-7
/
+41
2020-07-19
networking: support ftp PASV responses not ending with ')'
Denys Vlasenko
1
-0
/
+2
2020-07-19
libbb: shrink last_char_is(), no longer allow NULL string argument
Denys Vlasenko
1
-10
/
+5
2020-07-12
domain_codec: optimize dname_dec and convert_dname
Martin Lewis
1
-78
/
+79
2020-07-11
crontab: Fix -e with editors saving using renaming strategy
Gray Wolf
1
-1
/
+5
2020-06-30
libbb: code shrink in last_char_is()
Denys Vlasenko
1
-8
/
+9
2020-06-29
compare_string_array: code shrink
Martin Lewis
1
-2
/
+5
2020-06-29
procps: code shrink
Martin Lewis
1
-2
/
+10
2020-06-29
udhcpc: fix a TODO in fill_envp using option scanner
Martin Lewis
1
-114
/
+84
2020-06-29
udhcp: add option scanner
Martin Lewis
2
-42
/
+62
2020-06-29
wget: fix openssl options for cert verification
Scott Court
1
-4
/
+17
2020-06-29
acpid: only display -p if supported in usage
Norbert Lange
2
-2
/
+4
2020-06-29
dhcpd: remove hardcoded pidfile path
Norbert Lange
1
-1
/
+7
[next]