aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* next part of ipv6-ization. mostly netcat.vda2007-01-123-56/+51
* next part of ipv6-ization. dnsd code is "interesting"...vda2007-01-123-108/+53
* next part of ipv6-ization is here: wget & httpdvda2007-01-125-116/+139
* fakeinetd: attempted ipv6-ization (and it's done)vda2007-01-112-190/+205
* fix my own breakagevda2007-01-111-1/+1
* Trailing whitespace removal over entire treevda2007-01-119-61/+61
* fix verbose output; remove commented-out includes.vda2007-01-113-13/+4
* ipv6-ization efforts continue. Few bugs are found,vda2007-01-112-159/+111
* Improve generic ipv4+ipv6 support in libbb.vda2007-01-102-22/+11
* vda, we once had a get_chomped_line_from_file or the like. Where is that nowa...aldot2007-01-091-17/+15
* ping6: fix sequence numbers (missed ntoh) and ttl display.vda2007-01-082-75/+58
* Previous "fix" wasn't good enough.vda2007-01-071-1/+1
* arp: small fixes for user-supplied device name casevda2007-01-071-2/+2
* - style fixes and shrink by another 4 bytes while at it.aldot2007-01-071-25/+22
* httpd: stop adding our own "Content-type:" to CGI outputvda2007-01-071-61/+76
* I *always* forgotting svn addvda2007-01-071-0/+500
* add arp applet - thanks tovda2007-01-073-35/+172
* httpd: read cgi output with full_read, not safe_readvda2007-01-031-11/+10
* wget: always print port# in 'Host' header (smaller code)vda2007-01-031-9/+2
* ping[6]: don't do htons(a++), it can be a macrovda2007-01-032-2/+4
* wget: print port# in 'Host' header, if different from 80vda2007-01-031-2/+9
* ftpgetput: fix PASV mode, fix xatou0induced breakage,vda2007-01-031-35/+59
* convert calloc to xzallocvda2007-01-031-2/+2
* Remove networking/libiproute/linux/pkt_sched.hvda2007-01-023-433/+27
* msh: double "static char line[LINELIM]" etc deleted.vda2007-01-011-2/+2
* rt_names: stop allocating 5k in rwdatavda2006-12-311-105/+85
* iproute: remove double get_hz optimizationvda2006-12-311-7/+3
* remove commented out #includes etcvda2006-12-315-35/+22
* stop using __u32 etc. uint32_t is there for a reasonvda2006-12-3113-162/+148
* fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>vda2006-12-312-5/+7
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-301-21/+23
* merge post-1.3.0 fixesvda2006-12-261-1/+2
* properly export externs thru *.h filesvda2006-12-262-6/+0
* style fixesvda2006-12-267-10/+10
* use xbind, xconnect where appropriate.vda2006-12-233-83/+51
* remove useless casts (type*) xzalloc(...)vda2006-12-221-3/+1
* Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)vda2006-12-221-5/+1
* tar et al: die if bb_copyfd_size copies less than asked for.vda2006-12-221-15/+14
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-212-2/+2
* remove casts from xmalloc()vda2006-12-191-4/+2
* ifupdown: do not print and/or execute empty commands ("").vda2006-12-191-9/+7
* ifupdown: parse() returning NULL and returning "" is not the same,vda2006-12-191-11/+14
* u_short, ulong exterminatedvda2006-12-194-24/+22
* - use xlisten/xsocket some more. Saves .25 kBaldot2006-12-196-35/+9
* nc: add missing castvda2006-12-181-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-187-8/+7
* ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsvda2006-12-181-80/+76
* httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,vda2006-12-171-3/+3
* tftp: corrupted input packets were killing retransmits - fixedvda2006-12-171-18/+22
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-164-7/+6