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
/
buffer.h
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-12-19
Fix warning
iliavy
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-05-05
Use empty name for unused move constructor/assignment parameter.
levlam
2023-02-02
Use explicit as_mutable_slice to get MutableSlice.
levlam
2023-01-01
Update copyright year.
levlam
2022-09-06
Remove ChainBufferWriter::init.
levlam
2022-06-24
Allow to inline BufferAllocator::track_buffer_slice.
levlam
2022-01-01
Update copyright year.
levlam
2021-10-18
Mark move constructors/assignment operators noexcept.
levlam
2021-04-02
Add ChainBufferReader::advance debug.
levlam
2021-01-01
Update copyright year.
levlam
2020-08-11
Fix BufferSlice self-move.
levlam
2020-08-05
Fix BufferSlice size statistics.
levlam
2020-08-04
Minor fixes.
levlam
2020-08-04
BufferSlice: stats of total BufferSlices size
Arseny Smirnov
2020-01-01
Update copyright year.
levlam
2019-11-26
Remove some misc.h usages in headers.
levlam
2019-08-12
tdutils: import changes from other project
Arseny Smirnov
2019-07-27
Use copy_from instead of memcoy if possible.
levlam
2019-07-06
tdutils: update from other project
Arseny Smirnov
2019-07-01
buffer.h: fix BufferBuilder const for_each
Arseny Smirnov
2019-06-26
ObfuscatedTransport: support of emulated_tls flag
Arseny Smirnov
2019-02-12
Use LOG_CHECK where it is necessary
Arseny Smirnov
2019-01-24
Simplify BufferRaw constructor.
levlam
2019-01-24
fix compilation error
Arseny Smirnov
2019-01-01
Update copyright year.
levlam
2018-12-19
tdutils: update from other project
Arseny Smirnov
2018-10-26
Fix some MSVC Analyzer warnings.
levlam
2018-09-27
Use td::unique_ptr instead of std::unique_ptr whenever possible.
levlam
2018-09-10
Remove legacy ChainBufferWriter::create_empty.
levlam
2018-09-07
A lot of fixes.
levlam
2018-08-13
Update tdutils from other project
Arseny Smirnov
2018-06-25
Make BufferRaw buffer unsigned.
levlam
2018-03-14
Move BufferSlice an Timestamp storer/parser to their headers.
levlam
2018-02-12
Replace std::max/min with td::max/min.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov