0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
openvpn3/openvpn/server
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
..
listenlist.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
manage.hpp server: Add new to_string_debug() pure virtual member to SendBase 2024-08-19 10:57:32 +00:00
peeraddr.hpp Allow to string methods of IP::Addr to display mapped IPv4 as plain IPv4 2023-12-13 16:51:22 +01:00
peerstats.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
servhalt.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
servproto.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
vpnservnetblock.hpp VPNServerNetblock::Netblock: added override_server_gw() method 2023-11-24 21:06:17 +01:00
vpnservpool.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00