0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/openvpn/common
James Yonan bd75cd787b RCPtr: added operator==() and operator!=() methods
Signed-off-by: James Yonan <james@openvpn.net>
2017-09-27 16:16:17 +08:00
..
abort.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
action.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
actionthread.hpp Added i/o abstraction layer. 2017-03-30 15:48:14 -06:00
arch.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
argv.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
arraysize.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
asyncsleep.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
autoreset.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
base64.hpp base64: encode() now accepts void* data 2017-09-27 16:16:17 +08:00
binprefix.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
circ_list.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
cleanup.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
core.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
count.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
daemon.hpp Moved openvpn::to_string() to separate source file. 2017-03-18 15:46:45 -06:00
demangle.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
destruct.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
endian.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
enumdir.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
environ.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
exception.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
extern.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
ffs.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
file.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
fileatomic.hpp write_binary_atomic(): added tmpdir (temporary directory) parameter 2017-09-27 16:16:17 +08:00
fileunix.hpp Use openvpn::strerror_str() instead of std::strerror(). 2017-04-22 17:54:01 -06:00
format.hpp Moved openvpn::to_string() to separate source file. 2017-03-18 15:46:45 -06:00
function.hpp Function: use std::forward 2017-09-27 16:16:17 +08:00
getopt.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
getpw.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
glob.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
hash.hpp Support Cityhash. 2017-09-27 16:16:17 +08:00
hexstr.hpp added render_hex() and render_hex_sep() methods that accept void* data 2017-09-27 16:16:17 +08:00
hostlist.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
hostname.hpp Added i/o abstraction layer. 2017-03-30 15:48:14 -06:00
hostport.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
lex.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
likely.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
link.hpp Link: use move semantics 2017-09-27 16:16:17 +08:00
logrotate.hpp Moved openvpn::to_string() to separate source file. 2017-03-18 15:46:45 -06:00
memneq.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
mode.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
msgwin.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
number.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
olong.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
options.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
ostream.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
path.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
peercred.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
persistfile.hpp Use openvpn::strerror_str() instead of std::strerror(). 2017-04-22 17:54:01 -06:00
pipe.hpp Use openvpn::strerror_str() instead of std::strerror(). 2017-04-22 17:54:01 -06:00
platform_name.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
platform_string.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
platform.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
process.hpp process.hpp: added compile option to avoid async pipe usage. 2017-04-12 11:52:15 -06:00
pthreadcond.hpp PThreadBarrier: fixed incorrect comment 2017-09-27 16:16:17 +08:00
rc.hpp RCPtr: added operator==() and operator!=() methods 2017-09-27 16:16:17 +08:00
redir.hpp Use openvpn::strerror_str() instead of std::strerror(). 2017-04-22 17:54:01 -06:00
runcontext.hpp AsioTimer: use expires_after() method when possible. 2017-04-12 14:01:11 -06:00
scoped_fd.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
sess_id.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
signal.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
size.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
sleep.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
sockopt.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
socktypes.hpp Added i/o abstraction layer. 2017-03-30 15:48:14 -06:00
split.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
splitlines.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
stat.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
stop.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
strerror.hpp Use openvpn::strerror_str() instead of std::strerror(). 2017-04-22 17:54:01 -06:00
string.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
stringize.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
stringtempl.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
tempfile.hpp Use openvpn::strerror_str() instead of std::strerror(). 2017-04-22 17:54:01 -06:00
to_string.hpp Moved openvpn::to_string() to separate source file. 2017-03-18 15:46:45 -06:00
umask.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
unicode-impl.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
unicode.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
uniqueptr.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
usecount.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
usergroup.hpp Use openvpn::strerror_str() instead of std::strerror(). 2017-04-22 17:54:01 -06:00
userpass.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
version.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
waitbarrier.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
write.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00
wstring.hpp copyright: updated to 2017. 2017-03-18 13:11:09 -06:00