summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/ConnectivityService.java
Commit message (Expand)AuthorAgeFilesLines
* Make reportInetCondition revalidate if the report differs from our stateLorenzo Colitti2015-02-111-2/+8
* Make getNetworkInfo() take into account VPN underlying networks.Lorenzo Colitti2015-02-111-19/+33
* Merge "Log interface name and uid when filtering a blocked network." into lmp...Erik Kline2015-01-221-1/+4
|\
| * Log interface name and uid when filtering a blocked network.Erik Kline2015-01-211-1/+4
* | Fix legacy request removal.Robert Greenwalt2015-01-161-4/+27
|/
* Merge "Don't blindly teardown unvalidated networks when releasing NetworkRequ...Paul Jensen2015-01-141-43/+44
|\
| * Don't blindly teardown unvalidated networks when releasing NetworkRequests.Paul Jensen2015-01-131-43/+44
* | Remember to cancel lingering when a network again satsifies a NetworkRequest.Paul Jensen2015-01-081-0/+4
|/
* Fix timing between bcast and net setup.Robert Greenwalt2014-12-191-4/+28
* Add a lastValidated bit and use it when reporting capabilities.Lorenzo Colitti2014-12-191-4/+5
* Rename validated to everValidated.Lorenzo Colitti2014-12-191-8/+8
* Fix race between CONNECTIVITY_ACTION and setting default network.Paul Jensen2014-12-151-19/+14
* Merge "Fix several HTTP proxy issues with multinetworking." into lmp-mr1-devPaul Jensen2014-12-111-2/+48
|\
| * Fix several HTTP proxy issues with multinetworking.Paul Jensen2014-12-101-2/+48
* | Merge "Re-remove CONNECTIVITY_CHANGE_DELAY and supporting functions." into lm...Erik Kline2014-12-101-37/+3
|\ \ | |/ |/|
| * Re-remove CONNECTIVITY_CHANGE_DELAY and supporting functions.Erik Kline2014-12-081-37/+3
* | Direct notification of network interface changes.Jeff Sharkey2014-12-081-0/+15
* | Offer to "merge" subscribers for data usage.Jeff Sharkey2014-12-081-80/+18
|/
* Merge "Don't send the same PendingIntent more than once." into lmp-mr1-devJeremy Joslin2014-12-061-2/+19
|\
| * Don't send the same PendingIntent more than once.Jeremy Joslin2014-12-051-2/+19
* | Merge "Reap unvalidated networks that have no chance of becoming highest scor...Paul Jensen2014-12-061-31/+90
|\ \
| * | Reap unvalidated networks that have no chance of becoming highest scoring.Paul Jensen2014-12-041-31/+90
* | | Merge "Fix issue #17323751: Additional items in aggregated battery stats" int...Dianne Hackborn2014-12-051-0/+11
|\ \ \ | |_|/ |/| |
| * | Fix issue #17323751: Additional items in aggregated battery statsDianne Hackborn2014-12-051-0/+11
* | | Revert "Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev"Erik Kline2014-12-051-3/+37
|/ /
* | Merge "Remember to cancel lingering when a network again satsifies a NetworkR...Paul Jensen2014-12-041-36/+30
|\ \ | |/
| * Remember to cancel lingering when a network again satsifies a NetworkRequest.Paul Jensen2014-12-021-36/+30
* | Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-devErik Kline2014-12-041-37/+3
|\ \
| * | Remove CONNECTIVITY_CHANGE_DELAY and friends.Erik Kline2014-10-311-37/+3
* | | Make StatusBar display all default networks.Lorenzo Colitti2014-12-021-1/+71
| |/ |/|
* | Merge "Only use mDefaultDns if the network claims to offer Internet" into lmp...Lorenzo Colitti2014-12-021-3/+10
|\ \
| * | Only use mDefaultDns if the network claims to offer InternetLorenzo Colitti2014-12-021-3/+10
* | | Fix the ordering of extra values in the PI.Jeremy Joslin2014-11-261-2/+2
|/ /
* | Merge "Don't enforce control permission when preparing consented VPN." into l...Jeff Davidson2014-11-241-1/+1
|\ \
| * | Don't enforce control permission when preparing consented VPN.Jeff Davidson2014-11-211-1/+1
* | | Merge "Don't bother validating networks that don't satisfy the default reques...Paul Jensen2014-11-241-1/+4
|\ \ \
| * | | Don't bother validating networks that don't satisfy the default request.Paul Jensen2014-11-201-1/+4
| |/ /
* | | Merge "Delete unused/non-working code." into lmp-mr1-devSreeram Ramachandran2014-11-241-88/+0
|\ \ \
| * | | Delete unused/non-working code.Sreeram Ramachandran2014-11-211-88/+0
* | | | Allow VPNs to specify their underlying networks.Sreeram Ramachandran2014-11-211-0/+32
|/ / /
* | | Eliminate race conditions in UID-based network filtering.Sreeram Ramachandran2014-11-211-172/+122
* | | Merge "Don't allow an uncreated Network to satsify requests." into lmp-mr1-devPaul Jensen2014-11-211-2/+2
|\ \ \
| * | | Don't allow an uncreated Network to satsify requests.Paul Jensen2014-11-191-2/+2
| |/ /
* | | am c3f5d718: Merge "Fix null handling in proxies." into lmp-devGeoffrey Borggaard2014-11-211-4/+5
|\ \ \
| * | | Fix null handling in proxies.Geoffrey Borggaard2014-11-201-4/+5
* | | | Rename EXTRA_NETWORK ConnectivityManager constants.Erik Kline2014-11-201-3/+2
| |/ / |/| |
* | | Merge "air plane mode only send to the owner through the quick setting" into ...xinhe2014-11-171-1/+1
|\ \ \
| * | | air plane mode only send to the owner through the quick settingxinhe2014-11-171-1/+1
* | | | Expose a SystemApi method to prepare a VPN without consent.Jeff Davidson2014-11-171-5/+4
|/ / /
* | | Merge "Send broadcasts when VPNs come and go." into lmp-mr1-devSreeram Ramachandran2014-11-061-6/+24
|\ \ \