Age | Commit message (Expand) | Author |
2022-01-27 | Verify custom HTTP headers, fix off by one error | Max Hilbrunner |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-24 | Adds proxy support for HTTPClient | Haoyu Qiu |
2021-11-11 | String: Remove `erase` method, bindings can't mutate String | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-06-23 | [Net] Makes HTTPClient a custom instance class. | Fabio Alessandrelli |
2021-06-23 | [Net] Unify HTTPClient request and request_raw. | Fabio Alessandrelli |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-17 | Add PROPERTY_USAGE_NONE and use it | Aaron Franke |
2021-05-06 | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-03-03 | Fix crash on HTTPClient::poll method | Pedro Rodrigues |
2021-01-28 | Unify URI encoding/decoding and add to C# | Aaron Franke |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-14 | Allows HTTPClient to talk to proxy server | Haoyu Qiu |
2020-10-10 | Fixes HTTPClient::poll crash after connection is self-assigned | Haoyu Qiu |
2020-07-21 | Fix spelling & grammar in comments, docs, and messages | Andy Maloney |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Enforce use of bool literals instead of integers | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-01 | Merge pull request #33640 from mewin/http_head_request | Fabio Alessandrelli |
2019-11-26 | do not wait for response body when making a HEAD request | Patrick Wuttke |
2019-11-25 | Merge pull request #33862 from Faless/net/http_request_chunk_size | Rémi Verschelde |
2019-11-24 | Add download_chunk_size property to HTTPRequest. | Fabio Alessandrelli |
2019-11-23 | Fix HTTPClient::poll crash when connection set to null | Artem Burjachenko |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-06 | Fix a random SSL crash I saw once. | Hein-Pieter van Braam-Stewart |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-02-20 | Fix HTTPClient keep alive with chunked encoding. | Fabio Alessandrelli |
2019-02-20 | HTTPClient read until EOF fixes | Fabio Alessandrelli |
2019-02-16 | Fix keep-alive without header in HTTP client | Fabio Alessandrelli |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-21 | Add checks for clean disconnect in HTTP/TCP/SSL. | Fabio Alessandrelli |
2018-09-15 | Fix HTTPClient _get_http_data bug after #21976. | Fabio Alessandrelli |
2018-09-13 | Merge pull request #21976 from Faless/http_client_eof_fix | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Unify StreamPeerTCP/TCP_Server with NetSocket API | Fabio Alessandrelli |
2018-09-12 | Fix non chunked HTTP reading till eof. | Fabio Alessandrelli |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-16 | HTTP client now uses non blocking handshake | Fabio Alessandrelli |
2018-07-04 | Fix CORS problems due to added headers on JS target | GagaPete |
2018-05-22 | Allow body-up-to-EOF HTTP responses | Pedro J. Estébanez |