ClickHouse/dbms/src/IO
2018-07-10 23:46:10 +03:00
..
tests Cmake: mark system includes as SYSTEM (#1449) 2018-06-06 23:21:58 +03:00
AIO.cpp Fixed conflicting headers on Fedora Rawhide while using Linux native AIO #2520 2018-06-18 04:33:34 +03:00
AIO.h Allow use unbundled cpuid (#2543) 2018-06-21 20:35:03 +03:00
AIOContextPool.cpp Addition to prev. revision #2520 2018-06-18 05:12:19 +03:00
AIOContextPool.h Fixed conflicting headers on Fedora Rawhide while using Linux native AIO #2520 2018-06-18 04:33:34 +03:00
AsynchronousWriteBuffer.h Reorganize includes. part 1 (#921) 2017-06-23 23:22:35 +03:00
BufferBase.h Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2] 2018-06-03 19:51:31 +03:00
BufferWithOwnMemory.h Allocator fix: nothing do when sizes equal, allow reallocate to smaller size (#1512) 2017-11-17 23:27:12 +03:00
CachedCompressedReadBuffer.cpp Fixed potential issue #1890 2018-06-12 06:25:54 +03:00
CachedCompressedReadBuffer.h CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
CascadeWriteBuffer.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CascadeWriteBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
CompressedReadBuffer.cpp Continued experiments [#CLICKHOUSE-2] 2018-01-16 04:59:51 +03:00
CompressedReadBuffer.h translate comments: IO 2017-05-28 16:29:40 +02:00
CompressedReadBufferBase.cpp Continued experiments [#CLICKHOUSE-2] 2018-01-16 04:59:51 +03:00
CompressedReadBufferBase.h Continued experiments [#CLICKHOUSE-2] 2018-01-16 04:59:51 +03:00
CompressedReadBufferFromFile.cpp Continued experiments [#CLICKHOUSE-2] 2018-01-16 04:59:51 +03:00
CompressedReadBufferFromFile.h CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
CompressedStream.h Continued experiments [#CLICKHOUSE-2] 2018-01-16 04:59:51 +03:00
CompressedWriteBuffer.cpp Insignificant changes for PVS-Studio [#CLICKHOUSE-3] 2018-06-04 22:22:27 +03:00
CompressedWriteBuffer.h dbms: Added compression level for ZSTD. [#METR-26742] 2017-10-13 04:08:23 +03:00
CompressionSettings.cpp fix use of uninitialized variable [#CLICKHOUSE-2] 2017-11-03 19:39:06 +03:00
CompressionSettings.h fix use of uninitialized variable [#CLICKHOUSE-2] 2017-11-03 19:39:06 +03:00
ConcatReadBuffer.h translate comments: IO 2017-05-28 16:29:40 +02:00
ConnectionTimeouts.h Fixed error: wrong timeouts passed to ConnectionPoolWithFailover [#CLICKHOUSE-3641] 2018-03-12 23:25:18 +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 libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
createReadBufferFromFileBase.h translate comments: IO 2017-05-28 16:29:40 +02:00
createWriteBufferFromFileBase.cpp libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
createWriteBufferFromFileBase.h translate comments: IO 2017-05-28 16:29:40 +02:00
DoubleConverter.h Non significant changes according to clang's -Weverything, part 5 [#CLICKHOUSE-2] 2018-06-04 01:11:50 +03:00
HashingReadBuffer.h Better [#CLICKHOUSE-2]. 2017-12-01 21:36:55 +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
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 Fixed error with timeouts [#CLICKHOUSE-2837] 2018-07-10 20:40:17 +03:00
HTTPCommon.h Fixed strange code #2501 2018-06-16 08:54:06 +03:00
InterserverWriteBuffer.cpp Fix on an compiling error 2018-02-09 11:30:08 +08:00
InterserverWriteBuffer.h translate comments: IO 2017-05-28 16:29:40 +02:00
IReadableWriteBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
LimitReadBuffer.cpp Fixed LimitReadBuffer [#CLICKHOUSE-2]. 2017-08-15 23:14:15 +03:00
LimitReadBuffer.h Moved code to cpp [#CLICKHOUSE-2]. 2017-08-14 07:42:04 +03:00
LZ4_decompress_faster.cpp LZ4_decompress_faster: reordered variants and removed variant that is always worse [#CLICKHOUSE-3773] 2018-06-16 07:48:37 +03:00
LZ4_decompress_faster.h LZ4_decompress_faster: reordered variants and removed variant that is always worse [#CLICKHOUSE-3773] 2018-06-16 07:48:37 +03:00
MemoryReadWriteBuffer.cpp Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
MemoryReadWriteBuffer.h Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
MMapReadBufferFromFile.cpp Updated performance testing tool #1890 2018-06-13 05:52:03 +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 Updated performance testing tool #1890 2018-06-13 05:52:03 +03:00
Operators.h Better [#CLICKHOUSE-2]. 2017-12-01 20:49:12 +03:00
parseDateTimeBestEffort.cpp Suppressions for PVS-Studio [#CLICKHOUSE-3] 2018-06-04 18:28:25 +03:00
parseDateTimeBestEffort.h Misc build and test fixes (#1905) 2018-02-14 20:27:14 +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 Removed the possibility to use queries with empty query_id; better semantics #245 2018-03-10 02:04:26 +03:00
ReadBuffer.h Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2] 2018-06-03 19:51:31 +03:00
ReadBufferAIO.cpp Fixed conflicting headers on Fedora Rawhide while using Linux native AIO #2520 2018-06-18 04:33:34 +03:00
ReadBufferAIO.h Fixed conflicting headers on Fedora Rawhide while using Linux native AIO #2520 2018-06-18 04:33:34 +03:00
ReadBufferFromFile.cpp Miscellaneous (no effect) [#CLICKHOUSE-2] 2018-05-09 07:22:30 +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 libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
ReadBufferFromFileDescriptor.h libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
ReadBufferFromIStream.cpp Update ReadBufferFromIStream.cpp 2018-07-10 23:46:10 +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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +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 Miscellaneous [#CLICKHOUSE-2] 2018-02-21 22:35:10 +03:00
ReadHelpers.cpp Adaptations #2574 2018-07-05 00:09:58 +03:00
ReadHelpers.h Adaptations #2574 2018-07-05 00:00:50 +03:00
ReadWriteBufferFromHTTP.cpp Fixed strange code #2501 2018-06-16 08:54:06 +03:00
ReadWriteBufferFromHTTP.h Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring. 2018-06-15 00:20:39 +03:00
UncompressedCache.h Fixed non-harmful data race [#CLICKHOUSE-2] 2018-03-09 02:07:39 +03:00
VarInt.h Miscellaneous [#CLICKHOUSE-2]. 2017-12-25 07:01:46 +03:00
WriteBuffer.h Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2] 2018-06-03 19:51:31 +03:00
WriteBufferAIO.cpp Fixed conflicting headers on Fedora Rawhide while using Linux native AIO #2520 2018-06-18 04:33:34 +03:00
WriteBufferAIO.h Fixed conflicting headers on Fedora Rawhide while using Linux native AIO #2520 2018-06-18 04:33:34 +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 Miscellaneous (no effect) [#CLICKHOUSE-2] 2018-05-09 07:22:30 +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 libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
WriteBufferFromFileDescriptor.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromHTTP.cpp Fixed strange code #2501 2018-06-16 08:54:06 +03:00
WriteBufferFromHTTP.h Returned back "explicit" #2501 2018-06-16 09:00:51 +03:00
WriteBufferFromHTTPServerResponse.cpp Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +03:00
WriteBufferFromHTTPServerResponse.h Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +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 Miscellaneous [#CLICKHOUSE-2] 2018-05-16 03:34:56 +03:00
WriteBufferFromTemporaryFile.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromTemporaryFile.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromVector.h fixed several UB-abusing places 2017-11-15 22:22:32 +03:00
WriteBufferValidUTF8.cpp Allow compile on 32bit systems (#1175) 2017-09-01 20:21:03 +03:00
WriteBufferValidUTF8.h translate comments: IO 2017-05-28 16:29:40 +02:00
WriteHelpers.cpp Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
WriteHelpers.h Changed DayNum_t to DayNum as Amos Bird suggested [#CLICKHOUSE-3] 2018-05-25 16:29:15 +03:00
WriteIntText.h Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2] 2018-06-03 19:51:31 +03:00
ZlibCompressionMethod.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ZlibDeflatingWriteBuffer.cpp zlib fix flags in headers 2017-11-30 20:52:09 +03:00
ZlibDeflatingWriteBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ZlibInflatingReadBuffer.cpp zlib fix flags in headers 2017-11-30 20:52:09 +03:00
ZlibInflatingReadBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00