aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* get rid of server_ and accepted_socket globals.Denis Vlasenko2007-08-181-57/+38
* httpd shrink and logging update, part 7 of 7Denis Vlasenko2007-08-171-107/+104
* httpd shrink and logging update, part 6 of 7Denis Vlasenko2007-08-171-29/+46
* httpd shrink and logging update, part 5 of 7Denis Vlasenko2007-08-171-214/+198
* httpd shrink and logging update, part 4 of 7Denis Vlasenko2007-08-171-186/+181
* httpd shrink and logging update, part 3 of 7Denis Vlasenko2007-08-171-148/+107
* httpd shrink and logging update, part 2 of 7Denis Vlasenko2007-08-171-92/+82
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-1/+1
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-141-126/+116
* httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko2007-08-141-123/+96
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-131-1/+2
* httpd: sendfile supportDenis Vlasenko2007-08-121-21/+39
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-9/+9
* httpd: CGI Status: header fixDenis Vlasenko2007-08-111-9/+7
* httpd: add support for Status: CGI headerDenis Vlasenko2007-08-111-13/+24
* httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko2007-08-111-13/+20
* fix typo in last commitDenis Vlasenko2007-07-211-1/+1
* Three patches from FreeWRT peopleDenis Vlasenko2007-07-211-3/+8
* introduce and use bb_basename()Denis Vlasenko2007-06-301-2/+2
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-4/+1
* httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-06-231-0/+12
* httpd: move data off bss.Denis Vlasenko2007-06-091-189/+218
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* "Unify base64 handling" is done, remove TODODenis Vlasenko2007-04-181-3/+2
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-131-5/+5
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-111-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-8/+6
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-1/+1
* httpd: make httpd usable for NOMMU CPUsDenis Vlasenko2007-03-071-0/+13
* clean up accumulated whitespace damageDenis Vlasenko2007-03-071-3/+4
* httpd: run interpreter for configured file extensions in any dir,Denis Vlasenko2007-03-051-0/+14
* httpd: fix breakage (introduced by me)Denis Vlasenko2007-03-051-1/+1
* httpd: a little bit more correct handling of CGI "HTTP/xxx" outputDenis Vlasenko2007-02-131-34/+50
* httpd: fix for POSTDATA handling bugs:Denis Vlasenko2007-02-111-24/+24
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-291-7/+6
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-221-3/+1
* httpd: use fd#1 in inetd modeDenis Vlasenko2007-01-141-4/+10
* next part of ipv6-ization is here: wget & httpdDenis Vlasenko2007-01-121-59/+74
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-2/+2
* httpd: stop adding our own "Content-type:" to CGI outputDenis Vlasenko2007-01-071-61/+76
* httpd: read cgi output with full_read, not safe_readDenis Vlasenko2007-01-031-11/+10
* convert calloc to xzallocDenis Vlasenko2007-01-031-2/+2
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-21/+23
* httpd: fix decode of '/' when called via -dDenis Vlasenko2006-11-291-32/+34
* od: sometime ago I landed BIG od implementationDenis Vlasenko2006-11-281-6/+10
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-241-2/+2
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-3/+6
* httpd: comment on QUERY_STRINGDenis Vlasenko2006-11-211-3/+7