0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
James Yonan
0ded1a4dd7 Comment reformatting for rendering header files to PDF.
Fixed minor issue on Linux build of Java client relating to TunBuilder.
2012-02-25 07:37:31 +00:00
James Yonan
41a454815a First fully-working Android build. 2012-02-20 03:27:20 +00:00
James Yonan
5aedea3066 Added #define USE_TUN_BUILDER for enabling TunBuilderBase functionality.
Fix regressions in Linux JDK test build (Main.java).

Other misc fixes.
2012-02-19 19:06:44 +00:00
James Yonan
3f30ffc74f Added additional files missing from previous commit. 2012-02-19 17:43:42 +00:00
James Yonan
da248a8fbd Search/replace of:
std::exception& e

to:

  const std::exception& e
2012-02-17 19:28:44 +00:00
James Yonan
7573a2dea6 Added AuthFailed as an event type. 2012-02-15 18:19:34 +00:00
James Yonan
8b3a5d9c3a Refactored java client using ClientEventReceiver interface. 2012-02-15 14:45:55 +00:00
James Yonan
aa43f81e04 Renamed Java-wrapped class OpenVPNClient to OpenVPNClientBase to avoid naming conflicts. 2012-02-14 17:47:01 +00:00
James Yonan
1f5e50d733 Implemented OpenVPNClient stats methods.
Simplified autologin sensing.
Java test client will now dump stats on exit.
2012-02-12 23:09:28 +00:00
James Yonan
f13ed3e7a8 Implemented Java client using Swig. 2012-02-11 14:02:51 +00:00