Commit Graph

2435 Commits (a4d40da9f2a0e9e1251c8989e6294790e61b51d6)
 

Author SHA1 Message Date
Gaël PORTAY 04d510af20 [mod_openssl] ignore client verification error if not enforced
6 years ago
Glenn Strauss 69aeaf2fad [mod_proxy] fix typo identified by coverity
6 years ago
Glenn Strauss 0399609ac2 [mod_openssl] ssl.ca-dn-file (fixes #2694)
6 years ago
Gaël PORTAY e422ac128a [mod_openssl] ssl.ca-crl-file for CRL (fixes #2319)
6 years ago
Glenn Strauss 6f75cdddda [build] autotools use AC_PROG_CC_STDC macro
6 years ago
Glenn Strauss 1e8147fc3a [build] -Werror if --enable-extra-warnings=error
6 years ago
Gaël PORTAY e8498bbfcc [core] silence compiler warnings if !HAVE_FORK
6 years ago
Glenn Strauss 7a27d5eff5 [core] buffer to disk streaming to slow backends
6 years ago
Glenn Strauss 574fb562f1 [mod_cgi] basic support for Upgrade: websocket
6 years ago
Glenn Strauss b641850376 [core] optional condition in config "else" clause (fixes #1268)
6 years ago
Glenn Strauss 86bb8be2c8 [core] perf: skip redundant strlen() if len known
6 years ago
Glenn Strauss 07cde2cf0b [core] set server.max-keep-alive-requests = 100 (fixes #2205)
6 years ago
Glenn Strauss 8913dc4e59 [mod_extforward] compile on OSX
6 years ago
Glenn Strauss 14656f8f89 [mod_proxy] basic support for Upgrade: websocket (fixes #2811)
6 years ago
Glenn Strauss 316e959b4d [core] prep mod transitions to transparent proxy
6 years ago
Glenn Strauss dfc1603c4b [core] fix crash for invalid syntax in config file (fixes #2810)
6 years ago
Stefan Bühler 9752620792 [core] configparser: fix resource handling in error cases (fixes #2809)
6 years ago
Glenn Strauss a48d65c8a5 [core] remove redundant resets of fde_ndx
6 years ago
Glenn Strauss e685ef70f1 [core] act as transparent proxy after con Upgrade
6 years ago
Glenn Strauss 28851b2cdf [core] skip socket shutdown() if con->fd negative
6 years ago
Glenn Strauss c66e826978 [mod_proxy,mod_scgi] fix truncated error trace
6 years ago
Glenn Strauss 77509ed087 [mod_fastcgi] consolidate backend read code
6 years ago
Glenn Strauss e622aa4114 [mod_uploadprogress] handle query str progress ID (fixes #2808)
6 years ago
Glenn Strauss 036d3d3d66 [mod_proxy] simple host/url mapping in headers (fixes #152)
6 years ago
Glenn Strauss 1465cf80f9 [core] calloc plugin_config for consistent init
6 years ago
Glenn Strauss 9c0ef6876d [core] permit strings,ints,arrays in config array
6 years ago
Glenn Strauss b23065e547 [mod_accesslog] flag high precision ts for %T (fixes #2807)
6 years ago
Glenn Strauss 45bb2c1f59 [core] permit strings and integers in config array
6 years ago
Gaël PORTAY 589faeef63 [core] fix build issue without ipv6 support
6 years ago
Glenn Strauss 40f72a41b9 [core] omit default port from normalized host str
6 years ago
Glenn Strauss 440b371997 [mod_proxy] fix backslash escaping
6 years ago
Glenn Strauss 2986221cab [core] sys-strings.h abstraction for strings.h
6 years ago
Glenn Strauss 05c34ce464 [core] buffer_substr_replace()
6 years ago
Glenn Strauss ac143ead29 [core] inline simple buffer is empty checks
6 years ago
Glenn Strauss 8641d1b03f [core] no SOCK_CLOEXEC on Linux kernel < 2.6.27
6 years ago
Glenn Strauss 9e46b8ea25 [core] extend mimetype search w/o leading '.'
6 years ago
Glenn Strauss a434a3fab0 [mod_openssl] free local_send_buffer at exit
6 years ago
Glenn Strauss ba679290f9 [core] inet_ntop_cache now 4-element cache
6 years ago
Glenn Strauss 0cc7556aec [core] perf: stat_cache_mimetype_by_ext()
6 years ago
Glenn Strauss 8e97c84c0f [core] fix stat_cache initialization error
6 years ago
Glenn Strauss bd0b2592d1 [mod_extforward] fix typos in Forwarded handling
6 years ago
Glenn Strauss 78cc72726d [mod_extforward] support HAProxy "PROXY" protocol (fixes #2804)
6 years ago
Glenn Strauss e33ec75999 [core] save connection-level proto in con->proto
6 years ago
Glenn Strauss a448886485 [core] inet_pton(), inet_ntop() on (sock_addr *)
6 years ago
Glenn Strauss b2e2d42c83 [mod_proxy] support Forwarded HTTP Extension (fixes #2703)
6 years ago
Glenn Strauss 371e1bf723 [mod_extforward] support Forwarded HTTP Extension (#2703)
6 years ago
Glenn Strauss 36adf0d9a6 [mod_extforward] rearrange code; prep Forwarded
6 years ago
Glenn Strauss 3070972335 [mod_extforward] upd scheme after ipstr validated
6 years ago
Glenn Strauss e7ee5dbf78 [mod_extforward] consolidate ipstr_to_sockaddr()
6 years ago
Glenn Strauss c3c78599dd [mod_extforward] simplify header search
6 years ago