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
/
td
/
db
/
binlog
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-11-17
Improve log messages.
levlam
2025-05-21
Fix storer/parser types.
levlam
2025-01-01
Update copyright year.
levlam
2024-03-28
Explicitly specify 'template ' for fetch_string.
levlam
2024-02-02
Add source to Binlog::sync.
levlam
2024-01-01
Update copyright year.
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-06
Minor improvements.
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-01-16
Improve event_id variable names.
levlam
2023-01-01
Update copyright year.
levlam
2022-12-30
Improve setTdlibParameters errors.
levlam
2022-06-27
Move Promise to tdutils.
levlam
2022-05-23
Don't sync just created binlog.
levlam
2022-04-13
Add set_promises/fail_promises helper functions.
levlam
2022-01-01
Update copyright year.
levlam
2021-12-07
Fix warning.
levlam
2021-12-06
Try a few times to find the new binlog after renaming it. This could help on ...
levlam
2021-12-01
Silence g++ warnings.
levlam
2021-11-11
Init some fields just in case.
levlam
2021-10-20
Use auto as variable type if it is initialized with a cast.
levlam
2021-10-18
Minor improvements.
levlam
2021-09-19
Unify include order.
levlam
2021-07-26
Improve order of binlog files deletion.
levlam
2021-07-14
Add more binlog reindex debug.
levlam
2021-07-13
Improve logging on failed to rename binlogs.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-06-23
Minor improvements.
levlam
2021-06-16
Add BinlogKeyValue logging.
levlam
2021-06-02
Minor improvements.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-02-04
Improve Slice::truncate usage.
levlam
2021-01-01
Update copyright year.
levlam
[next]