1. 74c05e2 Clean up the zlib-related native code. by Elliott Hughes · 14 years ago
  2. 50d99e1 Merge "Fix SimpleDateFormat's unsafe Date handling." into dalvik-dev by Elliott Hughes · 14 years ago
  3. 6fcba7b Fix SimpleDateFormat's unsafe Date handling. by Elliott Hughes · 14 years ago
  4. 3642569 Setting expectations and fixing failures from scrubbing Harmony tests. by Jesse Wilson · 14 years ago
  5. ab3683b Improve File.renameTo documentation. by Elliott Hughes · 14 years ago
  6. 5cc876d Trivia. by Elliott Hughes · 14 years ago
  7. e7fab8b Merge "Remove the "Answers" javadoc barbarism." into dalvik-dev by Elliott Hughes · 14 years ago
  8. 18c2d2a Merge "A test for unexpected finalization on objects that failed creation." into dalvik-dev by Jesse Wilson · 14 years ago
  9. 3bbc1e7 A test for unexpected finalization on objects that failed creation. by Jesse Wilson · 14 years ago
  10. eeefcae Remove the "Answers" javadoc barbarism. by Elliott Hughes · 14 years ago
  11. b470d3a Merge "Fix HttpURLConnection to not cache failures." into dalvik-dev by Elliott Hughes · 14 years ago
  12. 6247987 Fix HttpURLConnection to not cache failures. by Elliott Hughes · 14 years ago
  13. f002bdd Moving OpenSSLSessionImpl native code to NativeCrypto by Brian Carlstrom · 14 years ago
  14. 7b18e4c Merge "Remove use of non-errno error codes in OSNetworkSystem." into dalvik-dev by Elliott Hughes · 14 years ago
  15. 02d23a6 Remove unnecessary NativeCrypto "OpenSSL error" warning by Brian Carlstrom · 14 years ago
  16. b375c0c Remove use of non-errno error codes in OSNetworkSystem. by Elliott Hughes · 14 years ago
  17. e688a41 Addressing post-submit comments regarding OpenSSL handhake changes by Brian Carlstrom · 14 years ago
  18. 6b811c5 Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni by Peter Hallam · 14 years ago
  19. 0a98ab4 Merge "Improving the doc for java.util.Timer" into dalvik-dev by Jesse Wilson · 14 years ago
  20. c38102e Improving the doc for java.util.Timer by Jesse Wilson · 14 years ago
  21. 0ebe222 Merge "Remove workarounds from JSSE tests now that SSLServerSocket.accept no longer tries to handshake" into dalvik-dev by Brian Carlstrom · 14 years ago
  22. 17c7442 Remove workarounds from JSSE tests now that SSLServerSocket.accept no longer tries to handshake by Brian Carlstrom · 14 years ago
  23. 252299f Merge "Fix IPv6 multicast TTLs." into dalvik-dev by Elliott Hughes · 14 years ago
  24. 4401c75 Fix IPv6 multicast TTLs. by Elliott Hughes · 14 years ago
  25. f4c62bc Merge "OpenSSLSocket handshake overhaul" into dalvik-dev by Brian Carlstrom · 14 years ago
  26. bcfb325 OpenSSLSocket handshake overhaul by Brian Carlstrom · 14 years ago
  27. 4cb7f05 Remove an unused field and tidy up a test. by Elliott Hughes · 14 years ago
  28. 4d8e933 Fix MulticastSocket.setTTL. by Elliott Hughes · 14 years ago
  29. 6e1c2a9 Adapt to new location of libcore by Jean-Baptiste Queru · 14 years ago
  30. a1a038e Use unsigned comparison for stack pointers. by Ben Cheng · 14 years ago
  31. 60b01a5 Merge "Adding public API for cookies." into dalvik-dev by Jesse Wilson · 14 years ago
  32. f53dd20 Rework common_periodicChecks. by Andy McFadden · 14 years ago
  33. d138a32 Adding public API for cookies. by Jesse Wilson · 14 years ago
  34. ae2a757 Merge "Dalvik Zip rewrite." into dalvik-dev by Andy McFadden · 14 years ago
  35. 99c4f9c Dalvik Zip rewrite. by Andy McFadden · 15 years ago
  36. 21d0308 Merge "Fixing a few TreeMap bugs found by the latest Harmony tests." into dalvik-dev by Jesse Wilson · 14 years ago
  37. 54d5514 Merge "Use unsigned compare for stack overflow." into dalvik-dev by Andy McFadden · 14 years ago
  38. 2f2e06e Fixing a few TreeMap bugs found by the latest Harmony tests. by Jesse Wilson · 14 years ago
  39. 2d5ab32 Optimize rem-int/lit too. by Elliott Hughes · 14 years ago
  40. 9c5cf73 Use unsigned compare for stack overflow. by Andy McFadden · 14 years ago
  41. f21aa26 Don't accidentally convert % into /... by Elliott Hughes · 14 years ago
  42. 80d0616 Merge "Add a regression test for http://code.google.com/p/android/issues/detail?id=7935." into dalvik-dev by Elliott Hughes · 14 years ago
  43. afbd39b Merge "Filling out implementations of java.util." into dalvik-dev by Jesse Wilson · 14 years ago
  44. 286772e Filling out implementations of java.util. by Jesse Wilson · 14 years ago
  45. ad4718b Add a regression test for http://code.google.com/p/android/issues/detail?id=7935. by Elliott Hughes · 14 years ago
  46. 781de60 Add a regression test for another DST-less locale. by Elliott Hughes · 14 years ago
  47. 663db01 Merge "Remove almost all of the temporary allocations." into dalvik-dev by Elliott Hughes · 14 years ago
  48. 07e4af1 am cfb71ee5: (-s ours) no emma instrumentation on core-test by Guang Zhu · 14 years ago
  49. 33088ca Remove almost all of the temporary allocations. by Elliott Hughes · 14 years ago
  50. f69aac3 no emma instrumentation on core-test by Guang Zhu · 14 years ago
  51. fe0daba Merge "Fix HttpURLConnection.setFixedLengthStreamingMode." into dalvik-dev by Elliott Hughes · 14 years ago
  52. 02f0cb2 Fix HttpURLConnection.setFixedLengthStreamingMode. by Elliott Hughes · 14 years ago
  53. cec4dd4 merge more modules into luni by Peter Hallam · 14 years ago
  54. f205f06 Merge "Optimize idiv-int/lit for powers of 2." into dalvik-dev by Elliott Hughes · 14 years ago
  55. 6ee75dc Restore test expectations inadvertently deleted with vogar. by Jesse Wilson · 14 years ago
  56. a6cf215 Optimize idiv-int/lit for powers of 2. by Elliott Hughes · 14 years ago
  57. b4656e4 Merge "Fix =/== bug." into dalvik-dev by Elliott Hughes · 14 years ago
  58. 18f8a70 Fix =/== bug. by Elliott Hughes · 14 years ago
  59. ea4f6e2 Merge "More merging of nio into luni" into dalvik-dev by Jesse Wilson · 14 years ago
  60. 16a64bb Removing vogar from Dalvik's git tree; the source is now on code.google.com. by Jesse Wilson · 14 years ago
  61. 8798e41 am b59dd513: am 5793d439: am 3e557951: am 42452494: Fix dexdump to build in Windows SDK under Linux by Raphael · 14 years ago
  62. 5504171 am 5793d439: am 3e557951: am 42452494: Fix dexdump to build in Windows SDK under Linux by Raphael · 14 years ago
  63. 309e703 am 3e557951: am 42452494: Fix dexdump to build in Windows SDK under Linux by Raphael · 15 years ago
  64. 6c79dd6 am 42452494: Fix dexdump to build in Windows SDK under Linux by Raphael · 15 years ago
  65. f6de594 Merge "Dead code/cruft removal in the collation code." into dalvik-dev by Elliott Hughes · 15 years ago
  66. 0808cae Dead code/cruft removal in the collation code. by Elliott Hughes · 15 years ago
  67. 3ff29eb More merging of nio into luni by Peter Hallam · 15 years ago
  68. f59c63b Fix dexdump to build in Windows SDK under Linux by Raphael · 15 years ago
  69. be223d9 am 29af77bf: am ca88104b: am 770379e1: am 6efd4463: Fix a deadlock in the breakpoint code. by Andy McFadden · 15 years ago
  70. bbe2e0b am ca88104b: am 770379e1: am 6efd4463: Fix a deadlock in the breakpoint code. by Andy McFadden · 15 years ago
  71. 2093ae9 am 770379e1: am 6efd4463: Fix a deadlock in the breakpoint code. by Andy McFadden · 15 years ago
  72. 0595149 Merge "Import the copying collector." into dalvik-dev by Carl Shapiro · 15 years ago
  73. c8b0323 Import the copying collector. by Carl Shapiro · 15 years ago
  74. b60357b am 6efd4463: Fix a deadlock in the breakpoint code. by Andy McFadden · 15 years ago
  75. b39e496 Fix a deadlock in the breakpoint code. by Andy McFadden · 15 years ago
  76. 1d59ded Merge "Fix a deadlock in the breakpoint code." into dalvik-dev by Andy McFadden · 15 years ago
  77. fdbc20f Merge "Fixing some logging tests, see http://b/issue?id=2487338" into dalvik-dev by Jesse Wilson · 15 years ago
  78. 2ecec21 Fix a deadlock in the breakpoint code. by Andy McFadden · 15 years ago
  79. 231142a Fixing some logging tests, see http://b/issue?id=2487338 by Jesse Wilson · 15 years ago
  80. 3860771 Remove unnecessary IPv6 and IPv4 parsing from URI. by Jesse Wilson · 15 years ago
  81. d5fa369 Merge "Fixing java.lang.NullPointerException at java.net.URI$Helper.isValidDomainName" into dalvik-dev by Jesse Wilson · 15 years ago
  82. 733642b Fixing java.lang.NullPointerException at java.net.URI$Helper.isValidDomainName by Jesse Wilson · 15 years ago
  83. ba7f982 Merge "java.text.RuleBasedCollator fixes." into dalvik-dev by Elliott Hughes · 15 years ago
  84. a7d4139 java.text.RuleBasedCollator fixes. by Elliott Hughes · 15 years ago
  85. b5710f6 am ed4035bc: am d2203aa0: am 1beb43af: merge from open-source master by The Android Open Source Project · 15 years ago
  86. 44785c1 am d2203aa0: am 1beb43af: merge from open-source master by The Android Open Source Project · 15 years ago
  87. 53853d4 am 1beb43af: merge from open-source master by The Android Open Source Project · 15 years ago
  88. 1d1429e merge from open-source master by The Android Open Source Project · 15 years ago
  89. 5779f05 Update to the latest upstream collator tests. by Elliott Hughes · 15 years ago
  90. cb109d3 Merge "Suppress all failures in setSecurityManager() with vogar." into dalvik-dev by Jesse Wilson · 15 years ago
  91. 9fea757 Suppress all failures in setSecurityManager() with vogar. by Jesse Wilson · 15 years ago
  92. 92c33a9 am 3825d34f: am d4b6f6aa: am 1dd42bb9: Fix NetworkInterface on sholes/ppp. by Elliott Hughes · 15 years ago
  93. 98a4337 am d4b6f6aa: am 1dd42bb9: Fix NetworkInterface on sholes/ppp. by Elliott Hughes · 15 years ago
  94. 6b0aab1 am 1dd42bb9: Fix NetworkInterface on sholes/ppp. by Elliott Hughes · 15 years ago
  95. e72b6f4 Merge "Fix Locale.getDisplayName for unlocalizable languages/countries/variants." into dalvik-dev by Elliott Hughes · 15 years ago
  96. a5fd116 Fix NetworkInterface on sholes/ppp. by Elliott Hughes · 15 years ago
  97. 724c22e Merge "Add some .odex info to dexdump output." into dalvik-dev by Andy McFadden · 15 years ago
  98. 0ade1b6 Fix Locale.getDisplayName for unlocalizable languages/countries/variants. by Elliott Hughes · 15 years ago
  99. 8baf143 Rewrite the HTTP connection pool used by HttpURLConnection. by Jesse Wilson · 15 years ago
  100. d4ddeeb am 0691c470: am 6f7ec8e6: am 28f4d74b: Merge "Remove dangerous logging code from unlockMonitor. It is unsafe to dereference a potentially corrupt lock word to retrieve additional information about the lock state. This code was added to debug a transient error and ha by Carl Shapiro · 15 years ago