Herman Semenov
|
f75d7d13a0
|
[Net/Web] Fixed strict reduce types to 32 bit sizes, changed to memsize
|
2024-05-11 19:43:13 -05:00 |
|
Henrik Rydgård
|
71354d0189
|
Webserver: Reduce connection timeout
|
2024-01-18 20:04:02 +01:00 |
|
Henrik Rydgård
|
9bcb858131
|
Various changes to the webserver to handle serving HTTP subdirectories
|
2023-12-29 21:35:31 +01:00 |
|
Henrik Rydgård
|
7d114eb29b
|
Remote ISO: Add working support for streaming CHD files over the network
|
2023-12-29 13:34:22 +01:00 |
|
Henrik Rydgård
|
4b027baeb6
|
Remote ISO: Don't expose HTTP paths from recent for "re-sharing", won't work.
|
2023-12-29 12:55:08 +01:00 |
|
Henrik Rydgård
|
71f1e29513
|
Remote ISO: Allow sharing a folder of ISOs instead of Recent.
|
2023-12-29 12:55:08 +01:00 |
|
Henrik Rydgård
|
a416d94e38
|
CHD over http wasn't actually working, disable again until it can be fixed
|
2023-12-29 12:19:06 +01:00 |
|
Henrik Rydgård
|
2160abb5ec
|
Web server: Send 404 as appropriate
|
2023-12-29 11:21:14 +01:00 |
|
Henrik Rydgård
|
9317ad4b23
|
Allow streaming .chd files
|
2023-12-29 00:03:10 +01:00 |
|
Henrik Rydgård
|
eb14c87a71
|
Allow configuring the game language separately from the PPSSPP UI language, with a new setting.
|
2023-07-23 11:30:04 +02:00 |
|
Henrik Rydgård
|
93bb113009
|
Common: Rename Download to Request, and the old Request to ServerRequest.
|
2023-07-21 22:12:00 +02:00 |
|
Henrik Rydgård
|
ecea3844b0
|
Improved progress bar popups for downloads
Now shows the filename, and also there's a delay mode where they'll only
be visible if the download takes more than a second, plus they can be
named.
|
2023-07-18 15:13:44 +02:00 |
|
Henrik Rydgård
|
6945deec01
|
Replace a LOT of sprintf with snprintf, and a few strcpy with truncate_cpy
|
2023-04-28 21:04:05 +02:00 |
|
Henrik Rydgård
|
3b39e9e068
|
Turn the VFS into a class, to be able to reuse it for other purposes.
|
2023-03-06 16:42:47 +01:00 |
|
Henrik Rydgård
|
7e374c9324
|
Address feedback, more fixes
|
2023-01-05 08:38:53 +01:00 |
|
Henrik Rydgård
|
b56eef487c
|
Strict mode checking - no way to forget detaching now.
And if we forget to attach, boom. Hopefully I caught all of them.
|
2023-01-05 08:38:52 +01:00 |
|
lainon
|
fec708489a
|
Correct cleaning string and remove unused vars
|
2022-09-30 12:26:30 +03:00 |
|
Henrik Rydgård
|
3dd2bd0589
|
Merge pull request #15697 from unknownbrackets/debugger
Update embedded web debugger
|
2022-07-17 10:26:10 +02:00 |
|
Unknown W. Brackets
|
96b86907c2
|
Debugger: Fix SVG content-type for proper display.
|
2022-07-16 09:43:12 -07:00 |
|
Unknown W. Brackets
|
aad5082d55
|
Config: Move recent ISOs access to accessors.
|
2022-07-11 20:44:13 -07:00 |
|
Unknown W. Brackets
|
552cbb2a2c
|
Debugger: Serve local web debugger from assets.
|
2021-09-26 11:56:32 -07:00 |
|
Unknown W. Brackets
|
4c51f4761d
|
http: Add Accept header as a parameter in requests.
|
2021-08-22 10:03:59 -07:00 |
|
Unknown W. Brackets
|
82cd904e99
|
Common: Use Path for GetFileSize().
|
2021-05-15 11:11:37 -07:00 |
|
Henrik Rydgård
|
4d344f556a
|
Additional feedback.
|
2021-05-13 10:39:17 +02:00 |
|
Henrik Rydgård
|
025bcb1673
|
Introduce Path, start using it all over the place.
Still lots left to convert!
Convert GetSysDirectory to return Path.
More buildfixing
Remove unnecessary Path( constructors
|
2021-05-13 10:39:16 +02:00 |
|