summaryrefslogtreecommitdiff
path: root/src/base.h
Commit message (Expand)AuthorAgeFilesLines
* [core] struct log_error_st for error loggingGlenn Strauss2019-04-201-5/+4
* [core] pass (fdnode *) for registered fdevent fdGlenn Strauss2019-03-071-0/+2
* [core] remove fde_ndx member outside fdeventsGlenn Strauss2019-03-071-2/+0
* [core] config option to allow GET w/ request bodyGlenn Strauss2019-03-071-0/+1
* [core] con->is_ssl_sockGlenn Strauss2019-02-121-0/+1
* [mod_accesslog] attempt to reconstruct req lineGlenn Strauss2019-02-101-2/+0
* [core] replace con->response.keep_aliveGlenn Strauss2019-02-081-2/+0
* [core] pass req hdrs buffer to http_request_parseGlenn Strauss2019-02-081-2/+0
* [core] srv->max_fds_lowat and srv->max_fds_hiwatGlenn Strauss2019-02-041-0/+2
* [core] systemd socket activation supportGlenn Strauss2019-01-191-0/+3
* [core] server.compat-module-load = "disable"Glenn Strauss2018-11-171-0/+2
* [core] code reuse with http_response_body_clear()Glenn Strauss2018-09-231-4/+1
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-15/+2
* [core] security: use-after-free invalid Range reqGlenn Strauss2018-08-121-4/+0
* [core] server.http-parseopts URL normalization opt (fixes #1720)Glenn Strauss2018-08-121-0/+1
* [core] http_kv.[ch] method, status, version strGlenn Strauss2018-08-051-1/+1
* [core] some header cleanupGlenn Strauss2018-04-081-108/+3
* [core] merge redirect/rewrite pattern substitutionGlenn Strauss2018-01-101-1/+1
* [core] do not reparse request if async cbGlenn Strauss2018-01-011-0/+1
* [core] quiet pedantic cc warning for excess commaGlenn Strauss2017-11-021-1/+1
* [core] consolidate backend network write handlersGlenn Strauss2017-11-021-1/+1
* [core] cleanup: consolidate FAM code in stat_cacheGlenn Strauss2017-10-291-7/+1
* [core] cleanup unused ifndefGlenn Strauss2017-10-291-4/+0
* [core] isolate sock_addr manipulationGlenn Strauss2017-10-291-12/+1
* [core] SIGCHLD handle_waitpid hook for modulesGlenn Strauss2017-09-101-0/+1
* [core] base_decls.h to quiet compiler warningsGlenn Strauss2017-07-301-14/+7
* [core] sock_addr_from_str_hints reusable name resGlenn Strauss2017-07-151-1/+1
* [core] server.socket-perms to set perms on unix (fixes #656)Glenn Strauss2017-06-131-0/+1
* [core] act as transparent proxy after con UpgradeGlenn Strauss2017-05-141-0/+1
* [mod_proxy] simple host/url mapping in headers (fixes #152)Glenn Strauss2017-05-071-0/+2
* [core] inet_ntop_cache now 4-element cacheGlenn Strauss2017-04-151-16/+0
* [core] save connection-level proto in con->protoGlenn Strauss2017-04-061-0/+1
* [core] make stat_cache private to stat_cache.cGlenn Strauss2017-03-281-19/+2
* [core] include "fdevent.h" where neededGlenn Strauss2017-03-281-3/+4
* [core] server.syslog-facility (fixes #2800)Glenn Strauss2017-03-191-0/+1
* [mod_proxy] remove use of con->got_responseGlenn Strauss2017-03-151-3/+0
* [core] remove unused member con->in_joblistGlenn Strauss2017-03-151-2/+0
* [core] config opt to intercept dynamic handler err (fixes #974)Glenn Strauss2017-02-111-0/+1
* [core] handle if backend sends Transfer-Encoding (#2786)Glenn Strauss2017-02-111-0/+1
* [mod_openssl] use TLS SNI to set host-based certsGlenn Strauss2017-01-311-1/+0
* [mod_openssl] move openssl config into mod_opensslGlenn Strauss2017-01-311-53/+2
* [core] new plugin hooks to help isolate SSLGlenn Strauss2017-01-141-0/+1
* [core] con interface for read/write; isolate SSLGlenn Strauss2017-01-141-4/+3
* [TLS] ssl.read-ahead = "disable" for low mem (fixes #2778)Glenn Strauss2017-01-101-0/+1
* [core] support Transfer-Encoding: chunked req body (fixes #2156)Glenn Strauss2016-12-161-1/+2
* [core] remove srv->entropy[]Glenn Strauss2016-12-091-2/+0
* [mod_deflate] skip deflate if loadavg too high (fixes #1505)Glenn Strauss2016-10-191-0/+2
* [core] rand.[ch] to use better RNGs when availableGlenn Strauss2016-10-151-1/+0
* [core] server.max-request-field-size (fixes #2130)Glenn Strauss2016-10-061-0/+1
* [core] better DragonFlyBSD support (fixes #2746)Glenn Strauss2016-08-201-1/+1