aboutsummaryrefslogtreecommitdiffhomepage
path: root/tddb
AgeCommit message (Collapse)Author
2026-05-18Fix platform.h/config.h includes.levlam
2026-01-01Update copyright year.levlam
2025-11-17Improve log messages.levlam
2025-06-27Various fixes.levlam
2025-06-23Use WaitFreeHashMap in BinlogKeyValue.levlam
2025-05-21Fix storer/parser types.levlam
2025-05-14Improve constant names.levlam
2025-02-21Simplify RwMutex usage.levlam
2025-02-13Increase required CMake version to 3.10.levlam
2025-01-01Update copyright year.levlam
2024-10-21Add separate TD_INSTALL_STATIC_LIBRARIES and TD_INSTALL_SHARED_LIBRARIES ↵levlam
options.
2024-10-21Add option to install only BUILD_SHARED_LIBS-matching filesOPNA2608
TD_ENABLE_FILTERED_INSTALL allows limiting installed libraries & supporting files to only those matching BUILD_SHARED_LIBS.
2024-08-07Improve CMakeLists comments.levlam
2024-03-28Explicitly specify 'template ' for fetch_string.levlam
2024-02-02Add source to Binlog::sync.levlam
2024-01-25Minor imrovements.levlam
2024-01-05Don't return common key prefix in SqliteKeyValue::get_by_prefix.levlam
2024-01-23Add KeyValueSyncInterface::for_each.levlam
2024-01-01Update copyright year.levlam
2023-12-29Keep source files sorted in CMakeLists.txt.levlam
2023-10-28Minor improvements.levlam
2023-10-16Return unordered_map from prefix_get.levlam
2023-10-14Export static targets in a separate fileZephyr Lykos
2023-10-12Reserve space for result in BinlogKeyValue::get_all().levlam
2023-10-12Use FlatHashMap in KeyValue.levlam
2023-08-05Add more common.h includes.levlam
2023-08-05Minor improvements.levlam
2023-07-27Use FlatHashMap in SeqKeyValue.levlam
2023-05-05Use empty name for unused move constructor/assignment parameter.levlam
2023-03-20Move log message to binlog tag.levlam
2023-03-20Flush binlog buffer from time to time.levlam
2023-03-14Improve error message.levlam
2023-03-09Increase timeout for TQueue clear warning to be hardly exceeded.levlam
2023-03-06Minor improvements.levlam
2023-02-26Use "receive"/"have"/"loaded" instead of "got" and other log message ↵levlam
improvements.
2023-02-12Add erase_batch to key-values.levlam
2023-02-12Return 0 from erase_batch for empty event list.levlam
2023-02-10Binlog::erase_batch, TQueue:pop_batchArseny Smirnov
2023-02-10Binlog: avoid sync on Binlog creation.levlam
2023-02-10Use FileFd::sync_barrier in BinlogArseny Smirnov
2023-02-09Avoid std::move to itself in BinlogEventsProcessorArseny Smirnov
2023-02-09Store std::string instead of BufferSlice in BinlogEventArseny Smirnov
2023-02-02Initialize all BinlogEvent fields.levlam
2023-02-02Use explicit as_mutable_slice to get MutableSlice.levlam
2023-02-02Always initialize BinlogEvent.offset_.levlam
2023-02-02Simplify BinlogEvent::init/validate.levlam
2023-02-02Replace unsafe to maintain data_ field with get_data() method.levlam
2023-02-02Binlog: store iv, key and key_hash in string instead of BufferSlice.levlam
2023-02-01Binlog: store key_salt in string instead of BufferSlice.levlam
2023-02-01Reserve storage for deleted_log_event_ids.levlam