aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* find: a lot more compliant to 'standard' findvda2006-10-291-1/+1
* ls: cleanup part 1vda2006-10-283-4/+4
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-272-2/+2
* last nail into error_msg() (de)capitalizationvda2006-10-272-17/+17
* remove bb_printf and the likevda2006-10-261-15/+12
* nslookup: make it more IPv6 friendlyvda2006-10-262-126/+81
* xconnect is non-conforming to "xfunc like libc" rule. Fixingvda2006-10-263-4/+4
* ip: "ip addr del" and "ip addr delete" both should workvda2006-10-261-7/+8
* silly size savings and capitalization fixesvda2006-10-268-44/+44
* use skip_whitespace where appropriatevda2006-10-252-8/+3
* wget: wget $'-\207' ... should not be allowed to work. ever. :)vda2006-10-251-32/+40
* wget: -100 bytes, reduce stack usage, remove --header length limitvda2006-10-231-20/+18
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-2017-43/+40
* 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