ClickHouse/src/Server
2023-12-15 19:17:42 +00:00
..
grpc_protos Add field output_columns to first Result sent in gRPC protocol. 2022-02-10 21:05:56 +07:00
HTTP use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
CertificateReloader.cpp less fmt::runtime usages 2023-01-17 00:11:59 +01:00
CertificateReloader.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
CMakeLists.txt Remove unbundled gRPC support 2022-01-20 08:47:16 +03:00
GRPCServer.cpp Bump gRPC to v1.44.1 2023-11-07 19:52:59 +00:00
GRPCServer.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
HTTPHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
HTTPHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
HTTPHandlerFactory.cpp Update URI filter for query endpoint once again 2023-10-20 13:00:06 +02:00
HTTPHandlerFactory.h Remove redundant include 2023-12-11 10:20:43 +01:00
HTTPHandlerRequestFilter.h Fix ASan failure 2023-10-25 15:54:10 +02:00
HTTPPathHints.cpp Add hints for HTTP handlers 2023-08-10 06:23:20 -04:00
HTTPPathHints.h Refactor IHints 2023-09-10 03:48:12 +00:00
HTTPRequestHandlerFactoryMain.cpp Add hints for HTTP handlers 2023-08-10 06:23:20 -04:00
HTTPRequestHandlerFactoryMain.h Add hints for HTTP handlers 2023-08-10 06:23:20 -04:00
InterserverIOHTTPHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
InterserverIOHTTPHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
IServer.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
KeeperReadinessHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
KeeperReadinessHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
KeeperTCPHandler.cpp Updated compression to LZ4 as its better in performance 2023-11-09 10:10:22 +01:00
KeeperTCPHandler.h Removed unwanted flush & updated to use optional for buffers 2023-11-02 09:38:53 +01:00
KeeperTCPHandlerFactory.h base should not depend on Common 2022-04-29 10:26:35 +08:00
MySQLHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
MySQLHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
MySQLHandlerFactory.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
MySQLHandlerFactory.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
NotFoundHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
NotFoundHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
PostgreSQLHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
PostgreSQLHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
PostgreSQLHandlerFactory.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
PostgreSQLHandlerFactory.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
PrometheusMetricsWriter.cpp Better 2023-12-07 17:53:40 +01:00
PrometheusMetricsWriter.h Done 2023-11-24 20:03:02 +00:00
PrometheusRequestHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
PrometheusRequestHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
ProtocolServerAdapter.cpp Rename 2023-09-01 12:55:58 +02:00
ProtocolServerAdapter.h Rename 2023-09-01 12:55:58 +02:00
ProxyV1Handler.cpp Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
ProxyV1Handler.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
ProxyV1HandlerFactory.h split into diferent files 2022-09-11 19:00:40 +00:00
ReplicasStatusHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
ReplicasStatusHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
ServerType.cpp Random changes in random files (#57642) 2023-12-14 12:47:11 +01:00
ServerType.h Random changes in random files (#57642) 2023-12-14 12:47:11 +01:00
StaticRequestHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
StaticRequestHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
TCPHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
TCPHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
TCPHandlerFactory.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
TCPProtocolStackData.h review suggestions 2022-09-29 00:13:40 +00:00
TCPProtocolStackFactory.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
TCPProtocolStackHandler.h review suggestions 2022-09-29 00:13: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 review suggestions 2022-09-29 00:13:40 +00:00
TLSHandler.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
TLSHandlerFactory.h remove maybe_unused 2022-09-23 10:54:12 -04:00
waitServersToFinish.cpp Convert unnecessary std::scoped_lock to std::lock_guard 2023-10-25 09:26:16 +00:00
waitServersToFinish.h fix 2023-06-27 18:48:54 +00:00
WebUIRequestHandler.cpp use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00
WebUIRequestHandler.h use ProfileEvents instead of CurrentMetrics 2023-12-15 19:17:42 +00:00