ClickHouse/src/Server
filimonov 8d9ad60afa
Decrease verbosity of disconnecting clients
Right now they go to error log.
2020-12-11 11:51:48 +01:00
..
grpc_protos Add comments desribing the protocol. 2020-11-24 17:55:02 +03:00
CMakeLists.txt Fix code style and compilation. 2020-11-24 17:53:34 +03:00
GRPCServer.cpp Retrieve logs from grpc library and pass them to our logging system. 2020-12-07 23:39:55 +03:00
GRPCServer.h Rework async server: switch to coroutine-like approach, no using statuses anymore for control flow. 2020-11-24 17:53:34 +03:00
HTTPHandler.cpp Merge branch 'master' into quota-by-x-forwarded-for 2020-12-07 18:22:19 +03:00
HTTPHandler.h Fix QueryScope initialization for HTTPHandler 2020-10-17 08:55:02 +03:00
HTTPHandlerFactory.cpp Allow quotas to be keyed by proxy-forwarded IP address 2020-12-02 00:09:16 +03:00
HTTPHandlerFactory.h
HTTPHandlerRequestFilter.h
InterserverIOHTTPHandler.cpp Change level of some log messages 2020-10-10 20:47:34 +03:00
InterserverIOHTTPHandler.h
IServer.h
MySQLHandler.cpp Add constants to ClientInfo::Interface for MySQL and PostgreSQL protocols. 2020-11-26 11:30:38 +03:00
MySQLHandler.h ISSUES-4006 split mysql protocol 2020-08-13 20:41:36 +08:00
MySQLHandlerFactory.cpp
MySQLHandlerFactory.h
NotFoundHandler.cpp
NotFoundHandler.h
PostgreSQLHandler.cpp Add constants to ClientInfo::Interface for MySQL and PostgreSQL protocols. 2020-11-26 11:30:38 +03:00
PostgreSQLHandler.h
PostgreSQLHandlerFactory.cpp
PostgreSQLHandlerFactory.h
PrometheusMetricsWriter.cpp
PrometheusMetricsWriter.h
PrometheusRequestHandler.cpp
PrometheusRequestHandler.h
ProtocolServerAdapter.cpp Add an adapter for protocol servers. 2020-11-24 17:53:34 +03:00
ProtocolServerAdapter.h Add an adapter for protocol servers. 2020-11-24 17:53:34 +03:00
ReplicasStatusHandler.cpp remove more stringstreams 2020-11-10 21:22:26 +03:00
ReplicasStatusHandler.h
StaticRequestHandler.cpp Added /play handler; added a test 2020-10-20 03:28:33 +03:00
StaticRequestHandler.h Added /play handler; added a test 2020-10-20 03:28:33 +03:00
TCPHandler.cpp Decrease verbosity of disconnecting clients 2020-12-11 11:51:48 +01:00
TCPHandler.h Added note 2020-12-03 00:09:46 +03:00
TCPHandlerFactory.h Separate factory for test keeper handlers 2020-12-09 11:45:36 +03:00
TestKeeperTCPHandler.cpp Close requests without timeout 2020-12-09 11:19:52 +03:00
TestKeeperTCPHandler.h More correct session close 2020-12-08 17:28:51 +03:00
TestKeeperTCPHandlerFactory.h Separate factory for test keeper handlers 2020-12-09 11:45:36 +03:00
WebUIRequestHandler.cpp Added /play handler; added a test 2020-10-20 03:28:33 +03:00
WebUIRequestHandler.h Modify comment 2020-10-20 04:03:03 +03:00
ya.make Merge branch 'master' into complete_zk_api 2020-11-25 10:31:16 +03:00
ya.make.in Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00