- 71fa5b0 tls: introduce FEATURE_TLS_SHA1 to make SHA1 code optional by Denys Vlasenko · 6 years ago
- 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- c6725b0 Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS by Jörg Krause · 8 years ago
- 29e2c45 tc: consolidate its disabled bits by Denys Vlasenko · 8 years ago
- 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- a8c696b Make ifup and ifdown individually selectable. by Denys Vlasenko · 8 years ago
- 67fd2f2 dnsdomainname: split it from "hostname", make it independently selectable by Denys Vlasenko · 8 years ago
- 1c32e49 traceroute: cleanup and fixes for packet size calculations by Denys Vlasenko · 8 years ago
- 0269789 inetd: make FEATURE_INETD_RPC off by default by Denys Vlasenko · 9 years ago
- 6993470 networking: add 'ip neigh' command by Curt Brune · 9 years ago
- d1eea8d iproute: don't hardcode the path to config files by Christoph J. Thompson · 9 years ago
- 1c6c670 wget: make openssl/ssl_helper choice configurable by Denys Vlasenko · 9 years ago
- 1cbe93c telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernel by Martin Kaiser · 10 years ago
- 8d75d79 libbb: use sendfile() to copy data between file descriptors by Bartosz Golaszewski · 10 years ago
- feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
- 504fe45 ntpd: add optional support for /etc/ntp.conf by Denys Vlasenko · 11 years ago
- d074b41 wget: add support for connect timeout by Lauri Kasanen · 11 years ago
- f47ce07 brctl: fix description and usage by Nicolas Thill · 12 years ago
- e0a6004 config: do not refer to HTTPS for wget by Pierre Carrier · 12 years ago
- 35def51 httpd: fix MD5-encrypted-in-httpd.conf password logic by Denys Vlasenko · 13 years ago
- 293a8f2 nameif: add matching by phy_address=NUM; extend help text by Phil Sutter · 14 years ago
- e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
- 714e2b7 ping: add -t TTL option by Joachim Nilsson · 14 years ago
- d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
- 64f2ba2 wget: make -T support enabled by default by Denys Vlasenko · 14 years ago
- c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
- 7a2ba32 httpd: optional support for gzip-compressed pages by Peter Korsgaard · 14 years ago
- 2ea12d8 tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DST by Jeremie Koenig · 15 years ago
- 2988511 libbb: conditionalize AF_* usage in error reporting by Jeremie Koenig · 15 years ago
- 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
- 77cc2c5 nc: introduce CONFIG_NC_110_COMPAT option. by Denys Vlasenko · 14 years ago
- 0cc2594 networking/Config.src: make tftp/tftpd-related options less confusing. Closes 2017 by Denys Vlasenko · 14 years ago
- d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago[Renamed from networking/Config.in]
- 238c83b ftpd: work around LIST -aXYZ too, not only LIST -lXYZ by Denys Vlasenko · 15 years ago
- 345e093 fix Config.in tab usage by Denys Vlasenko · 15 years ago
- cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
- 45cec1e Config: fix alphabetical ordering by Bernhard Reutner-Fischer · 15 years ago
- f3fc9ac ftpd: conditional support for broken clients by Stefan Seyfried · 15 years ago
- 60b9524 whitespace fix by Denys Vlasenko · 15 years ago
- 4662de0 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest by Denys Vlasenko · 15 years ago
- 4c06531 traceroute6: new applet by Leonid Lisovskiy. +1562 bytes by Leonid Lisovskiy · 15 years ago
- b158506 ntpd: new applet by Adam Tkac. +5k. by Adam Tkac · 15 years ago
- 8bd0af9 tftp: add optiona support for progress bar by Magnus Damm · 15 years ago
- ed1667e telnetd: add -w ("inetd wait") option. Can be configured off. by Denys Vlasenko · 15 years ago
- f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
- bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
- 47aaa2b Make it clearer that usually people should _NOT_ select FEATURE_UNIX_LOCAL. by Denys Vlasenko · 16 years ago
- 71c1657 ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) by Denis Vlasenko · 16 years ago
- f6b4685 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) by Denis Vlasenko · 16 years ago
- 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
- 16b4a2d ftpd: new applet by Adam Tkac by Denis Vlasenko · 16 years ago
- 30e3df3 - rephrase helptext for clarity by Bernhard Reutner-Fischer · 16 years ago
- 12aca79 - improve wording by Bernhard Reutner-Fischer · 16 years ago
- 97b954d - improve wording by Bernhard Reutner-Fischer · 16 years ago
- 1cbfd98 httpd: by Denis Vlasenko · 16 years ago
- 39b6813 tunctl: new applet by Vladimir by Denis Vlasenko · 16 years ago
- ae6e135 tftpd: can also have TFTP_DEBUG by Denis Vlasenko · 16 years ago
- 142c5cb ifupdown.c: allow options to udhcpc to be configurable from .config by Wade Berrier · 16 years ago
- b9d572a total overhaul of mail applets. again. Vladimir as usual. by Denis Vlasenko · 16 years ago
- 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
- c2d5a27 - wrap overlong line by Bernhard Reutner-Fischer · 16 years ago
- 2b2d977 sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
- bed22a0 sendmail: compat update by Vladimir by Denis Vlasenko · 16 years ago
- 0901c51 - add WIP stub for tc. by Bernhard Reutner-Fischer · 16 years ago
- 6e69e42 netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> by Denis Vlasenko · 16 years ago
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- 01eaee9 *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. by Denis Vlasenko · 17 years ago
- 278a1c2 brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>) by Denis Vlasenko · 17 years ago
- 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
- aa9b182 tftpd: new applet (mostly using existing code for tftp) by Denis Vlasenko · 17 years ago
- 8195d20 sendmail: yet another maintainer's update by Denis Vlasenko · 17 years ago
- 06aed43 ifenslave: new applet. closes bug 115. by Denis Vlasenko · 17 years ago
- a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
- 6d52c1e sendmail: update from maintainer by Denis Vlasenko · 17 years ago
- 0b2b584 Fix compilation error when FEATURE_FANCY_PING enabled. Also by Paul Fox · 17 years ago
- 73032ca sendmail: new applet by dronnikov at gmail.com by Denis Vlasenko · 17 years ago
- 2b11fb4 - implement brctl setpathcost, setportprio, setbridgeprio, stp by Bernhard Reutner-Fischer · 17 years ago
- 1aac3ab - shrink a bit and implement time related fancy features. Improve help texts. by Bernhard Reutner-Fischer · 17 years ago
- d27d925 - new applet brctl by Bernhard Reutner-Fischer · 17 years ago
- f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
- 9d6c469 Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have: by Denis Vlasenko · 17 years ago
- 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago 1_8_0
- 1641d61 - fix typo in helptext by Bernhard Reutner-Fischer · 17 years ago
- dfc0740 ll_types.c: optimize link type table, make it conditional by Denis Vlasenko · 17 years ago
- f74194e xatonum.h: add comment by Denis Vlasenko · 17 years ago
- f431017 httpd: optional support for partial downloads by Denis Vlasenko · 17 years ago
- fc20242 - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN by Bernhard Reutner-Fischer · 17 years ago
- e58e8d9 httpd: add optional support for error pages by Denis Vlasenko · 17 years ago
- 1b9064d httpd: sendfile support by Denis Vlasenko · 17 years ago
- 2a86a61 ifup/ifdown: make location of ifstate configurable by Denis Vlasenko · 17 years ago
- 14923db slattach: new applet. by Denis Vlasenko · 17 years ago
- a7825f2 make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features by Denis Vlasenko · 17 years ago
- 7b72fc1 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- 6239b1f - fix typo in help text and fix punctuation by Bernhard Reutner-Fischer · 18 years ago
- 418a7fb netstat: introduce -W: wide, ipv6-friendly output by Denis Vlasenko · 18 years ago
- eda43d7 ifupdown: mke it possible to use DHCP clients different from udhcp. by Denis Vlasenko · 18 years ago
- 29fe726 nc: port nc 1.10 to busybox by Denis Vlasenko · 18 years ago