Age | Commit message (Expand) | Author |
2007-01-08 | ping6: fix sequence numbers (missed ntoh) and ttl display. | Denis Vlasenko |
2007-01-07 | Previous "fix" wasn't good enough. | Denis Vlasenko |
2007-01-07 | arp: small fixes for user-supplied device name case | Denis Vlasenko |
2007-01-07 | - style fixes and shrink by another 4 bytes while at it. | Bernhard Reutner-Fischer |
2007-01-07 | httpd: stop adding our own "Content-type:" to CGI output | Denis Vlasenko |
2007-01-07 | I *always* forgotting svn add | Denis Vlasenko |
2007-01-07 | add arp applet - thanks to | Denis Vlasenko |
2007-01-03 | httpd: read cgi output with full_read, not safe_read | Denis Vlasenko |
2007-01-03 | wget: always print port# in 'Host' header (smaller code) | Denis Vlasenko |
2007-01-03 | ping[6]: don't do htons(a++), it can be a macro | Denis Vlasenko |
2007-01-03 | wget: print port# in 'Host' header, if different from 80 | Denis Vlasenko |
2007-01-03 | ftpgetput: fix PASV mode, fix xatou0induced breakage, | Denis Vlasenko |
2007-01-03 | convert calloc to xzalloc | Denis Vlasenko |
2007-01-02 | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko |
2007-01-01 | msh: double "static char line[LINELIM]" etc deleted. | Denis Vlasenko |
2006-12-31 | rt_names: stop allocating 5k in rwdata | Denis Vlasenko |
2006-12-31 | iproute: remove double get_hz optimization | Denis Vlasenko |
2006-12-31 | remove commented out #includes etc | Denis Vlasenko |
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko |
2006-12-31 | fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | Denis Vlasenko |
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko |
2006-12-26 | merge post-1.3.0 fixes | Denis Vlasenko |
2006-12-26 | properly export externs thru *.h files | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-23 | use xbind, xconnect where appropriate. | Denis Vlasenko |
2006-12-22 | remove useless casts (type*) xzalloc(...) | Denis Vlasenko |
2006-12-22 | Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) | Denis Vlasenko |
2006-12-22 | tar et al: die if bb_copyfd_size copies less than asked for. | Denis Vlasenko |
2006-12-21 | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko |
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko |
2006-12-19 | ifupdown: do not print and/or execute empty commands (""). | Denis Vlasenko |
2006-12-19 | ifupdown: parse() returning NULL and returning "" is not the same, | Denis Vlasenko |
2006-12-19 | u_short, ulong exterminated | Denis Vlasenko |
2006-12-19 | - use xlisten/xsocket some more. Saves .25 kB | Bernhard Reutner-Fischer |
2006-12-18 | nc: add missing cast | Denis Vlasenko |
2006-12-18 | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko |
2006-12-18 | ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations | Denis Vlasenko |
2006-12-17 | httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore, | Denis Vlasenko |
2006-12-17 | tftp: corrupted input packets were killing retransmits - fixed | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-12-16 | wget: smallish optimization | Denis Vlasenko |
2006-12-15 | re-applying first post-1.3.x change | Denis Vlasenko |
2006-12-15 | back out last change - need to make busybox-1_3-stable branch first | Denis Vlasenko |
2006-12-14 | - table support for ip route | Bernhard 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-29 | httpd: fix decode of '/' when called via -d | Denis Vlasenko |
2006-11-29 | fix support for globally disabling --long-options. | Denis Vlasenko |