1. 22 Jan, 2010 1 commit
  2. 21 Jan, 2010 2 commits
  3. 12 Jan, 2010 1 commit
    • Brett Chabot's avatar
      Fix ScannerTest failures. · 56176a05
      Brett Chabot authored
      Skip more tests if required locales are not present.
      
      Change-Id: I562da3222bccd6f264714d10f8db57e087e2561a
      56176a05
  4. 08 Jan, 2010 1 commit
  5. 22 Dec, 2009 2 commits
  6. 21 Dec, 2009 2 commits
  7. 14 Dec, 2009 1 commit
  8. 07 Dec, 2009 1 commit
  9. 07 Nov, 2009 1 commit
  10. 08 Oct, 2009 2 commits
  11. 01 Oct, 2009 3 commits
    • Android (Google) Code Review's avatar
      Merge change I96cd6f5b into eclair · 0c0cfd5c
      Android (Google) Code Review authored
      * changes:
        Make the socket test accept ::1 as a valid result for InetAddress.getByName(null) if the system is set to prefer IPv6 addresses.
      0c0cfd5c
    • Lorenzo Colitti's avatar
      Make the socket test accept ::1 as a valid result for · b70cc0ff
      Lorenzo Colitti authored
      InetAddress.getByName(null) if the system is set to prefer IPv6 addresses.
      
      Change-Id: I96cd6f5b632994b73af13e341cf6f684f6eee4cd
      b70cc0ff
    • Lorenzo Colitti's avatar
      More multicast fixes. · f94c5d77
      Lorenzo Colitti authored
      1. Make native code properly set network interface indexes that are used for
         new-style multicast socket options.
      2. For IP_MULTICAST_IF, check that the address is IPv4, not the socket.
      3. Remove a @KnownFailure annotation for a test that now passes.
      
      This removes one test error and changes it into a more benign failure. The
      remaining test failures seem to be due to Linux bening permissive about which
      interfaces you can receive multicast traffic on, which is probably good enough
      for now.
      
      Change-Id: Id1fddee338addcfce821672b983485c7dd4983d4
      f94c5d77
  12. 30 Sep, 2009 12 commits
  13. 26 Sep, 2009 1 commit
  14. 25 Sep, 2009 2 commits
    • Jesse Wilson's avatar
      Deprecate many of the accidentally-published APIs in dalvik.system. · 979baaea
      Jesse Wilson authored
      See bug 2021674 for discussion. I searched Google Code Search to
      sample which of these APIs are being used. None of these APIs
      were used by applications, so I'm quite confident that removing
      them will not break applications or upset developers.
      
      These APIs were neither formerly documented, nor intended for use
      by application developers. I am deprecating them now to discourage
      their use going forward. We should remove them in a future release.
      979baaea
    • Jesse Wilson's avatar
      DO NOT MERGE: Cleaning up PipedInputStream · a990b84a
      Jesse Wilson authored
      a990b84a
  15. 24 Sep, 2009 1 commit
    • Andy McFadden's avatar
      Remove ((noreturn)) from dvmAbort(). · bb710e32
      Andy McFadden authored
      Functions that could call dvmAbort() from more than one place were
      merging the calls together, which is great until you need to decode a
      native stack trace.
      
      For 2144313.
      bb710e32
  16. 23 Sep, 2009 2 commits
    • Android (Google) Code Review's avatar
      Merge change 26285 into eclair · f1823804
      Android (Google) Code Review authored
      * changes:
        Use native code to convert strings to IP addresses.
      f1823804
    • Lorenzo Colitti's avatar
      Use native code to convert strings to IP addresses. · 15693909
      Lorenzo Colitti authored
      1. Add an ipStringToByteArray method to the OSNetworkSystem interface and
         provide a native implementation for it.
      2. Change InetAddress to use the new method.
      3. Remove  a mid-sized chunk of Inet6Util, which is now redundant.
      4. Remove the KnownFailure annotations from the InetAddress, InetAddress and
         Inet6Address tests that expected 1.2.3, 1.3 and 3 to be valid IPv4
         addresses. These tests now pass again.
      5. Removed an unused native method.
      6. Added a comment to the top of the native socket implementation to the effect
         that the file is significantly different from harmony.
      
      Change-Id: I3665f82b00ebc089e9133cc6166dda5a99fa10e4
      15693909
  17. 22 Sep, 2009 5 commits