index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
httpd_indexcgi.c
Age
Commit message (
Expand
)
Author
2022-05-01
style fix
Denys Vlasenko
2020-07-31
httpd_indexcgi.c: use CSS for odd/even rows
Sergey Ponomarev
2020-07-31
httpd_indexcgi.c: minimize style CSS
Sergey Ponomarev
2012-09-03
httpd_indexcgi.c: fix compile failure
Denys Vlasenko
2011-12-19
httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-04-15
httpd_indexcgi example: trivial fix
Denys Vlasenko
2010-01-09
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2009-10-27
httpd_indexcgi: fix off-by-one error
Denys Vlasenko
2009-09-10
networking/httpd_ssi.c: new example CGI handler
Denys Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2007-08-23
httpd: code shrink of dir indexer example
Denis Vlasenko
2007-08-22
httpd: style fix in indexer example
Denis Vlasenko
2007-08-22
httpd: replace shell-based dir indexer cgi example with C-based one.
Denis Vlasenko