summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [mod_openssl] ssl.openssl.ssl-conf-cmd (fixes #2758)Glenn Strauss2017-11-041-0/+77
* [mod_openssl] allow specifying server cert chain (fixes #2692)Glenn Strauss2017-11-041-1/+2
* [mod_openssl] more pedantic check of return valuesGlenn Strauss2017-11-041-4/+4
* [core] quiet coverity false positiveGlenn Strauss2017-11-032-1/+2
* [build] fix link of test_configfile.cGlenn Strauss2017-11-032-0/+2
* [mod_cgi] quiet trace if mod_cgi sends SIGTERM (fixes #2838)Glenn Strauss2017-11-031-1/+1
* [core] fix lighttpd -1 one-shot graceful shutdownGlenn Strauss2017-11-031-1/+1
* [mod_openssl] error if ssl.engine in wrong section (fixes #2837)Glenn Strauss2017-11-031-1/+8
* [core] isolate backend fdevent handler defsGlenn Strauss2017-11-0314-341/+328
* [core] quiet pedantic cc warning for excess commaGlenn Strauss2017-11-021-1/+1
* [core] consolidate backend network write handlersGlenn Strauss2017-11-0219-1103/+743
* [core] cleanup: consolidate FAM code in stat_cacheGlenn Strauss2017-10-294-286/+336
* [core] cleanup unused ifndefGlenn Strauss2017-10-292-8/+0
* [stat_cache] remove debug code littered in fileGlenn Strauss2017-10-291-91/+0
* [core] isolate sock_addr manipulationGlenn Strauss2017-10-2922-719/+817
* [core] fix implicit wildcard IPv4 and IPv6 listenGlenn Strauss2017-10-281-6/+13
* [core] fix var.CWD (regression in 1.4.46) (fixes #2835)Glenn Strauss2017-10-281-1/+1
* [meson] new build systemStefan Bühler2017-10-283-5/+828
* [scons] don't screw env[LIBS]Stefan Bühler2017-10-281-2/+3
* [scons] link -static-libgcc instead of gcc_sStefan Bühler2017-10-281-0/+3
* [scons] don't link pthread twice in --whole-archive workaroundStefan Bühler2017-10-281-0/+1
* [scons] fix some lib dependenciesStefan Bühler2017-10-281-3/+11
* [scons] sort modulesStefan Bühler2017-10-281-22/+22
* [core] fix build --disable-ipv6 (fixes #2832)nicorac2017-10-251-0/+4
* [mod_webdav] fix crash if stat fails, not ENOENTMarco Angaroni2017-10-251-0/+8
* [core] fix 1.4.46 regression in Last-ModifiedGlenn Strauss2017-10-221-0/+1
* [core] normalize config addrs for eq and ne (#2830)Glenn Strauss2017-10-221-92/+15
* [core] normalize config addrs for != match (#2830)Glenn Strauss2017-10-221-0/+77
* [core] fix 1.4.46 regression in config match (fixes #2830)Glenn Strauss2017-10-221-1/+8
* [core] stricter validation of request-URI beginGlenn Strauss2017-10-211-1/+7
* [core] translate DNS to IP str for cond socket cmpGlenn Strauss2017-10-211-4/+9
* [core] perf: more efficient fdevent_sched_run()Glenn Strauss2017-10-214-18/+34
* [core] reproducible build: hide __DATE__ __TIME__ (fixes #2828)Glenn Strauss2017-10-211-2/+7
* [cmake] link mod_cml with memcachedStefan Bühler2017-10-211-0/+3
* [cmake] fix attr header detection and linkingStefan Bühler2017-10-211-1/+5
* [cmake] handle WITH_WEBDAV_LOCKS optionStefan Bühler2017-10-211-0/+3
* [core] adjust parser for valid variable expansionGlenn Strauss2017-10-201-1/+3
* [mod_openssl] ssl.read-ahead="disable" by defaultGlenn Strauss2017-10-191-1/+1
* [core] remove fdevent_sched_run from fdevent_libev (#2827)Glenn Strauss2017-10-161-1/+0
* [core] add back REQUEST_SCHEME for backendsfbrosson2017-10-161-0/+3
* [core] permit LF to end lines if !header-strictGlenn Strauss2017-10-162-8/+76
* [mod_openssl] remove erroneous SSL_set_shutdown()Glenn Strauss2017-10-161-8/+0
* [mod_openssl] copy data for larger SSL packetsGlenn Strauss2017-10-151-5/+28
* [core] remove fd interest if create_env returnsGlenn Strauss2017-10-151-1/+6
* [mod_dirlisting] custom js date parse func (fixes #2823)Glenn Strauss2017-10-141-2/+22
* [core] fix $REQUEST_HEADER[...] parsing in config (#1556)Glenn Strauss2017-10-141-1/+1
* [core] handle fds pending close after poll timeout (fixes #2827)Glenn Strauss2017-10-121-1/+2
* [core] quiet coverity warningGlenn Strauss2017-10-091-1/+4
* [mod_wstunnel] remove invalid appended '\0'Glenn Strauss2017-10-091-17/+15
* [mod_wstunnel] set Sec-WebSocket-Protocol if binGlenn Strauss2017-10-091-2/+15