summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6Denis Vlasenko2006-11-221-18/+18
|
* httpd: comment on QUERY_STRINGDenis Vlasenko2006-11-211-3/+7
|
* httpd: add link to docsDenis Vlasenko2006-11-211-0/+3
|
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-213-5/+5
| | | | nothing INET-specific
* ifconfig: looks like char host[128] is not really needed.Denis Vlasenko2006-11-211-4/+6
|
* wget: yet another contortion for proftpd's PASV response.Denis Vlasenko2006-11-211-4/+4
|
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-2111-25/+480
| | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o
* ifconfig: preparatory patch, no code changesDenis Vlasenko2006-11-212-43/+43
|
* - style fixesBernhard Reutner-Fischer2006-11-211-15/+16
|
* wget: add TODODenis Vlasenko2006-11-211-0/+3
|
* wget: fix ftp PASV mode ("numeric" check was too strict)Denis Vlasenko2006-11-211-4/+6
|
* wget: reduce likelihood of ETA overflow (especially with !LFS)Denis Vlasenko2006-11-211-17/+19
|
* httpd: slight reduction of #ifdef forestDenis Vlasenko2006-11-215-61/+56
| | | | | | few other applets: #ifdef CONFIG_ -> #if ENABLE_ traceroute: fix exposed bugs defconfig: update
* httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko2006-11-212-8/+74
| | | | | stat: fix end-of-line if format is specified (wasn't printing it), fix %z (time) format to match coreutils 6.3
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-211-4/+11
|
* httpd: add support for directory indexer (cgi-bin/index.cgi)Denis Vlasenko2006-11-211-25/+29
|
* httpd: get rid of big, useless blocks (deindent,Denis Vlasenko2006-11-211-199/+197
| | | | bring code under 80 columns)
* httpd: More robust Content-length: parsing,Denis Vlasenko2006-11-211-84/+86
| | | | code reorganization (less indented)
* dhcprelay: new appletDenis Vlasenko2006-11-205-13/+375
|
* add compile-time check for correct DHCP packet sizeDenis Vlasenko2006-11-201-0/+4
|
* login: use %s - we know that string is not too long thereDenis Vlasenko2006-11-202-112/+65
| | | | | ping[6]: use getopt32: smaller (-50 bytes) and handles -c6 correctly (was requiring '-c 6' with mandatory space)
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-182-3/+3
|
* small fixes: using fd-based io instead of FILE*-based,Denis Vlasenko2006-11-184-48/+49
| | | | missed O_TRUNC, etc
* udhcp: fix indentation and style.Denis Vlasenko2006-11-1833-642/+332
| | | | | Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-177-7/+7
|
* httpd: make Bernhard happierDenis Vlasenko2006-11-171-2/+4
|
* httpd: reduce ifdef forest. comment out redundant PATH settingDenis Vlasenko2006-11-161-86/+76
|
* httpd:Denis Vlasenko2006-11-161-22/+17
| | | | | | | | 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)
* httpd: add -i (inetd) and -f (foreground) otions.Denis Vlasenko2006-11-162-88/+51
| | | | | -i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries)
* httpd: stop being silly with setenvDenis Vlasenko2006-11-161-61/+28
|
* httpd: cosmetic fixes (the bug which was being hunted downDenis Vlasenko2006-11-101-51/+45
| | | | turned out to be nonexistent :)
* wget: fix error message.Denis Vlasenko2006-11-102-3/+6
| | | | | | | | | | | | | | | 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 :)
* small ipv6 doc changes; nslookup a tiny bit smallerDenis Vlasenko2006-11-072-3/+4
|
* httpd: sendCgi() forked child needs to close openedDenis Vlasenko2006-11-051-28/+20
| | | | server socket and accepted socket
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-054-29/+18
| | | | | introduce index_in_substr_array and use it in iproute2
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2006-11-021-5/+5
|
* mostly style fixesDenis Vlasenko2006-11-011-2/+2
|
* find: a lot more compliant to 'standard' findDenis Vlasenko2006-10-291-1/+1
| | | | | (we were not respecting order of actions!). Add -o and -a handling.
* ls: cleanup part 1Denis Vlasenko2006-10-283-4/+4
|
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-272-2/+2
|
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-272-17/+17
|
* remove bb_printf and the likeDenis Vlasenko2006-10-261-15/+12
|
* nslookup: make it more IPv6 friendlyDenis Vlasenko2006-10-262-126/+81
|
* xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko2006-10-263-4/+4
|
* ip: "ip addr del" and "ip addr delete" both should workDenis Vlasenko2006-10-261-7/+8
|
* silly size savings and capitalization fixesDenis Vlasenko2006-10-268-44/+44
|
* use skip_whitespace where appropriateDenis Vlasenko2006-10-252-8/+3
|
* wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko2006-10-251-32/+40
| | | | | So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist.
* wget: -100 bytes, reduce stack usage, remove --header length limitDenis Vlasenko2006-10-231-20/+18
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-2017-43/+40
|