ClickHouse/dbms/src/Server
2018-02-28 21:35:49 +03:00
..
Compiler-5.0.0 Build and test fixes: 2018-02-07 18:58:48 +03:00
Compiler-6.0.0 Build and test fixes: 2018-02-07 18:58:48 +03:00
config.d Added config substitution to log to console in development environment [#CLICKHOUSE-2]. 2018-01-22 21:12:47 +03:00
data Merge branch 'master' of github.yandex-team.ru:Metrika/ClickHouse 2016-05-26 21:46:14 +03:00
metadata/default Tiny modifications [#METR-20000]. 2016-05-25 22:59:17 +03:00
users.d Changed tabs to spaces in code [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
Benchmark.cpp Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +03:00
clickhouse-benchmark.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-clang.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-client.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-client.xml clean 2017-10-03 22:12:44 +03:00
clickhouse-cluster-copier.cpp Added standalone clickhouse-cluster-copier binary. [#CLICKHOUSE-3346] 2018-01-22 21:33:18 +03:00
clickhouse-compressor.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-extract-from-config.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-format.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-lld.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-local.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-performance-test.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-server.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
Client.cpp Better UNION ALL: development #1947 2018-02-25 09:35:24 +03:00
ClusterCopier.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ClusterCopier.h Add clickhouse-copier description to the docs. [#CLICKHOUSE-3606] 2018-02-26 18:27:36 +03:00
CMakeLists.txt Allow to disable compiling -server or other parts to static binary 2018-02-15 23:57:08 +03:00
Compiler-5.0.1 Internal compiler: Use libclang-5.0 (#1597) 2017-12-08 11:28:08 +03:00
Compiler-6.0.0svn Internal compiler: Use libclang-5.0 (#1597) 2017-12-08 11:28:08 +03:00
Compiler-7.0.0 Build and test fixes: 2018-02-07 18:58:48 +03:00
Compiler-7.0.0svn Pbuilder ccache fixes (#1878) 2018-02-08 19:41:30 +03:00
Compressor.cpp dbms: CompressionSettingsSelector. [#METR-21516] 2017-10-13 04:08:23 +03:00
config_tools.h.in Allow to disable compiling -server or other parts to static binary 2018-02-15 23:57:08 +03:00
config.xml Use custom expr for query log 2018-02-14 10:01:41 +02:00
ConfigReloader.cpp Merge pull request #1773 from yandex/small-enhancements 2018-01-16 22:07:43 +03:00
ConfigReloader.h Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
ExtractFromConfig.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
Format.cpp Better [#CLICKHOUSE-2]. 2017-12-01 21:36:55 +03:00
HTTPHandler.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
HTTPHandler.h Removed useless line of code [#CLICKHOUSE-2] 2018-02-05 23:32:53 +03:00
HTTPHandlerFactory.h CLICKHOUSE-3289: Do not use Application singleton #2 2017-09-08 19:37:21 +03:00
InterruptListener.h Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
InterserverIOHTTPHandler.cpp Fixed build; clarifications [#CLICKHOUSE-3289]. 2017-09-08 19:41:35 +03:00
InterserverIOHTTPHandler.h Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
IServer.h Fixed error when huge sets for IN, JOIN, DISTINCT cannot be created with exception message "Cannot mremap... Bad address" [#CLICKHOUSE-2]. 2017-08-11 02:25:51 +03:00
LocalServer.cpp Add system_profile config. [#CLICKHOUSE-3558] 2018-02-01 16:53:44 +03:00
LocalServer.h Fixed build [#CLICKHOUSE-3044]. 2017-06-18 08:43:29 +03:00
main.cpp Allow to disable compiling -server or other parts to static binary 2018-02-15 23:57:08 +03:00
MetricsTransmitter.cpp Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
MetricsTransmitter.h Keep config in context to avoid Application singleton usages 2017-08-28 22:19:06 +03:00
NotFoundHandler.cpp Extract handlers to allow reuse 2017-08-10 06:13:15 +03:00
NotFoundHandler.h Extract handlers to allow reuse 2017-08-10 06:13:15 +03:00
PerformanceTest.cpp Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +03:00
PingRequestHandler.cpp Better [#CLICKHOUSE-2]. 2017-12-02 05:47:12 +03:00
PingRequestHandler.h CLICKHOUSE-3289: Do not use Application singleton #2 2017-09-08 19:37:21 +03:00
ReplicasStatusHandler.cpp Fixed error [#CLICKHOUSE-2] 2017-11-04 19:46:14 +03:00
ReplicasStatusHandler.h Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
RootRequestHandler.cpp Better [#CLICKHOUSE-2]. 2017-12-02 05:47:12 +03:00
RootRequestHandler.h CLICKHOUSE-3289: Do not use Application singleton #2 2017-09-08 19:37:21 +03:00
Server.cpp listen_try config option (#1892) 2018-02-12 22:36:18 +03:00
Server.h Allow redefine server config via command line: clickhouse-server -- --logger.level=information (#1811) 2018-02-08 22:12:37 +03:00
StatusFile.cpp Miscellaneous [#CLICKHOUSE-2]. 2017-12-18 07:07:26 +03:00
StatusFile.h Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
TCPHandler.cpp Fixed race condition in Lazy stream [#CLICKHOUSE-2] 2018-02-23 13:49:48 +03:00
TCPHandler.h Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2] 2018-02-19 03:45:32 +03:00
TCPHandlerFactory.h Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
users.xml Changed tabs to spaces in code [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00