Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-22 | telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 | Denis Vlasenko | |
which is kind of stupid | |||
2006-11-22 | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko | |
What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. | |||
2006-11-22 | #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 | Denis Vlasenko | |
2006-11-21 | httpd: comment on QUERY_STRING | Denis Vlasenko | |
2006-11-21 | httpd: add link to docs | Denis Vlasenko | |
2006-11-21 | bb_INET_default[] is really just a const "default", | Denis Vlasenko | |
nothing INET-specific | |||
2006-11-21 | ifconfig: looks like char host[128] is not really needed. | Denis Vlasenko | |
2006-11-21 | wget: yet another contortion for proftpd's PASV response. | Denis Vlasenko | |
2006-11-21 | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o | |||
2006-11-21 | ifconfig: preparatory patch, no code changes | Denis Vlasenko | |
2006-11-21 | - style fixes | Bernhard Reutner-Fischer | |
2006-11-21 | wget: add TODO | Denis Vlasenko | |
2006-11-21 | wget: fix ftp PASV mode ("numeric" check was too strict) | Denis Vlasenko | |
2006-11-21 | wget: reduce likelihood of ETA overflow (especially with !LFS) | Denis Vlasenko | |
2006-11-21 | httpd: slight reduction of #ifdef forest | Denis Vlasenko | |
few other applets: #ifdef CONFIG_ -> #if ENABLE_ traceroute: fix exposed bugs defconfig: update | |||
2006-11-21 | httpd: fix cgi-bin/index.cgi support, add example of it, | Denis Vlasenko | |
stat: fix end-of-line if format is specified (wasn't printing it), fix %z (time) format to match coreutils 6.3 | |||
2006-11-21 | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko | |
2006-11-21 | httpd: add support for directory indexer (cgi-bin/index.cgi) | Denis Vlasenko | |
2006-11-21 | httpd: get rid of big, useless blocks (deindent, | Denis Vlasenko | |
bring code under 80 columns) | |||
2006-11-21 | httpd: More robust Content-length: parsing, | Denis Vlasenko | |
code reorganization (less indented) | |||
2006-11-20 | dhcprelay: new applet | Denis Vlasenko | |
2006-11-20 | add compile-time check for correct DHCP packet size | Denis Vlasenko | |
2006-11-20 | login: use %s - we know that string is not too long there | Denis Vlasenko | |
ping[6]: use getopt32: smaller (-50 bytes) and handles -c6 correctly (was requiring '-c 6' with mandatory space) | |||
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | |
2006-11-18 | small fixes: using fd-based io instead of FILE*-based, | Denis Vlasenko | |
missed O_TRUNC, etc | |||
2006-11-18 | udhcp: fix indentation and style. | Denis Vlasenko | |
Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes | |||
2006-11-17 | add -Wundef, fix uncovered bugs | Denis Vlasenko | |
2006-11-17 | httpd: make Bernhard happier | Denis Vlasenko | |
2006-11-16 | httpd: reduce ifdef forest. comment out redundant PATH setting | Denis Vlasenko | |
2006-11-16 | httpd: | Denis Vlasenko | |
fix union aliasing bug symptom: wget of non-existent file gets redirected to /text/html/something on second and subsequend wget attempts fix double-free bug symptom: glibc caught double-free (we didn't NULL config->xxx ptrs after free) | |||
2006-11-16 | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko | |
-i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries) | |||
2006-11-16 | httpd: stop being silly with setenv | Denis Vlasenko | |
2006-11-10 | httpd: cosmetic fixes (the bug which was being hunted down | Denis Vlasenko | |
turned out to be nonexistent :) | |||
2006-11-10 | wget: fix error message. | Denis Vlasenko | |
Bad: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 : HTTP/1.0 404 Not Foundror 404 Not Found Good: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 get: server returned error: HTTP/1.0 404 Not Found nslookup: fix my mistake applets: make Bernhard Fischer <rep.nop@aon.at> happy :) | |||
2006-11-07 | small ipv6 doc changes; nslookup a tiny bit smaller | Denis Vlasenko | |
2006-11-05 | httpd: sendCgi() forked child needs to close opened | Denis Vlasenko | |
server socket and accepted socket | |||
2006-11-05 | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | |
introduce index_in_substr_array and use it in iproute2 | |||
2006-11-02 | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | |
2006-11-01 | mostly style fixes | Denis Vlasenko | |
2006-10-29 | find: a lot more compliant to 'standard' find | Denis Vlasenko | |
(we were not respecting order of actions!). Add -o and -a handling. | |||
2006-10-28 | ls: cleanup part 1 | Denis Vlasenko | |
2006-10-27 | get_terminal_width_height: do not pass insanely large values | Denis Vlasenko | |
2006-10-27 | last nail into error_msg() (de)capitalization | Denis Vlasenko | |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko | |
2006-10-26 | nslookup: make it more IPv6 friendly | Denis Vlasenko | |
2006-10-26 | xconnect is non-conforming to "xfunc like libc" rule. Fixing | Denis Vlasenko | |
2006-10-26 | ip: "ip addr del" and "ip addr delete" both should work | Denis Vlasenko | |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko | |
2006-10-25 | use skip_whitespace where appropriate | Denis Vlasenko | |
2006-10-25 | wget: wget $'-\207' ... should not be allowed to work. ever. :) | Denis Vlasenko | |
So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist. |