..
libiproute
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
2020-11-30 13:03:03 +01:00
ssl_helper
ssl_helper-wolfssl
udhcp
udhcpc6: code shrink - sending functions do not need ifindex parameter
2020-12-15 21:55:15 +01:00
arp.c
build system: drop PLATFORM_LINUX
2020-08-13 17:12:56 +02:00
arping.c
build system: drop PLATFORM_LINUX
2020-08-13 17:12:56 +02:00
brctl.c
build system: drop PLATFORM_LINUX
2020-08-13 17:12:56 +02:00
Config.src
dnsd.c
libbb: reduce the overhead of single parameter bb_error_msg() calls
2019-07-02 11:35:03 +02:00
ether-wake.c
build system: drop PLATFORM_LINUX
2020-08-13 17:12:56 +02:00
ftpd.c
ftpgetput.c
libbb: reduce the overhead of single parameter bb_error_msg() calls
2019-07-02 11:35:03 +02:00
hostname.c
more --help text tweaks
2020-12-13 19:18:28 +01:00
httpd_helpers.sh
httpd_indexcgi.c
httpd_indexcgi.c: use CSS for odd/even rows
2020-07-31 18:14:54 +02:00
httpd_post_upload.cgi
httpd_ssi.c
httpd.c
libbb: change decode_base32/64 API to return the end of _dst_, not _src_.
2020-11-28 13:27:36 +01:00
ifconfig.c
help text tweaks
2020-12-13 19:04:19 +01:00
ifenslave.c
build system: drop PLATFORM_LINUX
2020-08-13 17:12:56 +02:00
ifplugd.c
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
2020-11-30 13:03:03 +01:00
ifupdown.c
libbb: make msleep() result in only one syscall instead of looping
2020-12-11 16:48:47 +01:00
inetd.c
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
2020-11-30 14:58:02 +01:00
interface.c
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
2020-11-30 13:03:03 +01:00
ip.c
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
2020-11-30 13:03:03 +01:00
ipcalc.c
help text: replace [OPTIONS] with actual options (if not too long)
2020-12-13 22:34:05 +01:00
isrv_identd.c
isrv.c
libbb: reduce the overhead of single parameter bb_error_msg() calls
2019-07-02 11:35:03 +02:00
isrv.h
Kbuild.src
nameif.c
build system: drop PLATFORM_LINUX
2020-08-13 17:12:56 +02:00
nbd-client.c
libbb: introduce and use sleep1()
2020-11-29 11:37:34 +01:00
nc_bloaty.c
libbb: introduce and use sleep1()
2020-11-29 11:37:34 +01:00
nc.c
libbb: reduce the overhead of single parameter bb_error_msg() calls
2019-07-02 11:35:03 +02:00
netstat.c
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
2020-11-30 14:58:02 +01:00
nslookup.c
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
2020-11-30 14:58:02 +01:00
ntpd.c
ntpd: allow non-root to run it (e.g. with -w option)
2020-12-15 23:23:44 +01:00
ntpd.diff
parse_pasv_epsv.c
networking: support ftp PASV responses not ending with ')'
2020-07-19 20:59:35 +02:00
ping.c
traceroute: even with -v, don't show other ping processes reply's
2020-12-13 15:53:06 +01:00
pscan.c
libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there
2020-11-29 11:32:48 +01:00
route.c
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
2020-11-30 13:03:03 +01:00
slattach.c
libbb: introduce and use sleep1()
2020-11-29 11:37:34 +01:00
ssl_client.c
tc.c
tc: array address is never NULL
2019-10-25 13:41:31 +02:00
tcpudp_perhost.c
tcpudp_perhost.h
tcpudp.c
libbb: reduce the overhead of single parameter bb_error_msg() calls
2019-07-02 11:35:03 +02:00
telnet.c
libbb: introduce and use sleep1()
2020-11-29 11:37:34 +01:00
telnetd.c
libbb: reduce the overhead of single parameter bb_error_msg() calls
2019-07-02 11:35:03 +02:00
telnetd.ctrlSQ.patch
telnetd.IAC_test.sh
tftp.c
tftp: on download, open local file only when first bit of data arrived
2020-02-13 15:27:23 +01:00
tls_aes.c
tls: code shrink in AES code
2020-12-15 18:47:25 +01:00
tls_aes.h
tls_aesgcm.c
suppress a few "unused function" warnings
2019-10-25 13:05:15 +02:00
tls_aesgcm.h
tls_fe.c
tls_fe.h
tls_pstm_montgomery_reduce.c
tls_pstm_mul_comba.c
tls_pstm_sqr_comba.c
tls_pstm.c
tls_pstm.h
tls_rsa.c
tls_rsa.h
tls_symmetric.h
tls.c
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
2020-11-30 13:03:03 +01:00
tls.h
libbb: reduce the overhead of single parameter bb_error_msg() calls
2019-07-02 11:35:03 +02:00
traceroute.c
traceroute: code shrink
2020-12-13 15:58:47 +01:00
tunctl.c
build system: drop PLATFORM_LINUX
2020-08-13 17:12:56 +02:00
vconfig.c
build system: drop PLATFORM_LINUX
2020-08-13 17:12:56 +02:00
wget.c
wget: do not ftruncate if -O- is used, closes 13351
2020-12-08 19:06:28 +01:00
whois.c
whois: limit total length of response to 32+2 kb
2019-12-03 14:52:17 +01:00
zcip.c
build system: drop PLATFORM_LINUX
2020-08-13 17:12:56 +02:00