summaryrefslogtreecommitdiff
path: root/networking/zcip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-2/+3
* httpd: slight reduction of #ifdef forestDenis Vlasenko2006-11-211-5/+0
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-30/+15
* zcip: bb_error_msg had stray newlines; small optimization in opt parsingDenis Vlasenko2006-09-031-4/+3
* zcip: minor fixesDenis Vlasenko2006-09-031-20/+21
* zcip: fix stdout/err versus syslog output.Denis Vlasenko2006-09-031-12/+27
* zcip: getopt -> bb_getopt_ulflagsDenis Vlasenko2006-09-031-37/+24
* zcip: convert lots of zero-initialized localsDenis Vlasenko2006-09-031-41/+43
* zcip: use xfunc() where appropriateDenis Vlasenko2006-09-031-29/+23
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-4/+1
* zcip: apply patch fromDenis Vlasenko2006-09-031-92/+182
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-1/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first timeRob Landley2006-06-301-9/+9
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley2006-06-251-1/+1
* Clean up.Rob Landley2006-06-221-74/+13
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* fix from David Daney, on busybox mailing list:Paul Fox2006-03-291-1/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-11/+13
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+1
* just whitespaceTim Riker2006-01-251-4/+4
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-16/+3
* - do away with superfluous keyword.Bernhard Reutner-Fischer2005-12-131-1/+1
* - fix zcip for IMA compile mode.Bernhard Reutner-Fischer2005-12-121-6/+6
* - fix bug to avoid aliasing busybox' main to zcip_main in IMA mode.Bernhard Reutner-Fischer2005-10-211-0/+3
* Revert Tito's patch to zcip. My bad, David Brownell had objected and I missedRob Landley2005-05-031-109/+186
* On Tuesday 19 April 2005 21:10, Tito wrote and today added:Rob Landley2005-05-011-186/+109
* David Brownell submitted a new applet, zcip, based on RFC 3927. This isRob Landley2005-04-301-0/+550