ClickHouse/src/Server
2022-04-10 01:21:28 +03: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 Introduce compatiblity mode for SETTINGS after FORMAT 2022-04-07 16:36:34 +03:00
GRPCServer.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
HTTPHandler.cpp Merge branch 'master' into pr/content-type 2022-04-03 20:53:51 +03:00
HTTPHandler.h Support content_type in HTTP handler config 2022-02-26 03:06:17 +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
IServer.h
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
NotFoundHandler.h
PostgreSQLHandler.cpp Introduce compatiblity mode for SETTINGS after FORMAT 2022-04-07 16:36:34 +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
PrometheusMetricsWriter.h
PrometheusRequestHandler.cpp
PrometheusRequestHandler.h
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
ReplicasStatusHandler.h
StaticRequestHandler.cpp
StaticRequestHandler.h
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