Fabio Alessandrelli
|
507a9beca1
[Net] Fix HTTPRquest store_buffer error.
|
4 years ago |
Fabio Alessandrelli
|
015fc2ad4f
Merge pull request #48205 from Faless/net/4.x_url_parsing
|
4 years ago |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
4 years ago |
Fabio Alessandrelli
|
3bb40669d5
[Net] Implement String::parse_url for parsing URLs.
|
4 years ago |
Rémi Verschelde
|
9bbe51dc27
Style: Apply clang-tidy's `modernize-use-nullptr`
|
4 years ago |
Anshul7sp1
|
91181c2086
Fixes small typos and grammar correction
|
4 years ago |
Fabio Alessandrelli
|
9dd28a2953
Merge pull request #35246 from zaksnet/disconnect-while-downloading
|
4 years ago |
Zak Stam
|
bc8fe786b2
Update scene/main/http_request.cpp
|
4 years ago |
Fabio Alessandrelli
|
d61cd469f1
[Net] Better EOF handling in HTTPRequest.
|
4 years ago |
Pedro J. Estébanez
|
8e128726f0
Modernize atomics
|
4 years ago |
Rafał Mikrut
|
7961a1dea3
Initialize class variables with default values in scene/ [2/2]
|
4 years ago |
Pedro J. Estébanez
|
99fe462452
Modernize Thread
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Rémi Verschelde
|
a2a78a8066
doc: Sync classref with current source
|
5 years ago |
Adam Brown
|
6584db1538
HTTPRequest now accepts gzip
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
01afc442c7
Signals: Port connect calls to use callable_mp
|
5 years ago |
Zak
|
70c39737db
Disconnect while downloading
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Fabio Alessandrelli
|
ed19b4076e
Add download_chunk_size property to HTTPRequest.
|
5 years ago |
merumelu
|
5c7c7dbcb5
HTTPRequest: include faulty URLs in error texts
|
6 years ago |
Tomasz Chabora
|
af5e0fff66
Remove ERR_EXPLAIN from scene/* code
|
6 years ago |
Zak
|
5fe5c4e8f1
Adds timeout property for httprequest
|
6 years ago |
Fabio Alessandrelli
|
2eac1a64f7
Fix HTTPRequest status checks.
|
6 years ago |