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
...
*
wget: more thorough sanitization of other side's data
Denys Vlasenko
2018-02-12
1
-31
/
+55
*
testsuite: update busybox and bzcat tests
Ron Yorston
2018-02-12
2
-14
/
+12
*
cp: fix option handling in non-longopt config
Denys Vlasenko
2018-02-11
1
-1
/
+5
*
arping: code shrink
Denys Vlasenko
2018-02-11
1
-19
/
+20
*
libbb: introduce and use bb_getsockname()
Denys Vlasenko
2018-02-11
6
-20
/
+29
*
arping: move packet buffer, sigset and struct ifreq to malloced "globals"
Denys Vlasenko
2018-02-11
1
-41
/
+34
*
arping: fix the case when inherited signal mask masks out ALRM
Denys Vlasenko
2018-02-11
1
-7
/
+16
*
arping: change a few message strings to be closer to iputils arping
Denys Vlasenko
2018-02-11
1
-7
/
+8
*
arping: code shrink
Denys Vlasenko
2018-02-11
1
-28
/
+28
*
svlogd: improve --help text
Denys Vlasenko
2018-02-09
1
-6
/
+13
*
hush: probably fixing a bug in last LINENO fix
Denys Vlasenko
2018-02-08
1
-11
/
+6
*
hush: LINENO fix
Denys Vlasenko
2018-02-08
1
-24
/
+77
*
ip: fix crash in "ip neigh show"
Denys Vlasenko
2018-02-08
7
-20
/
+28
*
wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs
Denys Vlasenko
2018-02-08
1
-5
/
+7
*
libbb: shrink wget/tftp progress indicator code a bit more
Denys Vlasenko
2018-02-07
1
-29
/
+27
*
libbb: shrink wget/tftp progress indicator code for 32-bit
Denys Vlasenko
2018-02-07
1
-40
/
+38
*
udhcp: do not setlinebuf(stdout), we don't print to stdout anymore
Denys Vlasenko
2018-02-07
3
-6
/
+0
*
bzip2: expose tuning knob for faster/smaller code
Denys Vlasenko
2018-02-07
5
-20
/
+41
*
wget: attempt to negotiate encrypted data ftps stream ("PROT P")
Denys Vlasenko
2018-02-06
1
-3
/
+7
*
fix compile failure in previous commit
Denys Vlasenko
2018-02-06
1
-1
/
+1
*
unzip: do not set directory mode to 0777
Denys Vlasenko
2018-02-06
2
-7
/
+13
*
ar: hopefully fix out-of-bounds read in get_header_ar()
Denys Vlasenko
2018-02-06
1
-2
/
+2
*
fix a thinko in parse_pasv_epsv.c
Denys Vlasenko
2018-02-06
1
-2
/
+2
*
wget: add EPSV support
Denys Vlasenko
2018-02-06
4
-61
/
+82
*
wget: initial support for ftps://
Denys Vlasenko
2018-02-06
4
-16
/
+42
*
wget: preparations for ftps:// support (block move, no code changes)
Denys Vlasenko
2018-02-06
1
-81
/
+81
*
tls: fix hash calculations if client cert is requested and sent
Denys Vlasenko
2018-02-06
1
-40
/
+54
*
ftpd: handle restarts past 2147483647 bytes. closes 10741
Denys Vlasenko
2018-02-05
1
-1
/
+1
*
bzip2: work around bad compiler optimization
Denys Vlasenko
2018-02-05
1
-32
/
+43
*
ftpd: fix aliasing warning from gcc-6.1.1
Denys Vlasenko
2018-02-04
1
-2
/
+2
*
ftpgetput: add EPSV support (PASV-like thing for IPv6)
Denys Vlasenko
2018-02-04
1
-6
/
+16
*
ftpgetput: preparations for ESPV support, no code changes
Denys Vlasenko
2018-02-04
1
-15
/
+16
*
ftpd: switch to mallced "globals"
Denys Vlasenko
2018-02-04
1
-2
/
+6
*
gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes
Denys Vlasenko
2018-02-04
1
-4
/
+11
*
bzip2: move runningOrder[] back to stack - 256 bytes is not much
Denys Vlasenko
2018-02-03
2
-6
/
+8
*
bzip2: move ->origPtr out of struct EState, make a few members smaller
Denys Vlasenko
2018-02-03
3
-27
/
+27
*
bzip2: pass sorting params through EState* pointer
Denys Vlasenko
2018-02-03
3
-67
/
+65
*
gzip2: small simplification in mainSimpleSort()
Denys Vlasenko
2018-02-03
1
-14
/
+15
*
bzip2: a few more locals converted to generic types
Denys Vlasenko
2018-02-03
1
-7
/
+7
*
bzip2: eliminate one parameter to mainQSort3()
Denys Vlasenko
2018-02-03
1
-5
/
+9
*
bzip2: small simplification in mainSort()
Denys Vlasenko
2018-02-03
1
-5
/
+5
*
bzip2: convert some locals to unsigned's
Denys Vlasenko
2018-02-03
1
-5
/
+5
*
bzip2: runningOrder[] values are always 0..255, make it uint8
Denys Vlasenko
2018-02-03
2
-6
/
+5
*
bzip2: remove redundant clearing of an alredy unset bit
Denys Vlasenko
2018-02-03
1
-2
/
+2
*
bzip2: eliminate write-only local numQSorted
Denys Vlasenko
2018-02-03
1
-7
/
+3
*
bzip2: make locals in mainSort() saner, convert one of them from uint16 to un...
Denys Vlasenko
2018-02-03
1
-29
/
+36
*
bzip2: remove redundant loop termination check in mainSort()
Denys Vlasenko
2018-02-03
1
-3
/
+6
*
bzip2: reduce indentation, no code changes
Denys Vlasenko
2018-02-03
1
-44
/
+45
*
bzip2: reuse zPend processing code
Denys Vlasenko
2018-02-03
1
-31
/
+13
*
bzip2: shrink makeMaps_e()
Denys Vlasenko
2018-02-03
1
-3
/
+4
[prev]
[next]