tadd portdate - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit bd8cb1a5b3e1d94b3894a92029426da1c292ef27
DIR parent 6b322694f2d79145dbabbf263c24b472a2244c72
HTML Author: rsc <devnull@localhost>
Date: Sun, 26 Dec 2004 23:31:14 +0000
add portdate
Diffstat:
A src/libhtml/portdate | 5 +++++
A src/libhttpd/portdate | 20 ++++++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
---
DIR diff --git a/src/libhtml/portdate b/src/libhtml/portdate
t@@ -0,0 +1,5 @@
+build.c 2004/1225
+lex.c 2004/1225
+runetab.c 2004/1225
+strinttab.c 2004/1225
+utils.c 2004/1225
DIR diff --git a/src/libhttpd/portdate b/src/libhttpd/portdate
t@@ -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