aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdnet
AgeCommit message (Expand)Author
2021-03-27Minor improvements.levlam
2021-03-26Fix compilation errors and formatting.levlam
2021-03-26TD_EXPERIMENTAL_WATCH_OS cmake optionArseny Smirnov
2021-03-21Improve quoted-string parsing in Content-Disposition header.levlam
2021-03-21HttpReader: gix Gzip high watermark.levlam
2021-03-08Support 7 more HTTP response status codes.levlam
2021-01-01Update copyright year.levlam
2020-12-16Automatically close unclosed contours.levlam
2020-11-21Safer work with negative monotonic time.levlam
2020-11-20Minor fixes.levlam
2020-11-10Fix TcpListener re-init.levlam
2020-11-09Fix formatting.levlam
2020-11-09Add parameters specify tcp server bind ip address (#1287)Kunoi Sayami
2020-10-13Fix tdnet dependencies order.levlam
2020-10-08Fix Emscripten build.levlam
2020-09-14Move url_decode to tdutils.levlam
2020-09-14Add option for checking IP address in the certificate as host.levlam
2020-09-02Fix Logger const-correctness.levlam
2020-08-13Minor improvements.levlam
2020-08-10HttpConnection: safe migrate between schedulersArseny Smirnov
2020-07-28Ensure that OpenSSL is linked against needed Windows libraries.levlam
2020-07-26Link to lowercase libraries when building using MinGW.levlam
2020-07-26Minor fixes.levlam
2020-07-24SslStream: fix ByteFlow logicArseny Smirnov
2020-07-24Migrate to other thread when receiving a file in multipart/form-data.levlam
2020-07-23HttpConnection: migrate connections to a dedicated schedulerArseny Smirnov
2020-07-23Speed up tests execution.levlam
2020-07-23HttpReader: minor fixesArseny Smirnov
2020-07-23Fix misprint.levlam
2020-07-23Increase mas file size limit.levlam
2020-07-22ByteFlow: backpressure draftArseny Smirnov
2020-07-21PollableFd: explicit sync_with_pollArseny Smirnov
2020-07-20Increase maximum total HTTP parameter length.levlam
2020-07-19Do not try to parse empty content in HttpReader.levlam
2020-07-19Increase max content size in HttpReader.levlam
2020-07-14Fix CE.levlam
2020-07-14Minor fixes.levlam
2020-07-13Minor improvements.levlam
2020-07-13HttpQuery: store peer address into queryArseny Smirnov
2020-07-13HttpConnection: write_next_noflush for writes without flushing to socketArseny Smirnov
2020-07-03Increase maximum file size.levlam
2020-07-05Fix SslStream.levlam
2020-07-02SslStream: reuse SslCtx in a simple caseArseny Smirnov
2020-06-26Fix tdutils after merge.levlam
2020-06-15Unify enum constant name style.levlam
2020-06-13Use td::vector in HttpQuery.levlam
2020-06-09Simplify HttpHeaderCreator::init_status_line.levlam
2020-06-07Fix some includes.levlam
2020-06-06Move OpenSSL error hancling functions to tdutils.levlam
2020-05-23Use new get_ip_host() method to get correct Host.levlam