summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply all post-1.8.1 patches1_8_2Denis Vlasenko2007-11-241-1/+1
* apply accumulated post 1.8.0 fixes, bump version to 1.8.11_8_1Denis Vlasenko2007-11-101-11/+23
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-7/+7
* ifconfig: code shrinkDenis Vlasenko2007-11-041-44/+44
* inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov)Denis Vlasenko2007-10-301-16/+14
* - fix typo in helptextBernhard Reutner-Fischer2007-10-291-1/+1
* ll_types.c: optimize link type table, make it conditionalDenis Vlasenko2007-10-296-78/+179
* httpd: fix trivial bug (spotted by Alex Landau)Denis Vlasenko2007-10-211-1/+1
* ping: fix breakage from -I fixDenis Vlasenko2007-10-201-2/+2
* paing: make -I ethN work too (-I addr already worked)Denis Vlasenko2007-10-191-6/+15
* httpd: free big buffer after use; improve grep-ability of 'headers' variableDenis Vlasenko2007-10-181-16/+17
* xatonum.h: add commentDenis Vlasenko2007-10-182-64/+212
* telnetd: make sure telnetd -K exits if child diesDenis Vlasenko2007-10-171-20/+15
* telnetd: trivial optimizationDenis Vlasenko2007-10-171-3/+4
* ash: use fdprintf, not dprintf.Denis Vlasenko2007-10-171-1/+1
* fixes revealed by randomconfig runDenis Vlasenko2007-10-161-8/+10
* telnetd: fix commentDenis Vlasenko2007-10-161-1/+1
* telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de>Denis Vlasenko2007-10-161-31/+36
* bzip2: make -s equivalent to -2 (compatible with standard bzip2)Denis Vlasenko2007-10-161-1/+1
* telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistenceDenis Vlasenko2007-10-151-35/+64
* telnetd: document bug in remove_iacs. reinstate band-aidDenis Vlasenko2007-10-151-48/+55
* telnetd: some simplifications and better error hadling.Denis Vlasenko2007-10-151-120/+150
* remove trailing whitespaceDenis Vlasenko2007-10-142-5/+5
* httpd: fix bug where we were trying to read more POSTDATA than content-lengthDenis Vlasenko2007-10-141-0/+11
* whitespace/style fixDenis Vlasenko2007-10-111-11/+12
* vi: don't wait 50 ms before reading ESC sequencesDenis Vlasenko2007-10-111-2/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-1133-41/+41
* ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>Denis Vlasenko2007-10-101-2/+2
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko2007-10-072-3/+3
* - mark TODO: use index_in_str_array()Bernhard Reutner-Fischer2007-10-061-1/+1
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-013-3/+3
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-302-5/+5
* move udhcp_{client/server}_config to common_bufsiz1Denis Vlasenko2007-09-305-8/+5
* dhcpreplay: code shrink, -40 bytesDenis Vlasenko2007-09-301-31/+29
* replace printf with fputs where appropriateDenis Vlasenko2007-09-302-11/+10
* libiproute: add missing break'sDenis Vlasenko2007-09-301-0/+3
* httpd: trivial simplificationDenis Vlasenko2007-09-281-4/+6
* assorted static vars removalDenis Vlasenko2007-09-281-43/+20
* wget: -O FILE is allowed to overwrite existing file (compat)Denis Vlasenko2007-09-271-10/+16
* zcip: fix unaligned trap on ARMDenis Vlasenko2007-09-271-2/+3
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-278-12/+12
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-275-19/+14
* inetd: move struct fields around -> save .25 k of codeDenis Vlasenko2007-09-261-6/+8
* httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>)Denis Vlasenko2007-09-251-1/+8
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-29/+16
* wget: get rid of setitimerDenis Vlasenko2007-09-241-36/+26
* wget: reorder functions, no code changesDenis Vlasenko2007-09-241-316/+305
* wget: code shrink, move data out of bssDenis Vlasenko2007-09-241-28/+48
* wget: allow dots in header field names.Denis Vlasenko2007-09-241-36/+36