index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
main
/
http_request.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-17
/
+17
*
|
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-18
/
+0
*
|
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-6
/
+2
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
|
doc: Sync classref with current source
Rémi Verschelde
2020-09-11
1
-0
/
+1
*
|
HTTPRequest now accepts gzip
Adam Brown
2020-09-02
1
-4
/
+109
*
|
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-7
/
+14
*
|
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-38
/
+0
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-3
/
+1
*
|
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-1
/
+1
*
|
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-24
/
+24
|
/
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Add download_chunk_size property to HTTPRequest.
Fabio Alessandrelli
2019-11-24
1
-0
/
+16
*
HTTPRequest: include faulty URLs in error texts
merumelu
2019-08-31
1
-2
/
+2
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-10
/
+3
*
Adds timeout property for httprequest
Zak
2019-07-09
1
-0
/
+37
*
Fix HTTPRequest status checks.
Fabio Alessandrelli
2019-07-01
1
-4
/
+3
*
Small fixes, mostly dupicated code
qarmin
2019-04-08
1
-1
/
+1
*
Appease some CppCheck warns for files in the "scene" directory
Michael Alexsander Silva Dias
2019-01-16
1
-2
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix non chunked HTTP reading till eof.
Fabio Alessandrelli
2018-09-12
1
-8
/
+9
*
Fix CORS problems due to added headers on JS target
GagaPete
2018-07-04
1
-20
/
+0
*
Refactor version macros and fix related bugs
Rémi Verschelde
2018-02-23
1
-1
/
+1
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
HTTP cleanup & better defaults
mhilbrunner
2017-12-14
1
-45
/
+27
*
-Modules can now add custom version info (added it for Mono)
Juan Linietsky
2017-11-01
1
-0
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-13
/
+13
*
Move VERSION_MKSTRING logic to version.h
Rémi Verschelde
2017-04-20
1
-0
/
+2
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-200
/
+177
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-15
/
+15
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-3
/
+3
*
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-01-23
1
-5
/
+0
*
removed duplicated functions in class hierarchy that were bound more than once
Juan Linietsky
2017-01-14
1
-1
/
+1
*
Type renames:
Juan Linietsky
2017-01-11
1
-22
/
+22
*
- _ready() callback only happens once now, if you want to receive it again, u...
Juan Linietsky
2017-01-10
1
-4
/
+4
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-16
/
+16
*
Merge pull request #7271 from Faless/ipv6_cleanup
Rémi Verschelde
2017-01-02
1
-0
/
+5
|
\
|
*
Expose HTTP classes' set_ip_type to scripting
Fabio Alessandrelli
2016-12-13
1
-0
/
+1
|
*
Allow setting ip_type for TCP/UDP and HTTP classes
Fabio Alessandrelli
2016-12-09
1
-0
/
+4
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
*
Uncomment debug properties of HTTP Request
khairul169
2016-11-14
1
-12
/
+12
*
Add http method and request data parameters
Kazuo256
2016-09-05
1
-4
/
+8
*
Add thread support to HTTPRequest, changed assetlib to use it.
Juan Linietsky
2016-07-24
1
-22
/
+86
[prev]
[next]