index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
connectivity
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't forget to turn off mobile_dun
Robert Greenwalt
2012-02-29
1
-0
/
+10
*
am 1e9e7f76: am ff321d49: Merge "VPN: silence VPN notifications." into ics-mr1
Chia-chi Yeh
2012-01-12
1
-1
/
+1
|
\
|
*
VPN: silence VPN notifications.
Chia-chi Yeh
2012-01-11
1
-1
/
+1
*
|
Merge "Filter our v6 address from tethering dns."
Robert Greenwalt
2012-01-05
1
-2
/
+14
|
\
\
|
*
|
Filter our v6 address from tethering dns.
Robert Greenwalt
2011-12-20
1
-2
/
+14
*
|
|
VPN: fix a CloseGuard warning.
Chia-chi Yeh
2011-12-27
1
-6
/
+2
|
/
/
*
|
Merge "Use the carrier-given dns addrs for tethering."
Robert Greenwalt
2011-12-12
1
-6
/
+18
|
\
\
|
*
|
Use the carrier-given dns addrs for tethering.
Robert Greenwalt
2011-12-09
1
-6
/
+18
*
|
|
am fa71962f: am 46a4e81d: Merge "VPN: delete the "abort" file before starting...
Chia-chi Yeh
2011-12-12
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
VPN: delete the "abort" file before starting VPN daemons.
Chia-chi Yeh
2011-12-08
1
-0
/
+1
*
|
Clean up InterfaceConfiguration flags.
Jeff Sharkey
2011-11-29
1
-5
/
+4
|
/
*
Tone down Tethering logs.
Robert Greenwalt
2011-11-11
1
-12
/
+11
*
Make upstream tether list threadsafe
Robert Greenwalt
2011-11-07
1
-131
/
+172
*
Start using IP tool for advanced routing.
Robert Greenwalt
2011-11-04
1
-14
/
+10
*
Ignore errors when untethering
Robert Greenwalt
2011-11-02
1
-52
/
+27
*
Fix Tethering settings.
Robert Greenwalt
2011-10-21
1
-16
/
+42
*
Watch network subtype, tethering teardown, empty.
Jeff Sharkey
2011-09-22
1
-2
/
+15
*
Reduce connectivity logging
Wink Saville
2011-09-21
1
-31
/
+32
*
Collect and persist tethering stats.
Jeff Sharkey
2011-09-16
1
-5
/
+16
*
VPN: stop daemons by closing the control sockets.
Chia-chi Yeh
2011-08-22
1
-17
/
+25
*
VPN: reset legacy VPN when resetting IPv4 addresses.
Chia-chi Yeh
2011-08-16
1
-1
/
+3
*
VPN: introduce VpnService as the base class for user space VPN.
Chia-chi Yeh
2011-08-08
1
-5
/
+54
*
VPN: move away from the VPN permission.
Chia-chi Yeh
2011-08-03
1
-44
/
+42
*
Clear the bitmap from the canvas in a lot of places.
Dianne Hackborn
2011-08-02
1
-1
/
+3
*
Stop sending tethering broadcasts during boot.
Robert Greenwalt
2011-07-28
1
-1
/
+2
*
Fix USB tethering again
Mike Lockwood
2011-07-27
1
-1
/
+8
*
Merge "Handle hostapd and tether interface changes"
Irfan Sheriff
2011-07-23
1
-0
/
+2
|
\
|
*
Handle hostapd and tether interface changes
Irfan Sheriff
2011-07-23
1
-0
/
+2
*
|
Merge "Fix USB tethering"
Mike Lockwood
2011-07-23
1
-106
/
+67
|
\
\
|
*
|
Fix USB tethering
Mike Lockwood
2011-07-23
1
-106
/
+67
|
|
/
*
|
VPN: increase timeout period to 60 seconds for legacy VPN.
Chia-chi Yeh
2011-07-22
1
-1
/
+1
|
/
*
Merge "NetworkManagementService: receive bandwidth controller events"
JP Abgrall
2011-07-21
2
-0
/
+4
|
\
|
*
NetworkManagementService: receive bandwidth controller events
JP Abgrall
2011-07-14
2
-0
/
+4
*
|
VPN: tear down VPN when the dependent interface is down.
Chia-chi Yeh
2011-07-14
1
-3
/
+20
*
|
VPN: close the socket in protectVpn() to avoid leaking descriptors.
Chia-chi Yeh
2011-07-14
1
-11
/
+3
*
|
VPN: Hook up the new control protocol and network state.
Chia-chi Yeh
2011-07-14
1
-31
/
+69
|
/
*
Fix wifi tethering.
Robert Greenwalt
2011-07-11
1
-2
/
+0
*
VPN: implement status report for legacy VPN.
Chia-chi Yeh
2011-07-04
1
-12
/
+51
*
VPN: rename some variables.
Chia-chi Yeh
2011-07-03
1
-35
/
+35
*
VPN: convert prepare() into a form which helps solve race conditions.
Chia-chi Yeh
2011-07-03
1
-30
/
+37
*
VPN: minor refinement.
Chia-chi Yeh
2011-07-03
1
-9
/
+9
*
VPN: merge JNI methods.
Chia-chi Yeh
2011-07-02
1
-20
/
+7
*
VPN: give legacy VPN a fake package name.
Chia-chi Yeh
2011-07-02
1
-58
/
+73
*
VPN: integrate legacy VPN.
Chia-chi Yeh
2011-07-01
1
-24
/
+58
*
VPN: Use List<String> instead for dnsServers and searchDomains.
Chia-chi Yeh
2011-07-01
1
-2
/
+5
*
VPN: rename service(s) to daemon(s) to reduce confusion.
Chia-chi Yeh
2011-07-01
1
-33
/
+33
*
VPN: fix the build.
Chia-chi Yeh
2011-07-01
1
-1
/
+1
*
VPN: refactor a little bit for the upcoming integration of legacy VPN.
Chia-chi Yeh
2011-06-30
1
-27
/
+25
*
VPN: refactor few JNI methods for the usage of legacy VPN.
Chia-chi Yeh
2011-06-30
1
-16
/
+23
*
VPN: add a method to handle requests of legacy VPNs.
Chia-chi Yeh
2011-06-29
1
-2
/
+202
[next]