| Commit message (Expand) | Author | Age | Files | Lines |
* | - Proposed fix to make aliases work (with uClibc-current). | aldot | 2006-12-07 | 1 | -2/+5 |
* | - Improve wording in error message. | aldot | 2006-12-07 | 1 | -1/+1 |
* | - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. | aldot | 2006-12-04 | 1 | -1/+6 |
* | - provide central knob to turn off RPC related options. | aldot | 2006-12-01 | 1 | -2/+2 |
* | httpd: fix decode of '/' when called via -d | vda | 2006-11-29 | 1 | -32/+34 |
* | fix support for globally disabling --long-options. | vda | 2006-11-29 | 3 | -26/+26 |
* | od: sometime ago I landed BIG od implementation | vda | 2006-11-28 | 2 | -7/+11 |
* | udhcpc: fix my breakage | vda | 2006-11-28 | 2 | -5/+3 |
* | do not overflow ifr_name. maybe it was safe in some places, | vda | 2006-11-27 | 7 | -28/+28 |
* | udhcpc: convert to getopt32 | vda | 2006-11-27 | 3 | -171/+146 |
* | fix remaining survivors of the return(a) cleanup | vda | 2006-11-27 | 1 | -5/+5 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 2 | -2/+2 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 1 | -4/+4 |
* | safe_strtoXX interface proved to be a bit unconvenient. | vda | 2006-11-27 | 3 | -8/+13 |
* | ifconfig: do not try to continue on errors. not much sence in doing that | vda | 2006-11-27 | 1 | -104/+58 |
* | small fixes: | vda | 2006-11-26 | 2 | -3/+3 |
* | header_verbose_list: stop truncating file size in listing | vda | 2006-11-24 | 3 | -5/+5 |
* | ifupdown: | vda | 2006-11-23 | 1 | -6/+9 |
* | ifupdown: save some 100+ bytes of code in addstr() | vda | 2006-11-23 | 1 | -45/+35 |
* | wget: -O - still outputs progressbar (to stderr) | vda | 2006-11-23 | 1 | -5/+6 |
* | add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes | vda | 2006-11-23 | 4 | -54/+64 |
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | vda | 2006-11-22 | 14 | -40/+27 |
* | telnetd: move generic stuff into libbb. It will make it easy | vda | 2006-11-22 | 2 | -80/+4 |
* | telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 | vda | 2006-11-22 | 1 | -21/+65 |
* | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | vda | 2006-11-22 | 2 | -357/+321 |
* | #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 | vda | 2006-11-22 | 1 | -18/+18 |
* | httpd: comment on QUERY_STRING | vda | 2006-11-21 | 1 | -3/+7 |
* | httpd: add link to docs | vda | 2006-11-21 | 1 | -0/+3 |
* | bb_INET_default[] is really just a const "default", | vda | 2006-11-21 | 3 | -5/+5 |
* | ifconfig: looks like char host[128] is not really needed. | vda | 2006-11-21 | 1 | -4/+6 |
* | wget: yet another contortion for proftpd's PASV response. | vda | 2006-11-21 | 1 | -4/+4 |
* | - add 'ip rule' support. First take.. | aldot | 2006-11-21 | 11 | -25/+480 |
* | ifconfig: preparatory patch, no code changes | vda | 2006-11-21 | 2 | -43/+43 |
* | - style fixes | aldot | 2006-11-21 | 1 | -15/+16 |
* | wget: add TODO | vda | 2006-11-21 | 1 | -0/+3 |
* | wget: fix ftp PASV mode ("numeric" check was too strict) | vda | 2006-11-21 | 1 | -4/+6 |
* | wget: reduce likelihood of ETA overflow (especially with !LFS) | vda | 2006-11-21 | 1 | -17/+19 |
* | httpd: slight reduction of #ifdef forest | vda | 2006-11-21 | 5 | -61/+56 |
* | httpd: fix cgi-bin/index.cgi support, add example of it, | vda | 2006-11-21 | 2 | -8/+74 |
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | vda | 2006-11-21 | 1 | -4/+11 |
* | httpd: add support for directory indexer (cgi-bin/index.cgi) | vda | 2006-11-21 | 1 | -25/+29 |
* | httpd: get rid of big, useless blocks (deindent, | vda | 2006-11-21 | 1 | -199/+197 |
* | httpd: More robust Content-length: parsing, | vda | 2006-11-21 | 1 | -84/+86 |
* | dhcprelay: new applet | vda | 2006-11-20 | 5 | -13/+375 |
* | add compile-time check for correct DHCP packet size | vda | 2006-11-20 | 1 | -0/+4 |
* | login: use %s - we know that string is not too long there | vda | 2006-11-20 | 2 | -112/+65 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 2 | -3/+3 |
* | small fixes: using fd-based io instead of FILE*-based, | vda | 2006-11-18 | 4 | -48/+49 |
* | udhcp: fix indentation and style. | vda | 2006-11-18 | 33 | -642/+332 |
* | add -Wundef, fix uncovered bugs | vda | 2006-11-17 | 7 | -7/+7 |