Unknown W. Brackets
|
2af40d07bb
|
Debugger: Fix websocket read silly mistake.
Surprised I didn't notice this before.
|
2021-05-30 15:25:41 -07:00 |
|
kotcrab
|
312506a41b
|
Fix crash in HTTPServer when processing invalid request
|
2021-05-27 14:10:40 +02:00 |
|
Unknown W. Brackets
|
2a9170a2ea
|
http: Use Path for the download file.
|
2021-05-14 22:46:03 -07:00 |
|
Unknown W. Brackets
|
1459c16fb8
|
http: Skip processing response body for void.
No need to decompress or copy between buffers.
|
2021-05-01 11:20:05 -07:00 |
|
Unknown W. Brackets
|
2f08fb6583
|
Store: Show a rough speed indicator.
Some of the homebrew are a bit larger, it's nice to see a speed and not
just the progress bar.
|
2021-05-01 11:20:05 -07:00 |
|
Unknown W. Brackets
|
3379f33882
|
http: Always use/require progress in requests.
This fixes several cases where we weren't passing cancel flags
consistently.
|
2021-05-01 11:20:05 -07:00 |
|
Unknown W. Brackets
|
f762fbc53d
|
http: Always use non-blocking in http.
|
2021-05-01 11:20:05 -07:00 |
|
Unknown W. Brackets
|
af5618705c
|
http: Remove timeoutless requests.
Let's always have timeouts. This timeout is reset even when a single byte
is sent, so it's pretty generous.
|
2021-05-01 11:20:05 -07:00 |
|
Unknown W. Brackets
|
1e22966984
|
http: Separate out net buffer code from formatting.
|
2021-05-01 11:20:05 -07:00 |
|
Unknown W. Brackets
|
a35b21a5d7
|
http: Set a more useful user agent.
|
2021-04-30 23:12:42 -07:00 |
|
Henrik Rydgård
|
f4a6d291e1
|
Common: Capitalize setCurrentThreadName().
|
2021-04-30 23:02:36 -07:00 |
|
Unknown W. Brackets
|
7e21e9a721
|
Common: Cleanup some mismatched indentation.
Also move initialization from constructors in a few places.
|
2021-04-30 22:59:41 -07:00 |
|
Henrik Rydgård
|
9894c74bef
|
Common: Cleanup HTTPServer indentation.
|
2021-04-30 22:35:25 -07:00 |
|
Henrik Rydgård
|
e6aa841b78
|
Common: Get rid of Executor.cpp/h.
There was only one implementation.
|
2021-04-30 22:33:34 -07:00 |
|
Henrik Rydgård
|
199735203b
|
Merge pull request #14389 from unknownbrackets/reporting
Reporting: Avoid generated homebrew IDs
|
2021-04-18 00:22:43 +02:00 |
|
Unknown W. Brackets
|
cab2a38498
|
Reporting: Avoid generated homebrew IDs.
But let through a few more, homebrew rarely reused newer system version
SFOs. By that point they were doing their own SFOs finally.
|
2021-04-17 14:28:53 -07:00 |
|
ANR2ME
|
0fd1b65a78
|
An attempt to detects getifaddrs availability properly
|
2021-04-12 18:41:49 +07:00 |
|
ANR2ME
|
81616f84a3
|
Changing warning log to info log on GetIPList
|
2021-04-12 18:41:48 +07:00 |
|
ANR2ME
|
ce32d14a84
|
Added additional includes for GetIPList to work on Linux/Unix
|
2021-04-12 18:41:48 +07:00 |
|
ANR2ME
|
84d7d744e2
|
Added warning log for testing purpose on GetIPList function
|
2021-04-12 18:41:48 +07:00 |
|
Unknown W. Brackets
|
b60074f697
|
http: Prevent Windows header leak from HTTPClient.
|
2021-01-09 14:45:03 -08:00 |
|
Henrik Rydgård
|
401d9ca469
|
Add a file picker (WIP)
|
2021-01-09 01:09:21 +01:00 |
|
Henrik Rydgård
|
fa466d2363
|
Merge pull request #13850 from unknownbrackets/warnings
Cleanup some warnings and a logger shutdown crash
|
2021-01-01 19:53:10 +01:00 |
|
Unknown W. Brackets
|
8bf93bb757
|
http: Ignore signals on recv() too.
|
2021-01-01 08:58:35 -08:00 |
|
Unknown W. Brackets
|
c3ddb279f9
|
http: Cleanup excessive logging.
|
2021-01-01 08:55:18 -08:00 |
|