0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/openvpn
James Yonan 3f74ec1466 Listen::List: minor changes
* Use C++11 range-based iterators.
* Use std::string rather than std::ostringstream
  for string formatting.
* Added to_string() method.
* Added local_addr() method.

Signed-off-by: James Yonan <james@openvpn.net>
2017-09-27 16:16:18 +08:00
..
addr IP::RouteType: added host_bits() method 2017-09-27 16:16:17 +08:00
apple Apple: moved some source files. 2017-04-12 13:28:08 -06:00
applecrypto Apple: moved some source files. 2017-04-12 13:28:08 -06:00
asio AsioPolySock: support bind to local address. 2017-06-22 16:48:38 -06:00
auth Moved openvpn::to_string() to separate source file. 2017-03-18 15:46:45 -06:00
buffer BufferType: added read(), write(), and prepend() variants that accept void* data 2017-09-27 16:16:17 +08:00
client Remotelist: pass meaningful port value to resolve::async_resolve() 2017-08-17 17:29:06 +08:00
common RCPtr: added operator==() and operator!=() methods 2017-09-27 16:16:17 +08:00
compress CompressContext: use C++11 member initialization and remove explicit attribute on constructor 2017-09-27 16:16:17 +08:00
crypto StaticKey: added parse_from_base64() method 2017-09-27 16:16:17 +08:00
error copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
frame Frame::Context: #define OPENVPN_NO_IO to allow building without i/o layer 2017-09-27 16:16:17 +08:00
http URL::Parse: made is_valid_uri_char() standalone and moved to validate_uri.hpp 2017-09-27 16:16:17 +08:00
init copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
io Added i/o abstraction layer. 2017-03-30 15:48:14 -06:00
ip copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
legal copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
linux copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
log macOS: add basic logging support 2017-08-17 18:12:23 +08:00
mbedtls In sslchoose.hpp, move OPENVPN_LOG_SSL macro to new file ssllog.hpp 2017-09-27 16:16:17 +08:00
netconf Use openvpn::strerror_str() instead of std::strerror(). 2017-04-22 17:54:01 -06:00
openssl Added SSLConst::SERVER_TO_SERVER flag 2017-09-27 16:16:18 +08:00
options copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
pki Moved openvpn::to_string() to separate source file. 2017-03-18 15:46:45 -06:00
proxy copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
random RandomAPI: comment edit 2017-09-27 16:16:18 +08:00
reliable copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
server Listen::List: minor changes 2017-09-27 16:16:18 +08:00
ssl Added SSLConst::SERVER_TO_SERVER flag 2017-09-27 16:16:18 +08:00
time AsioTimer: added expires_after() method. 2017-04-12 12:00:26 -06:00
transport Added i/o abstraction layer. 2017-03-30 15:48:14 -06:00
tun OpenVPN 3 client: added tun abstraction layer. 2017-04-13 13:28:34 -06:00
win Added i/o abstraction layer. 2017-03-30 15:48:14 -06:00