summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* A socket buffer is not the best size to read from a disk.otto2021-03-161-6/+9
* these programs (with common ancestry) had a -fno-common problem relatedderaadt2021-01-273-6/+11
* fix a memory leak, found by rob@ in relayd.benno2021-01-221-1/+2
* Fix httpd example configtb2021-01-181-1/+19
* unwrap a linetb2021-01-051-3/+2
* Pull tls_close() and tls_free() further up, so tls_free() will alreadytb2021-01-021-6/+6
* Call tls_close() before closing the underlying sockettb2021-01-021-5/+7
* Don't leak the log message in server_sendlogtb2020-12-311-2/+4
* Don't leak access.log and error.log on reload.tb2020-12-311-1/+2
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-301-2/+3
* remove an unused structjung2020-11-201-5/+1
* Add location (found|not found) option to test for resource path existence.denis2020-10-294-21/+92
* Do not allow duplicate "location" directive.denis2020-10-261-2/+5
* Handle absence of TLS certs while parsing the configtb2020-10-112-15/+11
* Fix memory leak in "iov".tobhe2020-09-211-1/+3
* Use the original requested URI for REQUEST_URI.yasuoka2020-09-123-7/+14
* httpd(8) uses TLSv1.3 and TLSv1.2 by defaulttb2020-09-051-6/+4
* typo; pointed out by Matthias (mpfr AT fn.de), thanks!florian2020-08-291-2/+2
* Set fastcgi socket default on server and location.florian2020-08-263-24/+20
* check that fcgiport string value is within rangetracey2020-08-251-5/+11
* Add support for non-localhost fastcgi sockets.tracey2020-08-245-54/+103
* remove unused functionsbenno2020-08-032-65/+2
* remove another tautologybenno2020-08-031-3/+2
* remove unused assignmentbenno2020-08-031-2/+2
* remove tautological conditionbenno2020-08-031-2/+2
* remove dead assignmentsbenno2020-08-031-6/+1
* Remove the unused function canonicalize_host(), it was copied from relayd.benno2020-07-302-56/+2
* remove unsused enum key_type, copied initialy from relays.benno2020-07-251-13/+1
* Use the simpler HTML5 idiom to declare charset in autogenerated pages.bentley2020-05-222-6/+4
* httpd: add a "dark mode" in directory listings and error pagescwen2020-05-182-4/+11
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-2/+7
* replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;jmc2020-04-231-3/+3
* httpd: allow $REQUEST_SCHEME in redirect targets, ok jung@ florian@sthen2020-02-252-4/+17
* Implement "strip" option for fastcgi to be able to have multiple chrootsflorian2020-02-094-8/+23
* Pick the value for "max requests number" from the correct server {}benno2020-01-141-8/+8
* remove useless NULL check, it's checked 7 lines further up.benno2019-11-041-4/+1
* Do not log "(null)" in debug logging.florian2019-10-221-2/+3
* httpd(8) sent a 408 response every time a connection request timeoutflorian2019-10-141-2/+5
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-5/+5
* The QUERY_STRING macro is not actually URL encoded, so fix the manual.tb2019-05-082-5/+19
* Set the REQUEST_URI CGI variable to the requested URI and query stringtb2019-05-083-15/+22
* spacingreyk2019-05-085-15/+16
* Add a "forwarded" log format that extends the "combined" log formattb2019-05-034-12/+64
* Avoid opening log files on "no log"kn2019-05-021-2/+2
* document where multiline {} is applicable;jmc2019-04-161-3/+10
* reference the /etc/examples files for httpd and acme-client. started from a threadjmc2019-03-121-2/+11
* httpd(8): add support for setting custom FastCGI parameters.pirofti2019-02-196-10/+180
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* log X509 peer's cert subject name when tls client authentication is used,benno2019-02-101-2/+9
* Improve fastcgi socket documentation and mention that TCP is supported inflorian2019-02-081-3/+12