aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* header_verbose_list: stop truncating file size in listingvda2006-11-243-5/+5
* ifupdown:vda2006-11-231-6/+9
* ifupdown: save some 100+ bytes of code in addstr()vda2006-11-231-45/+35
* wget: -O - still outputs progressbar (to stderr)vda2006-11-231-5/+6
* add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesvda2006-11-234-54/+64
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-2214-40/+27
* telnetd: move generic stuff into libbb. It will make it easyvda2006-11-222-80/+4
* telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4vda2006-11-221-21/+65
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda2006-11-222-357/+321
* #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6vda2006-11-221-18/+18
* httpd: comment on QUERY_STRINGvda2006-11-211-3/+7
* httpd: add link to docsvda2006-11-211-0/+3
* bb_INET_default[] is really just a const "default",vda2006-11-213-5/+5
* ifconfig: looks like char host[128] is not really needed.vda2006-11-211-4/+6
* wget: yet another contortion for proftpd's PASV response.vda2006-11-211-4/+4
* - add 'ip rule' support. First take..aldot2006-11-2111-25/+480
* ifconfig: preparatory patch, no code changesvda2006-11-212-43/+43
* - style fixesaldot2006-11-211-15/+16
* wget: add TODOvda2006-11-211-0/+3
* wget: fix ftp PASV mode ("numeric" check was too strict)vda2006-11-211-4/+6
* wget: reduce likelihood of ETA overflow (especially with !LFS)vda2006-11-211-17/+19
* httpd: slight reduction of #ifdef forestvda2006-11-215-61/+56
* httpd: fix cgi-bin/index.cgi support, add example of it,vda2006-11-212-8/+74
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!vda2006-11-211-4/+11
* httpd: add support for directory indexer (cgi-bin/index.cgi)vda2006-11-211-25/+29
* httpd: get rid of big, useless blocks (deindent,vda2006-11-211-199/+197
* httpd: More robust Content-length: parsing,vda2006-11-211-84/+86
* dhcprelay: new appletvda2006-11-205-13/+375
* add compile-time check for correct DHCP packet sizevda2006-11-201-0/+4
* login: use %s - we know that string is not too long therevda2006-11-202-112/+65
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-182-3/+3
* small fixes: using fd-based io instead of FILE*-based,vda2006-11-184-48/+49
* udhcp: fix indentation and style.vda2006-11-1833-642/+332
* add -Wundef, fix uncovered bugsvda2006-11-177-7/+7
* httpd: make Bernhard happiervda2006-11-171-2/+4
* httpd: reduce ifdef forest. comment out redundant PATH settingvda2006-11-161-86/+76
* httpd:vda2006-11-161-22/+17
* httpd: add -i (inetd) and -f (foreground) otions.vda2006-11-162-88/+51
* httpd: stop being silly with setenvvda2006-11-161-61/+28
* httpd: cosmetic fixes (the bug which was being hunted downvda2006-11-101-51/+45
* wget: fix error message.vda2006-11-102-3/+6
* small ipv6 doc changes; nslookup a tiny bit smallervda2006-11-072-3/+4
* httpd: sendCgi() forked child needs to close openedvda2006-11-051-28/+20
* rename: compare_string_array -> index_in_str_arrayvda2006-11-054-29/+18
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>vda2006-11-021-5/+5
* mostly style fixesvda2006-11-011-2/+2
* find: a lot more compliant to 'standard' findvda2006-10-291-1/+1
* ls: cleanup part 1vda2006-10-283-4/+4
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-272-2/+2
* last nail into error_msg() (de)capitalizationvda2006-10-272-17/+17