aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2007-01-07Previous "fix" wasn't good enough.Denis Vlasenko
2007-01-07arp: small fixes for user-supplied device name caseDenis Vlasenko
2007-01-07- style fixes and shrink by another 4 bytes while at it.Bernhard Reutner-Fischer
2007-01-07httpd: stop adding our own "Content-type:" to CGI outputDenis Vlasenko
2007-01-07I *always* forgotting svn addDenis Vlasenko
2007-01-07add arp applet - thanks toDenis Vlasenko
2007-01-03httpd: read cgi output with full_read, not safe_readDenis Vlasenko
2007-01-03wget: always print port# in 'Host' header (smaller code)Denis Vlasenko
2007-01-03ping[6]: don't do htons(a++), it can be a macroDenis Vlasenko
2007-01-03wget: print port# in 'Host' header, if different from 80Denis Vlasenko
2007-01-03ftpgetput: fix PASV mode, fix xatou0induced breakage,Denis Vlasenko
2007-01-03convert calloc to xzallocDenis Vlasenko
2007-01-02Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko
2007-01-01msh: double "static char line[LINELIM]" etc deleted.Denis Vlasenko
2006-12-31rt_names: stop allocating 5k in rwdataDenis Vlasenko
2006-12-31iproute: remove double get_hz optimizationDenis Vlasenko
2006-12-31remove commented out #includes etcDenis Vlasenko
2006-12-31stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko
2006-12-31fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>Denis Vlasenko
2006-12-30done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko
2006-12-26merge post-1.3.0 fixesDenis Vlasenko
2006-12-26properly export externs thru *.h filesDenis Vlasenko
2006-12-26style fixesDenis Vlasenko
2006-12-23use xbind, xconnect where appropriate.Denis Vlasenko
2006-12-22remove useless casts (type*) xzalloc(...)Denis Vlasenko
2006-12-22Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)Denis Vlasenko
2006-12-22tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko
2006-12-19remove casts from xmalloc()Denis Vlasenko
2006-12-19ifupdown: do not print and/or execute empty commands ("").Denis Vlasenko
2006-12-19ifupdown: parse() returning NULL and returning "" is not the same,Denis Vlasenko
2006-12-19u_short, ulong exterminatedDenis Vlasenko
2006-12-19- use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer
2006-12-18nc: add missing castDenis Vlasenko
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko
2006-12-18ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsDenis Vlasenko
2006-12-17httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,Denis Vlasenko
2006-12-17tftp: corrupted input packets were killing retransmits - fixedDenis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-12-16wget: smallish optimizationDenis Vlasenko
2006-12-15re-applying first post-1.3.x changeDenis Vlasenko
2006-12-15back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko
2006-12-14- table support for ip routeBernhard Reutner-Fischer
2006-12-07- Proposed fix to make aliases work (with uClibc-current).Bernhard Reutner-Fischer
2006-12-07- Improve wording in error message.Bernhard Reutner-Fischer
2006-12-04- make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer
2006-12-01- provide central knob to turn off RPC related options.Bernhard Reutner-Fischer
2006-11-29httpd: fix decode of '/' when called via -dDenis Vlasenko
2006-11-29fix support for globally disabling --long-options.Denis Vlasenko
2006-11-28od: sometime ago I landed BIG od implementationDenis Vlasenko