]> gitweb.factorcode.org Git - factor.git/commit
file responder: redirect if directory url does not end with /, and other changes...
authorSlava Pestov <slava@factorcode.org>
Mon, 30 Aug 2004 03:30:54 +0000 (03:30 +0000)
committerSlava Pestov <slava@factorcode.org>
Mon, 30 Aug 2004 03:30:54 +0000 (03:30 +0000)
commit859b2521448c487eb681dad085138a703332e85f
treeb40f788f6f2a0a629db99f58d69cc58cd3d2d62d
parent75c85db354782547253a1bb948483955fae0bf4c
file responder: redirect if directory url does not end with /, and other changes to httpd
24 files changed:
Makefile
TODO.FACTOR.txt
library/cross-compiler.factor
library/httpd/default-responders.factor
library/httpd/file-responder.factor
library/httpd/http-common.factor
library/httpd/httpd.factor
library/httpd/responder.factor
library/init.factor
library/platform/jvm/boot-mini.factor
library/platform/jvm/boot-sumo.factor
library/platform/jvm/files.factor [new file with mode: 0644]
library/platform/jvm/stream.factor
library/platform/native/boot-stage2.factor
library/platform/native/files.factor [new file with mode: 0644]
library/platform/native/stream.factor
library/strings.factor
library/test/httpd/httpd.factor
native/factor.h
native/file.c
native/file.h
native/primitives.c
native/primitives.h
native/relocate.c