aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
AgeCommit message (Expand)Author
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
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-11-22introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko
2006-11-21httpd: comment on QUERY_STRINGDenis Vlasenko
2006-11-21httpd: add link to docsDenis Vlasenko
2006-11-21wget: add TODODenis Vlasenko
2006-11-21httpd: slight reduction of #ifdef forestDenis Vlasenko
2006-11-21httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko
2006-11-21httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko
2006-11-21httpd: add support for directory indexer (cgi-bin/index.cgi)Denis Vlasenko
2006-11-21httpd: get rid of big, useless blocks (deindent,Denis Vlasenko
2006-11-21httpd: More robust Content-length: parsing,Denis Vlasenko
2006-11-17httpd: make Bernhard happierDenis Vlasenko
2006-11-16httpd: reduce ifdef forest. comment out redundant PATH settingDenis Vlasenko
2006-11-16httpd:Denis Vlasenko
2006-11-16httpd: add -i (inetd) and -f (foreground) otions.Denis Vlasenko
2006-11-16httpd: stop being silly with setenvDenis Vlasenko
2006-11-10httpd: cosmetic fixes (the bug which was being hunted downDenis Vlasenko
2006-11-05httpd: sendCgi() forked child needs to close openedDenis Vlasenko
2006-10-29find: a lot more compliant to 'standard' findDenis Vlasenko
2006-10-28ls: cleanup part 1Denis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-08correct largefile support, add comments about it.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-07dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko
2006-10-05httpd: add -u user[:grp] supportDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-10-03lots of silly indent fixesDenis Vlasenko
2006-09-30lsmod: repair indentationDenis Vlasenko
2006-09-26httpd: sanitize indentationDenis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
2006-08-03Attempt to fixup httpd.c to match svn 15767.Rob Landley