diff options
author | rsc <devnull@localhost> | 2004-12-26 23:31:14 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-12-26 23:31:14 +0000 |
commit | bd8cb1a5b3e1d94b3894a92029426da1c292ef27 (patch) | |
tree | a6068939821240731411d5b095a7890464f81b64 /src/libhttpd | |
parent | 6b322694f2d79145dbabbf263c24b472a2244c72 (diff) | |
download | plan9port-bd8cb1a5b3e1d94b3894a92029426da1c292ef27.tar.gz plan9port-bd8cb1a5b3e1d94b3894a92029426da1c292ef27.tar.bz2 plan9port-bd8cb1a5b3e1d94b3894a92029426da1c292ef27.zip |
add portdate
Diffstat (limited to 'src/libhttpd')
-rw-r--r-- | src/libhttpd/portdate | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libhttpd/portdate b/src/libhttpd/portdate new file mode 100644 index 00000000..8d6e6ec5 --- /dev/null +++ b/src/libhttpd/portdate @@ -0,0 +1,20 @@ +# note that this httpd uses -1 for error and 0 for success +# while the plan9 httpd uses 0 for error and 1 for success! + +alloc.c 2004/1225 +checkcontent.c 2004/1225 +date.c 2004/1225 +fail.c 2004/1225 +gethead.c 2004/1225 +hio.c 2004/1225 +httpfmt.c 2004/1225 +httpunesc.c 2004/1225 +lower.c 2004/1225 +okheaders.c 2004/1225 +parse.c 2004/1225 +parsereq.c 2004/1225 +query.c 2004/1225 +redirected.c 2004/1225 +unallowed.c 2004/1225 +urlfmt.c 2004/1225 +urlunesc.c 2004/1225 |