0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/openvpn/common
2015-06-05 00:16:07 -06:00
..
abort.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
action.hpp Renamed boost::intrusive_ptr<T> usage to RCPtr<T>. 2015-05-17 21:26:53 -06:00
actionthread.hpp Renamed boost::intrusive_ptr<T> usage to RCPtr<T>. 2015-05-17 21:26:53 -06:00
arch.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
arraysize.hpp Moved array_size() function to its own header file. 2015-05-17 12:57:23 -06:00
asioboundsock.hpp Added AsioBoundSocket -- an Asio TCP socket that can be configured 2015-05-15 13:33:56 -06:00
asiodispatch.hpp In asiodispatch.hpp, added class AsioDispatchResolveArg. 2015-06-01 23:31:36 -06:00
asiosignal.hpp Renamed boost::intrusive_ptr<T> usage to RCPtr<T>. 2015-05-17 21:26:53 -06:00
base64.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -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 Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
count.hpp Moved count_t to its own header file. 2015-05-17 13:17:24 -06:00
daemon.hpp Refactored daemon.hpp and process.hpp, adding a more 2015-05-26 15:22:22 -06:00
demangle.hpp In rc.hpp, add debugging mode enabled by OPENVPN_RC_DEBUG that 2015-06-01 23:35:03 -06:00
destruct.hpp Renamed boost::intrusive_ptr<T> usage to RCPtr<T>. 2015-05-17 21:26:53 -06:00
endian.hpp Boost dependency elimination -- removed include of 2015-06-04 22:15:03 -06:00
enumdir.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
exception.hpp Boost dependency elimination -- change boost::algorithm 2015-06-04 19:22:59 -06: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 Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
getpw.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
hash.hpp Boost dependency elimination -- removed references to 2015-06-04 21:31:01 -06:00
hexstr.hpp Added render_hex_sep() method that allows a separator between 2015-05-01 13:41:25 -06:00
hostport.hpp Allow callers of split_host_port() to get the actual 2015-06-03 23:46:11 -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 Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
mode.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
msgwin.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
number.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
olong.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
options.hpp Boost dependency elimination -- change boost::algorithm 2015-06-04 19:22:59 -06:00
ostream.hpp Modified OPENVPN_OSTREAM() macro to not require data 2015-05-10 20:05:00 -06:00
path.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
platform_name.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06: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
process.hpp Add noexcept to some methods in process.hpp and redir.hpp 2015-05-27 13:54:10 -06:00
pthreadcond.hpp Refactored PThreadCond and added PThreadBarrier for cases 2015-01-14 23:17:20 -07:00
rc.hpp Boost dependency elimination -- removed dependency on 2015-06-05 00:16:07 -06:00
redir.hpp Add noexcept to some methods in process.hpp and redir.hpp 2015-05-27 13:54:10 -06:00
runcontext.hpp Renamed boost::intrusive_ptr<T> usage to RCPtr<T>. 2015-05-17 21:26:53 -06:00
scoped_asio_stream.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
scoped_fd.hpp Update to C++11 noncopyable semantics. 2015-04-23 15:10:43 -06:00
signal.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
size.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -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 In split.hpp, use std::move where possible. 2015-06-03 23:48:36 -06: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 Boost dependency elimination -- change boost::algorithm 2015-06-04 19:22:59 -06:00
stringize.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
tempfile.hpp Refactored daemon.hpp and process.hpp, adding a more 2015-05-26 15:22:22 -06:00
unicode-impl.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
unicode.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -06:00
uniqueptr.hpp Refactored ScopedPtr usage to std::unique_ptr. 2015-05-17 01:41:16 -06:00
usecount.hpp Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
usergroup.hpp Renamed types.hpp to size.hpp since it now only defines 2015-05-17 13:27:34 -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