summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/ConnectivityService.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Support for dns domain."Robert Greenwalt2012-11-161-7/+7
|\
| * Support for dns domain.Robert Greenwalt2012-11-161-7/+7
* | Increase readability of connectivity event log.Jeff Sharkey2012-11-091-12/+2
|/
* Remove extraneous logs.Dianne Hackborn2012-11-081-2/+2
* Migrate more Secure settings to Global.Jeff Sharkey2012-09-271-20/+20
* First step towards cleaning up Global settings.Jeff Sharkey2012-09-261-2/+2
* Update references to migrated global settings.Jeff Brown2012-09-251-9/+9
* Captive check for both mobile and wifiIrfan Sheriff2012-09-201-6/+6
* Actually move to Global settings.Jeff Sharkey2012-09-141-2/+17
* Restrict lockdown and firewall to AID_SYSTEM.Jeff Sharkey2012-09-061-1/+9
* Fix another issue #7097984 java.lang.SecurityException: Permission Denial:Dianne Hackborn2012-09-041-5/+25
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-5/+7
* Captive portal handlingIrfan Sheriff2012-08-271-21/+63
* Always-on VPN.Jeff Sharkey2012-08-271-7/+124
* Migrate legacy VPN arguments to system_server.Jeff Sharkey2012-08-241-6/+16
* Begin moving VPN to NetworkStateTracker pattern.Jeff Sharkey2012-08-231-8/+15
* Update TCP buffer size when switching network typeRobert Greenwalt2012-08-201-0/+5
* Setup idletimer for network interface.Haoyu Bai2012-08-101-0/+58
* Merge "Isolate NetworkStateTracker creation, test." into jb-mr1-devJeff Sharkey2012-08-081-70/+102
|\
| * Isolate NetworkStateTracker creation, test.Jeff Sharkey2012-08-081-70/+102
* | Merge "Include network type that caused broadcast." into jb-mr1-devJeff Sharkey2012-08-061-0/+3
|\ \ | |/ |/|
| * Include network type that caused broadcast.Jeff Sharkey2012-08-061-0/+3
* | Make generic BaseNetworkObserver.Jeff Sharkey2012-08-051-15/+5
|/
* Split NST handler events away from CS internals.Jeff Sharkey2012-07-261-46/+49
* Network data activity change intent for network interfaces.Haoyu Bai2012-07-171-0/+29
* Create telephony-common and mms-commonWink Saville2012-07-111-8/+9
* Modify logging to debug this issueRobert Greenwalt2012-05-241-89/+106
* Block metered APNs when app is restricted.Jeff Sharkey2012-05-021-11/+24
* Add bit to eventlog to handle new network typesRobert Greenwalt2012-04-251-7/+7
* Merge "Stop complaining about failure to remove routes"Robert Greenwalt2012-04-241-2/+2
|\
| * Stop complaining about failure to remove routesRobert Greenwalt2012-04-231-2/+2
* | Add ALLOW_METERED column to DownloadManager.Jeff Sharkey2012-04-181-12/+24
* | API to report if active network is metered.Jeff Sharkey2012-04-161-0/+13
|/
* Fix the bug net.dns1.pid is same as net.dns2.pidyoonsung.nam2012-03-021-1/+2
* Send broadcast when changing restrict background.Jeff Sharkey2012-02-071-6/+23
* Add additional debugWink Saville2012-01-251-1/+5
* Merge "Stop using shared DUN APN when tethering stops."Robert Greenwalt2012-01-201-11/+25
|\
| * Stop using shared DUN APN when tethering stops.Robert Greenwalt2012-01-031-11/+25
* | Disable wimax when mobile data is in Settingstk.mun2012-01-061-0/+6
|/
* Fix NPE in ConnectivityService.Robert Greenwalt2011-11-111-0/+1
* Fix Wimax-less build.Robert Greenwalt2011-11-101-1/+3
* Fix build.Robert Greenwalt2011-11-081-1/+1
* Wimax : wimax framework related open source.tk.mun2011-11-071-1/+88
* Start using IP tool for advanced routing.Robert Greenwalt2011-11-041-27/+50
* Temp disable Tethering if DUN is requiredRobert Greenwalt2011-10-271-0/+6
* Move battery stats to xt_qtaguid for data stats.Jeff Sharkey2011-10-091-2/+13
* VPN: temporarily disable the default proxy when VPN is active.Chia-chi Yeh2011-10-031-18/+35
* ConnectivityService: detach the logic of global proxy.Chia-chi Yeh2011-10-031-7/+2
* Revert "Tell the resolver what protocols to use."Lorenzo Colitti2011-09-281-45/+6
* Merge "Watch network subtype, tethering teardown, empty."Jeff Sharkey2011-09-251-3/+4
|\