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