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
/
test
/
port.cpp
Age
Commit message (
Expand
)
Author
2026-05-18
Fix platform.h/config.h includes.
levlam
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-04-23
Delete temporary files after test finish.
levlam
2023-03-06
Fix includes.
levlam
2023-01-04
Support symbolic links in walk_path.
levlam
2023-01-04
Add Stat.is_symbolic_link_.
levlam
2023-01-01
Update copyright year.
levlam
2022-10-04
Add thread.get_id() test.
levlam
2022-09-17
Add TD_HAVE_THREAD_AFFINITY macros.
levlam
2022-09-17
Use DWORD as thread::id on Windows.
levlam
2022-09-14
Add thread::set_affinity_mask/get_affinity_mask.
levlam
2022-05-11
Add LargeFiles test.
levlam
2022-01-01
Update copyright year.
levlam
2021-10-25
Fix building with TD_EVENTFD_UNSUPPORTED.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-01-01
Move some functions from misc.h to algorithm.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-12-30
Use td::unique.
levlam
2020-10-02
Remove 'using namespace td' from a test.
levlam
2020-10-02
Fix test.
levlam
2020-08-14
Minor fixes.
levlam
2020-08-07
tdutils: add skip_eintr_timeout and use it for EventFd
Arseny Smirnov
2020-08-02
Remove some logging in tests.
levlam
2020-07-06
Remove wrong assert.
levlam
2020-02-19
Improve SparseFiles test.
levlam
2020-01-03
Fix warning.
levlam
2020-01-03
Add real_size to Stat.
levlam
2020-01-01
Update copyright year.
levlam
2019-09-28
Update clag-format to the latest (190926/r372920) version.
levlam
2019-08-14
Various fixes.
levlam
2019-07-23
Change check for element uniqueness.
levlam
2019-07-23
Fix includes.
levlam
2019-07-21
Fix tdutils after update.
levlam
2019-07-06
tdutils: update from other project
Arseny Smirnov
2019-06-19
Fd::stat returns Result<Stat> instead of Stat
Arseny Smirnov
2019-05-22
Minor fixes.
levlam
2019-05-02
Fix CE
Arseny Smirnov
2019-05-01
WalkPath: allow to skip dirs and to abort a walk
Arseny Smirnov
2019-01-01
Update copyright year.
levlam
2018-09-13
Simplify reader_wait and fix some includes.
levlam
2018-09-13
Pass std::function as callback in walk_path.
levlam
2018-09-12
Update test for walk_path. It is CE now
Arseny Smirnov
2018-09-12
Fix walk_path.
levlam
2018-09-11
Fix warnings.
levlam
2018-09-11
Add explicit walk_path test.
levlam
2018-09-10
Fix some includes.
levlam
2018-09-07
A lot of fixes.
levlam
2018-08-13
Update tdutils from other project
Arseny Smirnov