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
2021-06-07
tweak previous: avoid markup and refer to an HTTP header only by its
Theo Buehler
2021-06-06
appease mandoc -Tlint
Theo Buehler
2021-06-06
Add .Pp for consistency with all other config blocks.
Theo Buehler
2021-05-20
Fix previous.
Florian Obser
2021-05-19
When we disable "Transfer-Encoding: chunked" in the fastcgi backend
Florian Obser
2021-05-17
Do not try to chunk encode an empty http body coming from an fcgi
Florian Obser
2021-05-15
Remove outdated comment. We got all httpd headers from the fcgi server
Florian Obser
2021-04-29
Use relative reference URIs in Location header on directory redirects.
dv
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-04-10
Do not compare TLS config params for non-TLS servers. This allows to
Claudio Jeker
2021-04-06
use "braces" consistenly; fastcgi can take multiple options;
Jason McIntyre
2021-03-16
A socket buffer is not the best size to read from a disk.
Otto Moerbeek
2021-01-27
these programs (with common ancestry) had a -fno-common problem related
Theo de Raadt
2021-01-22
fix a memory leak, found by rob@ in relayd.
Sebastian Benoit
2021-01-18
Fix httpd example config
Theo Buehler
2021-01-05
unwrap a line
Theo Buehler
2021-01-02
Pull tls_close() and tls_free() further up, so tls_free() will already
Theo Buehler
2021-01-02
Call tls_close() before closing the underlying socket
Theo Buehler
2020-12-31
Don't leak the log message in server_sendlog
Theo Buehler
2020-12-31
Don't leak access.log and error.log on reload.
Theo Buehler
2020-12-30
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-11-20
remove an unused struct
Joerg Jung
2020-10-29
Add location (found|not found) option to test for resource path existence.
denis
2020-10-26
Do not allow duplicate "location" directive.
denis
2020-10-11
Handle absence of TLS certs while parsing the config
Theo Buehler
2020-09-21
Fix memory leak in "iov".
tobhe
2020-09-12
Use the original requested URI for REQUEST_URI.
YASUOKA Masahiko
2020-09-05
httpd(8) uses TLSv1.3 and TLSv1.2 by default
Theo Buehler
2020-08-29
typo; pointed out by Matthias (mpfr AT fn.de), thanks!
Florian Obser
2020-08-26
Set fastcgi socket default on server and location.
Florian Obser
2020-08-25
check that fcgiport string value is within range
tracey
2020-08-24
Add support for non-localhost fastcgi sockets.
tracey
2020-08-03
remove unused functions
Sebastian Benoit
2020-08-03
remove another tautology
Sebastian Benoit
2020-08-03
remove unused assignment
Sebastian Benoit
2020-08-03
remove tautological condition
Sebastian Benoit
2020-08-03
remove dead assignments
Sebastian Benoit
2020-07-30
Remove the unused function canonicalize_host(), it was copied from relayd.
Sebastian Benoit
2020-07-25
remove unsused enum key_type, copied initialy from relays.
Sebastian Benoit
2020-05-22
Use the simpler HTML5 idiom to declare charset in autogenerated pages.
Anthony J. Bentley
2020-05-18
httpd: add a "dark mode" in directory listings and error pages
cwen
2020-05-16
list example files in FILES with a short description: generally, "Example
Jason McIntyre
2020-04-23
replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;
Jason McIntyre
2020-02-25
httpd: allow $REQUEST_SCHEME in redirect targets, ok jung@ florian@
Stuart Henderson
2020-02-09
Implement "strip" option for fastcgi to be able to have multiple chroots
Florian Obser
2020-01-14
Pick the value for "max requests number" from the correct server {}
Sebastian Benoit
2019-11-04
remove useless NULL check, it's checked 7 lines further up.
Sebastian Benoit
2019-10-22
Do not log "(null)" in debug logging.
Florian Obser
2019-10-14
httpd(8) sent a 408 response every time a connection request timeout
Florian Obser
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
[next]