summaryrefslogtreecommitdiffstats
path: root/core/java/android/net
Commit message (Expand)AuthorAgeFilesLines
* Merge "Catch creation of NetworkRequest without NetCap" into lmp-devRobert Greenwalt2014-09-041-0/+3
|\
| * Catch creation of NetworkRequest without NetCapRobert Greenwalt2014-09-031-0/+3
* | Proxy fixes from API review feedbackJason Monk2014-09-041-4/+0
|/
* Kill the NetworkInfo(int type) constructor. IT'S A TRAP!Lorenzo Colitti2014-08-291-8/+0
* Use per-Network connection pools for openConnection.Lorenzo Colitti2014-08-291-1/+30
* Pass the socket mark for DNS queries to dnsmasq.Lorenzo Colitti2014-08-292-0/+18
* Really remove NetworkBoundURLFactory.Lorenzo Colitti2014-08-281-35/+0
* Clean up Connectivity Logging.Robert Greenwalt2014-08-272-6/+8
* Merge "Implement VpnConfig.addAllowedApplication()." into lmp-devPaul Jensen2014-08-261-2/+28
|\
| * Implement VpnConfig.addAllowedApplication().Paul Jensen2014-08-251-2/+28
* | Merge "Update VPN whitelist/blacklist api docs." into lmp-devRobert Greenwalt2014-08-261-2/+3
|\ \ | |/ |/|
| * Update VPN whitelist/blacklist api docs.Robert Greenwalt2014-08-251-2/+3
* | Merge "Remove captive portal sign-in actions." into lmp-devPaul Jensen2014-08-251-92/+0
|\ \ | |/ |/|
| * Remove captive portal sign-in actions.Paul Jensen2014-08-221-92/+0
* | Rework the per-network URL API.Lorenzo Colitti2014-08-212-64/+51
|/
* Merge "Fix SOCKS proxies from being dropped from PAC" into lmp-devJason Monk2014-08-201-9/+24
|\
| * Fix SOCKS proxies from being dropped from PACJason Monk2014-08-201-9/+24
* | Less intrusive VPN dialog and other UX tweaks.Jeff Davidson2014-08-201-0/+2
* | Stop using LinkProperties for static configuration.Lorenzo Colitti2014-08-195-123/+350
|/
* Merge "Revert "Remove the warning if the caller gets the insecure variant and...Kenny Root2014-08-161-3/+3
|\
| * Revert "Remove the warning if the caller gets the insecure variant and add ho...Kenny Root2014-08-141-3/+3
* | Add tcp buffer size conduit to NetworkAgent.Robert Greenwalt2014-08-171-3/+50
* | Merge "Configure MTU based on network MTU parameter" into lmp-devRobert Greenwalt2014-08-151-0/+17
|\ \
| * | Configure MTU based on network MTU parameterw199762014-08-141-0/+17
| |/
* | Some networks may have null ifaces, I guess?Jeff Sharkey2014-08-141-1/+2
|/
* Switch RouteInfo to use IpPrefix instead of LinkAddress.Lorenzo Colitti2014-08-131-55/+30
* Merge "Security-related cleanup for network scoring." into lmp-devJeff Davidson2014-08-122-3/+15
|\
| * Security-related cleanup for network scoring.Jeff Davidson2014-08-112-3/+15
* | Hack and ship: NetworkStats edition.Jeff Sharkey2014-08-111-3/+6
|/
* Make TrafficStats uid attribution @SystemApiChristopher Tate2014-08-071-0/+13
* Remove dead CaptivePortalTracker.Paul Jensen2014-08-071-483/+0
* Fix docs build.Dan Sandler2014-07-311-1/+1
* Allow using third-party HTTP/... stacks for per-network URLs.Lorenzo Colitti2014-07-312-21/+106
* Use a new socket for each of the host's IP addresses.Lorenzo Colitti2014-07-301-13/+12
* Merge "Don't request network scores before boot completes." into lmp-devJeff Davidson2014-07-251-0/+1
|\
| * Don't request network scores before boot completes.Jeff Davidson2014-07-291-0/+1
* | Add NetworkScoreManager.disableScoring().Jeff Davidson2014-07-292-0/+20
|/
* Allow VPNs to add/remove link addresses dynamically.Sreeram Ramachandran2014-07-292-24/+35
* Merge "Remove dead code 1." into lmp-devRobert Greenwalt2014-07-241-5/+0
|\
| * Remove dead code 1.Robert Greenwalt2014-07-281-5/+0
* | Prohibit address families by default unless a VPN explicitly allows them.Sreeram Ramachandran2014-07-282-1/+39
|/
* Add a getBoundURL method that returns a network-specific URL.Lorenzo Colitti2014-07-281-2/+37
* Implement support for bypassable VPNs.Sreeram Ramachandran2014-07-256-5/+87
* Fix DUN-based tethering.Robert Greenwalt2014-07-241-1/+1
* Merge "Infer legacy network type for ConnectivityManager.requestNetwork" into...Ye Wen2014-07-231-3/+62
|\
| * Infer legacy network type for ConnectivityManager.requestNetworkYe Wen2014-07-231-3/+62
* | Implement VpnService.setBlocking().Jeff Davidson2014-07-231-1/+1
|/
* Cleanup: Delete dead code.Sreeram Ramachandran2014-07-223-39/+4
* Align PSKKeyManager with framework API style.Alex Klyubin2014-07-221-18/+52
* Allow VPN interfaces to be put into blocking mode.Sreeram Ramachandran2014-07-181-0/+14