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
/
tdutils
/
td
/
utils
/
tl_helpers.h
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-04-30
Minor fixes.
levlam
2025-04-16
Use unaligned buffer for data serialization.
levlam
2025-02-10
Support UInt512 in storers and parsers.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-01-23
Store StickerPhotoSize in unique_ptr to optimize Photo size.
levlam
2023-01-01
Update copyright year.
levlam
2022-03-11
Use FlatHashSet.
levlam
2022-03-01
Add static_assert that flag in STORE_FLAG/PARSE_FLAG is bool.
levlam
2022-01-01
Update copyright year.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-07-19
Use global namespaces in defines.
levlam
2020-06-26
Fix tdutils after merge.
levlam
2020-06-24
update tdutils from another project
Arseny Smirnov
2020-05-25
Add storer for vector of pointers.
levlam
2020-01-01
Update copyright year.
levlam
2019-09-18
Add storer and parser for unique_ptr.
levlam
2019-09-18
Store *Full to database.
levlam
2019-08-13
Fix tdutils after merge.
levlam
2019-08-12
tdutils: import changes from other project
Arseny Smirnov
2019-08-01
Remove END_PARSE_FLAGS_GENERIC.
levlam
2019-07-31
TRY_END_PARSE_FLAGS_GENERIC
Arseny Smirnov
2019-06-20
Fix CE.
levlam
2019-06-19
Add Variant parser and storer.
levlam
2019-02-12
Use LOG_CHECK where it is necessary
Arseny Smirnov
2019-01-20
Better file_type_name.
levlam
2019-01-01
Update copyright year.
levlam
2018-11-11
Fix parsing of std::unordered_set.
levlam
2018-11-09
Move STORE/PARSE FLAGS to a dedicated block.
levlam
2018-07-06
Check that storer unsafe doesn't overflows.
levlam
2018-06-25
Make TlStorerUnsafe buffer unsigned.
levlam
2018-04-16
Better fix for END_PARSE_FLAGS.
levlam
2018-04-13
Add debug.
levlam
2018-03-14
Move BufferSlice an Timestamp storer/parser to their headers.
levlam
2018-03-14
Store in db AuthManager in state WaitCode
Arseny Smirnov
2018-02-19
Add some debug logging.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov