| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | httpd: make Bernhard happier | vda | 2006-11-17 | 1 | -2/+4 |
* | httpd: reduce ifdef forest. comment out redundant PATH setting | vda | 2006-11-16 | 1 | -86/+76 |
* | httpd: | vda | 2006-11-16 | 1 | -22/+17 |
* | httpd: add -i (inetd) and -f (foreground) otions. | vda | 2006-11-16 | 2 | -88/+51 |
* | httpd: stop being silly with setenv | vda | 2006-11-16 | 1 | -61/+28 |
* | httpd: cosmetic fixes (the bug which was being hunted down | vda | 2006-11-10 | 1 | -51/+45 |
* | wget: fix error message. | vda | 2006-11-10 | 2 | -3/+6 |
* | small ipv6 doc changes; nslookup a tiny bit smaller | vda | 2006-11-07 | 2 | -3/+4 |
* | httpd: sendCgi() forked child needs to close opened | vda | 2006-11-05 | 1 | -28/+20 |
* | rename: compare_string_array -> index_in_str_array | vda | 2006-11-05 | 4 | -29/+18 |
* | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | vda | 2006-11-02 | 1 | -5/+5 |
* | mostly style fixes | vda | 2006-11-01 | 1 | -2/+2 |
* | find: a lot more compliant to 'standard' find | vda | 2006-10-29 | 1 | -1/+1 |
* | ls: cleanup part 1 | vda | 2006-10-28 | 3 | -4/+4 |
* | get_terminal_width_height: do not pass insanely large values | vda | 2006-10-27 | 2 | -2/+2 |
* | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 2 | -17/+17 |
* | remove bb_printf and the like | vda | 2006-10-26 | 1 | -15/+12 |
* | nslookup: make it more IPv6 friendly | vda | 2006-10-26 | 2 | -126/+81 |
* | xconnect is non-conforming to "xfunc like libc" rule. Fixing | vda | 2006-10-26 | 3 | -4/+4 |
* | ip: "ip addr del" and "ip addr delete" both should work | vda | 2006-10-26 | 1 | -7/+8 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 8 | -44/+44 |
* | use skip_whitespace where appropriate | vda | 2006-10-25 | 2 | -8/+3 |
* | wget: wget $'-\207' ... should not be allowed to work. ever. :) | vda | 2006-10-25 | 1 | -32/+40 |
* | wget: -100 bytes, reduce stack usage, remove --header length limit | vda | 2006-10-23 | 1 | -20/+18 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 17 | -43/+40 |
* | strip -> $(STRIP); fix "unused variable" warning | vda | 2006-10-16 | 1 | -1/+1 |