Henrik Rydgård
|
33314a8981
|
Typo :)
|
2025-01-13 12:46:42 +01:00 |
|
Henrik Rydgård
|
28d8faef3a
|
Integrate the sceUtility DNS query with the auto conf system, minor cleanups
|
2025-01-13 12:31:02 +01:00 |
|
Henrik Rydgård
|
c22c4b7bab
|
Move the Network Initialized message, add Network Shutdown message
|
2025-01-12 22:22:03 +01:00 |
|
Henrik Rydgård
|
ad1799c1c9
|
Add some TODOs in sceHttp
|
2025-01-12 18:02:43 +01:00 |
|
Henrik Rydgård
|
0349f91a9e
|
Add "dyndns" or DNS server lookup by domain name as requested by ablondel.
JSON updated.
|
2025-01-12 17:55:42 +01:00 |
|
Henrik Rydgård
|
ae15cba56c
|
Move the logic for loading the json file to the function. Minor cleanup.
|
2025-01-12 17:25:59 +01:00 |
|
Henrik Rydgård
|
05906bc8f3
|
Finish the format, actually use the things from it
|
2025-01-12 17:25:59 +01:00 |
|
Henrik Rydgård
|
608ff2ff39
|
Initial custom DNS config json parsing
|
2025-01-12 17:25:59 +01:00 |
|
Henrik Rydgård
|
b796481bb4
|
Add initial infra-dns.json
|
2025-01-12 17:25:59 +01:00 |
|
Henrik Rydgård
|
c5cde0f218
|
Remove "Secondary DNS" as a setting.
|
2025-01-12 17:25:57 +01:00 |
|
Henrik Rydgård
|
1013be090c
|
sceNetInet: Refactor errno handling and logging, so we always see how it changes
|
2025-01-12 14:57:51 +01:00 |
|
Henrik Rydgård
|
c901486791
|
Removes another hacky behavior in sceNetInetGetErrno
|
2025-01-12 12:50:32 +01:00 |
|
Henrik Rydgård
|
016d66f866
|
sceNetInet: Stop resetting inetLastErrno to 0 in sceNetInetGetErrno()
This fixes MOHH on Windows.
|
2025-01-12 12:38:47 +01:00 |
|
Henrik Rydgård
|
3e8b1564e2
|
Remove more UNTESTED tags in sceNetApctl
|
2025-01-11 10:22:23 +01:00 |
|
Henrik Rydgård
|
fb99b6ff2b
|
Logging cleanup in sceNetResolver
|
2025-01-11 10:22:23 +01:00 |
|
Henrik Rydgård
|
364fc2ed6a
|
More sceNetInet logging cleanup
|
2025-01-11 10:22:23 +01:00 |
|
Henrik Rydgård
|
54581441ea
|
Start cleaning up logging in sceNetInet
|
2025-01-11 10:22:21 +01:00 |
|
Henrik Rydgård
|
b8ba52bc26
|
Merge pull request #19858 from hrydgard/custom-dns
Infrastructure: Direct DNS lookups
|
2025-01-11 08:44:21 +01:00 |
|
Henrik Rydgård
|
44bbbdac03
|
Merge pull request #19852 from ANR2MERefork/inet
[Inet] Fixes potential buffer size issue.
|
2025-01-11 08:42:47 +01:00 |
|
AdamN
|
c5e1ea71e0
|
oops
|
2025-01-11 09:24:39 +07:00 |
|
Henrik Rydgård
|
7e476fedf4
|
Warning fix, buildfix, logfix
|
2025-01-11 00:37:36 +01:00 |
|
Henrik Rydgård
|
0b441fb6ce
|
Merge pull request #19854 from hrydgard/assorted-cleanups
Assorted cleanups
|
2025-01-10 22:50:06 +01:00 |
|
Henrik Rydgård
|
eced84a46b
|
Use the new direct DNS resolver
|
2025-01-10 21:37:36 +01:00 |
|
Henrik Rydgård
|
293c087577
|
Add a new IPV4 direct DNS lookup function. Allows us to use the configured DNS directly.
|
2025-01-10 21:37:36 +01:00 |
|
Nemoumbra
|
ef11d80b84
|
UPnP logs, wrong NpMatching2 syscall name, more names
|
2025-01-10 23:34:11 +03:00 |
|
Henrik Rydgård
|
fbd548dde5
|
struct style fix. no need to pragma(pack) them
|
2025-01-10 21:22:16 +01:00 |
|
Henrik Rydgård
|
5c7ca3f972
|
Delete some unused structs
|
2025-01-10 21:18:45 +01:00 |
|
AdamN
|
ec99cb47bd
|
Fix potential buffer size issue on sceNetInetGetsockname
|
2025-01-10 22:38:30 +07:00 |
|
AdamN
|
cbe8c922a4
|
Fix potential buffer size issue on sceNetInetGetpeername
|
2025-01-10 22:25:25 +07:00 |
|
Henrik Rydgård
|
885724db83
|
Add comments (checked that no other host socket numbers leak to the game)
|
2025-01-10 14:54:45 +01:00 |
|
Henrik Rydgård
|
e79fdaca57
|
Fix bug in sceNetInetPoll, similar to the previous select bug
|
2025-01-10 11:24:12 +01:00 |
|
Henrik Rydgård
|
a986286532
|
Merge pull request #19843 from ANR2MERefork/apctl_getinfo
An attempt to fix Driver 76 multiplayer
|
2025-01-10 09:23:35 +01:00 |
|
Henrik Rydgård
|
f2736af14c
|
Merge pull request #19844 from hrydgard/assorted-fixes
Deduplicate a OSD message, change DEBUG log level exclusions
|
2025-01-10 09:19:34 +01:00 |
|
Henrik Rydgård
|
bed0527c1a
|
Deduplicate "Failed to bind port" messages (one was missing)
|
2025-01-10 01:28:52 +01:00 |
|
AdamN
|
e8bf2effc6
|
Changed Address Replacement log channel to WARN, because apparently Debug channel being disabled on non-Windows
|
2025-01-10 07:10:27 +07:00 |
|
AdamN
|
71fc03231f
|
Allow to get Apctl Info even when Apctl not inited yet.
|
2025-01-10 01:05:32 +07:00 |
|
Henrik Rydgård
|
101d68d352
|
Merge pull request #19837 from hrydgard/some-debugger-stuff
ImDebugger: Add a memory dump window
|
2025-01-09 14:15:49 +01:00 |
|
Henrik Rydgård
|
17f64ce61f
|
Merge pull request #19836 from ANR2MERefork/inet_bind
An attempt to fix UNO single player.
|
2025-01-09 13:41:03 +01:00 |
|
Henrik Rydgård
|
23954f5403
|
Implement the disassembly mode too
|
2025-01-09 13:35:29 +01:00 |
|
AdamN
|
6335144392
|
Only do address replacement when built-in Adhoc Server is enabled.
|
2025-01-09 16:39:45 +07:00 |
|
Henrik Rydgård
|
94bf5f7eeb
|
Remove NetResolver.cpp/h (almost empty)
|
2025-01-09 09:27:41 +01:00 |
|
Henrik Rydgård
|
2a0e3b1084
|
Move out a utility function to Common/Net
|
2025-01-09 09:23:33 +01:00 |
|
Henrik Rydgård
|
5e50a1777a
|
Move out unused function from sceNet
|
2025-01-09 09:23:20 +01:00 |
|
Henrik Rydgård
|
b13987e233
|
Move some code out from sceNet into sceNp and sceNp2
|
2025-01-09 09:06:23 +01:00 |
|
AdamN
|
1da23507c4
|
Allow Adhocctl to be initialized even when WLAN is disabled
|
2025-01-09 13:31:45 +07:00 |
|
Henrik Rydgård
|
0cec39d11f
|
Add socket mapping for accept(). Don't know if games use it...
|
2025-01-08 19:36:01 +01:00 |
|
Henrik Rydgård
|
440fa80c5f
|
Use the correct count parameter for select
|
2025-01-08 18:47:16 +01:00 |
|
Henrik Rydgård
|
cddd3d439d
|
Crashfix with asan, minor
|
2025-01-08 18:03:45 +01:00 |
|
Henrik Rydgård
|
77fcb181a5
|
Just some code formatting
|
2025-01-08 17:01:27 +01:00 |
|
Henrik Rydgård
|
728268bb3f
|
Better CreateSocket errro handling
|
2025-01-08 16:35:09 +01:00 |
|