index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
frontends
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
android: Fix display of remediation instructions with support library
Tobias Brunner
2016-05-02
2
-8
/
+15
*
android: Use Fragment class from the support library to avoid deprecation war...
Tobias Brunner
2016-05-02
8
-51
/
+51
*
android: Update README.ndk
Tobias Brunner
2016-05-02
1
-8
/
+9
*
android: Use relative path for strongSwan sources
Tobias Brunner
2016-05-02
1
-8
/
+10
*
android: Fix handling of redirects during IKE_AUTH
Tobias Brunner
2016-05-02
1
-69
/
+84
*
android: Fix color of lists and buttons on older platforms
Tobias Brunner
2016-04-27
3
-0
/
+34
*
android: Use Activity as context for VpnProfileAdapter to fix theme
Tobias Brunner
2016-04-27
1
-3
/
+1
*
android: Use "server" instead of "gateway" in profile editor
Tobias Brunner
2016-04-27
5
-44
/
+44
*
android: Define a new color scheme
Tobias Brunner
2016-04-27
2
-3
/
+16
*
android: Get a warning on use of deprecated features
Tobias Brunner
2016-04-27
1
-0
/
+1
*
android: Replace use of deprecate getColor() method overload
Tobias Brunner
2016-04-27
2
-22
/
+39
*
android: Make font in log view monospace again on Android 5+
Tobias Brunner
2016-04-27
1
-1
/
+2
*
android: Avoid deprecated tabs in the ActionBar in TrustedCertificatesActivity
Tobias Brunner
2016-04-27
2
-88
/
+89
*
android: Automatically reload certificates if manager is reset
Tobias Brunner
2016-04-27
2
-36
/
+46
*
android: Make TrustedCertificateManager an Observable
Tobias Brunner
2016-04-27
1
-8
/
+28
*
android: Switch to AppCompat/Material theme for dialogs
Tobias Brunner
2016-04-27
10
-61
/
+117
*
android: Switch to AppCompat/Material theme and use custom Toolbar as AppBar
Tobias Brunner
2016-04-27
16
-157
/
+184
*
android: Ignore build/ in project directory
Tobias Brunner
2016-04-27
1
-0
/
+1
*
android: Update platform tools and pull in support libs
Tobias Brunner
2016-04-27
1
-2
/
+4
*
android: Update Android Gradle plugin and wrapper
Tobias Brunner
2016-04-27
2
-3
/
+3
*
android: OPENSSL_NO_ENGINE is now properly defined in the headers
Tobias Brunner
2016-04-15
1
-1
/
+0
*
peer-cfg: Use struct to pass data to constructor
Tobias Brunner
2016-04-09
2
-14
/
+18
*
child-cfg: Use struct to pass data to constructor
Tobias Brunner
2016-04-09
2
-19
/
+22
*
kernel: Use structs to pass information to the kernel-ipsec interface
Tobias Brunner
2016-04-09
1
-41
/
+35
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
11
-50
/
+50
*
android: Enable 64-bit ABIs
Tobias Brunner
2016-03-23
1
-1
/
+1
*
android: Enable build against API level 21
Tobias Brunner
2016-03-23
1
-1
/
+0
*
libhydra: Remove empty unused library
Tobias Brunner
2016-03-03
7
-31
/
+1
*
libhydra: Move kernel interface to libcharon
Tobias Brunner
2016-03-03
4
-9
/
+6
*
libipsec: Pass the same data to del_policy() as to add_policy()
Tobias Brunner
2016-02-04
1
-2
/
+3
*
sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...
Tobias Brunner
2015-11-23
1
-3
/
+4
*
android: Suppress compiler warnings about missing field initializers
Tobias Brunner
2015-11-13
1
-0
/
+1
*
android: Add some (older) unit tests
Tobias Brunner
2015-11-12
3
-0
/
+381
*
android: Properly handle shorter types in BufferedByteWriter
Tobias Brunner
2015-11-12
1
-0
/
+86
*
android: Migrate to the Gradle build system
Tobias Brunner
2015-11-12
139
-71
/
+327
*
kernel-interface: Pass the same data to del_policy() that was passed to add_p...
Tobias Brunner
2015-11-10
1
-3
/
+4
*
Replace usages of sigwait(3) with sigwaitinfo(2)
Tobias Brunner
2015-10-29
1
-3
/
+5
*
controller: Optionally adhere to init limits also when initiating IKE_SAs
Tobias Brunner
2015-08-21
1
-1
/
+1
*
android: New release fixing roaming on 5+ and adding new advanced options
Tobias Brunner
2015-07-28
1
-2
/
+2
*
android: Keep NDK API level at 19
Tobias Brunner
2015-07-28
1
-0
/
+1
*
android: Apply split tunneling options when creating TUN device
Tobias Brunner
2015-07-28
1
-11
/
+111
*
android: Build against the android-21 target
Tobias Brunner
2015-07-28
1
-1
/
+1
*
android: Extend GUI so the split tunneling options can be set
Tobias Brunner
2015-07-28
7
-1
/
+45
*
android: Add field for split tunneling config to data model
Tobias Brunner
2015-07-28
2
-3
/
+28
*
android: Retrigger a roam event if reportedly connected but no source address...
Tobias Brunner
2015-07-28
1
-2
/
+35
*
android: Add method to check for connectivity to NetworkManager
Tobias Brunner
2015-07-28
3
-7
/
+46
*
android: Fix kernel-net implementation on Android 4.3 and earlier
Tobias Brunner
2015-07-28
2
-0
/
+36
*
android: Add a custom kernel-net implementation to replace kernel-netlink
Tobias Brunner
2015-07-28
4
-48
/
+152
*
android: Manually load libraries with dlopen() and RTLD_GLOBAL on Android M
Tobias Brunner
2015-07-28
2
-12
/
+53
*
android: Apply configured server port
Tobias Brunner
2015-07-28
2
-1
/
+5
[prev]
[next]