1. 917753d am 46fc50e8: Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 14 years ago
  2. 46fc50e Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 14 years ago
  3. 548d2e6 Remove two tests that are duplicated in the Harmony suite. by Elliott Hughes · 14 years ago
  4. 8bc9296 Fix the deprected overload of String.getBytes. by Elliott Hughes · 14 years ago
  5. 78b020b Fix a minor serialization bug found by a Harmony test. by Elliott Hughes · 14 years ago
  6. 99c5c63 Update a useless system property. by Elliott Hughes · 14 years ago
  7. 67e5c52 Move the non-upstream part of OldFileOutputStreamTest into FileOutputStreamTest. by Elliott Hughes · 14 years ago
  8. ae45780 Merge "Fix read/write bugs in DatagramChannel and SocketChannel." into dalvik-dev by Elliott Hughes · 14 years ago
  9. b72345a Merge "Ensure signature verification fast path is used with alternatively formatted signature algorithm names" into dalvik-dev by Brian Carlstrom · 14 years ago
  10. 4280237 Ensure signature verification fast path is used with alternatively formatted signature algorithm names by Brian Carlstrom · 14 years ago
  11. 5f8b0e8 Fix stress test to close sockets by Brian Carlstrom · 14 years ago
  12. a28bc96 Fix read/write bugs in DatagramChannel and SocketChannel. by Elliott Hughes · 14 years ago
  13. 2cff86c Add a missing parameter check to FileChannel. by Elliott Hughes · 14 years ago
  14. 5c3bf95 Merge "Suppress some FindBugs warnings." into dalvik-dev by Elliott Hughes · 14 years ago
  15. 8f99aa0 Cosmetic cleanup of java.net.URL. by Jesse Wilson · 14 years ago
  16. 0d4daef Suppress some FindBugs warnings. by Elliott Hughes · 14 years ago
  17. 7047a3d Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 14 years ago
  18. 4e5663a Merge "Failing test for deserialization of transient fields." into dalvik-dev by Jesse Wilson · 14 years ago
  19. 5f8f88e Merge "Add run-libcore-tests to the tree." into dalvik-dev by Elliott Hughes · 14 years ago
  20. 1ffc4b2 Failing test for deserialization of transient fields. by Jesse Wilson · 14 years ago
  21. 94e9609 Add run-libcore-tests to the tree. by Elliott Hughes · 14 years ago
  22. c3d80a4 am c77290ea: Remove IndexedPKIXParameters by Brian Carlstrom · 14 years ago
  23. eba17bf Merge "Add test cases inspired by Jetty-dependent Harmony tests." into dalvik-dev by Jesse Wilson · 14 years ago
  24. ec6163c Add test cases inspired by Jetty-dependent Harmony tests. by Jesse Wilson · 14 years ago
  25. dc915c6 Move the floating-point parsing code, and tidy up some documentation. by Elliott Hughes · 14 years ago
  26. c77290e Remove IndexedPKIXParameters by Brian Carlstrom · 14 years ago
  27. dbde5bd FileChannelImpl doesn't need to special-case O_APPEND. by Elliott Hughes · 14 years ago
  28. 2e0aed0 Merge "Move the stuff to bridge between io/net/nio semantics and POSIX semantics." into dalvik-dev by Elliott Hughes · 14 years ago
  29. 0b736eb Move the stuff to bridge between io/net/nio semantics and POSIX semantics. by Elliott Hughes · 14 years ago
  30. c8e161c Merge "Support HTTP cookies and header combining." into dalvik-dev by Jesse Wilson · 14 years ago
  31. cd8c1dd Support HTTP cookies and header combining. by Jesse Wilson · 14 years ago
  32. 9e67ca7 Expose waitpid(2). by Elliott Hughes · 14 years ago
  33. 254198c Merge "Expose accept(2)." into dalvik-dev by Elliott Hughes · 14 years ago
  34. 553d98a Expose accept(2). by Elliott Hughes · 14 years ago
  35. 80f4d25 Address FindBugs warnings in libcore.net.http by Jesse Wilson · 14 years ago
  36. ae01ebf Merge "More IPv6 sin6_scope_id fixes." into dalvik-dev by Elliott Hughes · 14 years ago
  37. 4728a01 More IPv6 sin6_scope_id fixes. by Elliott Hughes · 14 years ago
  38. c7655dd Merge "Suppress our first FindBugs warning." into dalvik-dev by Jesse Wilson · 14 years ago
  39. bad51d7 Suppress our first FindBugs warning. by Jesse Wilson · 14 years ago
  40. c297a00 Merge "Implement recvfrom(2)." into dalvik-dev by Elliott Hughes · 14 years ago
  41. 23ec091 Implement recvfrom(2). by Elliott Hughes · 14 years ago
  42. e5eb80e Make the HttpResponseCache robust to file I/O errors. by Jesse Wilson · 14 years ago
  43. 09f1b0c Parse HTTP request headers only once. by Jesse Wilson · 14 years ago
  44. 7a891b5 Don't read through HTTP response headers more than necessary. by Jesse Wilson · 14 years ago
  45. 6f778cc Cache HTTP responses with a Vary header. by Jesse Wilson · 14 years ago
  46. 20024ef am 0162c72d: Merge "Simplify KeyChain API by removing now unneeded CA certificate lookup (2 of 3)" by Brian Carlstrom · 14 years ago
  47. 59e5a47 Merge "Fix Inet6Address (de)serialization." into dalvik-dev by Elliott Hughes · 14 years ago
  48. f02f939 Fix Inet6Address (de)serialization. by Elliott Hughes · 14 years ago
  49. 0162c72 Merge "Simplify KeyChain API by removing now unneeded CA certificate lookup (2 of 3)" by Brian Carlstrom · 14 years ago
  50. 42bc73a Merge "Fix InetAddress.isReachable." into dalvik-dev by Elliott Hughes · 14 years ago
  51. ad5d311 Fix InetAddress.isReachable. by Elliott Hughes · 14 years ago
  52. f095911 am b228c6d6: Merge "Disable verbose socket logging." by Jeff Sharkey · 14 years ago
  53. b228c6d Merge "Disable verbose socket logging." by Jeff Sharkey · 14 years ago
  54. 9d0f4b4 Disable verbose socket logging. by Jeff Sharkey · 14 years ago
  55. 17da3df am 3041d84e: Merge "Make CertInstaller installed CA certs trusted by applications via default TrustManager (2 of 6)" by Brian Carlstrom · 14 years ago
  56. dfe69fa Simplify KeyChain API by removing now unneeded CA certificate lookup (2 of 3) by Brian Carlstrom · 14 years ago
  57. 5c03b3b Merge "Add the external/apache-harmony tests to the host build." into dalvik-dev by Elliott Hughes · 14 years ago
  58. 817358c Merge "Fix a comment typo." into dalvik-dev by Elliott Hughes · 14 years ago
  59. d3ae2a1 Merge "Remove an obsolete HTTP response caching test." into dalvik-dev by Jesse Wilson · 14 years ago
  60. 83e10e4 Merge "Fix some failing XML tests." into dalvik-dev by Jesse Wilson · 14 years ago
  61. 293dd5b Add the external/apache-harmony tests to the host build. by Elliott Hughes · 14 years ago
  62. b165ed9 am 7f3370f3: am 5d284194: am a0376753: am 6ce8e6ee: Skip BOM characters even with an explicit charset. by Jesse Wilson · 14 years ago
  63. 6fe7b33 Fix a comment typo. by Elliott Hughes · 14 years ago
  64. 28b429a Fix some failing XML tests. by Jesse Wilson · 14 years ago
  65. a7dfae9 Remove an obsolete HTTP response caching test. by Jesse Wilson · 14 years ago
  66. 159b073 Merge "Test DiskLruCache with fault injection." into dalvik-dev by Jesse Wilson · 14 years ago
  67. 0eca293 Merge "Add sendto(2) and reimplement all network writes in terms of it." into dalvik-dev by Elliott Hughes · 14 years ago
  68. 3041d84 Merge "Make CertInstaller installed CA certs trusted by applications via default TrustManager (2 of 6)" by Brian Carlstrom · 14 years ago
  69. 7f3370f am 5d284194: am a0376753: am 6ce8e6ee: Skip BOM characters even with an explicit charset. by Jesse Wilson · 14 years ago
  70. 5d28419 am a0376753: am 6ce8e6ee: Skip BOM characters even with an explicit charset. by Jesse Wilson · 14 years ago
  71. a037675 am 6ce8e6ee: Skip BOM characters even with an explicit charset. by Jesse Wilson · 14 years ago
  72. 1b3c538 Make CertInstaller installed CA certs trusted by applications via default TrustManager (2 of 6) by Brian Carlstrom · 14 years ago
  73. e342455 Test DiskLruCache with fault injection. by Jesse Wilson · 14 years ago
  74. 90d96a4 Add sendto(2) and reimplement all network writes in terms of it. by Elliott Hughes · 14 years ago
  75. 6ce8e6e Skip BOM characters even with an explicit charset. by Jesse Wilson · 14 years ago
  76. ae3dad3 Merge "Move APIs from internal HttpResponseCache to external one." into dalvik-dev by Jesse Wilson · 14 years ago
  77. 214620d Quieten socket tagging. by Elliott Hughes · 14 years ago
  78. e27d020 Remove OSNetworkSystem.close. by Elliott Hughes · 14 years ago
  79. fb4a639 Move APIs from internal HttpResponseCache to external one. by Jesse Wilson · 14 years ago
  80. 5637884 resolved conflicts for merge of 1e8d508f to dalvik-dev by Jeff Sharkey · 14 years ago
  81. aaa0003 am c10e07c3: Add @hide accessors for FileDescriptor\'s int. by Elliott Hughes · 14 years ago
  82. 1e8d508 Add Socket tagging for granular data accounting. by Jeff Sharkey · 14 years ago
  83. c10e07c3 Add @hide accessors for FileDescriptor's int. by Elliott Hughes · 14 years ago
  84. 03e4ca2 Merge "Add getpwnam(3) and getpwuid(3)." into dalvik-dev by Elliott Hughes · 14 years ago
  85. d4419fc Add getpwnam(3) and getpwuid(3). by Elliott Hughes · 14 years ago
  86. 29965ad am c1c180ba: Add a method to get FileDescriptor from DatagramSocket for internal use. by Chia-chi Yeh · 14 years ago
  87. c1c180b Add a method to get FileDescriptor from DatagramSocket for internal use. by Chia-chi Yeh · 14 years ago
  88. 396a9c6 Expose getpid(2) and a bunch of its friends. by Elliott Hughes · 14 years ago
  89. 900fb3d Rebuild the DiskLruCache journal periodically. by Jesse Wilson · 14 years ago
  90. 841b04a Merge "Reimplement OSNetworkSystem.isConnected in Java." into dalvik-dev by Elliott Hughes · 14 years ago
  91. 2bad9bf Reimplement OSNetworkSystem.isConnected in Java. by Elliott Hughes · 14 years ago
  92. 09e49a2 Merge "Add the application version to the DiskLruCache journal." into dalvik-dev by Jesse Wilson · 14 years ago
  93. 98b23d4 Fix use of NULL references in poll. by Elliott Hughes · 14 years ago
  94. 396af46 Add the application version to the DiskLruCache journal. by Jesse Wilson · 14 years ago
  95. ca8ae42 Provide more user-friendly HTTP cache stats. by Jesse Wilson · 14 years ago
  96. 757afaa Provide hit and miss stats on the HTTP response cache. by Jesse Wilson · 14 years ago
  97. 75aa19a Merge "Expose poll(2) and reimplement java.nio.channels.Selector." into dalvik-dev by Elliott Hughes · 14 years ago
  98. 70c8204 Expose poll(2) and reimplement java.nio.channels.Selector. by Elliott Hughes · 14 years ago
  99. 1724d9c Support Eviction in DiskLruCache. by Jesse Wilson · 14 years ago
  100. d3992b8 Move the selector tests into one file. by Elliott Hughes · 14 years ago