aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2006-11-28udhcpc: fix my breakageDenis Vlasenko
2006-11-27do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko
2006-11-27udhcpc: convert to getopt32Denis Vlasenko
2006-11-27fix remaining survivors of the return(a) cleanupDenis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko
2006-11-27ifconfig: do not try to continue on errors. not much sence in doing thatDenis Vlasenko
2006-11-26small fixes:Denis Vlasenko
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-11-23ifupdown:Denis Vlasenko
2006-11-23ifupdown: save some 100+ bytes of code in addstr()Denis Vlasenko
2006-11-23wget: -O - still outputs progressbar (to stderr)Denis Vlasenko
2006-11-23add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesDenis Vlasenko
2006-11-22introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko
2006-11-22telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko