Unknown W. Brackets
3a8a2ff933
http: Move web server to core and use flags.
...
This way we can independently control the debugger and disc sharing, since
debugger could have security impact.
2018-06-07 16:28:01 -07:00
Henrik Rydgård
a08fb8bd22
Merge pull request #11004 from unknownbrackets/ipv6
...
Enable IPv6 for reporting / sharing / etc.
2018-06-06 21:24:04 +02:00
Unknown W. Brackets
082ddf5120
json: Switch to gason instead of vjson.
...
From the same author. Most importantly, reads numbers as doubles rather
than as signed ints and floats. This allows us to actually read 32 bit
unsigned int parameters.
Moved all the native customization to a separate json_reader.cpp.
2018-06-06 05:59:35 -07:00
Unknown W. Brackets
5b95de663e
net: Listen on ipv6 and ipv4.
...
Hurray, no longer "part of the problem" for ipv4.
2018-06-06 05:59:07 -07:00
Unknown W. Brackets
ca4340b9e0
net: Support ipv6 lookups.
...
We try to connect() to both, so should still be safe in environments where
ipv6 is broken.
2018-06-06 05:59:07 -07:00
Henrik Rydgård
4a3692161b
Show chosen postshader display name properly, plus some additional bugfixes. Fixes #10790
2018-03-25 14:42:48 +02:00
Henrik Rydgård
4f1e0de9a9
Add missing includes. Remove some more unnecessary #ifdef _DEBUG checks - the debugger is supposed to work in release mode too.
2017-12-20 11:24:05 +01:00
Unknown W. Brackets
721f5877eb
http: Allow sharing automatically on PPSSPP start.
...
Since that might always be something you want, on your desktop.
2017-12-10 18:30:28 -08:00
Henrik Rydgård
3222af5f7a
Make remoteiso_subdir and server editable on Android. Fixes #10142 . Really need a better mechanism for these fields.
2017-11-16 13:33:10 +01:00
vnctdj
15c983a382
Add a new translation category for the remote ISO feature
2017-08-16 23:39:30 +02:00
vnctdj
697cfb0223
Reuse some already translated strings
2017-08-14 12:08:03 +02:00
Unknown W. Brackets
5f54726d03
http: Add an additional cancel check.
2017-03-22 00:06:02 -07:00
Unknown W. Brackets
abe4b750cc
UI: Keep Back buttons consistent in http settings.
...
Also, prevent changing server port while serving.
2017-03-22 00:03:45 -07:00
Unknown W. Brackets
2faaf0a9fa
http: Cancel remote server connects faster.
...
This way the UI doesn't appear to hang when you click cancel.
2017-03-22 00:03:08 -07:00
Unknown W. Brackets
073e056369
UI: Allow overriding dialog logic on finish.
...
This seems cleaner.
2017-03-19 17:43:03 -07:00
Unknown W. Brackets
9e390510df
Remove legacy InputState.
2017-03-14 22:07:07 -07:00
Fireball Wayne
9ea7d347c1
Remoteiso better http header detection
2017-03-12 01:15:40 -05:00
Fireball Wayne
88760b2f61
RemoteISO relax subdir restrictions
2017-03-11 01:53:16 -05:00
Fireball Wayne
c394b9e26c
RemoteISO moved settings to connection screen.
2017-03-11 00:46:51 -05:00
Fireball Wayne
768da4b2ca
RemoteIso backend changes requested
2017-03-11 00:46:50 -05:00
Fireball Wayne
ed046079a5
Function name change, additional comments, code cleanup for remote disc streaming
2017-03-11 00:46:50 -05:00
Fireball Wayne
6dd0f7a152
Remoteiso Manual Mode Backend
2017-03-11 00:46:48 -05:00
Fireball Wayne
8853b72684
Resolve conflict on http::client get
2017-03-11 00:23:49 -05:00
Henrik Rydgård
440e72d250
Clean up among the logs. Remove MASTER_LOG.
2017-03-06 13:10:23 +01:00
Henrik Rydgard
26a2d42731
Big mutex overhaul - remove our custom ones, make them non-recursive where possible
2017-02-28 11:40:29 +01:00