ClickHouse/dbms/src/IO
Alexey Milovidov c11a8d06ba Simplified test
2019-02-25 23:21:05 +03:00
..
tests Simplified test 2019-02-25 23:21:05 +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 Fix brotli (unbundled, missing, ...) 2019-02-13 18:35:11 +03:00
BrotliReadBuffer.h Update BrotliReadBuffer.h 2019-02-12 16:01:14 +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
CascadeWriteBuffer.h Build fixes (#3181) 2018-09-28 17:53:20 +03:00
CMakeLists.txt
ConcatReadBuffer.h
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
DelimitedReadBuffer.h Fix losing the next message after a broken one. 2019-01-24 14:58:25 +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
HashingWriteBuffer.h
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
HexWriteBuffer.h
HTTPCommon.cpp Build fixes (FreeBSD port) (#4397) 2019-02-15 14:46:07 +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 Removed the possibility to use queries with empty query_id; better semantics #245 2018-03-10 02:04:26 +03:00
Progress.h Don't update "arrow" on client-side for nothing 2019-02-07 16:47:16 +03:00
ReadBuffer.h Improve performance of ProtobufReader. 2019-02-21 18:49:42 +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
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 Grouped includes (40 of 182) 2019-02-10 20:40:52 +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 Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
ReadHelpers.cpp Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
ReadHelpers.h Grouped includes (40 of 182) 2019-02-10 20:40:52 +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 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 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 Grouped includes (40 of 182) 2019-02-10 20:40:52 +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 Build fixes (FreeBSD port) (#4397) 2019-02-15 14:46:07 +03:00
WriteBufferFromHTTPServerResponse.h Build fixes (FreeBSD port) (#4397) 2019-02-15 14:46:07 +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 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 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
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 Better writeInt 2019-01-01 19:36:50 +08:00
ZlibCompressionMethod.h
ZlibDeflatingWriteBuffer.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
ZlibDeflatingWriteBuffer.h
ZlibInflatingReadBuffer.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
ZlibInflatingReadBuffer.h