aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* wget: smallish optimizationvda2006-12-161-18/+18
* re-applying first post-1.3.x changevda2006-12-151-0/+12
* back out last change - need to make busybox-1_3-stable branch firstvda2006-12-151-12/+0
* - table support for ip routealdot2006-12-141-0/+12
* - Proposed fix to make aliases work (with uClibc-current).aldot2006-12-071-2/+5
* - Improve wording in error message.aldot2006-12-071-1/+1
* - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.aldot2006-12-041-1/+6
* - provide central knob to turn off RPC related options.aldot2006-12-011-2/+2
* httpd: fix decode of '/' when called via -dvda2006-11-291-32/+34
* fix support for globally disabling --long-options.vda2006-11-293-26/+26
* od: sometime ago I landed BIG od implementationvda2006-11-282-7/+11
* udhcpc: fix my breakagevda2006-11-282-5/+3
* do not overflow ifr_name. maybe it was safe in some places,vda2006-11-277-28/+28
* udhcpc: convert to getopt32vda2006-11-273-171/+146
* fix remaining survivors of the return(a) cleanupvda2006-11-271-5/+5
* style cleanup: return(a) -> return a, part 2vda2006-11-272-2/+2