.. |
tests
|
Merge branch 'master' into brotli
|
2019-04-08 21:07:58 +03:00 |
AIO.cpp
|
Fix build and code-style.
|
2019-02-08 16:36:58 +03:00 |
AIO.h
|
Removed duplicate includes
|
2019-02-10 20:12:22 +03:00 |
AIOContextPool.cpp
|
[PATCH] Fixup for "AIOcontextPool: Found io_event with unknown id 0'' error #4434 from urgordeadbeef
|
2019-02-18 20:30:00 +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 |
BrotliReadBuffer.cpp
|
Brotli: additions to #4388
|
2019-04-10 19:12:31 +03:00 |
BrotliReadBuffer.h
|
Brotli: additions to #4388
|
2019-04-10 19:12:31 +03:00 |
BrotliWriteBuffer.cpp
|
Brotli: additions to #4388
|
2019-04-10 19:12:31 +03:00 |
BrotliWriteBuffer.h
|
Brotli: additions to #4388
|
2019-04-10 19:12:31 +03:00 |
BufferBase.h
|
Padding for IO buffers.
|
2018-08-29 09:39:44 +08:00 |
BufferWithOwnMemory.h
|
MarkCache and UncompressedCache use different allocator to catch segfaults more reliable
|
2019-04-06 18:27:39 +03:00 |
CascadeWriteBuffer.cpp
|
|
|
CascadeWriteBuffer.h
|
Build fixes (#3181)
|
2018-09-28 17:53:20 +03:00 |
CMakeLists.txt
|
|
|
CompressionMethod.h
|
HTTP Accept-Encoding: br; Expended ZlibCompressionMethod to generic CompressionMethod; Added brotli to CompressionMethod enum
|
2019-03-21 00:04:35 +03:00 |
ConcatReadBuffer.h
|
|
|
ConnectionTimeouts.h
|
Fix exception 'No message received'
|
2019-03-29 21:10:03 +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
|
Fixed error message
|
2019-02-27 22:12:08 +03:00 |
createReadBufferFromFileBase.h
|
Code consistency [#CLICKHOUSE-3943]
|
2018-09-04 22:34:34 +03:00 |
createWriteBufferFromFileBase.cpp
|
Fixed error message
|
2019-02-27 22:12:08 +03:00 |
createWriteBufferFromFileBase.h
|
Code consistency [#CLICKHOUSE-3943]
|
2018-09-04 22:34:34 +03:00 |
DelimitedReadBuffer.h
|
Allow empty row_delimiter when using Kafka.
|
2019-03-29 17:38:52 +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
|
Add Y_IGNORE (#4521)
|
2019-02-27 19:52:08 +03:00 |
HexWriteBuffer.cpp
|
|
|
HexWriteBuffer.h
|
Resolved some of PVS-Studio warnings
|
2019-04-22 19:07:09 +03:00 |
HTTPCommon.cpp
|
Fix exception 'No message received'
|
2019-03-29 21:10:03 +03:00 |
HTTPCommon.h
|
CLICKHOUSE-4112: Add keepalive for http connections
|
2018-11-20 16:15:44 +03:00 |
IReadableWriteBuffer.h
|
|
|
LimitReadBuffer.cpp
|
Cleanups #4246
|
2019-02-10 18:17:45 +03:00 |
LimitReadBuffer.h
|
Cleanups #4246
|
2019-02-10 18:17:45 +03:00 |
MemoryReadWriteBuffer.cpp
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
MemoryReadWriteBuffer.h
|
|
|
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
|
Rename HTTP header on total_rows to rows_in_set
|
2019-05-13 11:56:08 +07:00 |
Progress.h
|
Return to old implementation of read and write values for progress
|
2019-05-13 11:48:09 +07:00 |
ReadBuffer.h
|
Added [[noreturn]] attributes for functions that throw unconditionally
|
2019-04-10 23:27:14 +03:00 |
ReadBufferAIO.cpp
|
Better comment
|
2019-04-03 17:34:46 +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
|
|
|
ReadBufferFromFileBase.h
|
Add comment
|
2019-04-03 17:28:39 +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
|
Add Y_IGNORE (#4521)
|
2019-02-27 19:52:08 +03:00 |
ReadBufferFromHDFS.h
|
Grouped includes (40 of 182)
|
2019-02-10 20:40:52 +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
|
|
|
ReadBufferFromPocoSocket.cpp
|
Grouped includes (40 of 182)
|
2019-02-10 20:40:52 +03:00 |
ReadBufferFromPocoSocket.h
|
|
|
ReadBufferFromString.h
|
|
|
readFloatText.cpp
|
Addition to prev. revision #1665
|
2018-01-13 08:20:18 +03:00 |
readFloatText.h
|
Resolved some of PVS-Studio warnings
|
2019-04-22 19:07:09 +03:00 |
ReadHelpers.cpp
|
Fix column description parse. Now creation of replicated MT table with codecs and comments is possible without default
|
2019-02-27 19:41:51 +03:00 |
ReadHelpers.h
|
Added [[noreturn]] attributes for functions that throw unconditionally
|
2019-04-10 23:27:14 +03: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
|
Enable LFAlloc for MarkCache and UncompressedCache
|
2019-04-13 15:07:43 +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
|
Added [[noreturn]] attributes for functions that throw unconditionally
|
2019-04-10 23:27:14 +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
|
Grouped includes (40 of 182)
|
2019-02-10 20:40:52 +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
|
|
|
WriteBufferFromFileBase.cpp
|
|
|
WriteBufferFromFileBase.h
|
|
|
WriteBufferFromFileDescriptor.cpp
|
Grouped includes (40 of 182)
|
2019-02-10 20:40:52 +03:00 |
WriteBufferFromFileDescriptor.h
|
|
|
WriteBufferFromHDFS.cpp
|
Add Y_IGNORE (#4521)
|
2019-02-27 19:52:08 +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
|
Add checks for header progress
|
2019-05-13 12:55:53 +07:00 |
WriteBufferFromHTTPServerResponse.h
|
Typo for progress and summary header
|
2019-05-10 13:50:48 +07: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
|
Grouped includes (40 of 182)
|
2019-02-10 20:40:52 +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
|
|
|
WriteBufferFromVector.h
|
Debugging PODArray
|
2019-03-08 06:23:02 +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
|
Grouped includes (40 of 182)
|
2019-02-10 20:40:52 +03:00 |
WriteIntText.h
|
Fix includes (#4673)
|
2019-03-13 16:58:04 +03:00 |
ZlibDeflatingWriteBuffer.cpp
|
HTTP Accept-Encoding: br; Expended ZlibCompressionMethod to generic CompressionMethod; Added brotli to CompressionMethod enum
|
2019-03-21 00:04:35 +03:00 |
ZlibDeflatingWriteBuffer.h
|
HTTP Accept-Encoding: br; Expended ZlibCompressionMethod to generic CompressionMethod; Added brotli to CompressionMethod enum
|
2019-03-21 00:04:35 +03:00 |
ZlibInflatingReadBuffer.cpp
|
HTTP Accept-Encoding: br; Expended ZlibCompressionMethod to generic CompressionMethod; Added brotli to CompressionMethod enum
|
2019-03-21 00:04:35 +03:00 |
ZlibInflatingReadBuffer.h
|
HTTP Accept-Encoding: br; Expended ZlibCompressionMethod to generic CompressionMethod; Added brotli to CompressionMethod enum
|
2019-03-21 00:04:35 +03:00 |