0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/openvpn/buffer
Charlie Vigue ef8da98bd4 Buffer: Prepare to decouple allocated buffer / RC
Rename BufferAllocated --> BufferAllocatedRc

Buffer: split RC from BufferAllocated
Also make changes as needed where BufferAllocated is used

Buffer: Split allocation flags into own struct
Leaving flags in template causes each alias to have identical flags
by different names, which requires each type to pointlessly use
the nested name.

Make RC: Clean up headers buffer.hpp, make_rc.hpp

Signed-off-by: Charlie Vigue <charlie.vigue@openvpn.com>
2024-09-11 13:23:28 +00:00
..
asiobuf.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
bufclamp.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
bufcomplete.hpp Add default virtual destructors to base classes with virtual functions 2024-08-08 14:43:12 +00:00
bufcomposed.hpp Replace call of virtual in CTOR w/ non-virtual 2023-11-10 16:05:46 +01:00
buffer.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
buffmt.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
bufhex.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
bufip.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
buflimit.hpp Add default virtual destructors to base classes with virtual functions 2024-08-08 14:43:12 +00:00
buflineiter.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
buflist.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
bufread.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
bufstatic.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
bufstr.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
bufstream.hpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02:00
lz4.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
memq.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
safestr.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
zlib.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00