ClickHouse/src/Server
Antonio Andelic 8cc18c851d
Merge pull request #35705 from ClickHouse/is-secure-client-info
Added `is_secure` column to `query_log`
2022-04-01 08:27:20 +02:00
..
grpc_protos Add field output_columns to first Result sent in gRPC protocol. 2022-02-10 21:05:56 +07:00
HTTP Merge pull request #31484 from eungenue/Implement-SSL-X509-certificate-authentication 2022-02-21 11:30:52 +03:00
CertificateReloader.cpp Improve certificate reloader (#34887) 2022-02-28 21:30:02 +03:00
CertificateReloader.h Improve certificate reloader (#34887) 2022-02-28 21:30:02 +03:00
CMakeLists.txt Remove unbundled gRPC support 2022-01-20 08:47:16 +03:00
GRPCServer.cpp Add field output_columns to first Result sent in gRPC protocol. 2022-02-10 21:05:56 +07:00
GRPCServer.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
HTTPHandler.cpp Add is_secure info to HTTP 2022-03-30 06:39:40 +00:00
HTTPHandler.h Fix 2021-11-24 22:25:41 +03:00
HTTPHandlerFactory.cpp Correct behaviour with unknown methods (#29057) 2021-10-06 14:43:05 +03:00
HTTPHandlerFactory.h Merge branch 'master' into add_CORS 2021-10-06 16:09:34 +03:00
HTTPHandlerRequestFilter.h Fix clang-tidy warnings in Server, Storages folders 2022-03-14 18:17:35 +00:00
InterserverIOHTTPHandler.cpp Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03:00
InterserverIOHTTPHandler.h Add settings for HTTP header limitations 2021-06-15 17:33:46 +03:00
IServer.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
KeeperTCPHandler.cpp clickhouse-keeper: finish session on client EOF (fixes heap-use-after-free) 2022-03-31 09:31:34 +03:00
KeeperTCPHandler.h Merge branch 'master' into standalone_keeper_build 2022-03-11 13:58:44 +01:00
KeeperTCPHandlerFactory.h Fix keeper client timeout bug 2022-03-22 11:41:50 +01:00
MySQLHandler.cpp Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
MySQLHandler.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
MySQLHandlerFactory.cpp Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
MySQLHandlerFactory.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
NotFoundHandler.cpp Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
NotFoundHandler.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
PostgreSQLHandler.cpp Use fmt::format over Poco::format in PostgreSQLHandler 2022-02-01 14:30:04 +03:00
PostgreSQLHandler.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
PostgreSQLHandlerFactory.cpp Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
PostgreSQLHandlerFactory.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
PrometheusMetricsWriter.cpp Validate prometheus metric name with regex 2021-07-09 19:12:26 +03:00
PrometheusMetricsWriter.h Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
PrometheusRequestHandler.cpp Check all requests 2021-09-30 13:40:48 +08:00
PrometheusRequestHandler.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
ProtocolServerAdapter.cpp Better cmake 2022-03-11 15:47:07 +01:00
ProtocolServerAdapter.h Fix clang-tidy warnings in Server, Storages folders 2022-03-14 18:17:35 +00:00
ReplicasStatusHandler.cpp Add test 2021-06-16 17:33:14 +03:00
ReplicasStatusHandler.h Add settings for HTTP header limitations 2021-06-15 17:33:46 +03:00
StaticRequestHandler.cpp update code and add document 2021-09-30 04:51:02 +08:00
StaticRequestHandler.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TCPHandler.cpp Add is_secure info to HTTP 2022-03-30 06:39:40 +00:00
TCPHandler.h Add is_secure info to HTTP 2022-03-30 06:39:40 +00:00
TCPHandlerFactory.h Add is_secure info to HTTP 2022-03-30 06:39:40 +00:00
TCPServer.cpp Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
TCPServer.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
TCPServerConnectionFactory.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
WebUIRequestHandler.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
WebUIRequestHandler.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00