aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2007-09-27introduce safe_poll (fixes a problem in top)Denis Vlasenko
2007-09-26inetd: move struct fields around -> save .25 k of codeDenis Vlasenko
2007-09-25httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>)Denis Vlasenko
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko
2007-09-24wget: get rid of setitimerDenis Vlasenko
2007-09-24wget: reorder functions, no code changesDenis Vlasenko
2007-09-24wget: code shrink, move data out of bssDenis Vlasenko
2007-09-24wget: allow dots in header field names.Denis Vlasenko
2007-09-24inetd: make some fields smaller, move data out of data/bss sectionsDenis Vlasenko
2007-09-23httpd: simplify CGI i/o loop. -200 bytes.Denis Vlasenko
2007-09-21httpd: optional support for partial downloadsDenis Vlasenko
2007-09-21update Glenn McGrath's email addressDenis Vlasenko
2007-09-15httpd: do not clear environmentDenis Vlasenko
2007-09-07*: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko
2007-09-06fix infinite retry bug. also, reduce per-packet receive timeoutPaul Fox
2007-09-02- IFUPDOWN_IFSTATE_PATH depends on IFUPDOWNBernhard Reutner-Fischer
2007-08-31isrv: use monotonic_secDenis Vlasenko
2007-08-23*: compile fixes for 64-bit buildDenis Vlasenko
2007-08-23httpd: code shrink of dir indexer exampleDenis Vlasenko
2007-08-22httpd: style fix in indexer exampleDenis Vlasenko
2007-08-22httpd: replace shell-based dir indexer cgi example with C-based one.Denis Vlasenko
2007-08-21httpd: fix buglet in hex conversion. Remove alloca NULL checksDenis Vlasenko
2007-08-21httpd: add optional support for error pages Denis Vlasenko
2007-08-19removed stray debugging commentsDenis Vlasenko
2007-08-19max_option_length[] holds small ints, uint8_t is enoughDenis Vlasenko
2007-08-19httpd: explain IP/mask parsing, and simplify it a bit.Denis Vlasenko
2007-08-19httpd: reinstate (much lighter) paranoid connection close codeDenis Vlasenko
2007-08-19httpd: get rid of rmt_port and setenv_logDenis Vlasenko
2007-08-19httpd: get rid of sscanf usage. Rename some variables.Denis Vlasenko
2007-08-19libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-18httpd: stop reading headers using 1-byte read()Denis Vlasenko
2007-08-18make standalone httpd work on NOMMU machinesDenis Vlasenko
2007-08-18get rid of server_ and accepted_socket globals.Denis Vlasenko
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko
2007-08-17httpd shrink and logging update, part 7 of 7Denis Vlasenko
2007-08-17httpd shrink and logging update, part 6 of 7Denis Vlasenko
2007-08-17httpd shrink and logging update, part 5 of 7Denis Vlasenko
2007-08-17httpd shrink and logging update, part 4 of 7Denis Vlasenko
2007-08-17httpd shrink and logging update, part 3 of 7Denis Vlasenko
2007-08-17httpd shrink and logging update, part 2 of 7Denis Vlasenko
2007-08-17assorted fixes for breakage found by randomconfigDenis Vlasenko
2007-08-16whitespace fixes, no code changesDenis Vlasenko
2007-08-15if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko
2007-08-15dhcpd: make -S and -f actually workDenis Vlasenko
2007-08-14httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko
2007-08-14httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko
2007-08-14udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko
2007-08-13httpd: round down sendfile byte count to 64kDenis Vlasenko
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko