AuroraRuntime/Include/Aurora/IO
Reece Wilson 07fd9f19f8 [+] NewProtocolStackFromPipe([...], bool bAutoTick)
[+] IOPipeRequestAIO::uStartOffset
[*] Fix Zstd frames being finicky
[*] Fix compression interceptor invalid weak reference to pipe that
[*] Fix WinFileStream::GetOffset using wrong enumeration
[*] Null ByteBuffer flags on init bc not all operators and constructors account for them
[will prevent bugs in the future]
2022-11-07 13:34:28 +00: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 [+] AuCompression::CompressionInterceptor 2022-11-06 13:23:22 +00: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 [*] Refactor RandomDef: bSecure, ::SetQuickRng() 2022-09-27 17:30:26 +01:00
Protocol [+] NewProtocolStackFromPipe([...], bool bAutoTick) 2022-11-07 13:34:28 +00:00
TLS [+] IProtocolStack::AddEndInterceptor (optimizes away the output stage buffer, instead of preallocating a massive ring buffer, when the AddInterceptorEx variant is supplied with a uOutputBufferSize of zero) 2022-09-02 20:58:56 +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 [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IAsyncTransaction.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IByteBufferStreamPair.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IIOBufferedProcessor.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +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 [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +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 [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +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 [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IIOProcessorWorkUnit.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IIOSimpleEventListener.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IIOWaitableIOLoopSource.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IIOWaitableIOTimer.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IIOWaitableItem.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +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 [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IOAdapterByteBuffer.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IOAdapterCompression.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IOAdapterSeeking.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IOExperimental.hpp [+] IIOSimpleEventListener 2022-06-22 14:42:17 +01:00
IOPipeCallback.hpp [+] NewProtocolStackFromPipe([...], bool bAutoTick) 2022-11-07 13:34:28 +00:00
IOPipeInputData.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IOPipeInterceptorNop.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
IOPipeRequest.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IOPipeRequestAIO.hpp [+] NewProtocolStackFromPipe([...], bool bAutoTick) 2022-11-07 13:34:28 +00:00
IOPipeRequestBasic.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
IOSleep.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IPipeBackend.hpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
ISeekingReader.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +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