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
/
tdnet
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2026-01-11
Add HttpHeaderCreator.cpp.
levlam
2025-02-13
Increase required CMake version to 3.10.
levlam
2024-10-21
Add separate TD_INSTALL_STATIC_LIBRARIES and TD_INSTALL_SHARED_LIBRARIES opti...
levlam
2024-10-21
Add option to install only BUILD_SHARED_LIBS-matching files
OPNA2608
2024-08-07
Improve CMakeLists comments.
levlam
2023-10-14
Export static targets in a separate file
Zephyr Lykos
2022-11-11
Make SslCtx public.
levlam
2021-09-24
Remove TD_EXPERIMENTAL_WATCH_OS.
levlam
2021-06-13
Use manual checks instead of cmake_minimum_required to propagate policies.
levlam
2021-03-27
Minor improvements.
levlam
2021-03-26
Fix compilation errors and formatting.
levlam
2021-03-26
TD_EXPERIMENTAL_WATCH_OS cmake option
Arseny Smirnov
2020-10-13
Fix tdnet dependencies order.
levlam
2020-07-28
Ensure that OpenSSL is linked against needed Windows libraries.
levlam
2020-07-26
Link to lowercase libraries when building using MinGW.
levlam
2020-01-24
Allow to change CMAKE_INSTALL_BINDIR and CMAKE_INSTALL_INCLUDEDIR.
levlam
2020-01-24
Fix CMAKE_INSTALL_LIBDIR usages.
levlam
2019-09-09
Fix clang 3.4 and OpenSSL 0.9.8 CE.
levlam
2019-07-22
Various fixes.
levlam
2019-06-28
tdweb: do not link with libssl, only with libcrypto
Arseny Smirnov
2018-10-15
Make tdnet dependency on OpenSSL private.
levlam
2018-08-15
Load certificates from Windows store.
levlam
2018-08-15
Ssl refactoring
Arseny Smirnov
2018-07-26
Add support for transparent HTTP proxies.
levlam
2018-07-26
Add TransparentProxy abstract class.
levlam
2018-02-18
Fix linking zlib to OpenSSL.
levlam
2018-02-17
Fix linking to dl.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov