.. |
S3
|
Merge pull request #19750 from excitoon-favorites/s3betterglobs
|
2021-01-29 23:44:14 +03:00 |
tests
|
Merge pull request #18979 from ClickHouse/fix_18690
|
2021-01-15 13:43:50 +03:00 |
AIO.cpp
|
|
|
AIO.h
|
|
|
AIOContextPool.cpp
|
|
|
AIOContextPool.h
|
|
|
AsynchronousWriteBuffer.h
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
BitHelpers.h
|
|
|
BrotliReadBuffer.cpp
|
Fix build
|
2021-02-05 02:14:17 +03:00 |
BrotliReadBuffer.h
|
|
|
BrotliWriteBuffer.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
BrotliWriteBuffer.h
|
|
|
BufferBase.h
|
Reset internal buffer position on next()
|
2021-02-03 15:31:45 +03:00 |
BufferWithOwnMemory.h
|
fix memory and add comment
|
2020-12-30 01:34:26 +03:00 |
CascadeWriteBuffer.cpp
|
|
|
CascadeWriteBuffer.h
|
|
|
CMakeLists.txt
|
|
|
CompressionMethod.cpp
|
fix typo
|
2020-11-29 16:02:04 +03:00 |
CompressionMethod.h
|
introduce zstd compression
|
2020-11-17 19:02:10 +03:00 |
ConcatReadBuffer.h
|
Reset internal buffer position on next()
|
2021-02-03 15:31:45 +03:00 |
ConnectionTimeouts.h
|
More forward declaration for generic headers
|
2020-12-12 17:43:10 +03:00 |
ConnectionTimeoutsContext.h
|
More forward declaration for generic headers
|
2020-12-12 17:43:10 +03:00 |
copyData.cpp
|
|
|
copyData.h
|
|
|
createReadBufferFromFileBase.cpp
|
|
|
createReadBufferFromFileBase.h
|
|
|
DoubleConverter.cpp
|
|
|
DoubleConverter.h
|
|
|
HashingReadBuffer.h
|
Fix build
|
2021-02-05 02:14:17 +03:00 |
HashingWriteBuffer.cpp
|
|
|
HashingWriteBuffer.h
|
|
|
HexWriteBuffer.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
HexWriteBuffer.h
|
|
|
HTTPCommon.cpp
|
Update src/IO/HTTPCommon.cpp
|
2021-01-23 00:43:02 +03:00 |
HTTPCommon.h
|
Added global setting s3_max_connections .
|
2021-01-05 13:34:55 +03:00 |
IReadableWriteBuffer.h
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
LimitReadBuffer.cpp
|
Merge pull request #20078 from abyss7/better-read-buffers-4
|
2021-02-07 07:33:08 +03:00 |
LimitReadBuffer.h
|
|
|
LZMADeflatingWriteBuffer.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
LZMADeflatingWriteBuffer.h
|
Fty to fix ci
|
2020-11-12 13:03:10 +03:00 |
LZMAInflatingReadBuffer.cpp
|
Fix build
|
2021-02-05 02:14:17 +03:00 |
LZMAInflatingReadBuffer.h
|
Fty to fix ci
|
2020-11-12 13:03:10 +03:00 |
MemoryReadWriteBuffer.cpp
|
Another build fix
|
2021-02-05 13:31:18 +03:00 |
MemoryReadWriteBuffer.h
|
|
|
MMapReadBufferFromFile.cpp
|
|
|
MMapReadBufferFromFile.h
|
|
|
MMapReadBufferFromFileDescriptor.cpp
|
Move getPageSize in common
|
2020-12-17 00:23:41 +03:00 |
MMapReadBufferFromFileDescriptor.h
|
|
|
MySQLBinlogEventReadBuffer.cpp
|
Try fix review comment
|
2020-11-19 12:02:43 +08:00 |
MySQLBinlogEventReadBuffer.h
|
Try fix review comment
|
2020-11-19 12:02:43 +08:00 |
MySQLPacketPayloadReadBuffer.cpp
|
remove more stringstreams
|
2020-11-10 21:22:26 +03:00 |
MySQLPacketPayloadReadBuffer.h
|
|
|
MySQLPacketPayloadWriteBuffer.cpp
|
|
|
MySQLPacketPayloadWriteBuffer.h
|
|
|
NullWriteBuffer.cpp
|
|
|
NullWriteBuffer.h
|
|
|
Operators.h
|
Make -- { echo } hint preserve leading comments.
|
2021-01-18 15:15:46 +03:00 |
parseDateTimeBestEffort.cpp
|
Added functions parseDateTimeBestEffortUSOrZero, parseDateTimeBestEffortUSOrNull
|
2021-01-27 17:10:06 +03:00 |
parseDateTimeBestEffort.h
|
Added functions parseDateTimeBestEffortUSOrZero, parseDateTimeBestEffortUSOrNull
|
2021-01-27 17:10:06 +03:00 |
PeekableReadBuffer.cpp
|
Merge pull request #19072 from ClickHouse/fix_19021
|
2021-01-22 21:00:04 +03:00 |
PeekableReadBuffer.h
|
remove outdated comment
|
2021-02-03 13:27:41 +03:00 |
Progress.cpp
|
|
|
Progress.h
|
|
|
ReadBuffer.h
|
Merge pull request #20078 from abyss7/better-read-buffers-4
|
2021-02-07 07:33:08 +03:00 |
ReadBufferAIO.cpp
|
|
|
ReadBufferAIO.h
|
|
|
ReadBufferFromFile.cpp
|
|
|
ReadBufferFromFile.h
|
|
|
ReadBufferFromFileBase.cpp
|
|
|
ReadBufferFromFileBase.h
|
|
|
ReadBufferFromFileDescriptor.cpp
|
Fix seekable buffer
|
2021-02-06 19:30:46 +03:00 |
ReadBufferFromFileDescriptor.h
|
|
|
ReadBufferFromIStream.cpp
|
|
|
ReadBufferFromIStream.h
|
|
|
ReadBufferFromMemory.cpp
|
|
|
ReadBufferFromMemory.h
|
|
|
ReadBufferFromPocoSocket.cpp
|
Use replace fiber to callback in ReadBufferFromPocoSocket
|
2020-12-18 17:24:44 +03:00 |
ReadBufferFromPocoSocket.h
|
Use replace fiber to callback in ReadBufferFromPocoSocket
|
2020-12-18 17:24:44 +03:00 |
ReadBufferFromS3.cpp
|
|
|
ReadBufferFromS3.h
|
|
|
ReadBufferFromString.h
|
|
|
readDecimalText.h
|
add ParsingException
|
2020-12-23 01:02:01 +03:00 |
readFloatText.cpp
|
Use fast_float by default
|
2020-12-06 23:37:36 +03:00 |
readFloatText.h
|
Fix UBSan report: applying non-zero offset to nullptr
|
2021-01-04 02:31:47 +03:00 |
ReadHelpers.cpp
|
Fix bad translation
|
2021-02-01 10:12:14 +03:00 |
ReadHelpers.h
|
Remove useless code, part 2
|
2021-01-26 21:32:46 +03:00 |
ReadWriteBufferFromHTTP.h
|
CC
|
2021-02-04 22:06:43 +03:00 |
S3Common.cpp
|
Fixed build.
|
2021-01-27 23:05:41 +03:00 |
S3Common.h
|
Changed handling of PocoHTTPClientConfiguration in order to ensure AWS SDK is initialized.
|
2021-01-27 09:38:35 +03:00 |
SeekableReadBuffer.h
|
Fix seekable buffer
|
2021-02-06 19:30:46 +03:00 |
SeekAvoidingReadBuffer.cpp
|
|
|
SeekAvoidingReadBuffer.h
|
|
|
UncompressedCache.h
|
|
|
UseSSL.cpp
|
|
|
UseSSL.h
|
|
|
VarInt.h
|
|
|
WriteBuffer.h
|
Fix build
|
2021-02-05 02:14:17 +03:00 |
WriteBufferFromArena.h
|
Add final to some classes
|
2021-02-09 12:05:54 +03:00 |
WriteBufferFromFile.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
WriteBufferFromFile.h
|
Fix fsync_after_insert by not closing fd from finalize()
|
2021-01-07 19:30:10 +03:00 |
WriteBufferFromFileBase.cpp
|
|
|
WriteBufferFromFileBase.h
|
|
|
WriteBufferFromFileDescriptor.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
WriteBufferFromFileDescriptor.h
|
|
|
WriteBufferFromFileDescriptorDiscardOnFailure.cpp
|
|
|
WriteBufferFromFileDescriptorDiscardOnFailure.h
|
|
|
WriteBufferFromHTTP.cpp
|
|
|
WriteBufferFromHTTP.h
|
|
|
WriteBufferFromHTTPServerResponse.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
WriteBufferFromHTTPServerResponse.h
|
|
|
WriteBufferFromOStream.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
WriteBufferFromOStream.h
|
|
|
WriteBufferFromPocoSocket.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
WriteBufferFromPocoSocket.h
|
|
|
WriteBufferFromS3.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
WriteBufferFromS3.h
|
Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload
|
2020-12-11 18:28:41 +03:00 |
WriteBufferFromString.h
|
|
|
WriteBufferFromTemporaryFile.cpp
|
|
|
WriteBufferFromTemporaryFile.h
|
|
|
WriteBufferFromVector.h
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
WriteBufferValidUTF8.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
WriteBufferValidUTF8.h
|
|
|
WriteHelpers.cpp
|
remove other stringstreams
|
2020-11-09 22:12:44 +03:00 |
WriteHelpers.h
|
CLICKHOUSE-606: query deduplication based on parts' UUID
|
2021-02-02 16:53:39 +00:00 |
WriteIntText.h
|
Slightly better
|
2021-01-04 21:07:52 +03:00 |
ya.make
|
Fix clang-tidy
|
2021-01-10 05:51:54 +03:00 |
ya.make.in
|
better
|
2020-12-16 14:55:33 +03:00 |
ZlibDeflatingWriteBuffer.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
ZlibDeflatingWriteBuffer.h
|
|
|
ZlibInflatingReadBuffer.cpp
|
Fix build
|
2021-02-05 02:14:17 +03:00 |
ZlibInflatingReadBuffer.h
|
|
|
ZstdDeflatingWriteBuffer.cpp
|
Do not catch exceptions during final flush in writers destructors
|
2021-02-05 01:31:45 +03:00 |
ZstdDeflatingWriteBuffer.h
|
merged
|
2020-11-29 15:19:19 +03:00 |
ZstdInflatingReadBuffer.cpp
|
Fix build
|
2021-02-05 02:14:17 +03:00 |
ZstdInflatingReadBuffer.h
|
added newlines, fixed formatting
|
2020-11-17 21:36:18 +03:00 |