summaryrefslogtreecommitdiffstats
path: root/core/java/android/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expose network scoring APIs to /system apps.Jeff Davidson2014-07-165-0/+10
* No need to explicitly enable TLS-PSK cipher suites.Alex Klyubin2014-07-151-5/+2
* Remove unnecessary code and APIs.Sreeram Ramachandran2014-07-112-8/+0
* Readjust location of NETID_UNSET definition.Paul Jensen2014-07-111-7/+7
* Define NETID_UNSET in ConnectivityManager.Paul Jensen2014-07-113-33/+15
* Missed an entry in the copy constructor.Robert Greenwalt2014-07-101-1/+3
* Allow a VPN to be declared bypassable.Sreeram Ramachandran2014-07-101-0/+15
* Let VpnService specify a white/black list of apps that are allowed access.Sreeram Ramachandran2014-07-101-0/+52
* Update VpnService API documentation.Sreeram Ramachandran2014-07-101-0/+8
* Add networkSpecifier string to NetworkCapabilties.Robert Greenwalt2014-07-102-4/+90
* Convert Vpn from NetworkStateTracker to NetworkAgent.Paul Jensen2014-07-107-18/+181
* Merge "Refactor wifi p2p's startDhcpServer function"Robert Greenwalt2014-07-102-0/+16
|\