.. |
tests
|
Added some warnings from clang's -Weverything
|
2019-01-05 03:55:47 +03:00 |
AIO.cpp
|
Fix build and code-style.
|
2019-02-08 16:36:58 +03:00 |
AIO.h
|
Fix build and code-style.
|
2019-02-08 16:36:58 +03:00 |
AIOContextPool.cpp
|
Fix build and code-style.
|
2019-02-08 16:36:58 +03:00 |
AIOContextPool.h
|
Add FreeBSD AIO support.
|
2019-02-07 21:48:09 +03:00 |
AsynchronousWriteBuffer.h
|
Attempt to implemnt global thread pool #4018
|
2019-01-11 22:12:36 +03:00 |
BufferBase.h
|
Padding for IO buffers.
|
2018-08-29 09:39:44 +08:00 |
BufferWithOwnMemory.h
|
Added comments #2980
|
2018-08-30 23:12:15 +03:00 |
CascadeWriteBuffer.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
CascadeWriteBuffer.h
|
Build fixes (#3181)
|
2018-09-28 17:53:20 +03:00 |
CMakeLists.txt
|
Debian: simpler package (#662)
|
2017-04-10 20:43:30 +03:00 |
ConcatReadBuffer.h
|
translate comments: IO
|
2017-05-28 16:29:40 +02:00 |
ConnectionTimeouts.h
|
rename setting to tcp_keep_alive
|
2018-10-23 02:02:57 +03:00 |
copyData.cpp
|
more honest constness in ActionBlocker
|
2018-05-25 23:06:36 +03:00 |
copyData.h
|
more honest constness in ActionBlocker
|
2018-05-25 23:06:36 +03:00 |
createReadBufferFromFileBase.cpp
|
Add FreeBSD AIO support.
|
2019-02-07 21:48:09 +03:00 |
createReadBufferFromFileBase.h
|
Code consistency [#CLICKHOUSE-3943]
|
2018-09-04 22:34:34 +03:00 |
createWriteBufferFromFileBase.cpp
|
Add FreeBSD AIO support.
|
2019-02-07 21:48:09 +03:00 |
createWriteBufferFromFileBase.h
|
Code consistency [#CLICKHOUSE-3943]
|
2018-09-04 22:34:34 +03:00 |
DoubleConverter.h
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
HashingReadBuffer.h
|
Added more warnings from clang's -Weverything, that are available in clang 8
|
2019-01-07 13:40:58 +03:00 |
HashingWriteBuffer.cpp
|
Unification [#CLICKHOUSE-2].
|
2017-09-15 15:16:12 +03:00 |
HashingWriteBuffer.h
|
Unification [#CLICKHOUSE-2].
|
2017-09-15 15:16:12 +03:00 |
HDFSCommon.cpp
|
Better code and tests for bad cases
|
2019-01-19 23:17:19 +03:00 |
HDFSCommon.h
|
Better code and tests for bad cases
|
2019-01-19 23:17:19 +03:00 |
HexWriteBuffer.cpp
|
Attempt to improve performance [#CLICKHOUSE-3].
|
2017-07-23 09:53:28 +03:00 |
HexWriteBuffer.h
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-06-01 21:13:42 +03:00 |
HTTPCommon.cpp
|
Miscellaneous [#CLICKHOUSE-2]
|
2019-01-02 09:44:36 +03:00 |
HTTPCommon.h
|
CLICKHOUSE-4112: Add keepalive for http connections
|
2018-11-20 16:15:44 +03:00 |
IReadableWriteBuffer.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
LimitReadBuffer.cpp
|
Try to fix "query in form data" feature while still tracking limits for external tables (try №2) #2482
|
2018-08-20 05:23:35 +03:00 |
LimitReadBuffer.h
|
Avoid memory over-allocation when large value of "max_query_size" is specified [#CLICKHOUSE-4169]
|
2018-11-30 18:36:41 +03:00 |
MemoryReadWriteBuffer.cpp
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
MemoryReadWriteBuffer.h
|
Moved code to cpp [#CLICKHOUSE-2].
|
2017-04-08 04:32:05 +03:00 |
MMapReadBufferFromFile.cpp
|
Consistency of FileOpen event [#CLICKHOUSE-3943]
|
2018-09-04 22:24:45 +03:00 |
MMapReadBufferFromFile.h
|
Updated performance testing tool #1890
|
2018-06-13 05:52:03 +03:00 |
MMapReadBufferFromFileDescriptor.cpp
|
Updated performance testing tool #1890
|
2018-06-13 05:52:03 +03:00 |
MMapReadBufferFromFileDescriptor.h
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
Operators.h
|
Fixed UB #3926
|
2018-12-26 09:03:18 +03:00 |
parseDateTimeBestEffort.cpp
|
fix of ppc64le definitions
|
2019-01-23 18:24:14 +03:00 |
parseDateTimeBestEffort.h
|
Added more formats to "parseDateTimeBestEffort" function [#CLICKHOUSE-2]
|
2018-12-24 21:28:41 +03:00 |
Progress.cpp
|
Removed the possibility to use queries with empty query_id; better semantics #245
|
2018-03-10 02:04:26 +03:00 |
Progress.h
|
Addition to prev. revision
|
2019-01-09 20:31:30 +03:00 |
ReadBuffer.h
|
More information in 'Cannot read all data' errors
|
2018-07-13 22:06:26 +03:00 |
ReadBufferAIO.cpp
|
Fix build and code-style.
|
2019-02-08 16:36:58 +03:00 |
ReadBufferAIO.h
|
Add FreeBSD AIO support.
|
2019-02-07 21:48:09 +03:00 |
ReadBufferFromFile.cpp
|
Added more warnings from clang's -Weverything, that are available in clang 8
|
2019-01-07 13:40:58 +03:00 |
ReadBufferFromFile.h
|
Better [#CLICKHOUSE-2].
|
2017-12-01 20:49:12 +03:00 |
ReadBufferFromFileBase.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
ReadBufferFromFileBase.h
|
CLICKHOUSE-3762 Build fixes (#2488)
|
2018-06-19 21:09:09 +03:00 |
ReadBufferFromFileDescriptor.cpp
|
Code cleanups #2482
|
2018-08-22 03:24:55 +03:00 |
ReadBufferFromFileDescriptor.h
|
libs: compiling with msvc2017 (#1996)
|
2018-03-23 19:05:14 +03:00 |
ReadBufferFromHDFS.cpp
|
Update ReadBufferFromHDFS.cpp
|
2019-01-20 02:51:03 +03:00 |
ReadBufferFromHDFS.h
|
Remove strange commit
|
2019-01-18 13:57:00 +03:00 |
ReadBufferFromIStream.cpp
|
Fixed build #2627
|
2018-07-11 15:50:23 +03:00 |
ReadBufferFromIStream.h
|
Update ReadBufferFromIStream.h
|
2018-07-10 23:46:10 +03:00 |
ReadBufferFromMemory.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
ReadBufferFromPocoSocket.cpp
|
Removed unused constructor #3633
|
2018-11-22 21:09:17 +03:00 |
ReadBufferFromPocoSocket.h
|
translate comments: IO
|
2017-05-28 16:29:40 +02:00 |
ReadBufferFromString.h
|
Less dependencies [#CLICKHOUSE-2].
|
2017-04-16 08:40:17 +03:00 |
readFloatText.cpp
|
Addition to prev. revision #1665
|
2018-01-13 08:20:18 +03:00 |
readFloatText.h
|
Merge pull request #3155 from yandex/fix-float-parsing-with-custom-csv-delimiter
|
2018-09-17 22:39:45 +03:00 |
ReadHelpers.cpp
|
dbms: Fixed misspells in comments
|
2019-01-23 04:56:53 +09:00 |
ReadHelpers.h
|
dbms: Fixed misspells in comments
|
2019-01-23 04:56:53 +09:00 |
ReadWriteBufferFromHTTP.cpp
|
Add http connection pool between replicas
|
2018-11-16 16:15:17 +03:00 |
ReadWriteBufferFromHTTP.h
|
Added more warnings from clang's -Weverything, that are available in clang 8
|
2019-01-07 13:40:58 +03:00 |
UncompressedCache.h
|
Fixed non-harmful data race [#CLICKHOUSE-2]
|
2018-03-09 02:07:39 +03:00 |
UseSSL.cpp
|
Fix ssl init (#3056)
|
2018-09-06 21:05:33 +03:00 |
UseSSL.h
|
Fix ssl init (#3056)
|
2018-09-06 21:05:33 +03:00 |
VarInt.h
|
Update VarInt.h
|
2018-08-26 02:46:18 +03:00 |
WriteBuffer.h
|
Fixed error in "regexpQuoteMeta" function #3826
|
2018-12-20 21:16:06 +03:00 |
WriteBufferAIO.cpp
|
Fix build and code-style.
|
2019-02-08 16:36:58 +03:00 |
WriteBufferAIO.h
|
Add FreeBSD AIO support.
|
2019-02-07 21:48:09 +03:00 |
WriteBufferFromArena.h
|
Allow to use values of AggregateFunction data type in groupArray aggregate function [#CLICKHOUSE-3485].
|
2017-12-06 06:10:32 +03:00 |
WriteBufferFromFile.cpp
|
Added more warnings from clang's -Weverything, that are available in clang 8
|
2019-01-07 13:40:58 +03:00 |
WriteBufferFromFile.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
WriteBufferFromFileBase.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
WriteBufferFromFileBase.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
WriteBufferFromFileDescriptor.cpp
|
[WIP] Introduced query_thread_log. [#CLICKHOUSE-2910]
|
2018-05-31 18:54:08 +03:00 |
WriteBufferFromFileDescriptor.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
WriteBufferFromHDFS.cpp
|
Better code and tests for bad cases
|
2019-01-19 23:17:19 +03:00 |
WriteBufferFromHDFS.h
|
Remove strange commit
|
2019-01-18 13:57:00 +03:00 |
WriteBufferFromHTTP.cpp
|
Add http connection pool between replicas
|
2018-11-16 16:15:17 +03:00 |
WriteBufferFromHTTP.h
|
Add http connection pool between replicas
|
2018-11-16 16:15:17 +03:00 |
WriteBufferFromHTTPServerResponse.cpp
|
Miscellaneous [#CLICKHOUSE-2]
|
2019-01-02 09:44:36 +03:00 |
WriteBufferFromHTTPServerResponse.h
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
WriteBufferFromOStream.cpp
|
Update WriteBufferFromOStream.cpp
|
2018-07-10 23:46:10 +03:00 |
WriteBufferFromOStream.h
|
Update WriteBufferFromOStream.h
|
2018-07-10 23:46:10 +03:00 |
WriteBufferFromPocoSocket.cpp
|
Fixed wrong exception message [#CLICKHOUSE-2]
|
2018-11-26 20:11:04 +03:00 |
WriteBufferFromPocoSocket.h
|
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
|
2018-06-03 23:39:06 +03:00 |
WriteBufferFromString.h
|
Class WriteBufferFromOwnString now can return StringRef too.
|
2019-01-24 17:32:01 +03:00 |
WriteBufferFromTemporaryFile.cpp
|
Added more warnings from clang's -Weverything, that are available in clang 8
|
2019-01-07 13:40:58 +03:00 |
WriteBufferFromTemporaryFile.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
WriteBufferFromVector.h
|
Class WriteBufferFromOwnString now can return StringRef too.
|
2019-01-24 17:32:01 +03:00 |
WriteBufferValidUTF8.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
WriteBufferValidUTF8.h
|
translate comments: IO
|
2017-05-28 16:29:40 +02:00 |
WriteHelpers.cpp
|
Don't allow exceptions without code (#3645)
|
2018-11-23 00:19:58 +03:00 |
WriteHelpers.h
|
Addition to prev. revision #3926
|
2018-12-27 03:02:11 +03:00 |
WriteIntText.h
|
Better writeInt
|
2019-01-01 19:36:50 +08:00 |
ZlibCompressionMethod.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
ZlibDeflatingWriteBuffer.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
ZlibDeflatingWriteBuffer.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
ZlibInflatingReadBuffer.cpp
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
ZlibInflatingReadBuffer.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |