ClickHouse/dbms/src/Server
2018-05-06 12:04:10 +03:00
..
Compiler-5.0.0 Removed useless code [#CLICKHOUSE-2] 2018-05-06 09:52:23 +03:00
Compiler-6.0.0 Removed useless code [#CLICKHOUSE-2] 2018-05-06 09:52:23 +03:00
Compiler-7.0.0 Fixed build of embedded compiler with clang 7 [#CLICKHOUSE-2] 2018-05-06 12:04:10 +03:00
config.d Addition to prev. revision #2164 2018-04-19 08:54:16 +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 libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +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 Removed BB-Style macros for colors. Preparing prompt pattern once and replace current database in the cycle only. 2018-03-08 10:55:27 +02:00
clickhouse-compressor.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-copier.cpp Fix macos compile (#2006) 2018-03-07 21:17:17 +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 merged with master 2018-04-16 18:35:11 +03:00
ClusterCopier.cpp merged with master 2018-04-16 18:35:11 +03:00
ClusterCopier.h Speed up initialization, fixed settings passing. [#CLICKHOUSE-3346] 2018-03-07 17:39:02 +03:00
CMakeLists.txt Removed excessive library dependencies #2180 2018-04-07 05:29:12 +03:00
Compiler-5.0.1 Internal compiler: Use libclang-5.0 (#1597) 2017-12-08 11:28:08 +03:00
Compiler-5.0.2 Build fixes 2018-05-05 15:34:17 +03:00
Compiler-6.0.0svn Internal compiler: Use libclang-5.0 (#1597) 2017-12-08 11:28:08 +03:00
Compiler-6.0.1 Build fixes 2018-05-05 15:34:17 +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 Allowed to read files by table function "file" inside "user_files_path" #2164 2018-04-19 08:32:09 +03:00
ExtractFromConfig.cpp CLICKHOUSE-3553 Rebuild loggers on every config change (#1973) 2018-02-28 23:34:25 +03:00
Format.cpp minor fixes 2018-04-16 18:11:13 +03:00
HTTPHandler.cpp Merge branch 'master' into show-server-group-in-client 2018-03-23 19:23:25 +03:00
HTTPHandler.h Use standard markup '{}' like macros. Add coments. 2018-03-08 09:36:58 +02: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 wording #245 2018-03-10 02:23:15 +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 extract common base for DatabaseMemory and DatabaseOrdinary [#CLICKHOUSE-3664] 2018-03-24 12:08:32 +00:00
LocalServer.h Fixed build [#CLICKHOUSE-3044]. 2017-06-18 08:43:29 +03:00
main.cpp Miscellaneous [#CLICKHOUSE-2] 2018-04-05 22:28:07 +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 libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +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 Fixed warning found by clang 7 [#CLICKHOUSE-2] 2018-05-06 09:29:57 +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 Better timeouts handling. [#CLICKHOUSE-2] 2018-04-04 22:44:38 +03:00
TCPHandler.h Accpet client-side send and recieve timeouts. [#CLICKHOUSE-2] 2018-03-28 17:10:11 +03:00
TCPHandlerFactory.h fix 2018-03-13 22:58:26 +03:00
users.xml Changed tabs to spaces in code [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00