AuroraRuntime/Source/Compression
2024-12-11 00:34:27 +00:00
..
Compressors [*] Unify/make consistent one compression out of memory space to write into error as code 0x69, string="OOM" 2024-05-30 01:15:37 +01:00
AuBaseStream.cpp [*] Begin the deprecation of ByteBuffer::Read/Write(memory view) due to ambiguities. Will reintroduce later to match non-pod behaviour of ::Read[Tagged] and Write[Tagged] 2024-12-11 00:34:27 +00:00
AuBaseStream.hpp [+] ICompressionStream::ToSeekingStreamReader 2023-11-09 19:54:35 +00:00
AuBlockCompressor.cpp [+] Reintroduce LZMA support after dropping support for the compression algorithm during the initial rewrite 2023-07-05 13:56:08 +01:00
AuBlockCompressor.hpp [+] UDP over socket API via existing INetSrvDatagram layer 2022-12-12 23:50:05 +00:00
AuBlockDecompressor.cpp [+] Reintroduce LZMA support after dropping support for the compression algorithm during the initial rewrite 2023-07-05 13:56:08 +01:00
AuBlockDecompressor.hpp [+] UDP over socket API via existing INetSrvDatagram layer 2022-12-12 23:50:05 +00:00
AuCompression.cpp [*] bonk 2023-04-19 03:54:55 +01:00
AuCompression.hpp [*] QOL / Hardening / Optimizations / Bug fixes 2024-10-02 00:47:44 +01:00
AuCompressionInterceptor.cpp [*] Begin the deprecation of ByteBuffer::Read/Write(memory view) due to ambiguities. Will reintroduce later to match non-pod behaviour of ::Read[Tagged] and Write[Tagged] 2024-12-11 00:34:27 +00:00
AuCompressionInterceptor.hpp [+] Future proof IProtocolInterceptorEx with an optional pParent in the only Aurora Interface methods last argument 2023-06-10 20:33:19 +01:00
AuIngestableReadBase.hpp [*] optimize the other half (aa7f783f) of compression streams when used with the interceptor interface 2023-06-10 20:03:29 +01:00
AuIngestableReadBase.inl [+] Futureproofing: AuByteBuffer flag 2023-06-10 21:50:00 +01:00
StreamCompression.cpp [*] QOL / Hardening / Optimizations / Bug fixes 2024-10-02 00:47:44 +01:00
StreamCompression.hpp Initial Commit 2021-06-27 22:25:29 +01:00