AuroraRuntime/Include/Aurora/IO
Jamie Reece Wilson dcf94a8b23 [+] (dummy!) ISocketServerLimits.hpp
[+] (dummy!) ISocketChannelLimits.hpp
[+] ISocketChannel::GetChannelLimits
[+] ISocketBase::GetLockedWorkerThread
[+] ISocket::GetSocketServer
2023-11-29 13:55:01 +00:00
..
Adapters [+} NewMemoryViewReadAdapter 2023-10-13 21:08:57 +01:00
Buffered [*] Update bytebuffer io stream wrappers 2023-10-29 10:47:31 +00:00
Character [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
FS [+] AuFS::MoveDirectory 2023-10-13 18:11:49 +01:00
IPC [+] IPCPipe::ToFileStream 2023-10-20 16:33:18 +01:00
Loop [+] ILSSemaphore::AddMany 2023-10-22 06:11:39 +01:00
Net [+] (dummy!) ISocketServerLimits.hpp 2023-11-29 13:55:01 +00:00
NT [+] Secret visible symbol: Aurora::Win32Open/AuWin32Open 2023-09-13 15:35:09 +01:00
Protocol [+] IProtocolStack::AppendInterceptorDynamicBuffer 2023-10-07 20:25:43 +01:00
TLS [+] IProcessSectionMapView::LockSwap 2023-04-17 15:55:51 +01:00
UNIX [+] Secret visible symbol: Aurora::Win32Open/AuWin32Open 2023-09-13 15:35:09 +01:00
Utility [*] Modernize IOBufferedProcessor (and moved to the io utility namespace) 2023-09-28 12:38:01 +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
EStandardStream.hpp [-] AuProcesses::EStandardHandle 2023-09-15 15:55:46 +01:00
EStreamError.hpp [+] EStreamError::eErrorGenericFault 2023-10-24 17:14:27 +01:00
IAsyncFinishedSubscriber.hpp [*] Cleanup/refactor of AuIO 2022-08-29 16:46:46 +01:00
IAsyncTransaction.hpp [*] fuck you 2023-08-10 03:43:48 +01:00
IIOBufferedStreamAvailable.hpp [+] AuUtility::ThroughputCalculator 2022-12-06 22:58:15 +00:00
IIOEventListener.hpp [+] IIOSimpleEventListener 2022-06-22 14:42:17 +01:00
IIOPipeEventListener.hpp [+] IIOPipeEventListener::OnPipeFailureEvent 2023-10-16 01:56:28 +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 [+] IIOPipeWork::SetNextFrameTargetLength 2023-10-16 01:47:22 +01:00
IIOProcessor.hpp [+] IIOProcessor::ConfigureNoDeferredTicks (hack for Qt modals) 2023-07-27 16:31:47 +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 [+] AuIO::IO::EStandardStream 2023-09-13 02:50:59 +01:00
IOExperimental.hpp [+} NewMemoryViewReadAdapter 2023-10-13 21:08:57 +01:00
IOHandle.hpp [+] IIOHandle::SectionLock 2023-09-23 04:48:48 +01:00
IOPipeCallback.hpp [+] AuIO::IOPipeCallback::bCloseWriter 2023-06-04 20:49:13 +01: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 [+] ICompressionInterceptor::LimitPassthroughOnOverflow 2022-11-20 10:31:13 +00:00
IOPipeRequestAIO.hpp [*] Fix critical bug in rwlock (few commits ago. still havent updated submodules so its ok) 2022-11-09 00:33:14 +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 [*] Redo AuIO::ReadAll(IStreamReader *that, Memory::ByteBuffer &buffer, ...) 2023-10-24 11:27:20 +01:00
IStreamReader.inl [*] Redo AuIO::ReadAll(IStreamReader *that, Memory::ByteBuffer &buffer, ...) 2023-10-24 11:27:20 +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