AuroraRuntime/Include/Aurora/IO
Reece Wilson 67905a4192 [+] Network + Protocol + TLS - Initial Commit
=============================================================================
Network ]====================================================================
=============================================================================

[+] Added (very) early Aurora::IO::Net implementation
[+] AuNet::EHostnameType
[+] AuNet::EIPProtocol
[+] AuNet::ENetworkError
[+] AuNet::ETransportProtocol
[+] AuNet::INetInterface
[+] AuNet::INetSrvDatagram
[+] AuNet::INetSrvResolve
[+] AuNet::INetSrvSockets
[+] AuNet::INetSrvWorkers
[+] AuNet::INetWorker
[+] AuNet::IPAddress
[+] AuNet::IResolver
[+] AuNet::ISocket
[+] AuNet::IResolver
[+] AuNet::ISocketBase
[+] AuNet::ISocketChannel
[+] AuNet::ISocketDriver
[+] AuNet::ISocketDriverFactory
[+] AuNet::ISocketServer
[+] AuNet::ISocketServerDriver
[+] AuNet::NetEndpoint
[+] AuNet::NetError
[+] AuNet::NetHostname
(+implementation)

=============================================================================
Protocol ]===================================================================
=============================================================================

[+] IProtocolInterceptor
[+] IProtocolInterceptorEx
[+] IProtocolStack
(+implementation)

=============================================================================
TLS ]========================================================================
=============================================================================

[+] ITLSContext
[+] TLSProtocolRecv
[+] TLSProtocolSend
(+implementation)

=============================================================================
IO Bug Fixes ]===============================================================
=============================================================================

[*] IOProcessor::SubmitIOWorkItem should signal the CvEvent, forcing at least once future tick (wont optimize with if in tick & not yet dispatched work items)
[*] Split IOPipeWork in into IOPipeProcessor header
[+] IOPipeWork::GetBuffer (internal reallocation)
[*] Harden against IAsyncTransactions without a loop source
[*] Missing null `if (processor->listener)` in IOProcessor
[*] Solved some soft-lock conditions under Linux's LoopQueue (added deferred commits)
[*] Quick hack: IOProcessor::HasItems() should OR the early can-tick check function.

=============================================================================
Other ]======================================================================
=============================================================================

[+] Linux: LSSignalCatcher
[+] `static void AuResetMember(Aurora::Memory::ByteBuffer &ref)` for AuROXTL
[*] Attempt to enforce a normalization and don't overwrite-readptr-under-istreamwriters policy in ByteBuffer_ReadWrite (circular buffers)
[*] Bad ECC ctors

=============================================================================
Known issues ]===============================================================
=============================================================================

> Linux net is nowhere near done
> UDP socket emulation layer isn't implemented
> Ciphersuite API is a stub
> Private key API is a stub
> ...therefore no TLS servers
> Missing thread safety precautions under net
> Net implementation is still beri early
2022-08-28 20:02:06 +01:00
..
Buffered [*] Clean up of include headers 2022-08-02 05:58:00 +01:00
Character [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
FS [*] Linux: bDirectIO wasn't enabling O_DIRECT (dumb) 2022-08-21 04:38:49 +01:00
IPC [*] Clean up of include headers 2022-08-02 05:58:00 +01:00
Loop [+] Network + Protocol + TLS - Initial Commit 2022-08-28 20:02:06 +01:00
Net [+] Network + Protocol + TLS - Initial Commit 2022-08-28 20:02:06 +01:00
Protocol [+] Network + Protocol + TLS - Initial Commit 2022-08-28 20:02:06 +01:00
TLS [+] Network + Protocol + TLS - Initial Commit 2022-08-28 20:02:06 +01:00
UNIX [+] UNIX FD sharing (with Linux optimization and a potentially functional BSD fallback) 2022-04-14 20:39:04 +01:00
Async.hpp [*] Move AuIO::WaitMultiple 2022-05-13 19:25:29 +01:00
EIOProcessorEventStage.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
EPipeCallbackType.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
EStreamError.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
IAsyncFinishedSubscriber.hpp [*] Refactor IAsyncTransaction -> Moved namespace from AuIOFS to AuIO bc other file-like APIs share the same FS implementation. IPC, process, and other namespaces have no reason to return an AuIOFS interface when dealing with pipes. 2022-05-12 09:04:32 +01:00
IAsyncTransaction.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
IByteBufferStreamPair.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IIOBufferedProcessor.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IIOBufferedStreamAvailable.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IIOEventListener.hpp [+] IIOSimpleEventListener 2022-06-22 14:42:17 +01:00
IIOPipeEventListener.hpp [*] Typos and comments 2022-06-29 14:56:59 +01:00
IIOPipeInterceptor.hpp [+] Network + Protocol + TLS - Initial Commit 2022-08-28 20:02:06 +01:00
IIOPipeProcessor.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IIOPipeWork.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IIOProcessor.hpp [*] Clean up of include headers 2022-08-02 05:58:00 +01:00
IIOProcessorEventListener.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IIOProcessorItem.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IIOProcessorManualInvoker.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IIOProcessorWorkUnit.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IIOSimpleEventListener.hpp [*] Typos and comments 2022-06-29 14:56:59 +01:00
IIOWaitableIOLoopSource.hpp [+] Added extended IO apis 2022-06-28 16:04:07 +01:00
IIOWaitableIOTimer.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IIOWaitableItem.hpp [+] IReadDir 2022-07-23 07:41:47 +01:00
IIOWaitableTickLimiter.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IO.hpp [*] Clean up of include headers 2022-08-02 05:58:00 +01:00
IOAdapterAsyncStream.hpp [*] Typos and comments 2022-06-29 14:56:59 +01:00
IOAdapterByteBuffer.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IOAdapterCompression.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IOAdapterSeeking.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IOExperimental.hpp [+] IIOSimpleEventListener 2022-06-22 14:42:17 +01:00
IOPipeCallback.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IOPipeInputData.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IOPipeInterceptorNop.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IOPipeRequest.hpp [*] IOPipeProcessor improvements 2022-07-20 15:10:07 +01:00
IOPipeRequestAIO.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IOPipeRequestBasic.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IOSleep.hpp [+] Add IOSleep, IOYieldFor utility functions 2022-08-05 11:28:34 +01:00
IPipeBackend.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
ISeekingReader.hpp [*] Update IStreamReader/Writer interfaces to be backed by an Aurora Interface 2022-05-28 12:18:00 +01:00
IStreamReader.hpp [*] Update IStreamReader/Writer interfaces to be backed by an Aurora Interface 2022-05-28 12:18:00 +01:00
IStreamReader.inl [*] Update IStreamReader/Writer interfaces to be backed by an Aurora Interface 2022-05-28 12:18:00 +01:00
IStreamWriter.hpp [*] Update IStreamReader/Writer interfaces to be backed by an Aurora Interface 2022-05-28 12:18:00 +01:00
IStreamWriter.inl [*] Update IStreamReader/Writer interfaces to be backed by an Aurora Interface 2022-05-28 12:18:00 +01:00