summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] gateways might Upgrade con before body readGlenn Strauss2017-10-091-2/+3
* [core] return from http_response_read if small rdGlenn Strauss2017-10-091-0/+3
* [core] limit use of TCP_CORKGlenn Strauss2017-10-091-4/+9
* [core] inline chunkqueue_is_empty()Glenn Strauss2017-10-092-5/+4
* [core] compare listen addrs after DNS resolutionGlenn Strauss2017-10-091-84/+76
* [core] /dev/stdin listener for inetd wait yesGlenn Strauss2017-10-093-7/+43
* [core] cleaner code; remove goto from network.cGlenn Strauss2017-10-071-52/+32
* [core] use sun_path for addr string for AF_UNIX (fixes #2826)Glenn Strauss2017-10-071-1/+8
* [unittests] consolidate base64 test codeGlenn Strauss2017-10-032-118/+32
* [network] do not append port to unix socket pathsGlenn Strauss2017-10-031-2/+4
* [core] URI scheme is case-insensitiveGlenn Strauss2017-10-031-2/+5
* [lemon] fix gcc implicit-fallthrough warningStefan Bühler2017-10-031-1/+1
* [algo_sha1] fix compile break and warningsStefan Bühler2017-10-022-3/+4
* [mod_wstunnel] fix NULL ptr derefGlenn Strauss2017-09-301-1/+3
* [core] fix triggered assert on HTTP chunked input (fixes #2822)Glenn Strauss2017-09-271-0/+1
* [core] disable Nagle if streaming to backendGlenn Strauss2017-09-231-0/+10
* [core] make strftime_cache_get() 16-element cacheGlenn Strauss2017-09-231-9/+5
* [core] fdevent setsockopt() helper functionsGlenn Strauss2017-09-234-14/+23