Age | Commit message (Expand) | Author |
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-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-03-06 | [HTML5] Replace XMLHttpRequest with Fetch. | Fabio Alessandrelli |
2021-02-11 | [HTML5] Fix HTTPClient request_raw. | Fabio Alessandrelli |
2021-01-10 | Fix JavaScript platform after MainLoop methods rename. | Fabio Alessandrelli |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-29 | Fix missed renamings from empty() to is_empty() | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-08 | Fix Javascript platform after PoolVector removal. | Fabio Alessandrelli |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-24 | Add download_chunk_size property to HTTPRequest. | Fabio Alessandrelli |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-02 | Fix compiler warnings in HTML5 platform | Leon Krause |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-03-30 | Fix bug in HTML5 HTTPClient. | Fabio Alessandrelli |
2018-02-17 | Flush HTTPClient response data only on request/close in HTML5 platform | Leon Krause |
2018-02-17 | Warn when polling HTTPClient synchronously in HTML5 platform | Leon Krause |
2018-02-17 | Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform | Leon Krause |
2018-02-16 | Fix HTML5 HTTPClient response header retrieval | Leon Krause |
2018-02-16 | Fix HTML5 HTTPClient failure detection | Leon Krause |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-15 | Fix javascript build error and improve #14604 | Fabio Alessandrelli |
2017-12-14 | HTTP cleanup & better defaults | mhilbrunner |
2017-11-13 | Implement HTTPClient in HTML5 platform | Leon Krause |