aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* strip -> $(STRIP); fix "unused variable" warningvda2006-10-161-1/+1
* nc: fix 2 my own buglets, and few someone else's too.vda2006-10-161-34/+61
* telnetd: check ptsname() for NULLvda2006-10-151-9/+16
* wget: xatoi's were oversealous ("200 OK" isn't a number)vda2006-10-151-39/+51
* add open_read_close() and similar stuffvda2006-10-1411-22/+19
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-123-3/+3
* small style fixesvda2006-10-122-4/+4
* ifupdown: stop emitting annoying/misleading error messages.vda2006-10-111-33/+55
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>vda2006-10-101-0/+2
* correct largefile support, add comments about it.vda2006-10-083-23/+25
* attempt to regularize atoi mess.vda2006-10-0818-169/+119
* dd: make it recognize not only 'k' but 'K' too;vda2006-10-072-26/+2
* wget: don't be careless with xstrdup'ingvda2006-10-071-18/+24
* wget: fix download of URLs like:vda2006-10-071-6/+30
* dnsd fix; option_mask32 added. dnsd needs more love.vda2006-10-062-75/+80
* eject: -T fixvda2006-10-051-4/+2
* httpd: add -u user[:grp] supportvda2006-10-051-8/+22
* build system overhaulvda2006-10-0511-460/+285
* bb_applet_name -> applet_namevda2006-10-039-11/+11
* getopt_ulflags -> getopt32.vda2006-10-0319-39/+39
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* lots of silly indent fixesvda2006-10-034-26/+26
* traceroute: fix compilation if netinet/protocols.h is missingvda2006-10-031-25/+13
* traceroute: do not look up icmp protocol# in /etc, it is well-known :)vda2006-10-031-7/+2
* ifupdown: Debian users contributed improvement to itvda2006-10-021-23/+27
* wget: make progress bar and ETA work correctly with -cvda2006-10-011-35/+37
* lsmod: repair indentationvda2006-09-301-95/+91
* vconfig: fix bug 701 (I be damned if I understand it)vda2006-09-301-2/+3
* libiproute/ll_map.c: fix bug 279vda2006-09-301-6/+30
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-293-5/+5
* rt_names.c: move few strings into rodatavda2006-09-281-10/+9
* ifupdown: make dhcp start/stop scripts user configurablevda2006-09-281-0/+16
* silly switch style fixvda2006-09-272-2/+2
* ifupdown: fix for standalone shell; removed hardcoded PATHvda2006-09-271-41/+23
* ifupdown: style cleanup, no code changesvda2006-09-261-266/+260
* several fixes from openWRT projectvda2006-09-264-3/+17
* httpd: sanitize indentationvda2006-09-261-1213/+1209
* wget: add (configurable) large file support. Run tested.vda2006-09-261-53/+63
* wget: fix bug where wget creates null file if there is no remote one.vda2006-09-231-78/+38
* inetd: deindent main loop, other readability enhancementsvda2006-09-231-145/+151
* inetd: reformat with tabs for indentationvda2006-09-231-1217/+1220
* ifupdown: getopt_ulflags'ification.vda2006-09-231-59/+29
* arping: fix bug (getopt_ulflags and optarg don't mix),vda2006-09-231-24/+16
* netstat: getopt_ulflags'isationvda2006-09-221-61/+46
* hostname: getopt_ulflags'isationvda2006-09-221-39/+28
* telnetd: getopt_ulflags'isationvda2006-09-221-32/+12
* whitespace cleanupvda2006-09-178-18/+18
* So, in the cornucopia of superfulous warning directives I didn't add to thelandley2006-09-151-1/+1
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...aldot2006-09-111-1/+1
* Build fixes for gcc 4.0 with -Werror, from Tito.landley2006-09-111-1/+1