..
Adapters
[*] Improved IMemoryMappedFile API
2024-03-09 00:20:26 +00:00
Async
[+] Aurora::IO::Async::SpawnMoreThreads
2024-03-10 11:34:18 +00:00
Buffered
[*] Linux build regressions
2024-03-21 00:32:13 +00:00
Character
[*] I was right. String views are [mostly] pointless (*)
2024-04-19 05:58:08 +01:00
CompletionGroup
[*] Improve AuProcesses CompletionGroup integration
2024-03-05 21:52:52 +00:00
FS
[*] Refactor some APIs to use string views instead of strings
2024-09-24 18:59:54 +01:00
IPC
[+] IPCPipe::ToFileStream
2023-10-20 16:33:18 +01:00
Loop
[+] AuLoop::kWaitMultipleFlagNoIOCallbacks
2024-10-10 11:03:26 +01:00
Net
[*] QOL / Hardening / Optimizations / Bug fixes
2024-10-02 00:47:44 +01:00
NT
[*] Some WTF
2024-10-12 16:30:12 +01:00
Protocol
[*] Updated comments in IProtocolStack.hpp
2024-02-25 20:19:10 +00:00
TLS
[+] IProcessSectionMapView::LockSwap
2023-04-17 15:55:51 +01:00
UNIX
[*] Refactor some APIs to use string views instead of strings
2024-09-24 18:59:54 +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
[*] AuSPtr<AuMemoryViewXXXX> is now an anti-pattern. After 3 fucking years, memory views of shared control blocks and atomic in use counters are properly utilized everywhere. We do not need generic superclasses to be safe anymore
2024-07-12 20:22: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
[*] Added more instances of AURT_ADD_USR_DATA in interface decls
2024-02-25 22:54:22 +00: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
IO.hpp
[+] IO Thread Pool
2024-02-26 18:12:04 +00:00
IOExperimental.hpp
[+] IO Thread Pool
2024-02-26 18:12:04 +00:00
IOHandle.hpp
[*] Refactor some APIs to use string views instead of strings
2024-09-24 18:59:54 +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
[+] AuIO::IOPipeRequest::bReadEntireAllocation
2024-09-17 18:23:49 +01: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
IOWaitableIOCompletionGroup.hpp
[+] IAsyncTransaction::GetCompletionGroup
2024-01-06 04:32:54 +00: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
ISeekingWriter.hpp
[+] IO Thread Pool
2024-02-26 18:12:04 +00: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