busybox/networking
Denys Vlasenko 565af23222 ftpd: switch to mallced "globals"
function                                             old     new   delta
cmdio_write_ok                                        45      49      +4
cmdio_write_error                                     45      49      +4
handle_dir_common                                    360     363      +3
handle_cwd                                            40      43      +3
port_or_pasv_was_seen                                 37      39      +2
pasv_active                                           13      15      +2
cmdio_write_raw                                       34      36      +2
cmdio_write                                           78      80      +2
get_remote_transfer_fd                                94      93      -1
port_pasv_cleanup                                     50      45      -5
bind_for_passive_mode                                124     119      -5
cmdio_get_cmd_and_arg                                237     230      -7
timeout_handler                                      104      93     -11
ftpd_main                                           2222    2152     -70
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 8/6 up/down: 22/-99)            Total: -77 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-02-04 18:32:21 +01:00
..
libiproute tc: fix single-applet build 2018-01-13 21:37:20 +01:00
ssl_helper
ssl_helper-wolfssl
udhcp udhcpd: use ptr_to_globals for its lone global data (g_leases) 2018-02-01 10:41:14 +01:00
arp.c config: deindent all help texts 2017-07-21 09:50:55 +02:00
arping.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
brctl.c brctl: make it NOEXEC 2017-08-06 20:14:02 +02:00
Config.src config: deindent all help texts 2017-07-21 09:50:55 +02:00
dnsd.c config: deindent all help texts 2017-07-21 09:50:55 +02:00
ether-wake.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
ftpd.c ftpd: switch to mallced "globals" 2018-02-04 18:32:21 +01:00
ftpgetput.c ftpgetput: show only short options in --help text 2017-08-08 22:33:02 +02:00
hostname.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
httpd_helpers.sh
httpd_indexcgi.c
httpd_post_upload.cgi
httpd_ssi.c
httpd.c httpd: fix handling of range requests 2017-09-18 13:09:11 +02:00
ifconfig.c whitespace and comment format fixes, no code changes 2017-10-05 15:19:25 +02:00
ifenslave.c getopt32: remove applet_long_options 2017-08-08 17:09:40 +02:00
ifplugd.c zcip: fix slow environment leak 2017-07-22 03:04:20 +02:00
ifupdown.c whitespace and comment format fixes, no code changes 2017-10-05 14:40:24 +02:00
inetd.c inetd: fix for running by non-root 2017-11-09 16:19:42 +01:00
interface.c whitespace and comment format fixes, no code changes 2017-10-05 14:40:24 +02:00
ip.c ip,ip*: make them NOEXEC 2017-09-18 15:45:13 +02:00
ipcalc.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
isrv_identd.c config: deindent all help texts 2017-07-21 09:50:55 +02:00
isrv.c
isrv.h
Kbuild.src
nameif.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
nbd-client.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
nc_bloaty.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
nc.c whitespace and comment format fixes, no code changes 2017-10-05 15:19:25 +02:00
netstat.c config: deindent all help texts 2017-07-21 09:50:55 +02:00
nslookup.c config: deindent all help texts 2017-07-21 09:50:55 +02:00
ntpd.c ntpd: do run the script at leat once in 11 minutes 2017-12-26 20:19:37 +01:00
ntpd.diff
ping.c networking: Fall back on IPPROTO_RAW when SOL_RAW is not defined 2017-10-30 14:51:25 +01:00
pscan.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
route.c whitespace and comment format fixes, no code changes 2017-10-05 15:19:25 +02:00
slattach.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
ssl_client.c config: deindent all help texts 2017-07-21 09:50:55 +02:00
tc.c tc: enables this applet 2018-01-04 10:27:51 +01:00
tcpudp_perhost.c
tcpudp_perhost.h
tcpudp.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
telnet.c whitespace and comment format fixes, no code changes 2017-10-05 15:19:25 +02:00
telnetd.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
telnetd.ctrlSQ.patch
telnetd.IAC_test.sh
tftp.c randomconfig fixes 2017-12-31 17:30:02 +01:00
tls_aes.c Move get_unaligned_le32() macros to platform.h 2017-07-15 20:22:25 +02:00
tls_aes.h
tls_pstm_montgomery_reduce.c tls: remove last int16 local variables in pstm code 2017-07-15 17:19:38 +02:00
tls_pstm_mul_comba.c tls: remove last int16 local variables in pstm code 2017-07-15 17:19:38 +02:00
tls_pstm_sqr_comba.c tls: remove last int16 local variables in pstm code 2017-07-15 17:19:38 +02:00
tls_pstm.c tls: remove last int16 local variables in pstm code 2017-07-15 17:19:38 +02:00
tls_pstm.h
tls_rsa.c
tls_rsa.h
tls_symmetric.h
tls.c tls: use capped SNI len everywhere 2017-07-04 16:52:45 +02:00
tls.h tls: fix pstm asm constraint problem 2017-07-15 17:13:08 +02:00
traceroute.c Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined 2017-10-31 15:59:19 +01:00
tunctl.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
vconfig.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
wget.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
whois.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
zcip.c whitespace and comment format fixes, no code changes 2017-10-05 15:19:25 +02:00