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
Age
Commit message (
Expand
)
Author
2015-06-23
various tweaks;
Jason McIntyre
2015-06-23
escape the matched substrings before using it in expansion.
semarie
2015-06-23
remove a deprecated character class.
semarie
2015-06-23
Add initial support for pattern matching using Lua's pattern matching code.
Reyk Floeter
2015-06-22
After the last change, we also have to url_encode $SERVER_NAME and
Reyk Floeter
2015-06-21
When encoding the Location url, only encode the query and path
Reyk Floeter
2015-06-11
Use "compliant" header guards by avoiding the reserved '_' namespace.
Reyk Floeter
2015-06-09
plug fd leak found by Todd Mortimer
Joerg Jung
2015-06-03
Do not assume that asprintf() clears the pointer on failure, which
Todd C. Miller
2015-05-28
use "uri"; from yegor timoschenko
Jason McIntyre
2015-05-28
Do not try to unlink the control socket in an unprivileged child
Florian Obser
2015-05-20
Use off_t instead of size_t to pass file size and print it using %lld when
Mark Kettenis
2015-05-19
better spacing in media types.
Igor Sobrado
2015-05-19
sort media type extensions for text/html and image/jpeg as given in
Igor Sobrado
2015-05-19
drop comment about being possible to include /etc/nginx/mime.types,
Igor Sobrado
2015-05-05
Implement If-Modified-Since.
Florian Obser
2015-05-03
Implement byte ranges.
Florian Obser
2015-04-25
Prepend files or directories containing ":" with "./" in directory
Florian Obser
2015-04-23
We cannot log errors with server_close() before allocating
Florian Obser
2015-04-18
Regis Leroy reported that httpd does not strictly accept CRLF for
Jonathan Gray
2015-04-11
Always check the return value of proc_composev_imsg() and handle failures
Joel Sing
2015-04-09
Revert previous as this breaks stuff.
Florian Obser
2015-04-08
Do not silently accept multiple Content-Length headers.
Florian Obser
2015-04-01
Zero the tls cert/key length variables when inheriting a server
Jonathan Gray
2015-03-26
pointers to slowcgi(8); from alexei malinin
Jason McIntyre
2015-03-26
Allow more characters in CGI environment variables as specified by RFC
Florian Obser
2015-03-15
Prevent use after free.
Florian Obser
2015-03-11
Wrap long line. This is another airplane commit from an 747-8
Reyk Floeter
2015-03-09
Document the TLSv1.2-only change.
Reyk Floeter
2015-03-09
Make httpd TLSv1.2-only by default. Some older browsers, like IE 10,
Reyk Floeter
2015-03-06
Fix minor manpage bug: it is a server, not a relay.
Reyk Floeter
2015-02-24
Mark up filenames with Pa.
Anthony J. Bentley
2015-02-23
Use the rewritten (index file appended) uri as DOCUMENT_URI.
Christopher Zimmermann
2015-02-23
Allow to specify CGI variables as macros in redirection strings, eg.
Reyk Floeter
2015-02-23
Fix an issues that was found by halex@: we didn't set the return_uri
Reyk Floeter
2015-02-23
Add -O0 to the DEBUG example. Figured out while analysing core dumps
Reyk Floeter
2015-02-23
Add return_uri to serverconfig_reset() to avoid using garbage from the
Reyk Floeter
2015-02-19
Typo.
Florian Obser
2015-02-15
Document the tls protocols option.
Joel Sing
2015-02-12
Rename escape_uri() to url_encode() because it is the opposite of
Reyk Floeter
2015-02-12
Allow TLS protocols to be specified via a "tls protocols" configuration
Joel Sing
2015-02-12
Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL
Joel Sing
2015-02-11
More http status codes.
Florian Obser
2015-02-10
Encode directory listings.
Florian Obser
2015-02-08
Use AI_ADDRCONFIG when resolv hosts on startup.
Reyk Floeter
2015-02-08
spacing
Reyk Floeter
2015-02-07
spacing
Reyk Floeter
2015-02-07
Remove server_load_file() in favor of tls_load_file(3)
Reyk Floeter
2015-02-07
double word fix;
Jason McIntyre
2015-02-07
Document tls dhe and tls ecdhe options.
Joel Sing
[next]