SuccessChanges

Summary

  1. RISC OS: add SocketWatch module to distribution (details)
  2. RISC OS: use SocketWatch for socket activity (details)
Commit 98b3d3c191fe9097cd4b8d67060aebcea095a85d by John-Mark Bell
RISC OS: add SocketWatch module to distribution
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/Origin,b28 (diff)
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/Source/Source (diff)
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/Source/!ReadMe (diff)
The file was addedfrontends/riscos/distribution/!System/310/Modules/Network/SockWatch,ffa (diff)
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/Source/Build,fd7 (diff)
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/Source/Licence (diff)
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/!Info (diff)
Commit 9e4f598b7b2f6f92304f5f9e4ed359e7905b37a9 by John-Mark Bell
RISC OS: use SocketWatch for socket activity
Use SocketWatch to monitor our sockets and convert activity into a
pollword update. This allows us to ditch the schedule-based fetch path
and take the same one as we do on other platforms. This also allows us
to refactor the main poll loop such that we need only poll idle while
waiting for things to happen (once something has happened, we poll
aggressively until there are no non-pollword events left).
The file was modifiedfrontends/riscos/scripts/Run (diff)
The file was modifiedfrontends/riscos/gui.c (diff)