Age | Commit message (Expand) | Author |
2022-01-27 | Verify custom HTTP headers, fix off by one error | Max Hilbrunner |
2022-01-23 | [Net] Fix get_response_body_length for large files. | Fabio Alessandrelli |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-24 | Adds proxy support for HTTPClient | Haoyu Qiu |
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-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-11-07 | Increase the default HTTPClient download chunk size to 64 KiB | Hugo Locurcio |
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-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-24 | Add download_chunk_size property to HTTPRequest. | Fabio Alessandrelli |
2019-02-20 | Fix HTTPClient keep alive with chunked encoding. | Fabio Alessandrelli |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-16 | HTTP client now uses non blocking handshake | Fabio Alessandrelli |
2018-05-22 | Allow body-up-to-EOF HTTP responses | Pedro J. Estébanez |
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-14 | HTTP cleanup & better defaults | mhilbrunner |
2017-12-12 | HTTPClient: Add PATCH method and missing HTTP status codes | mhilbrunner |
2017-11-13 | Implement HTTPClient in HTML5 platform | Leon Krause |
2017-10-26 | Remove HTTPClient::send_body_text and ::send_body_data | Leon Krause |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-01-23 | Remove set_ip_type from network classes (no longer needed) | Fabio Alessandrelli |
2017-01-14 | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-13 | Expose HTTP classes' set_ip_type to scripting | Fabio Alessandrelli |
2016-12-09 | Allow setting ip_type for TCP/UDP and HTTP classes | Fabio Alessandrelli |
2016-12-09 | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli |
2016-10-19 | address type for http client | Ariel Manzur |
2016-06-22 | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati... | Juan Linietsky |
2016-06-03 | Fix typo in http_client.h | J08nY |
2016-05-04 | httpclient request withh raw_array body | Alexander Holland |
2016-04-18 | Added getter method for the connection property in HTTPClient. (#4336) | Mounir Ybanez |
2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |