summaryrefslogtreecommitdiffstats
path: root/core/java/android/net
Commit message (Expand)AuthorAgeFilesLines
* Adjust Network's SocketFactory to restrict host name resolution to that NetworkPaul Jensen2014-05-291-2/+17
* Implement bind-to-network functionality of android.net.Network.Paul Jensen2014-05-292-2/+131
* DO NOT MERGE - Support disconnecting while trying to connect.Lorenzo Colitti2014-05-281-17/+29
* Move dis/enable of mobile data to TelephonyRobert Greenwalt2014-05-272-29/+12
* Fix Ethernet documentation.Lorenzo Colitti2014-05-231-3/+2
* Merge "Add an EthernetManager."Lorenzo Colitti2014-05-222-0/+103
|\
| * Add an EthernetManager.Lorenzo Colitti2014-05-212-0/+103
* | Merge "Delete the EthernetDataTracker."Lorenzo Colitti2014-05-221-427/+0
|\ \ | |/
| * Delete the EthernetDataTracker.Lorenzo Colitti2014-05-211-427/+0
* | Merge "Add an AIDL file for IpConfiguration."Lorenzo Colitti2014-05-221-0/+19
|\ \ | |/
| * Add an AIDL file for IpConfiguration.Lorenzo Colitti2014-05-211-0/+19
* | am fce708d2: am 9ef2117f: am bc06158a: Merge "Check for null in LocalSocketIm...Jeff Sharkey2014-05-211-1/+4
|\ \ | |/ |/|
| * am 9ef2117f: am bc06158a: Merge "Check for null in LocalSocketImpl.SocketInpu...Jeff Sharkey2014-05-211-1/+4
| |\
| | * am bc06158a: Merge "Check for null in LocalSocketImpl.SocketInputStream.avail...Jeff Sharkey2014-05-211-1/+4
| | |\
| | | * Merge "Check for null in LocalSocketImpl.SocketInputStream.available()"Jeff Sharkey2014-05-211-1/+4
| | | |\
| | | | * Check for null in LocalSocketImpl.SocketInputStream.available()Ian McKellar2014-04-111-1/+4
| | * | | Merge commit '0b62467b142b61ee1e449ba958ba37dfd961ef56' into HEADBill Yi2014-04-294-7/+22
| | |\ \ \ | | | |/ / | | |/| |
| | | * | am c1d863e7: am 77ceb5e8: Merge "Use X509ExtendedTrustManager and not Conscrypt"Kenny Root2014-03-254-34/+387
| | | |\ \
| | | * \ \ am d8c32164: am 88517170: Merge "Adjust to the change in the private SSLParam...Alex Klyubin2014-03-211-2/+2
| | | |\ \ \
| | | * \ \ \ am bd84f01c: am 5d3d4ee3: Merge "Handle provisioning APN by turning off/on da...Robert Greenwalt2014-03-191-0/+11
| | | |\ \ \ \
| | | * \ \ \ \ am 78f204ae: am 8e240af5: Merge "Remove SO_BINDTODEVICE from VPN protect" int...Chad Brubaker2014-03-141-3/+4
| | | |\ \ \ \ \
| | | * \ \ \ \ \ am 1011960c: am decfd707: Merge "Add the calling package name to requestRoute...Chad Brubaker2014-03-122-4/+7
| | | |\ \ \ \ \ \
| * | | \ \ \ \ \ \ am ed23c5bc: Hide NsdServiceInfo additions for KKWT DO NOT MERGEJustin Koh2014-05-051-1/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Hide NsdServiceInfo additions for KKWT DO NOT MERGEJustin Koh2014-05-051-1/+6
* | | | | | | | | | | Move IP config from WifiConfiguration to IpConfiguration.Jaewan Kim2014-05-201-0/+151
* | | | | | | | | | | Add NetworkFactory names and unregistration.Robert Greenwalt2014-05-202-3/+12
* | | | | | | | | | | Merge "Fix reference to ProxyInfo extra"Jason Monk2014-05-201-3/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix reference to ProxyInfo extraJason Monk2014-05-151-3/+0
* | | | | | | | | | | | Add javadoc and unhide new APIRobert Greenwalt2014-05-193-104/+164
* | | | | | | | | | | | Add docs for Linkproperties and unhide it.Robert Greenwalt2014-05-191-37/+130
* | | | | | | | | | | | Merge "Apply Doc fixes to RouteInfo"Robert Greenwalt2014-05-191-35/+40
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Apply Doc fixes to RouteInfoRobert Greenwalt2014-05-191-35/+40
* | | | | | | | | | | | | Merge "Add docs to Network"Robert Greenwalt2014-05-191-1/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add docs to NetworkRobert Greenwalt2014-05-191-1/+65
* | | | | | | | | | | | | | Add javadoc for NetworkRequest.Robert Greenwalt2014-05-191-19/+14
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Update the docs for NetworkCapabilitiesRobert Greenwalt2014-05-181-19/+201
|/ / / / / / / / / / / /
* | | | | | | | | | | | Update RouteInfo docs and make public.Robert Greenwalt2014-05-181-77/+153
* | | | | | | | | | | | Update comments for LinkAddressRobert Greenwalt2014-05-181-11/+21
* | | | | | | | | | | | Merge "Clean up when we switch networks."Robert Greenwalt2014-05-161-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Clean up when we switch networks.Robert Greenwalt2014-05-161-0/+4
* | | | | | | | | | | | | Remove unneed clear in constructor.Robert Greenwalt2014-05-151-1/+0
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Fix reboot loop due to NPE.Sreeram Ramachandran2014-05-141-0/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Undeprecate funcs until we're ready for api-reviewRobert Greenwalt2014-05-141-8/+10
* | | | | | | | | | | Fix JavadocRobert Greenwalt2014-05-141-2/+2
* | | | | | | | | | | Merge "Add networks and requests to CS.dump"Robert Greenwalt2014-05-142-3/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add networks and requests to CS.dumpRobert Greenwalt2014-05-142-3/+4
* | | | | | | | | | | | Add Multinetwork APIRobert Greenwalt2014-05-142-10/+428
|/ / / / / / / / / / /
* | | | | | | | | | | Add NetworkMonitor.Paul Jensen2014-05-141-39/+0
* | | | | | | | | | | Separate network and interface addition/removal netd APIs.Paul Jensen2014-05-141-0/+29
* | | | | | | | | | | Enabling internal msg apisRobert Greenwalt2014-05-145-56/+617