Age | Commit message (Expand) | Author |
2022-09-08 | [Net] Rename "ssl" references to "tls" in methods and members. | Fabio Alessandrelli |
2022-08-17 | [doc] Fix grammar in class docs: amount vs. number | Andy Maloney |
2022-08-12 | [doc] Use "param" instead of "code" to refer to parameters (6) | Andy Maloney |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-07-08 | Document the `timeout` property in HTTPRequest | Hugo Locurcio |
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi |
2022-06-24 | Make code example in HTTPRequest classref working | Haoyu Qiu |
2022-03-27 | [Net] Change HTTPRequest timeout type to double. | Fabio Alessandrelli |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2021-12-09 | Add proxy support for the editor | Haoyu Qiu |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-09-25 | Document Android permission requirements for network access where needed | Hugo Locurcio |
2021-09-07 | security tip when sending sensitive data on HTTP requests | Arthur Paulino |
2021-09-03 | improving note on HTTPRequest class under the request method documentation | Arthur Paulino |
2021-08-11 | Docs: Add warnings about no SSL/(D)TLS revocation | Max Hilbrunner |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias |
2021-03-19 | class reference proofreading | Paul Joannon |
2021-01-28 | Unify URI encoding/decoding and add to C# | Aaron Franke |
2020-11-25 | Docs: Port Code Examples to C# (F, G, H, I, J, K, L) | HaSa1002 |
2020-11-07 | Merge pull request #42896 from Calinou/httprequest-increase-chunk-size | Rémi Verschelde |
2020-11-07 | Increase the default HTTPClient download chunk size to 64 KiB | Hugo Locurcio |
2020-11-06 | Merge pull request #42870 from Calinou/doc-httprequest-tls-version | Rémi Verschelde |
2020-10-31 | Fix a variable being redeclared in the HTTPRequest code sample | Hugo Locurcio |
2020-10-17 | Document the supported TLS versions in HTTPRequest | Hugo Locurcio |
2020-09-18 | Fix typos with codespell | Rémi Verschelde |
2020-09-11 | doc: Sync classref with current source | Rémi Verschelde |
2020-09-02 | HTTPRequest now accepts gzip | Adam Brown |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio |
2020-08-03 | Document HTTPRequest not supporting request data with GET method | Hugo Locurcio |
2020-07-20 | Document HTML5 CORS restrictions in HTTPClient and HTTPRequest | Hugo Locurcio |
2020-07-10 | Add a POST request example to the HTTPRequest class documentation | Hugo Locurcio |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-23 | doc: Misc updates for AnimationNode* and others | Rémi Verschelde |
2019-12-24 | Add an example of using HTTPRequest to contact a REST API | Hugo Locurcio |
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde |
2019-11-24 | Add download_chunk_size property to HTTPRequest. | Fabio Alessandrelli |
2019-11-07 | Add an HTTPRequest usage example to the class reference | Hugo Locurcio |
2019-10-22 | Mention body length getter caveats in HTTPClient and HTTPRequest | Hugo Locurcio |
2019-07-10 | doc: Sync classref with current source | Rémi Verschelde |
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
2019-06-27 | doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred | Rémi Verschelde |
2019-06-27 | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2018-12-29 | doc: Fix references to setters and misc formatting | Rémi Verschelde |
2018-12-20 | doc: Add missing commas after "If true/false" | Rémi Verschelde |