AuroraRuntime/Source
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
..
Async [*] Fixup schedule failure rejection. Fixes crash during safe/good clean up. 2022-08-13 22:59:44 +01:00
CmdLine [*] Amend linux cmdline parsing 2022-04-06 08:25:17 +01:00
Compression [*] Lite clean up/Refactor 2022-08-20 07:53:48 +01:00
Console [*] Various teardown related fixes/changes under UNIX 2022-08-14 14:41:19 +01:00
Crypto [+] Network + Protocol + TLS - Initial Commit 2022-08-28 20:02:06 +01:00
Debug Further Linux support 2022-08-02 05:52:57 +01:00
Exit [*] Clean up of include headers 2022-08-02 05:58:00 +01:00
Extensions [*] C warnings 2022-06-14 17:19:22 +01:00
Grug [*] Refine Linux threads... They were still problematic :( 2022-08-15 03:31:35 +01:00
Hashing [*] Reset hashstream lock state on import/reset 2022-05-14 23:34:25 +01:00
HWInfo [*] Lite clean up/Refactor 2022-08-20 07:53:48 +01:00
IO [+] Network + Protocol + TLS - Initial Commit 2022-08-28 20:02:06 +01:00
Locale [*] im low iq 2022-08-13 06:10:01 +01:00
Logging [*] Lite clean up/Refactor 2022-08-20 07:53:48 +01:00
Memory [*] Trivial fail condition leak 2022-08-16 23:58:18 +01:00
Parse [+] AuParse::[Stringify/Parse][U/S]Int[16] class of parse APIs 2022-08-04 14:08:12 +01:00
Process [*] Harden Process Section APIs 2022-08-15 00:41:43 +01:00
Processes [+] Installed Linux PR_SET_PDEATHSIG hook into eSpawnChildProcessWorker's to better emulate Win32 job workers 2022-08-10 16:36:03 +01:00
Registry [*] Update for auROXTL changes 2022-03-30 15:16:57 +01:00
RNG [*] Solve a few compiler warnings. Mostly unrealistic u32 <-> u64 casts in element iteration and string operations we can reasonably ignore 2022-06-14 17:12:21 +01:00
SWInfo [*] Dumbdumb moment 2022-05-28 17:21:57 +01:00
Telemetry [*] Linux has a pulse... 2022-04-06 02:24:38 +01:00
Threading [*] Refine Linux threads... They were still problematic :( 2022-08-15 03:31:35 +01:00
Time [+] Linux: Added bSingleshot API to timerfd backend 2022-05-04 16:43:23 +01:00
Alloc.cpp Readded C++17 allocators 2021-06-28 00:12:17 +01:00
Crypto.cpp [*] Major change in include convention 2021-09-30 15:57:41 +01:00
Crypto.hpp Initial Commit 2021-06-27 22:25:29 +01:00
Entrypoint.cpp [+] Network + Protocol + TLS - Initial Commit 2022-08-28 20:02:06 +01:00
RuntimeInternal.hpp [*] Wouldn't it be cool if Linux could safely exit under other conditions without core dumping? 2022-08-14 12:01:54 +01:00