.. |
Standalone
|
Add support for changelog
|
2023-05-24 07:43:57 +00:00 |
tests
|
Revert "Fix build"
|
2023-07-07 02:53:13 +03:00 |
ACLMap.cpp
|
Activate clang-tidy warning "readability-container-contains"
|
2022-04-18 23:53:11 +02:00 |
ACLMap.h
|
Fix ACLMap num
|
2021-12-28 15:44:07 +08:00 |
Changelog.cpp
|
Fix build
|
2023-06-13 10:25:53 +02:00 |
Changelog.h
|
Merge branch 'master' into keeper-with-disks
|
2023-06-12 15:14:24 +02:00 |
CMakeLists.txt
|
Some useless code
|
2021-01-13 13:32:20 +03:00 |
CoordinationSettings.cpp
|
Merge branch 'master' into keeper-with-disks
|
2023-06-30 13:22:33 +00:00 |
CoordinationSettings.h
|
Merge branch 'master' into keeper-with-disks
|
2023-05-30 09:50:12 +00:00 |
Defines.h
|
Move KEEPER_DEFAULT_PATH into separate header
|
2021-10-03 14:34:03 +03:00 |
FourLetterCommand.cpp
|
Merge branch 'master' into keeper-with-disks
|
2023-06-30 13:22:33 +00:00 |
FourLetterCommand.h
|
Add feature flags for Keeper API
|
2023-06-12 10:57:03 +00:00 |
InMemoryLogStore.cpp
|
Apply some CTAD
|
2023-03-02 13:36:47 +00:00 |
InMemoryLogStore.h
|
Support for Clang Thread Safety Analysis (TSA)
|
2022-06-20 16:13:25 +02:00 |
Keeper4LWInfo.h
|
fix test
|
2022-10-25 17:15:49 +08:00 |
KeeperAsynchronousMetrics.cpp
|
Calculate size
|
2023-05-25 11:23:03 +00:00 |
KeeperAsynchronousMetrics.h
|
Better
|
2023-05-22 12:24:16 +00:00 |
KeeperConnectionStats.cpp
|
Add keeper monitoring data
|
2022-06-20 11:32:18 +08:00 |
KeeperConnectionStats.h
|
keeper atomic stat
|
2022-03-03 14:30:22 +08:00 |
KeeperConstants.h
|
Add backward compatibility
|
2023-06-12 13:12:05 +00:00 |
KeeperContext.cpp
|
Revert "Fix build"
|
2023-07-07 02:53:13 +03:00 |
KeeperContext.h
|
Merge branch 'master' into keeper-with-disks
|
2023-06-30 13:22:33 +00:00 |
KeeperDispatcher.cpp
|
Add feature flags for Keeper API
|
2023-06-12 10:57:03 +00:00 |
KeeperDispatcher.h
|
Add feature flags for Keeper API
|
2023-06-12 10:57:03 +00:00 |
KeeperFeatureFlags.cpp
|
Remove unused errorcode
|
2023-06-28 10:20:33 +02:00 |
KeeperFeatureFlags.h
|
Use magic_enum for values
|
2023-06-28 07:45:20 +00:00 |
KeeperLogStore.cpp
|
Better
|
2023-05-22 12:24:16 +00:00 |
KeeperLogStore.h
|
Better
|
2023-05-22 12:24:16 +00:00 |
KeeperServer.cpp
|
Merge branch 'master' into keeper-with-disks
|
2023-06-30 13:22:33 +00:00 |
KeeperServer.h
|
Add feature flags for Keeper API
|
2023-06-12 10:57:03 +00:00 |
KeeperSnapshotManager.cpp
|
Merge branch 'master' into keeper-with-disks
|
2023-06-30 13:22:33 +00:00 |
KeeperSnapshotManager.h
|
Add support for latest snapshot disk
|
2023-05-30 13:22:40 +00:00 |
KeeperSnapshotManagerS3.cpp
|
Fix snapshot recovery
|
2023-05-25 08:43:11 +00:00 |
KeeperSnapshotManagerS3.h
|
Calculate size
|
2023-05-25 11:23:03 +00:00 |
KeeperStateMachine.cpp
|
Merge branch 'master' into keeper-with-disks
|
2023-06-12 15:14:24 +02:00 |
KeeperStateMachine.h
|
Merge branch 'master' into keeper-with-disks
|
2023-06-05 07:08:33 +00:00 |
KeeperStateManager.cpp
|
Add better support for state disks
|
2023-06-01 14:39:01 +00:00 |
KeeperStateManager.h
|
Better
|
2023-05-22 12:24:16 +00:00 |
KeeperStorage.cpp
|
Merge branch 'master' into keeper-with-disks
|
2023-06-30 13:22:33 +00:00 |
KeeperStorage.h
|
Apply uncommitted state after snapshot deser
|
2023-06-02 13:31:14 +00:00 |
LoggerWrapper.h
|
base should not depend on Common
|
2022-04-29 10:26:35 +08:00 |
pathUtils.cpp
|
build with disks
|
2023-05-18 07:39:22 +00:00 |
pathUtils.h
|
build with disks
|
2023-05-18 07:39:22 +00:00 |
ReadBufferFromNuraftBuffer.h
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
SessionExpiryQueue.cpp
|
base should not depend on Common
|
2022-04-29 10:26:35 +08:00 |
SessionExpiryQueue.h
|
Fix typos with new codespell
|
2022-09-02 08:54:48 +00:00 |
SnapshotableHashTable.h
|
Don't count unreserved bytes in Arenas as read_bytes
|
2023-04-13 12:43:24 +02:00 |
SummingStateMachine.cpp
|
Apply some CTAD
|
2023-03-02 13:36:47 +00:00 |
SummingStateMachine.h
|
Fix clang-tidy warnings in Compression, Coordination, Core folders
|
2022-03-14 18:17:35 +00:00 |
WriteBufferFromNuraftBuffer.cpp
|
Eliminate double log serializing
|
2023-04-21 08:20:35 +00:00 |
WriteBufferFromNuraftBuffer.h
|
Revert "Revert "Add support for preprocessing ZooKeeper operations in clickhouse-keeper ""
|
2022-05-26 08:14:55 +02:00 |
ZooKeeperDataReader.cpp
|
build with disks
|
2023-05-18 07:39:22 +00:00 |
ZooKeeperDataReader.h
|
Remove superfluous includes of logger_userful.h from headers
|
2023-04-10 17:59:30 +02:00 |