Gitiles
Code Review
Sign In
review.blissroms.org
/
packages_modules_Connectivity
/
cae18f1a8e741e6c1edb3c31b0684fcae5429eb0
/
services
/
java
/
com
/
android
/
server
/
ConnectivityService.java
cae18f1
Fix FeatureUser leak in ConnectivityService
by Kazuhiro Ondo
· 14 years ago
57c83bb
Small fix to 5008973 fix.
by Robert Greenwalt
· 14 years ago
e8d2a4a
Apply the dns and route diff which we get a change
by Robert Greenwalt
· 14 years ago
051a664
Remove STOPSHIP but allow seamless Handoff when possible.
by Wink Saville
· 14 years ago
c101c56
Use resetConnections with resetMask.
by Wink Saville
· 14 years ago
0768006
Temporary re-enabling iface name change handling on HO
by Kazuhiro Ondo
· 14 years ago
6cac074
Restrict access to protected networks.
by Robert Greenwalt
· 14 years ago
33cdcdf
Fix tethering upstream determination.
by Robert Greenwalt
· 14 years ago
36ea869
Reset connections AFTER we take down the network.
by Robert Greenwalt
· 14 years ago
e1544bb
Simplfy getActive* calls in ConnectivityService
by Robert Greenwalt
· 14 years ago
355205c
Switch to use netd to add/remove routes.
by Robert Greenwalt
· 14 years ago
3a34041
Linkproperties update via unsol data call state change.
by Kazuhiro Ondo
· 14 years ago
bd49221
Fix the adding of host routes.
by Robert Greenwalt
· 14 years ago
aae781f
Merge "Add auto-restore timeout for secondary networks." into honeycomb-LTE
by Robert Greenwalt
· 14 years ago
20f819c
Add auto-restore timeout for secondary networks.
by Robert Greenwalt
· 14 years ago
5a90129
Add RouteInfo objects for tracking routes.
by Robert Greenwalt
· 14 years ago
c40de32
resolved conflicts for merge of 6cec7f35 to honeycomb-LTE
by Benoit Goby
· 14 years ago
6cec7f3
Add support for USB Ethernet adapters
by Benoit Goby
· 15 years ago
f2a6283
ConnectivityService needs to use the new names for the NetConfig vars.
by Wink Saville
· 14 years ago
34848c0
Add external dependency API.
by Robert Greenwalt
· 14 years ago
23a9f02
am ac70fb8b: Merge "Fix adding of default route." into honeycomb-mr1
by Robert Greenwalt
· 14 years ago
03d53da
Fix adding of default route.
by Robert Greenwalt
· 14 years ago
b7c92c7
Do not merge: Revert the revert of "LTE Changes for Telephony including Multiple PDN support and IPV6 support"
by Wink Saville
· 14 years ago
bbba216
DO NOT MERGE: Revert "LTE Changes for Telephony including Multiple PDN support and IPV6 support"
by Wink Saville
· 14 years ago
95c300a
Merge "Start using NetworkUtils.numericToInetAddress."
by Robert Greenwalt
· 14 years ago
35e34d1
Start using NetworkUtils.numericToInetAddress.
by Robert Greenwalt
· 14 years ago
af83ea6
Merge "Fixing the write of BackgroundData setting."
by Robert Greenwalt
· 14 years ago
0ffdef1
Fixing the write of BackgroundData setting.
by Robert Greenwalt
· 14 years ago
f6b7669
LTE Changes for Telephony including Multiple PDN support and IPV6 support
by Wink Saville
· 14 years ago
5c73397
Update LinkProperties treatment of gateways
by Robert Greenwalt
· 15 years ago
2ec53df
am 93fbb0ad: am 13a8f2a5: Merge "Comment out the isAvailable optimization." into honeycomb
by Wink Saville
· 15 years ago
72a95b9
Comment out the isAvailable optimization.
by Wink Saville
· 15 years ago
4116cd5
am 9e0357b9: am 71196f0c: Merge "Make VpnService synchronous API." into honeycomb
by Hung-ying Tyan
· 15 years ago
4e72342
Make VpnService synchronous API.
by Hung-ying Tyan
· 15 years ago
b3708c3
am 4b43f944: am 495056ab: Merge "Turn off DUN connection after tethering." into honeycomb
by Robert Greenwalt
· 15 years ago
9f3be4c
Turn off DUN connection after tethering.
by Robert Greenwalt
· 15 years ago
e3e5f46
am 1ea7e5df: am a78e9f05: Merge "Fix any_connection reporting." into honeycomb
by Robert Greenwalt
· 15 years ago
4b7c55e
Fix any_connection reporting.
by Robert Greenwalt
· 15 years ago
4c6d104
am 89c8f755: Merge "Fix handling of multiple possible default networks" into honeycomb
by Robert Greenwalt
· 15 years ago
9256485
Fix handling of multiple possible default networks
by Robert Greenwalt
· 15 years ago
1f2a2ac
connectivity-change events can happen before boot completes (similar to:
by Stan Chesnutt
· 15 years ago
f444f50
Allow bumpDns() to execute correctly before boot has completed
by Stan Chesnutt
· 15 years ago
2cc8744
Always file DUN requests for tethering.
by Robert Greenwalt
· 15 years ago
d62c700
Cache the current value of background-data.
by Robert Greenwalt
· 15 years ago
611291c
Make sure the ProxyProperties is always present.
by Robert Greenwalt
· 15 years ago
8ca8876
Reduce the spinning while tethering.
by Robert Greenwalt
· 15 years ago
0db51a0
Add TYPE_BLUETOOTH network interface for reverse tethering.
by Jaikumar Ganesh
· 15 years ago
707bdb6
am 08df90cf: am 5d0fafe8: Merge "Be sure and report NO_CONNECTIVITY when needed." into gingerbread
by Robert Greenwalt
· 15 years ago
08df90c
am 5d0fafe8: Merge "Be sure and report NO_CONNECTIVITY when needed." into gingerbread
by Robert Greenwalt
· 15 years ago
ea8bca0
Be sure and report NO_CONNECTIVITY when needed.
by Robert Greenwalt
· 15 years ago
5364d75
Correct an error code to pass CTS.
by Robert Greenwalt
· 15 years ago
b9024c6
Have MobileDataStateTracker & DataConnectionTracker communicate directly.
by Wink Saville
· 15 years ago
eb123ac
Add a Dummy data connection for testing purposes.
by Robert Greenwalt
· 15 years ago
d93dc8f
Make Proxy change broadcast sticky
by Robert Greenwalt
· 15 years ago
82cde13
Don't clobber the net hostname if it's already set.
by Robert Greenwalt
· 15 years ago
e70c6f5
Cleanup logging.
by Wink Saville
· 15 years ago
6f7c609
Load persisted global proxy settings.
by Robert Greenwalt
· 15 years ago
c3c5f86
Notify all VMs when proxy changes.
by Robert Greenwalt
· 15 years ago
051642b
Tell each VM to flush their DNS cache.
by Robert Greenwalt
· 15 years ago
3425ad6
am 7f8f1e13: am 96619f9f: Merge "Add some error-case logging." into gingerbread
by Wink Saville
· 15 years ago
7f8f1e1
am 96619f9f: Merge "Add some error-case logging." into gingerbread
by Wink Saville
· 15 years ago
e981bc5
Add some error-case logging.
by Robert Greenwalt
· 15 years ago
063dc7d
Turn on some debugging info
by Robert Greenwalt
· 15 years ago
3f5a9b0
resolved conflicts for merge of 93aca85e to master
by Dianne Hackborn
· 15 years ago
93aca85
am 0a69f597: Merge "Rub in a little \'ol log-b-gone." into gingerbread
by Dianne Hackborn
· 15 years ago
8919f5a
Rub in a little 'ol log-b-gone.
by Dianne Hackborn
· 15 years ago
ccb36f9
resolved conflicts for merge of b40ecd6c to master
by Robert Greenwalt
· 15 years ago
b40ecd6
am 8f97fe55: Merge "Move long Connectivity tasks to handler thread." into gingerbread
by Robert Greenwalt
· 15 years ago
6a2db8a
Move long Connectivity tasks to handler thread.
by Robert Greenwalt
· 15 years ago
b1c4c8d
am 325eed46: am 6548f395: Merge "Inet status bug fix" into gingerbread
by Robert Greenwalt
· 15 years ago
9f758cd
resolved conflicts for merge of 20979077 to master
by Robert Greenwalt
· 15 years ago
325eed4
am 6548f395: Merge "Inet status bug fix" into gingerbread
by Robert Greenwalt
· 15 years ago
b2a9e49
Inet status bug fix
by Robert Greenwalt
· 15 years ago
2097907
am 313af5a3: Merge "Add Inet Condition log to bugreports" into gingerbread
by Robert Greenwalt
· 15 years ago
0e80be1
Add Inet Condition log to bugreports
by Robert Greenwalt
· 15 years ago
9f0ee4f
Enhance http proxy support
by Robert Greenwalt
· 15 years ago
978f509
am 7d6070c3: am 134b28a7: Merge "Update Inet Connection Status display" into gingerbread
by Robert Greenwalt
· 15 years ago
7d6070c
am 134b28a7: Merge "Update Inet Connection Status display" into gingerbread
by Robert Greenwalt
· 15 years ago
d3401f9
Update Inet Connection Status display
by Robert Greenwalt
· 15 years ago
cf1a56c
Fix the build
by Robert Greenwalt
· 15 years ago
24118e8
resolved conflicts for merge of ee6dfc50 to master
by Robert Greenwalt
· 15 years ago
ee6dfc5
am 0727a865: Merge "Add network condition reporting." into gingerbread
by Robert Greenwalt
· 15 years ago
986c741
Add network condition reporting.
by Robert Greenwalt
· 15 years ago
775aad6
Fix and simplify ConnectivityService singleton.
by Wink Saville
· 15 years ago
56023ad
Revert "Changed ConnectivityService#getServiceInstance so its a singleton."
by Joe Onorato
· 15 years ago
94daa18
Add a default dns entry if none is provided
by Robert Greenwalt
· 15 years ago
7323ea1
Changed ConnectivityService#getServiceInstance so its a singleton.
by Wink Saville
· 15 years ago
1f1bcfe
Rename NetworkProperties to LinkProperties
by Robert Greenwalt
· 15 years ago
7fe44cb
resolved conflicts for merge of 4ea54f44 to master
by Robert Greenwalt
· 15 years ago
7ac5d37
resolved conflicts for merge of b998f311 to gingerbread-plus-aosp
by Robert Greenwalt
· 15 years ago
ded8148
am a488bc40: am cb749fbc: Merge "Send all Connectivity broadcasts." into gingerbread
by Robert Greenwalt
· 15 years ago
ab5c8b1
Send all Connectivity broadcasts.
by Robert Greenwalt
· 15 years ago
7601f57
Add an API to request route to an IPv6 host.
by Banavathu, Srinivas Naik
· 15 years ago
9656705
bluetooth tethering
by Danica Chang
· 15 years ago
7fabfa2
Add documentation to NetworkStateTracker and a small change to the API.
by Wink Saville
· 15 years ago
0ef6875
DO NOT MERGE Always set/remove default routes.
by Robert Greenwalt
· 15 years ago
25be076
Split WifiStateMachine from WifiStateTracker
by Irfan Sheriff
· 15 years ago
4a1052e
Fix runtime reset (missing case break).
by Daniel Sandler
· 15 years ago
3afbead
Always try to set/remove default routes
by Robert Greenwalt
· 15 years ago
653e2a2
Refactor WifiStateTracker
by Irfan Sheriff
· 15 years ago
Next »