1. e1a6cf2 Add a test that Network#getNetworkHandle() behaves sanely. by Erik Kline · 9 years ago
  2. d895999 Make public Network#bindSocket(FileDescriptor). by Erik Kline · 9 years ago
  3. cee9b51 Query HTTP proxy for network via a new API to avoid permissions exceptions by Paul Jensen · 9 years ago
  4. 25f3b7b multinetwork API: native implementation by Erik Kline · 9 years ago
  5. 57bf2a8 Merge commit 'e593d0a' into merge_work by Prerepa Viswanadham · 9 years ago
  6. 582b868 Unhide Network.openConnection(URL, Proxy). by Lorenzo Colitti · 9 years ago
  7. 72db88e Deprecate static ConnectivityManager.get/setProcessDefaultNetwork() functions. by Paul Jensen · 9 years ago
  8. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  9. 7014da7 resolved conflicts for merge of 7382c02d to lmp-mr1-dev-plus-aosp by Neil Fuller · 10 years ago
  10. 50a01d8 Changes associated with an OkHttp upgrade by Neil Fuller · 10 years ago
  11. e0bef71 Fix several HTTP proxy issues with multinetworking. by Paul Jensen · 10 years ago
  12. e15db7c Add an API to select a network for a DatagramSocket. by Sreeram Ramachandran · 10 years ago
  13. 07ed074 Make Network.openConnection() share HttpHandlers not OkHttpClients. by Paul Jensen · 10 years ago
  14. 0ed0a28 Use per-Network connection pools for openConnection. by Lorenzo Colitti · 10 years ago
  15. 9f1274b Rework the per-network URL API. by Lorenzo Colitti · 10 years ago
  16. dc418e3 Fix docs build. by Dan Sandler · 10 years ago
  17. 5b37fa2 Allow using third-party HTTP/... stacks for per-network URLs. by Lorenzo Colitti · 10 years ago
  18. f038289 Use a new socket for each of the host's IP addresses. by Lorenzo Colitti · 10 years ago
  19. c473dc4 Add a getBoundURL method that returns a network-specific URL. by Lorenzo Colitti · 10 years ago
  20. 32a58f0 Use return values from JNI functions binding sockets and processes to networks. by Paul Jensen · 10 years ago
  21. 2c7bf2c Clean up and add some Network logging. by Robert Greenwalt · 10 years ago
  22. 6078b50 Apply API Council comments to ConnectivityManager by Robert Greenwalt · 10 years ago
  23. 0a363a3 Apply API review to android.net.Network: by Paul Jensen · 10 years ago
  24. 8ef3401 Adjust Network's SocketFactory to restrict host name resolution to that Network by Paul Jensen · 10 years ago
  25. 2d6f265 Implement bind-to-network functionality of android.net.Network. by Paul Jensen · 10 years ago
  26. d19c41c Add javadoc and unhide new API by Robert Greenwalt · 10 years ago
  27. 8595626 Add docs to Network by Robert Greenwalt · 10 years ago
  28. 3e32a4b Add Network-specific host name resolution API. by Paul Jensen · 10 years ago
  29. 9ba9c58 First pass on multinetwork framework by Robert Greenwalt · 10 years ago