aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17tcpsvd,udpsvd: make them NOMMU-capableDenis Vlasenko
2008-03-17libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko
2008-03-12nc: remove a bit of bloatDenis Vlasenko
2008-03-12inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko
2008-03-02actually add bb_qsort.cDenis Vlasenko
2008-02-28zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko
2008-02-27httpd: fix breakage introduced by "support for I:index.xml"Denis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-27script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko
2008-02-27sendmail: yet another maintainer's updateDenis Vlasenko
2008-02-26sendmail: update from maintainerDenis Vlasenko
2008-02-26ifenslave: new applet. closes bug 115.Denis Vlasenko
2008-02-25*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko
2008-02-21httpd: "HEAD" support. Closes bug 1530.Denis Vlasenko
2008-02-20udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko
2008-02-20udhcp: make paths configurableDenis Vlasenko
2008-02-19init: make it NOMMU-capableDenis Vlasenko
2008-02-18mount: recognize "dirsync" (closes bug 835)Denis Vlasenko
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-02-16*: more readable handling of pipe fds. No code changes.Denis Vlasenko
2008-02-16ifupdowm: shrinkDenis Vlasenko
2008-02-16random s/short/int/Denis Vlasenko
2008-02-15ifupdown: code shrinkDenis Vlasenko
2008-02-11httpd: fix bug where we did chdir("") if CGI path had only one "/".Denis Vlasenko
2008-02-11- shrink a tiny bit (-30Bytes)Bernhard Reutner-Fischer
2008-02-11- spelling fixesBernhard Reutner-Fischer
2008-02-08sendmail: update from maintainerDenis Vlasenko
2008-02-08httpd: add a bit of error logging; a few code simplifications. +29 bytes.Denis Vlasenko
2008-02-04udhcp: ifdef out unused membersDenis Vlasenko
2008-02-04udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko
2008-02-04zcip: open ARP socket before openlogDenis Vlasenko
2008-02-02sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>Denis Vlasenko
2008-02-02nc: fix fallout from C99 standard compliance changeDenis Vlasenko
2008-02-01Fix compilation error when FEATURE_FANCY_PING enabled. AlsoPaul Fox
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer
2008-01-29sendmail: really svn add itDenis Vlasenko
2008-01-28sendmail: new applet by dronnikov at gmail.comDenis Vlasenko
2008-01-28*: tidy up usage of char **environDenis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2008-01-25udhcpc: filter unwanted packets in kernelDenis Vlasenko
2008-01-25udhcpc: fix wrong options in decline and release packetsDenis Vlasenko
2008-01-14- implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer
2008-01-13- shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer
2008-01-13- save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer
2008-01-13- new applet brctlBernhard Reutner-Fischer
2008-01-07whitespace fixesDenis Vlasenko