ClickHouse/src/Server
2022-02-15 16:25:07 +08:00
..
grpc_protos Add field output_columns to first Result sent in gRPC protocol. 2022-02-10 21:05:56 +07:00
HTTP avoid unnecessary copying of Settings 2022-02-10 12:13:51 +03:00
CertificateReloader.cpp Update CertificateReloader.cpp 2022-02-03 03:03:46 +03:00
CertificateReloader.h add try catch to avoid errors on start 2022-01-31 12:13:28 +00: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 Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03: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 Rename "common" to "base" 2021-10-02 10:13:14 +03: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 Merge branch 'master' into better_hashmap 2022-01-19 12:31:23 +03:00
KeeperTCPHandler.h add lower bound session timeout to keeper 2021-12-29 20:59:01 +08:00
KeeperTCPHandlerFactory.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +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 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
PrometheusMetricsWriter.h
PrometheusRequestHandler.cpp
PrometheusRequestHandler.h
ProtocolServerAdapter.cpp Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
ProtocolServerAdapter.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
ReplicasStatusHandler.cpp
ReplicasStatusHandler.h
StaticRequestHandler.cpp
StaticRequestHandler.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TCPHandler.cpp add metrics for clickhouse-local 2022-02-15 16:25:07 +08:00
TCPHandler.h add metrics for clickhouse-local 2022-02-15 16:25:07 +08:00
TCPHandlerFactory.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01: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