summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* vda, we once had a get_chomped_line_from_file or the like. Where is that nowa...Bernhard Reutner-Fischer2007-01-091-17/+15
* ping6: fix sequence numbers (missed ntoh) and ttl display.Denis Vlasenko2007-01-082-75/+58
* Previous "fix" wasn't good enough.Denis Vlasenko2007-01-071-1/+1
* arp: small fixes for user-supplied device name caseDenis Vlasenko2007-01-071-2/+2
* - style fixes and shrink by another 4 bytes while at it.Bernhard Reutner-Fischer2007-01-071-25/+22
* httpd: stop adding our own "Content-type:" to CGI outputDenis Vlasenko2007-01-071-61/+76
* I *always* forgotting svn addDenis Vlasenko2007-01-071-0/+500
* add arp applet - thanks toDenis Vlasenko2007-01-073-35/+172
* httpd: read cgi output with full_read, not safe_readDenis Vlasenko2007-01-031-11/+10
* wget: always print port# in 'Host' header (smaller code)Denis Vlasenko2007-01-031-9/+2
* ping[6]: don't do htons(a++), it can be a macroDenis Vlasenko2007-01-032-2/+4
* wget: print port# in 'Host' header, if different from 80Denis Vlasenko2007-01-031-2/+9
* ftpgetput: fix PASV mode, fix xatou0induced breakage,Denis Vlasenko2007-01-031-35/+59
* convert calloc to xzallocDenis Vlasenko2007-01-031-2/+2
* Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko2007-01-023-433/+27
* msh: double "static char line[LINELIM]" etc deleted.Denis Vlasenko2007-01-011-2/+2
* rt_names: stop allocating 5k in rwdataDenis Vlasenko2006-12-311-105/+85
* iproute: remove double get_hz optimizationDenis Vlasenko2006-12-311-7/+3
* remove commented out #includes etcDenis Vlasenko2006-12-315-35/+22
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-3113-162/+148
* fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>Denis Vlasenko2006-12-312-5/+7
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-21/+23
* merge post-1.3.0 fixesDenis Vlasenko2006-12-261-1/+2
* properly export externs thru *.h filesDenis Vlasenko2006-12-262-6/+0
* style fixesDenis Vlasenko2006-12-267-10/+10
* use xbind, xconnect where appropriate.Denis Vlasenko2006-12-233-83/+51
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-221-3/+1
* Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)Denis Vlasenko2006-12-221-5/+1
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-15/+14
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-212-2/+2
* remove casts from xmalloc()Denis Vlasenko2006-12-191-4/+2
* ifupdown: do not print and/or execute empty commands ("").Denis Vlasenko2006-12-191-9/+7
* ifupdown: parse() returning NULL and returning "" is not the same,Denis Vlasenko2006-12-191-11/+14
* u_short, ulong exterminatedDenis Vlasenko2006-12-194-24/+22
* - use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer2006-12-196-35/+9
* nc: add missing castDenis Vlasenko2006-12-181-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-187-8/+7
* ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsDenis Vlasenko2006-12-181-80/+76
* httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,Denis Vlasenko2006-12-171-3/+3
* tftp: corrupted input packets were killing retransmits - fixedDenis Vlasenko2006-12-171-18/+22
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-164-7/+6
* wget: smallish optimizationDenis Vlasenko2006-12-161-18/+18
* re-applying first post-1.3.x changeDenis Vlasenko2006-12-151-0/+12
* back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko2006-12-151-12/+0
* - table support for ip routeBernhard Reutner-Fischer2006-12-141-0/+12
* - Proposed fix to make aliases work (with uClibc-current).Bernhard Reutner-Fischer2006-12-071-2/+5
* - Improve wording in error message.Bernhard Reutner-Fischer2006-12-071-1/+1
* - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer2006-12-041-1/+6
* - provide central knob to turn off RPC related options.Bernhard Reutner-Fischer2006-12-011-2/+2
* httpd: fix decode of '/' when called via -dDenis Vlasenko2006-11-291-32/+34