aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdnet
AgeCommit message (Expand)Author
2022-12-07HttpReader: open temp file only in FormDataParseState::ReadFile state.levlam
2022-11-29Ignore "none" Content-Encoding.levlam
2022-11-23Minor fixes.levlam
2022-11-22HttpReader: fix keep-alive flag.levlam
2022-11-11Create SslStream from SslCtx.levlam
2022-11-11Make SslCtx public.levlam
2022-10-27Improve some emplace_back/push_back usage.levlam
2022-10-12Minor improvements.levlam
2022-10-09Make all operator bool const and nonexcept.levlam
2022-09-22Minor improvements.levlam
2022-09-23Increase limits for slow operations logging.levlam
2022-09-20Improve error logging.levlam
2022-09-15Add logging for some slow operations.levlam
2022-08-18Minor improvements.levlam
2022-08-14Increase MAX_CONTENT_SIZE in HttpReader.levlam
2022-07-13Fix SslStream support of OpenSSL 3.0.levlam
2022-06-30Fix DarwinHttp.levlam
2022-06-27Move Promise to tdutils.levlam
2022-05-11Use int53 for file size in TDLib API.levlam
2022-04-20Improve log message.levlam
2022-03-17Fix misprint.levlam
2022-02-11Move other big classes inside FlatHashMap to unique_ptr.levlam
2022-02-10Support JSON response in GoogleDnsResolver.levlam
2022-02-09More FlatHashMap usages.levlam
2022-02-02Log to WARNING HTTP internal server errors.levlam
2022-01-25Fix much typosKnorpelSenf
2022-01-01Update copyright year.levlam
2021-12-06Fix HttpReader destructor.levlam
2021-11-11Init some fields just in case.levlam
2021-11-10Mark some constructors as noexcept.levlam
2021-11-08Improve logging.levlam
2021-11-04Minor improvements.levlam
2021-10-27Pass BufferedFd to HttpConnection.levlam
2021-10-22Fix TransparentProxy::Callback.levlam
2021-10-20Use auto as variable type if it is initialized with a cast.levlam
2021-10-18Minor improvements.levlam
2021-10-18Mark move constructors/assignment operators noexcept.levlam
2021-10-18Minor warning fixes.levlam
2021-09-24Remove TD_EXPERIMENTAL_WATCH_OS.levlam
2021-09-19Unify include order.levlam
2021-09-06Restore idle connection timeout after migration to another thread.levlam
2021-09-06Fix multipart/form-data reading.levlam
2021-08-21Prefer std::unordered_map to std::map.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-06-13Use manual checks instead of cmake_minimum_required to propagate policies.levlam
2021-05-31Prefer US spelling of "canceled".levlam
2021-05-17Don't include SliceBuilder.h in logging.h.levlam
2021-04-09Minor improvements.levlam
2021-03-29more checks for watch os versionArseny Smirnov