1. 30 Aug, 2013 2 commits
    • Kenny Root's avatar
      Change conscrypt-nojarjar to a static library · a7cf230b
      Kenny Root authored
      This doesn't need to be a shared library, so we can just use a static
      library.
      
      (cherry picked from commit 69314139)
      
      Bug: 10092469
      Change-Id: I3c57ca8594a4d3efcfd5d9d2aea01c13ee555dd7
      a7cf230b
    • Kenny Root's avatar
      Move support library to a separate static library · 4616c7f8
      Kenny Root authored
      frameworks/base/core/tests/coretests uses the libcore/support/* classes
      for SSL-based tests. Instead of including core-tests itself, we need to
      split out the support classes to its own library to keep frameworks
      tests below the dex method limit.
      
      (cherry picked from commit b397b19a)
      
      Bug: 10092469
      Change-Id: Ib9b1dd60cb778dba79afcbe3001749d82afa99d2
      4616c7f8
  2. 22 Aug, 2013 2 commits
    • Kenny Root's avatar
      Better error messages for zlib errors · 011ed31c
      Kenny Root authored
      Most of the zlib inflater errors had a really descriptive name like
      "data error," but more descriptive errors are put into the "msg" field
      of the z_stream structure. Use that for error messages instead so we get
      the underlying cause of the data error.
      
      Additionally split out the code for ZipUtilities from the header into a
      separate source file so things using NativeZipStream don't have to
      forward declare.
      
      (cherry picked from commit 2e6a6454)
      
      Bug: 10424836
      Change-Id: Ifc12645b37f7aabc700e6a0766dee55b4c3609a0
      011ed31c
    • Vladimir Marko's avatar
      Fix PriorityQueue.removeAt(.), call siftUp(.) if needed. · 224eac38
      Vladimir Marko authored
      Bug: 10424240
      
      (cherry picked from commit cc9eae50)
      
      Change-Id: Id62d69926235912d047c71975bdb541f1cf67ad7
      224eac38
  3. 21 Aug, 2013 14 commits
  4. 20 Aug, 2013 13 commits
  5. 19 Aug, 2013 2 commits
  6. 17 Aug, 2013 1 commit
    • Brian Carlstrom's avatar
      CA certificate update · 418cb178
      Brian Carlstrom authored
      Added CAs in cacerts directory with summary below.
      
      Added    Subject   : C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011
               SHA1      : FE:45:65:9B:79:03:5B:98:A1:61:B5:51:2E:AC:DA:58:09:48:22:4D
      
      Added    Subject   : C=IL, O=StartCom Ltd., CN=StartCom Certification Authority G2
               SHA1      : 31:F1:FD:68:22:63:20:EE:C6:3B:3F:9D:EA:4A:3E:53:7C:7C:39:17
      
      Added    Subject   : CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES
               SHA1      : 93:05:7A:88:15:C6:4F:CE:88:2F:FA:91:16:52:28:78:BC:53:64:17
      
      Added    Subject   : C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1
               SHA1      : 20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47
      
      Bug: https://code.google.com/p/android/issues/detail?id=36290
      Bug: 9050922
      
      Bug: https://code.google.com/p/android/issues/detail?id=55661
      Bug: 9304475
      
      Change-Id: I76a2398772c7c68f2284741f4bcfaf97d8789662
      418cb178
  7. 16 Aug, 2013 1 commit
    • Elliott Hughes's avatar
      Fix a bunch of Charset tests. · f5d8857b
      Elliott Hughes authored
      The isRegistered test is still failing. The problem is that icu4c's
      convrtrs.txt has names like "windows-1252" that are both the canonical
      name for one charset and an alias for another legacy charset. I need
      to work out how to resolve that.
      
      Bug: 10210999
      
      (cherry picked from commit ea1caf4c)
      
      Change-Id: I83cf1b9ae1d29f9956f443ef914a3e473e0f4692
      f5d8857b
  8. 15 Aug, 2013 3 commits
    • Kenny Root's avatar
      Make sure seed values use full range · ab6d7714
      Kenny Root authored
      (cherry picked from commit 00443571)
      
      Bug: 6642616
      Change-Id: I773dd31d92207151df05122920170851fa021fd5
      ab6d7714
    • Narayan Kamath's avatar
      Fix URLConnectionTest#testConnectTimeouts. · a37fb255
      Narayan Kamath authored
      Use StuckServer correctly. When StuckServer isn't
      in blocking mode, its local socket address isn't 127.0.0.1.
      
      Attempting to connect to localhost will then throw a
      SocketException (ECONNREFUSED) instead of a
      SocketTimeoutException.
      
      (cherry picked from commit bf1a9e10)
      
      Bug: 10211309
      Change-Id: I8aaab598d043b893e73fab9055082fa420cfb9cd
      a37fb255
    • Brian Carlstrom's avatar
      Share ClassLoader code · ca2c58ce
      Brian Carlstrom authored
      Bug: 9071417
      Change-Id: Icdde3aace023d1d7509c932cdd71f203213b59d6
      ca2c58ce
  9. 14 Aug, 2013 2 commits