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
Age
Commit message (
Expand
)
Author
2026-05-18
Fix platform.h/config.h includes.
levlam
2026-05-14
Propagate HTTP status code from Darwin HTTP.
levlam
2026-01-28
Minor improvements.
levlam
2026-01-12
Use add_host_header in Wget.
levlam
2026-01-12
Add HttpHeaderCreator::add_host_header.
levlam
2026-01-12
Add HttpHeaderCreator::get_host_header.
levlam
2026-01-11
Add and use HttpHeaderCreator::init().
levlam
2026-01-11
Add HttpHeaderCreator.cpp.
levlam
2026-01-01
Update copyright year.
levlam
2025-06-14
Allow to pass error code and message directly to Promise::set_error.
levlam
2025-02-13
Remove duplicate declarations of constexpr variables.
levlam
2025-02-13
Increase required CMake version to 3.10.
levlam
2025-01-13
Always create temporary HTTP files in a directory with unique path.
levlam
2025-01-01
Update copyright year.
levlam
2024-11-12
Use TRY_RESULT_PROMISE if appropriate.
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-09-30
Various improvements.
levlam
2024-09-24
Don't use OpenSSL version to check for existing BIO_ctrls because FreeBSD's f...
levlam
2024-08-31
Don't mark constructors with multiple parameters as explicit.
levlam
2024-08-07
Improve CMakeLists comments.
levlam
2024-07-23
Fix auth-scheme name for proxy authentication.
levlam
2024-07-23
Improve HttpProxy logging.
levlam
2024-02-29
Remove explicit limit on HTTP chunk size.
levlam
2024-02-29
Remove unused field.
levlam
2024-01-01
Update copyright year.
levlam
2023-11-25
Store content_length_ as int64.
levlam
2023-11-25
Fail HTTP request reading if unexpected end of data reached.
levlam
2023-10-18
Fix typos. (#2641)
AYMEN Mohammed
2023-10-14
Export static targets in a separate file
Zephyr Lykos
2023-08-05
Add more common.h includes.
levlam
2023-07-31
Use JsonOnject::extract_ if possible.
levlam
2023-07-31
Use JsonObject::get_.*_field if possible.
levlam
2023-07-22
Move logging of OS freezes to WARNING.
levlam
2023-07-21
waitsForConnectivity, configurations for URLSession (#2501)
Vincent Neo
2023-05-05
Use empty name for unused move constructor/assignment parameter.
levlam
2023-04-16
Improve log message.
levlam
2023-03-21
Add HttpReader::parse_http_version.
levlam
2023-02-06
Support percent-encoding for Content-Disposition parameter values as per RFC7...
levlam
2023-02-04
Fix OpenSSL version check.
levlam
2023-02-02
Use explicit as_mutable_slice to get MutableSlice.
levlam
2023-01-18
Return after call to on_error.
levlam
2023-01-04
Improve loading of system certificate store.
levlam
2023-01-04
Process symlinks in system certificate store.
levlam
2023-01-04
Support symbolic links in walk_path.
levlam
2023-01-04
Skip subdirectories in system certificate store.
levlam
2023-01-04
Load certificate from default_cert_file.
levlam
2023-01-04
Improve system certificate store loading.
levlam
2023-01-04
Preload all root certificates instead of using SSL_CTX_set_default_verify_pat...
levlam
2023-01-01
Update copyright year.
levlam
[next]