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