Module Name: src Committed By: mrg Date: Thu Jul 19 09:53:06 UTC 2012
Modified Files: src/libexec/httpd: CHANGES bozohttpd.c bozohttpd.h dir-index-bozo.c Log Message: when generating URIs escape various characters as specified in RFC 3986. this makes, among other things, files/dirs with "?" work with dir indexing. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/libexec/httpd/CHANGES cvs rdiff -u -r1.31 -r1.32 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.22 -r1.23 src/libexec/httpd/bozohttpd.h cvs rdiff -u -r1.14 -r1.15 src/libexec/httpd/dir-index-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.