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
/
td
/
telegram
/
SecureStorage.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-09-10
Improve variable names.
levlam
2024-01-01
Update copyright year.
levlam
2023-02-02
Use explicit as_mutable_slice to get MutableSlice.
levlam
2023-01-01
Update copyright year.
levlam
2022-01-01
Update copyright year.
levlam
2021-10-19
A lot more minor improvements.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-03-02
Improve error messages.
levlam
2020-02-26
Remove unneeded brackets.
levlam
2020-01-03
Make FileDataView private.
levlam
2020-01-01
Update copyright year.
levlam
2019-09-15
Remove unneded explicit td::.
levlam
2019-08-26
Fix first letter case in error messages.
levlam
2019-08-14
Various fixes.
levlam
2019-08-12
Fix errors from tdutils import
Arseny Smirnov
2019-07-23
Remove standalone Sha256State functions.
levlam
2019-07-23
Use Sha256State directly.
levlam
2019-06-19
Fd::stat returns Result<Stat> instead of Stat
Arseny Smirnov
2019-04-28
Use some unused Status responses.
levlam
2019-01-01
Update copyright year.
levlam
2018-12-20
Improve as<>.
levlam
2018-12-20
Move as from common.h to as.h.
levlam
2018-09-13
Make pread and DataView const.
levlam
2018-08-28
Add Wdeprecated flag.
levlam
2018-08-12
Remove redundant call to account.getPasswordSettings.
levlam
2018-08-04
Update layer to 83.
levlam
2018-04-23
Remove temporary debug logging.
levlam
2018-04-07
More fixes.
levlam
2018-04-06
getAuthorizationForm
Arseny Smirnov
2018-04-06
Fix gcc warning.
levlam
2018-04-06
Various fixes.
levlam
2018-03-27
Layer 78. Initial Telegram Passport support.
Arseny Smirnov
2018-03-26
RSA encrypt/decrypt and warning fixes.
levlam
2018-03-26
SecureStorage encryption functions
Arseny Smirnov