summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tcpsvd,udpsvd: make them NOMMU-capableDenis Vlasenko2008-03-171-41/+60
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-11/+11
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-124-38/+12
* nc: remove a bit of bloatDenis Vlasenko2008-03-122-107/+158
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-123-1008/+770
* actually add bb_qsort.cDenis Vlasenko2008-03-023-3/+3
* zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko2008-02-281-2/+2
* httpd: fix breakage introduced by "support for I:index.xml"Denis Vlasenko2008-02-271-0/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-275-8/+9
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-47/+0
* sendmail: yet another maintainer's updateDenis Vlasenko2008-02-272-121/+90
* sendmail: update from maintainerDenis Vlasenko2008-02-261-149/+207
* ifenslave: new applet. closes bug 115.Denis Vlasenko2008-02-263-0/+629
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-9/+9
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-243-6/+6
* 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