0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/openvpn/common
2015-04-23 15:42:12 -06:00
..
abort.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
action.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
actionthread.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
arch.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
asiodispatch.hpp Added missing include to asiodispatch.hpp. 2015-04-15 22:18:32 -06:00
asiosignal.hpp Added SIGUSR1/SIGUSR2 to class ASIOSignals. 2015-01-16 01:52:59 -07:00
base64.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
binprefix.hpp minor C++11 update: Changed BOOST_STATIC_ASSERT to static_assert. 2015-04-23 13:03:09 -06:00
circ_list.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
daemon.hpp Extend daemonize() to do initial log rotate. 2015-04-09 21:45:19 -06:00
destruct.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
endian.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
enumdir.hpp Added enum_dir() function to return filenames in a directory 2015-01-08 15:18:55 -07:00
exception.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
ffs.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
file.hpp Added write_string() method to write a std::string to a file. 2015-01-12 18:34:10 -07:00
format.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
getopt.hpp Added a getopt_long implementation for Windows, since MSVC does 2014-02-08 00:13:23 -07:00
getpw.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
hash.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
hexstr.hpp render_hex() methods now take an optional caps argument to 2015-04-21 00:42:15 -06:00
inotify.hpp Added openvpn/common/inotify.hpp. 2015-02-10 15:58:58 -07:00
lex.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
likely.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
link.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
logrotate.hpp Extend daemonize() to do initial log rotate. 2015-04-09 21:45:19 -06:00
memneq.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
mode.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
msgwin.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
number.hpp Added nondigit_term bool to parse_number() to allow parsing 2015-02-10 15:55:32 -07:00
olong.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
options.hpp C++11 update -- converted boost::unordered_map usage to 2015-04-23 14:08:54 -06:00
ostream.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
path.hpp Added string::root() function to return the 2015-01-08 15:16:51 -07:00
platform_name.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
platform_string.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
platform.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
port.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
process.hpp Update to C++11 noncopyable semantics. 2015-04-23 15:10:43 -06:00
pthreadcond.hpp Refactored PThreadCond and added PThreadBarrier for cases 2015-01-14 23:17:20 -07:00
rc.hpp Update to C++11 noncopyable semantics. 2015-04-23 15:10:43 -06:00
runcontext.hpp Changed BOOST_ASSERT usage to assert() (#include <cassert>). 2015-04-23 15:42:12 -06:00
scoped_asio_stream.hpp Update to C++11 noncopyable semantics. 2015-04-23 15:10:43 -06:00
scoped_fd.hpp Update to C++11 noncopyable semantics. 2015-04-23 15:10:43 -06:00
scoped_ptr.hpp Changed BOOST_ASSERT usage to assert() (#include <cassert>). 2015-04-23 15:42:12 -06:00
signal.hpp Update to C++11 noncopyable semantics. 2015-04-23 15:10:43 -06:00
sockopt.hpp Added sockopt.hpp with common setsockopt functions 2015-03-19 14:04:31 -06:00
socktypes.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
split.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
splitlines.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
stat.hpp Added openvpn/common/stat.hpp with file_exists() method. 2015-04-22 17:53:12 -06:00
string.hpp New string methods: 2015-04-22 01:51:57 -06:00
stringize.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
thread.hpp Use C++11 std::thread (instead of boost::thread) if USE_STD_THREAD 2015-03-19 13:56:38 -06:00
types.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
unicode-impl.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
unicode.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
usecount.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
usergroup.hpp Added SetUserGroup class for downgrading UID/GID. 2015-01-14 23:50:40 -07:00
userpass.hpp Added additional parse_user_pass() convenience method. 2015-03-27 01:20:30 -06:00
version.hpp Core version number updated to 3.0.3. 2015-01-14 12:12:34 -07:00