aboutsummaryrefslogtreecommitdiffhomepage
path: root/tddb
AgeCommit message (Expand)Author
2023-01-29Improve TQueue::clear logging.levlam
2023-01-16Improve event_id variable names.levlam
2023-01-06Delete TQueue events directly if appropriate.levlam
2023-01-05Reduce struct RawEvent size on some compilers.levlam
2023-01-05Return all deleted events fron TQueue::clear.levlam
2023-01-01Update copyright year.levlam
2022-12-30Improve setTdlibParameters errors.levlam
2022-12-20Use directly remove_event instead of pop in TQueue:clear.levlam
2022-12-20Delete events from callback before forgetting them in TQueue.levlam
2022-11-23Add td::Hash and use it everywhere instead of unusable std::hash.levlam
2022-11-23Minor fixes.levlam
2022-11-23Fix logging.levlam
2022-11-21Add warning about too long TQueue clear.levlam
2022-11-10Decrease the maximum number of kept TQueue events.levlam
2022-11-08Improve TQueue::clear.levlam
2022-11-08Add TQueue::clear.levlam
2022-10-13Don't allow TQueue::run_gc to run for more than 50 milliseconds.levlam
2022-10-13Simplify TQueue::run_gc.levlam
2022-10-12Minor improvements.levlam
2022-10-09Avoid redundant usages of Status::error().levlam
2022-10-05Improve SQLite logging.levlam
2022-08-18Minor improvements.levlam
2022-08-18Use std::atomic for close_state.levlam
2022-08-18Ensure logical constness in TsSeqKeyValue.levlam
2022-08-17Add TsSeqKeyValue::isset.levlam
2022-08-17Remove unused SeqKeyValue method.levlam
2022-08-04Move SQLite to namespace tdsqlite.levlam
2022-07-30Add close state to fatal error message.levlam
2022-06-30Improve fatal error message.levlam
2022-06-27Move Promise to tdutils.levlam
2022-05-23Don't sync just created binlog.levlam
2022-04-13Add set_promises/fail_promises helper functions.levlam
2022-02-13Improve PerfWarningTimer logging on database opening.levlam
2022-02-10Use table_remove_if.levlam
2022-02-10Minor improvements.levlam
2022-02-10Check and fix half of FlatHashMap usages.levlam
2022-02-09More FlatHashMap usages.levlam
2022-02-08Fix includes and formatting.levlam
2022-02-07td: replace most of std::unordered_map usages to td::FlatHashMapArseny Smirnov
2022-01-01Update copyright year.levlam
2021-12-16Minor improvements.levlam
2021-12-12Add SqliteKeyValue::set_all.levlam
2021-12-12Remove SeqNo from SqliteKeyValue.levlam
2021-12-07Fix warning.levlam
2021-12-06Try a few times to find the new binlog after renaming it. This could help on ...levlam
2021-12-01Silence g++ warnings.levlam
2021-11-17Increase performance warning time to a reasonable value.levlam
2021-11-14Improve error message.levlam
2021-11-11Init some fields just in case.levlam
2021-10-21Minor improvements.levlam