OpenVPNAdapter/OpenVPN Adapter
Sergey Abramchuk 7b4a4c0d8d Merge branch 'develop' into feature/convert-certificates
* develop:
  Rename connection queue
2017-09-06 22:23:52 +03:00
..
Vendors Update lz4 library to 1.7.5 and embed bitcode 2017-05-27 17:43:44 +03:00
OpenVPNAdapter.h Rename category from Client to Internal. Set tick and handleLog methods of adapter delegate as optional. 2017-04-27 23:43:10 +03:00
OpenVPNAdapter.mm Rename connection queue 2017-09-06 22:23:41 +03:00
OpenVPNAdapter.modulemap Fix module redefinition issue 2017-04-09 16:10:30 +03:00
OpenVPNAdapter+Internal.h Update header comments 2017-07-17 20:24:44 +03:00
OpenVPNAdapter+Public.h Call clock_tick method 2017-05-01 13:07:07 +03:00
OpenVPNCertificate.h Declare OpenVPNCertificate class and its methods for parsing PEM and DER format 2017-09-06 18:07:16 +03:00
OpenVPNCertificate.m Add assign modifier to the crt property 2017-09-06 19:04:03 +03:00
OpenVPNClient.h Return the methods and configurations related to the tun builder which were removed after merging 2017-05-05 17:50:53 +03:00
OpenVPNClient.mm Check for UNSPEC gateway within adapter 2017-05-20 11:21:38 +03:00
OpenVPNCompressionMode.h Put configuration enums into separate headers 2017-04-26 17:00:45 +03:00
OpenVPNConfiguration.h Fix type in a method description 2017-06-01 10:59:38 +03:00
OpenVPNConfiguration.mm Add space 2017-05-19 23:53:06 +03:00
OpenVPNConfiguration+Internal.h Refactor getters/setters for min TLS version andTLS cert profile and rename class methods 2017-04-27 19:44:52 +03:00
OpenVPNConnectionInfo.h Remove "defined" property 2017-04-30 18:10:42 +03:00
OpenVPNConnectionInfo.mm Remove "defined" property 2017-04-30 18:10:42 +03:00
OpenVPNConnectionInfo+Internal.h Wrap connection info 2017-04-26 13:53:38 +03:00
OpenVPNCredentials.h Wrap credentials into Objective-C class 2017-04-26 12:21:25 +03:00
OpenVPNCredentials.mm Wrap credentials into Objective-C class 2017-04-26 12:21:25 +03:00
OpenVPNCredentials+Internal.h Declare a class which contains credentials 2017-04-24 16:30:15 +03:00
OpenVPNError.h Add error domain for identities 2017-09-06 22:09:57 +03:00
OpenVPNError.m Add error domain for identities 2017-09-06 22:09:57 +03:00
OpenVPNEvent.h Distinguish events and errors, and add additional info to the error dictionary 2017-07-21 14:27:29 +03:00
OpenVPNInterfaceStats.h Add documentation comments to interface stats wrapper 2017-04-26 14:40:44 +03:00
OpenVPNInterfaceStats.mm Wrap interface stats 2017-04-26 14:27:54 +03:00
OpenVPNInterfaceStats+Internal.h Wrap interface stats 2017-04-26 14:27:54 +03:00
OpenVPNIPv6Preference.h Put configuration enums into separate headers 2017-04-26 17:00:45 +03:00
OpenVPNMinTLSVersion.h Put configuration enums into separate headers 2017-04-26 17:00:45 +03:00
OpenVPNProperties.h Wrap eval config 2017-04-26 18:06:34 +03:00
OpenVPNProperties.mm Break proto string into components in the properties class instead of configuration class 2017-05-10 18:02:09 +03:00
OpenVPNProperties+Internal.h Wrap eval config 2017-04-26 18:06:34 +03:00
OpenVPNReachability.h Add callback argument to start tracking method and hide reachability status changed block 2017-08-22 09:52:43 +03:00
OpenVPNReachability.mm Add callback argument to start tracking method and hide reachability status changed block 2017-08-22 09:52:43 +03:00
OpenVPNReachability+Internal.h Implement internet reachability monitor 2017-07-18 17:26:39 +03:00
OpenVPNReachabilityStatus.h Define reachability statuses 2017-07-17 20:16:28 +03:00
OpenVPNReachabilityTracker.h Add missing public modifier 2017-07-18 17:25:45 +03:00
OpenVPNReachabilityTracker.mm Implement abstract tracker class 2017-07-17 20:22:03 +03:00
OpenVPNServerEntry.h Wrap server entry 2017-04-26 15:41:38 +03:00
OpenVPNServerEntry.mm Wrap server entry 2017-04-26 15:41:38 +03:00
OpenVPNServerEntry+Internal.h Wrap server entry 2017-04-26 15:41:38 +03:00
OpenVPNSessionToken.h Wrap session token 2017-04-28 21:47:48 +03:00
OpenVPNSessionToken.mm Wrap session token 2017-04-28 21:47:48 +03:00
OpenVPNSessionToken+Internal.h Wrap session token 2017-04-28 21:47:48 +03:00
OpenVPNTLSCertProfile.h Put configuration enums into separate headers 2017-04-26 17:00:45 +03:00
OpenVPNTransportProtocol.h Put configuration enums into separate headers 2017-04-26 17:00:45 +03:00
OpenVPNTransportStats.h Disable instantiation of connection info, interface stats and transport stats outside of framework 2017-04-26 14:34:36 +03:00
OpenVPNTransportStats.mm Fix incorrect header 2017-04-30 17:59:58 +03:00
OpenVPNTransportStats+Internal.h Fix incorrect header 2017-04-30 17:59:58 +03:00
OpenVPNTunnelSettings.h Rename tunnel settings class 2017-05-05 19:02:51 +03:00
OpenVPNTunnelSettings.m Rename tunnel settings class 2017-05-05 19:02:51 +03:00
Umbrella-Header.h Add OpenVPNCertificate to the public headers 2017-09-06 18:09:44 +03:00