| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-08 | 1 | -14/+14 |
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 1 | -2/+2 |
* | 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 |