]> Zhao Yanbai Git Server - minix.git/commit
Added Michael Temari's httpd
authorBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 13:37:29 +0000 (13:37 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 13:37:29 +0000 (13:37 +0000)
commit5d8f18a091bd702b12a0b6f8fdaf58806cb4a0aa
tree76d1ad5d2ae9aa944f7c9044bc33d8b2ad2f9eb5
parent38e6ba9eecc482c1fa26645f61919f59d3ee4b10
Added Michael Temari's httpd
30 files changed:
commands/Makefile
commands/bzip2-1.0.3/Makefile
commands/httpd/Makefile [new file with mode: 0644]
commands/httpd/README [new file with mode: 0644]
commands/httpd/SECURITY [new file with mode: 0644]
commands/httpd/build [new file with mode: 0755]
commands/httpd/cgiexec.c [new file with mode: 0644]
commands/httpd/config.c [new file with mode: 0644]
commands/httpd/config.h [new file with mode: 0644]
commands/httpd/dir2html.c [new file with mode: 0644]
commands/httpd/dir2html.sh [new file with mode: 0755]
commands/httpd/http.h [new file with mode: 0644]
commands/httpd/http_status.5 [new file with mode: 0644]
commands/httpd/httpd.8 [new file with mode: 0644]
commands/httpd/httpd.c [new file with mode: 0644]
commands/httpd/httpd.conf [new file with mode: 0644]
commands/httpd/httpd.conf.5 [new file with mode: 0644]
commands/httpd/httpd.mtype [new file with mode: 0644]
commands/httpd/httpd0993.txt [new file with mode: 0644]
commands/httpd/net.c [new file with mode: 0644]
commands/httpd/net.h [new file with mode: 0644]
commands/httpd/pass.c [new file with mode: 0644]
commands/httpd/pass.h [new file with mode: 0644]
commands/httpd/police.c [new file with mode: 0644]
commands/httpd/process.c [new file with mode: 0644]
commands/httpd/proxy.c [new file with mode: 0644]
commands/httpd/reply.c [new file with mode: 0644]
commands/httpd/request.c [new file with mode: 0644]
commands/httpd/utility.c [new file with mode: 0644]
commands/httpd/utility.h [new file with mode: 0644]