0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/openvpn/common
James Yonan 3bcf8743c1 More conversions of threads/mutexes from boost to C++11 std.
As part of this work, removed openvpn/common/thread.hpp
2015-05-10 20:04:22 -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 More conversions of threads/mutexes from boost to C++11 std. 2015-05-10 20:04:22 -06: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 class Base64: added encode() method that accepts a raw unsigned 2015-05-10 15:30:30 -06:00
binprefix.hpp C++11 update: mass replace of boost::uint/int to std::uint/int. 2015-04-23 17:55:07 -06:00
circ_list.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
daemon.hpp Break up existing daemonize() method into two methods: 2015-04-30 10:29:51 -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 C++11 update: mass replace of boost::uint/int to std::uint/int. 2015-04-23 17:55:07 -06: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 C++11 update: mass replace of boost::uint/int to std::uint/int. 2015-04-23 17:55:07 -06:00
hexstr.hpp Added render_hex_sep() method that allows a separator between 2015-05-01 13:41:25 -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: mass replace of boost::uint/int to std::uint/int. 2015-04-23 17:55:07 -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 class RC: redefined thread_safe_refcount in a C++11 way. 2015-05-10 15:33:06 -06:00
runcontext.hpp More conversions of threads/mutexes from boost to C++11 std. 2015-05-10 20:04:22 -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
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 a second SetUserGroup constructor that accepts std::string 2015-04-30 10:34:07 -06: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
waitbarrier.hpp Added event_loop_wait_barrier(). 2015-04-25 10:09:08 -06:00