ClickHouse/src/Server
alexey-milovidov 85f4045160
Merge pull request #17144 from fibersel/issue-16791
introduce zstd compression (for data import/export)
2020-12-02 22:41:07 +03: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 Added support for external tables. 2020-11-24 17:55:02 +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 resolved conflict, added new compression method in http 2020-11-29 15:59:56 +03:00
HTTPHandler.h Fix QueryScope initialization for HTTPHandler 2020-10-17 08:55:02 +03:00
HTTPHandlerFactory.cpp Added /play handler; added a test 2020-10-20 03:28:33 +03:00
HTTPHandlerFactory.h configure query handler as default 2020-06-15 14:33:44 +03:00
HTTPHandlerRequestFilter.h Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
InterserverIOHTTPHandler.cpp Change level of some log messages 2020-10-10 20:47:34 +03:00
InterserverIOHTTPHandler.h Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
IServer.h Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
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 Remove namespace pollution 2020-05-31 00:57:37 +03:00
MySQLHandlerFactory.h Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
NotFoundHandler.cpp Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
NotFoundHandler.h Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
PostgreSQLHandler.cpp Add constants to ClientInfo::Interface for MySQL and PostgreSQL protocols. 2020-11-26 11:30:38 +03:00
PostgreSQLHandler.h Minor changes after merge 2020-06-21 15:16:08 +03:00
PostgreSQLHandlerFactory.cpp fix build 2020-06-08 16:49:10 +03:00
PostgreSQLHandlerFactory.h fix for review 2020-06-08 15:05:49 +03:00
PrometheusMetricsWriter.cpp Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
PrometheusMetricsWriter.h Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
PrometheusRequestHandler.cpp ISSUES-7572 fix defaults config level & add replicas_status and prometheus handler 2020-06-13 00:15:02 +08:00
PrometheusRequestHandler.h Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
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 Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
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 cleanup 2020-11-19 18:52:11 +03:00
TCPHandler.h Better diagnostics when client has dropped connection 2020-10-24 06:41:47 +03:00
TCPHandlerFactory.h Remove namespace pollution 2020-05-31 00:57:37 +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 Add an adapter for protocol servers. 2020-11-24 17:53:34 +03:00
ya.make.in Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00