ClickHouse/src/Server
Antonio Andelic e363e27eef
Merge pull request #42532 from ClickHouse/fix-data-race
Fix `KeeperTCPHandler` data race
2022-10-24 09:14:34 +02:00
..
grpc_protos Add field output_columns to first Result sent in gRPC protocol. 2022-02-10 21:05:56 +07:00
HTTP Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
CertificateReloader.cpp Fix style 2022-08-20 17:59:51 +02: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 Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
GRPCServer.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
HTTPHandler.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
HTTPHandler.h Support content_type in HTTP handler config 2022-02-26 03:06:17 +03:00
HTTPHandlerFactory.cpp Apply changes to http handlers on fly without server restart 2022-09-12 17:34:51 +02:00
HTTPHandlerFactory.h Apply changes to http handlers on fly without server restart 2022-09-12 17:34:51 +02:00
HTTPHandlerRequestFilter.h Apply changes to http handlers on fly without server restart 2022-09-12 17:34:51 +02:00
InterserverIOHTTPHandler.cpp base should not depend on Common 2022-04-29 10:26:35 +08: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 Merge pull request #42532 from ClickHouse/fix-data-race 2022-10-24 09:14:34 +02:00
KeeperTCPHandler.h Fix KeeperTCPHandler data race 2022-10-21 07:29:00 +00:00
KeeperTCPHandlerFactory.h base should not depend on Common 2022-04-29 10:26:35 +08:00
MySQLHandler.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
MySQLHandler.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
MySQLHandlerFactory.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
MySQLHandlerFactory.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02: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 Generate config_version.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
PostgreSQLHandler.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
PostgreSQLHandlerFactory.cpp Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
PostgreSQLHandlerFactory.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
PrometheusMetricsWriter.cpp Fix style 2022-08-27 23:40:24 +02:00
PrometheusMetricsWriter.h Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
PrometheusRequestHandler.cpp Apply changes to http handlers on fly without server restart 2022-09-12 17:34:51 +02: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 Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
ProxyV1Handler.cpp style fix 2022-09-11 22:44:27 +00:00
ProxyV1Handler.h split into diferent files 2022-09-11 19:00:40 +00:00
ProxyV1HandlerFactory.h split into diferent files 2022-09-11 19:00:40 +00:00
ReplicasStatusHandler.cpp Apply changes to http handlers on fly without server restart 2022-09-12 17:34:51 +02:00
ReplicasStatusHandler.h Add settings for HTTP header limitations 2021-06-15 17:33:46 +03:00
StaticRequestHandler.cpp Add new HTTP compression methods 2022-10-04 03:13:46 +00:00
StaticRequestHandler.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TCPHandler.cpp Merge remote-tracking branch 'upstream/master' into build/shorten-64-to-32 2022-10-22 16:49:08 +02:00
TCPHandler.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
TCPHandlerFactory.h add PROXYv1 handler, add stack exchange data block, tuneup protocols config 2022-09-10 20:21:37 +00:00
TCPProtocolStackData.h review suggestions 2022-09-29 00:13:40 +00:00
TCPProtocolStackFactory.h review suggestions 2022-10-07 01:16:22 +00: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 pass session certificate for showCertificate() 2022-09-18 07:11:52 +00:00
TLSHandlerFactory.h remove maybe_unused 2022-09-23 10:54:12 -04:00
WebUIRequestHandler.cpp Implement code review suggestions 2022-08-22 21:55:41 +02:00
WebUIRequestHandler.h Implement code review suggestions 2022-08-22 21:55:41 +02:00