ClickHouse/dbms/src/Common
Nikita Lapkov 9d540abc84 refactor
2019-07-10 20:47:39 +00:00
..
Config Merge pull request #5567 from vitlibar/really-lazy-dictionary-load 2019-06-15 22:15:53 +03:00
HashTable Resolved some of PVS-Studio warnings 2019-04-22 19:07:09 +03:00
StringUtils Cmake: dont use LINK_MODE (but use BUILD_SHARED_LIBS) (#5091) 2019-04-24 12:06:28 +03:00
tests Merge remote-tracking branch 'upstream/master' into update_libunwind 2019-07-01 21:11:26 +00:00
ZooKeeper Added comment 2019-06-16 02:35:12 +03:00
ActionBlocker.h
ActionLock.cpp
ActionLock.h
AlignedBuffer.cpp
AlignedBuffer.h Removed unused code related to MemoryTracker 2019-04-06 01:35:56 +03:00
Allocator.h Disable copy and move for AllocatorWithStackMemory. 2019-07-02 20:48:33 +03:00
Arena.h Add asan integration to arenas. 2019-07-02 20:48:00 +03:00
ArenaAllocator.h
ArenaWithFreeLists.h Add asan integration to arenas. 2019-07-02 20:48:00 +03:00
ArrayCache.h
AutoArray.h
BitHelpers.h Fixed UB in maskLowBits 2019-06-19 18:36:34 +03:00
ClickHouseRevision.cpp
ClickHouseRevision.h
CMakeLists.txt
ColumnsHashing.h remove the ASOFSplit struct 2019-03-28 18:35:50 +00:00
ColumnsHashingImpl.h remove IColumn.isColumnNullable() 2019-06-27 21:50:20 +03:00
CombinedCardinalityEstimator.h A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
CompactArray.h Add functions used in arcadia 2019-03-07 19:27:03 +03:00
ConcurrentBoundedQueue.h
config_version.h.in CLICKHOUSE-4387 Add (official build) to version of yandex builds 2019-04-03 17:06:59 +03:00
config.h.in Use mimalloc instead of lfallocator 2019-06-27 18:13:19 +03:00
CounterInFile.h
COW.h Fixed typo in comment. 2019-04-20 23:25:19 +03:00
CpuId.h move CpuId to Common 2019-05-09 13:33:56 +03:00
createHardLink.cpp
createHardLink.h
CurrentMetrics.cpp
CurrentMetrics.h
CurrentThread.cpp ThreadStatus: removed bad and questionable code 2019-07-05 17:15:05 +03:00
CurrentThread.h refactor 2019-07-10 20:47:39 +00:00
DNSResolver.cpp add logging about DNS resolution errors 2019-07-04 13:38:44 +03:00
DNSResolver.h implement dns cache with asynchronous update 2019-07-03 19:26:22 +03:00
ErrorCodes.cpp refactor 2019-07-10 20:47:39 +00:00
escapeForFileName.cpp
escapeForFileName.h
Exception.cpp TestKeeper(mock ZooKeeper) 2019-06-16 02:35:12 +03:00
Exception.h refactor and comments 2019-07-01 22:11:11 +00:00
FieldVisitors.cpp Updated FieldVisitor. 2019-02-11 18:46:19 +03:00
FieldVisitors.h Updated FieldVisitor. 2019-02-11 18:46:19 +03:00
FileChecker.cpp
FileChecker.h
FileUpdatesTracker.h
formatIPv6.cpp Fixed warning in gcc-9 2019-06-27 17:44:39 +03:00
formatIPv6.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
formatReadable.cpp
formatReadable.h
getFQDNOrHostName.cpp
getFQDNOrHostName.h
getMultipleKeysFromConfig.cpp
getMultipleKeysFromConfig.h
getNumberOfPhysicalCPUCores.cpp DEVTOOLS-5170 Delete Y_IGNORE markers (#5533) 2019-06-05 14:52:39 +03:00
getNumberOfPhysicalCPUCores.h
hasLinuxCapability.cpp Fixed bad and wrong code #3553 2018-11-14 04:59:32 +03:00
hasLinuxCapability.h
hex.cpp
hex.h
HTMLForm.h
HyperLogLogBiasEstimator.h
HyperLogLogCounter.h
HyperLogLogWithSmallSetOptimization.h A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
IFactoryWithAliases.h Clang build is too annoying 2019-04-04 09:23:12 +03:00
Increment.h
interpolate.h
InterruptListener.h
intExp.h
IPv6ToBinary.cpp fix macos compile 2019-06-20 13:26:19 +03:00
IPv6ToBinary.h Adopted IPv6 data type in system tables; unified client info columns in system.processes and system.query_log 2019-06-15 17:20:32 +03:00
isLocalAddress.cpp
isLocalAddress.h
localBackup.cpp Info about frozen parts in system.parts (#5471) 2019-05-31 07:03:46 +03:00
localBackup.h Info about frozen parts in system.parts (#5471) 2019-05-31 07:03:46 +03:00
LRUCache.h
Macros.cpp
Macros.h
memcmpSmall.h Fixed error #4564 2019-03-04 18:50:23 +03:00
memcpySmall.h Better string comparison (development) 2019-03-03 23:08:39 +03:00
MemoryTracker.cpp Optional current_thread and memory_tracker (#4664) 2019-03-14 21:03:35 +03:00
MemoryTracker.h
MiAllocator.cpp Fix runtime of SPLIT_SHARED_LIBRARIES build 2019-06-28 21:26:24 +03:00
MiAllocator.h Fix runtime of SPLIT_SHARED_LIBRARIES build 2019-06-28 21:26:24 +03:00
MultiVersion.h
NamePrompter.h Typos for many factories 2019-04-03 14:13:22 +03:00
NaNUtils.h
NetException.h
ObjectPool.h
OpenSSLHelpers.cpp Improvements of MySQL Wire Protocol 2019-05-26 09:52:29 +03:00
OpenSSLHelpers.h using logging level from config.xml 2019-05-26 22:30:23 +03:00
OptimizedRegularExpression.cpp Remove condition of prefixes first 2019-05-05 15:26:20 +03:00
OptimizedRegularExpression.h DEVTOOLS-5170 Delete Y_IGNORE markers (#5533) 2019-06-05 14:52:39 +03:00
parseAddress.cpp
parseAddress.h
parseRemoteDescription.cpp
parseRemoteDescription.h
PODArray.cpp
PODArray.h Fix initial size of some inline PODArray's. 2019-06-28 16:03:14 +03:00
PoolBase.h
PoolWithFailoverBase.h Merge pull request #4558 from podshumok/distributred-timeout 2019-06-17 13:58:17 +03:00
ProfileEvents.cpp
ProfileEvents.h
ProfilingScopedRWLock.h
QueryProfiler.cpp refactor 2019-07-10 20:47:39 +00:00
QueryProfiler.h refactor 2019-07-10 20:47:39 +00:00
RadixSort.h Miscellaneous 2019-05-03 01:51:39 +03:00
randomSeed.cpp
randomSeed.h
RWLock.cpp Attempt to fix race condition in recursive RWLock 2019-05-05 05:01:23 +03:00
RWLock.h Attempt to fix race condition in recursive RWLock 2019-05-05 05:01:23 +03:00
setThreadName.cpp Removed duplicate includes 2019-02-10 20:12:22 +03:00
setThreadName.h
SettingsChanges.h Refactoring of Settings based on new template class SettingsCollection. 2019-04-26 19:11:05 +03:00
SharedLibrary.cpp
SharedLibrary.h
ShellCommand.cpp refactor and comments 2019-07-05 13:48:47 +00:00
ShellCommand.h
SimpleActionBlocker.h
SimpleIncrement.h
SipHash.h Removed duplicate includes 2019-02-10 20:12:22 +03:00
SmallObjectPool.h
SpaceSaving.h Add documentation about removing the lowest element for the SpaceSaving set 2019-07-05 09:20:27 +02:00
StatusFile.cpp
StatusFile.h
Stopwatch.cpp
Stopwatch.h
StringSearcher.h Clearer interfaces of Searchers 2019-06-12 05:35:25 +03:00
TaskStatsInfoGetter.cpp Various fixes for PVS-Studio 2019-06-16 21:13:39 +03:00
TaskStatsInfoGetter.h
ThreadPool.cpp ThreadPool: more informative error message if exception is thrown before we schedule a next thread #5305 2019-06-30 01:37:46 +03:00
ThreadPool.h Flush query metrics before joining thread #4612 2019-03-06 22:57:54 +03:00
ThreadProfileEvents.h Enable taskstat accounting for versions >= 3 2019-02-28 21:52:53 +00:00
ThreadStatus.cpp Merge remote-tracking branch 'upstream/master' into query-poor-mans-profiler 2019-05-12 16:16:30 +00:00
ThreadStatus.h refactor 2019-07-10 20:47:39 +00:00
Throttler.h refactor 2019-07-10 20:47:39 +00:00
TraceCollector.cpp refactor 2019-07-10 20:47:39 +00:00
TraceCollector.h refactor 2019-07-10 20:47:39 +00:00
typeid_cast.h More reverts 2019-03-15 20:09:14 +03:00
TypeList.h
TypePromotion.h Namespace comments are unneeded according to the code style. 2019-06-13 13:37:13 +03:00
UInt128.h Fixed linking with lld 2019-05-30 11:23:20 +03:00
UnicodeBar.h
UTF8Helpers.cpp
UTF8Helpers.h
VariableContext.h
Visitor.h
Volnitsky.h Various fixes for PVS-Studio 2019-06-16 21:13:39 +03:00
XDBCBridgeHelper.h Updated test #4246 2019-02-10 19:55:12 +03:00