index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
httpd
/
httpd.c
Age
Commit message (
Expand
)
Author
2014-08-05
Improve logging to allow per- server/location log files. The log
Reyk Floeter
2014-08-05
add a config option to specify the chroot directory
Jonathan Gray
2014-08-04
Add initial support for log files in /var/www/logs/. Logging with
Reyk Floeter
2014-08-04
Implement PATH_INFO and add DOCUMENT_ROOT.
Reyk Floeter
2014-08-04
httpd doesn't support SSL/TLS yet, remove the remaining bits.
Reyk Floeter
2014-08-02
spacing
Reyk Floeter
2014-08-01
remove the global "log updates/all" option that came from relayd.
Reyk Floeter
2014-07-26
bzero is over, memset is cool. pointed out by halex@
Reyk Floeter
2014-07-25
Canonicalize the request path once without the docroot and prepend the
Reyk Floeter
2014-07-25
Add support for "virtual hosts" aka. server blocks aka. multiple
Reyk Floeter
2014-07-24
Plug a memleak by correctly free'ing the HTTP descriptor that contains
Reyk Floeter
2014-07-23
When canonicalizing the path, it is better to fail on truncation.
Reyk Floeter
2014-07-23
I wanted to know if people pay attention.
Reyk Floeter
2014-07-23
The media_encoding is not used in parse.y but stack garbage could lead
Reyk Floeter
2014-07-23
Add canonicalize_path() to canonicalize the requested URL path.
Reyk Floeter
2014-07-13
Add support for media types (aka. MIME types): the types section is
Reyk Floeter
2014-07-12
Add httpd(8), an attempt to turn the relayd(8) codebase into a simple
Reyk Floeter
[prev]