summaryrefslogtreecommitdiff
path: root/networking/httpd_indexcgi.c
Commit message (Expand)AuthorAgeFilesLines
* httpd_indexcgi.c: fix compile failureDenys Vlasenko2012-09-031-0/+1
* httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko2011-12-191-11/+16
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* httpd_indexcgi example: trivial fixDenys Vlasenko2010-04-151-1/+1
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-7/+7
* httpd_indexcgi: fix off-by-one errorDenys Vlasenko2009-10-271-1/+1
* networking/httpd_ssi.c: new example CGI handlerDenys Vlasenko2009-09-101-2/+4
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* httpd: code shrink of dir indexer exampleDenis Vlasenko2007-08-231-185/+196
* httpd: style fix in indexer exampleDenis Vlasenko2007-08-221-4/+4
* httpd: replace shell-based dir indexer cgi example with C-based one.Denis Vlasenko2007-08-221-0/+331