summaryrefslogtreecommitdiff
path: root/networking
Commit message (Expand)AuthorAgeFilesLines
* httpd: "HEAD" support. Closes bug 1530.Denis Vlasenko2008-02-211-26/+36
* udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko2008-02-201-6/+1
* udhcp: make paths configurableDenis Vlasenko2008-02-203-2/+21
* init: make it NOMMU-capableDenis Vlasenko2008-02-191-1/+1
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-7/+10
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-4/+1
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-166-20/+31
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-163-25/+25
* ifupdowm: shrinkDenis Vlasenko2008-02-161-99/+100
* random s/short/int/Denis Vlasenko2008-02-164-7/+8
* ifupdown: code shrinkDenis Vlasenko2008-02-151-95/+51
* httpd: fix bug where we did chdir("") if CGI path had only one "/".Denis Vlasenko2008-02-111-20/+22
* - shrink a tiny bit (-30Bytes)Bernhard Reutner-Fischer2008-02-111-30/+27
* - spelling fixesBernhard Reutner-Fischer2008-02-114-8/+8
* sendmail: update from maintainerDenis Vlasenko2008-02-083-221/+445
* httpd: add a bit of error logging; a few code simplifications. +29 bytes.Denis Vlasenko2008-02-081-7/+11
* udhcp: ifdef out unused membersDenis Vlasenko2008-02-042-0/+4
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-049-11/+67
* zcip: open ARP socket before openlogDenis Vlasenko2008-02-041-11/+13
* sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>Denis Vlasenko2008-02-021-78/+102
* nc: fix fallout from C99 standard compliance changeDenis Vlasenko2008-02-021-20/+20
* Fix compilation error when FEATURE_FANCY_PING enabled. AlsoPaul Fox2008-02-012-8/+8
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-2911-46/+46
* sendmail: really svn add itDenis Vlasenko2008-01-291-0/+313
* sendmail: new applet by dronnikov at gmail.comDenis Vlasenko2008-01-282-0/+14
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-3/+0
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-275-8/+4
* udhcpc: filter unwanted packets in kernelDenis Vlasenko2008-01-255-10/+64
* udhcpc: fix wrong options in decline and release packetsDenis Vlasenko2008-01-253-13/+15
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-142-21/+93
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-132-36/+115
* - save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer2008-01-131-5/+4
* - new applet brctlBernhard Reutner-Fischer2008-01-133-0/+94
* whitespace fixesDenis Vlasenko2008-01-071-1/+1
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-073-4/+4
* ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko2008-01-041-4/+6
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-025-6/+6
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-301-7/+10
* httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2007-12-291-2/+11
* trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko2007-12-281-5/+5
* netstat: in error message, report filename and line numberDenis Vlasenko2007-12-261-22/+23
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-262-11/+5
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-261-22/+15
* Makefile: change version to 1.10.0.svnDenis Vlasenko2007-12-243-45/+55
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-242-77/+166
* vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,Denis Vlasenko2007-12-221-1/+1
* udhcp: decided to not send "short" dhcp packets,Denis Vlasenko2007-12-211-1/+6
* udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko2007-12-207-43/+49
* traceroute: stop using global data/bssDenis Vlasenko2007-12-161-43/+63
* udhcpc: support for -O <option>.Denis Vlasenko2007-12-104-77/+94