index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
jni
/
com_android_server_connectivity_Vpn.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
VPN: Hook up the new control protocol and network state.
Chia-chi Yeh
2011-07-14
1
-62
/
+104
*
VPN: rename some variables.
Chia-chi Yeh
2011-07-03
1
-11
/
+11
*
VPN: merge JNI methods.
Chia-chi Yeh
2011-07-02
1
-102
/
+60
*
VPN: correct the netmask for IPv4.
Chia-chi Yeh
2011-06-30
1
-2
/
+2
*
VPN: refactor few JNI methods for the usage of legacy VPN.
Chia-chi Yeh
2011-06-30
1
-114
/
+147
*
VPN: make the file descriptor non-blocking by default.
Chia-chi Yeh
2011-06-16
1
-0
/
+8
*
VPN: do not allow zero prefix length in routing rules.
Chia-chi Yeh
2011-06-13
1
-2
/
+2
*
VPN: do not use gateway in routing rules.
Chia-chi Yeh
2011-06-13
1
-26
/
+7
*
VPN: tolerate duplicated routes.
Chia-chi Yeh
2011-06-13
1
-2
/
+2
*
VPN: fix a bad optimization of zeroing ifr_flags lately.
Chia-chi Yeh
2011-06-13
1
-1
/
+1
*
VPN: set IFF_NO_PI on TUN interface.
Chia-chi Yeh
2011-06-13
1
-1
/
+1
*
VPN: add MTU support.
Chia-chi Yeh
2011-06-13
1
-4
/
+11
*
VPN: use ParcelFileDescriptor.adoptFd() instead of doing it in JNI.
Chia-chi Yeh
2011-06-13
1
-15
/
+9
*
The service part of the user space VPN support.
Chia-chi Yeh
2011-06-08
1
-0
/
+450