This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
36cbbda965cffc5435d58211a81e218fdf875f40
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
TraceAnalysis
/
Private
/
Store
History
Martin Ridgers
54d117c581
Restrict trace store client to only resolve IPv4 addresses. Previously the resolve would look up IPv6 addresses for the given host leading to stalls.
...
#rb jb #rnx [CL 17443422 by Martin Ridgers in ue5-main branch]
2021-09-07 08:32:03 -04:00
..
AsioContext.cpp
…
AsioContext.h
…
AsioFile.cpp
…
AsioFile.h
…
AsioIoable.cpp
…
AsioIoable.h
…
AsioRecorder.cpp
…
AsioRecorder.h
…
AsioSocket.cpp
…
AsioSocket.h
…
AsioStore.cpp
Include the trace store's local filesystem location in the /v1/status response.
2021-06-03 03:22:21 -04:00
AsioStore.h
Include the trace store's local filesystem location in the /v1/status response.
2021-06-03 03:22:21 -04:00
AsioStoreCborServer.cpp
Tweaked the trace store client/server protocol to be more HTTP-like.
2021-06-09 07:01:48 -04:00
AsioStoreCborServer.h
…
AsioTcpServer.cpp
…
AsioTcpServer.h
…
AsioTickable.cpp
…
AsioTickable.h
…
AsioTraceRelay.cpp
…
AsioTraceRelay.h
…
CborPayload.h
Tweaked the trace store client/server protocol to be more HTTP-like.
2021-06-09 07:01:48 -04:00
StoreClient.cpp
Restrict trace store client to only resolve IPv4 addresses. Previously the resolve would look up IPv6 addresses for the given host leading to stalls.
2021-09-07 08:32:03 -04:00
StoreService.cpp
…
Utils.h
…