summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mod_wstunnel] fix config parsing bugGlenn Strauss2017-09-211-2/+3
* [core] adjust li_rand_pseudo* interfacesGlenn Strauss2017-09-204-6/+12
* [mod_webdav] check HAVE_UUID for -luuidGlenn Strauss2017-09-101-1/+2
* [mod_cgi] omit cgi_handle_fdevent after proc exitGlenn Strauss2017-09-101-5/+1
* [mod_cgi] add FDEVENT_IN upon CGI exitGlenn Strauss2017-09-101-1/+1
* [mod_openssl] ssl.read-ahead="disable" for streamGlenn Strauss2017-09-101-1/+3
* [mod_rrdtool] handle_trigger returns HANDLER_GO_ONGlenn Strauss2017-09-101-4/+4
* [core] SIGCHLD handle_waitpid hook for modulesGlenn Strauss2017-09-1014-218/+336
* [core] attempt to quiet compiler warning in LEDEGlenn Strauss2017-09-101-1/+2
* [core] attempt to quiet coverity false positivesGlenn Strauss2017-08-125-22/+31
* [core] attempt to quiet coverity false positivesGlenn Strauss2017-08-1210-26/+56
* [mod_fastcgi] fix return when streaming min bufferGlenn Strauss2017-08-121-1/+1