index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-02-19
poweroff: add a config option for people needing VERY early poweroff
Denys Vlasenko
2018-02-15
mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms
Denys Vlasenko
2018-02-14
tls: remove redundant floor prevention
Denys Vlasenko
2018-02-13
ping: don't call monotonic_us twice per sending the ping
Denys Vlasenko
2018-02-13
ping: implement -A "adaptive ping"
Denys Vlasenko
2018-02-13
inetd,mount: add comment with example of flags to build with libtirpc
Denys Vlasenko
2018-02-13
progress meter: add disabled code for a more stable ETA
Denys Vlasenko
2018-02-13
hush: simplify process_command_subs()
Denys Vlasenko
2018-02-13
ash : fix double-quoted "\z" handling
Denys Vlasenko
2018-02-12
wget: more thorough sanitization of other side's data
Denys Vlasenko
2018-02-12
testsuite: update busybox and bzcat tests
Ron Yorston
2018-02-11
cp: fix option handling in non-longopt config
Denys Vlasenko
2018-02-11
arping: code shrink
Denys Vlasenko
2018-02-11
libbb: introduce and use bb_getsockname()
Denys Vlasenko
2018-02-11
arping: move packet buffer, sigset and struct ifreq to malloced "globals"
Denys Vlasenko
2018-02-11
arping: fix the case when inherited signal mask masks out ALRM
Denys Vlasenko
2018-02-11
arping: change a few message strings to be closer to iputils arping
Denys Vlasenko
2018-02-11
arping: code shrink
Denys Vlasenko
2018-02-09
svlogd: improve --help text
Denys Vlasenko
2018-02-08
hush: probably fixing a bug in last LINENO fix
Denys Vlasenko
2018-02-08
hush: LINENO fix
Denys Vlasenko
2018-02-08
ip: fix crash in "ip neigh show"
Denys Vlasenko
2018-02-08
wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs
Denys Vlasenko
2018-02-07
libbb: shrink wget/tftp progress indicator code a bit more
Denys Vlasenko
2018-02-07
libbb: shrink wget/tftp progress indicator code for 32-bit
Denys Vlasenko
2018-02-07
udhcp: do not setlinebuf(stdout), we don't print to stdout anymore
Denys Vlasenko
2018-02-07
bzip2: expose tuning knob for faster/smaller code
Denys Vlasenko
2018-02-06
wget: attempt to negotiate encrypted data ftps stream ("PROT P")
Denys Vlasenko
2018-02-06
fix compile failure in previous commit
Denys Vlasenko
2018-02-06
unzip: do not set directory mode to 0777
Denys Vlasenko
2018-02-06
ar: hopefully fix out-of-bounds read in get_header_ar()
Denys Vlasenko
2018-02-06
fix a thinko in parse_pasv_epsv.c
Denys Vlasenko
2018-02-06
wget: add EPSV support
Denys Vlasenko
2018-02-06
wget: initial support for ftps://
Denys Vlasenko
2018-02-06
wget: preparations for ftps:// support (block move, no code changes)
Denys Vlasenko
2018-02-06
tls: fix hash calculations if client cert is requested and sent
Denys Vlasenko
2018-02-05
ftpd: handle restarts past 2147483647 bytes. closes 10741
Denys Vlasenko
2018-02-05
bzip2: work around bad compiler optimization
Denys Vlasenko
2018-02-04
ftpd: fix aliasing warning from gcc-6.1.1
Denys Vlasenko
2018-02-04
ftpgetput: add EPSV support (PASV-like thing for IPv6)
Denys Vlasenko
2018-02-04
ftpgetput: preparations for ESPV support, no code changes
Denys Vlasenko
2018-02-04
ftpd: switch to mallced "globals"
Denys Vlasenko
2018-02-04
gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes
Denys Vlasenko
2018-02-03
bzip2: move runningOrder[] back to stack - 256 bytes is not much
Denys Vlasenko
2018-02-03
bzip2: move ->origPtr out of struct EState, make a few members smaller
Denys Vlasenko
2018-02-03
bzip2: pass sorting params through EState* pointer
Denys Vlasenko
2018-02-03
gzip2: small simplification in mainSimpleSort()
Denys Vlasenko
2018-02-03
bzip2: a few more locals converted to generic types
Denys Vlasenko
2018-02-03
bzip2: eliminate one parameter to mainQSort3()
Denys Vlasenko
2018-02-03
bzip2: small simplification in mainSort()
Denys Vlasenko
[prev]
[next]