aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
AgeCommit message (Expand)Author
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-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-16whitespace fixes, no code changesDenis 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-13httpd: round down sendfile byte count to 64kDenis Vlasenko
2007-08-12httpd: sendfile supportDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-08-11httpd: CGI Status: header fixDenis Vlasenko
2007-08-11httpd: add support for Status: CGI headerDenis Vlasenko
2007-08-11httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko
2007-07-21fix typo in last commitDenis Vlasenko
2007-07-21Three patches from FreeWRT peopleDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-06-23httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko
2007-06-09httpd: move data off bss.Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-18"Unify base64 handling" is done, remove TODODenis Vlasenko
2007-04-13teach find_root_device to deal with /dev/ subdirsDenis Vlasenko
2007-04-11add more convenient defines for [NO]MMU:Denis Vlasenko
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-03-26Attempt to get more applets compile for NOMMU.Denis Vlasenko
2007-03-26move everything to new NOMMU helpers, except udhcpDenis Vlasenko
2007-03-07httpd: make httpd usable for NOMMU CPUsDenis Vlasenko
2007-03-07clean up accumulated whitespace damageDenis Vlasenko
2007-03-05httpd: run interpreter for configured file extensions in any dir,Denis Vlasenko
2007-03-05httpd: fix breakage (introduced by me)Denis Vlasenko
2007-02-13httpd: a little bit more correct handling of CGI "HTTP/xxx" outputDenis Vlasenko
2007-02-11httpd: fix for POSTDATA handling bugs:Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #4Denis Vlasenko
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko
2007-01-14httpd: use fd#1 in inetd modeDenis Vlasenko
2007-01-12next part of ipv6-ization is here: wget & httpdDenis Vlasenko
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2007-01-07httpd: stop adding our own "Content-type:" to CGI outputDenis Vlasenko
2007-01-03httpd: read cgi output with full_read, not safe_readDenis Vlasenko
2007-01-03convert calloc to xzallocDenis Vlasenko
2006-12-30done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko
2006-11-29httpd: fix decode of '/' when called via -dDenis Vlasenko
2006-11-28od: sometime ago I landed BIG od implementationDenis Vlasenko