1. 3f1d7be Get rid of rule to generate a file with a # in its name. by Narayan Kamath · 10 years ago
  2. 21d9af2 Clarify comment on private method. by Narayan Kamath · 10 years ago
  3. 6dc0ed7 Merge "Add a unit test to demonstrate ICU CharsetProvider problems" by Narayan Kamath · 10 years ago
  4. 1895955 Add a unit test to demonstrate ICU CharsetProvider problems by Narayan Kamath · 10 years ago
  5. 7d5a834 Make socket binding behavior clearer by Neil Fuller · 10 years ago
  6. 9005bec Merge "Changes needed to support OkHttp upgrade" by Neil Fuller · 10 years ago
  7. 764ea3d Changes needed to support OkHttp upgrade by Neil Fuller · 10 years ago
  8. 30c6691 Remove fcntlLong, use fcntlInt for F_SETFD instead. by Narayan Kamath · 10 years ago
  9. 9169032 Merge "Add fcntlInt." by Narayan Kamath · 10 years ago
  10. 510742b Merge "Add a warning about relative paths to ZipEntry#getName." by Narayan Kamath · 10 years ago
  11. c8d9ea6 Add fcntlInt. by Narayan Kamath · 10 years ago
  12. f6f506c Add a warning about relative paths to ZipEntry#getName. by Narayan Kamath · 10 years ago
  13. 791bd64 Merge "Cache class and field lookups in StrictJarFile." by Narayan Kamath · 10 years ago
  14. 7861c3e Merge "Revert "Introduce user.locale."" by Narayan Kamath · 10 years ago
  15. 5eba1f2 Revert "Introduce user.locale." by Narayan Kamath · 10 years ago
  16. a4fe222 Merge "Introduce user.locale." by Narayan Kamath · 10 years ago
  17. 7f6e083 Introduce user.locale. by Narayan Kamath · 10 years ago
  18. 3cdad0e Merge "Fix confusing Selector docs" by Neil Fuller · 10 years ago
  19. 9944af2 Fix confusing Selector docs by Neil Fuller · 10 years ago
  20. a43c5da Fix the hostname for the IPv6 loopback address by Neil Fuller · 10 years ago
  21. 160fad7 More FileDescriptor.isSocket cleanup. by Elliott Hughes · 10 years ago
  22. fac834b Merge "Fix and clean up FileDescriptor.isSocket." by Elliott Hughes · 10 years ago
  23. 4f263fd Fix and clean up FileDescriptor.isSocket. by Elliott Hughes · 10 years ago
  24. 58d0df7 SSLSocketTest: test close alert during handshake by Kenny Root · 10 years ago
  25. 5905920 Cache class and field lookups in StrictJarFile. by Narayan Kamath · 10 years ago
  26. c9c4daa Merge "Add a test for bug 18644314." by Narayan Kamath · 10 years ago
  27. 1925e7d Add a test for bug 18644314. by Narayan Kamath · 10 years ago
  28. bfb6633 Fix a javadoc typo in java.net.URL.equals. by Elliott Hughes · 10 years ago
  29. 139d9d8 Avoid a type conversion during comparison by Neil Fuller · 10 years ago
  30. 880bf04 Merge "Extend ArrayList fastpath to Collections.sort(List<T>, Comparator<T>)." by Narayan Kamath · 10 years ago
  31. 36776bc Extend ArrayList fastpath to Collections.sort(List<T>, Comparator<T>). by Narayan Kamath · 10 years ago
  32. 77ef292 Fix documentation for Calendar#clone. by Narayan Kamath · 10 years ago
  33. 2413888 Fix CharsetEncoder.canEncode for empty CharSequences by Narayan Kamath · 10 years ago
  34. fa080b8 Add a zero-copy path for Collections.sort() on ArrayList. by Narayan Kamath · 10 years ago
  35. 2237a9d Fix integer overflow issue in ZoneInfo. by Narayan Kamath · 10 years ago
  36. 787a462 MimeUtils: add ODF presentation (template) by Miklos Vajna · 10 years ago
  37. 8a2692f Merge "Fix thread correctness issue in OldAndroidMonitorTest." by Narayan Kamath · 10 years ago
  38. 3676560 Fix thread correctness issue in OldAndroidMonitorTest. by Junjie Hu · 10 years ago
  39. b5997f4 Create GregorianCalendar via a delegate. by Deepanshu Gupta · 10 years ago
  40. 35b10b4 Merge "Add various system calls needed by the zygote." by Elliott Hughes · 10 years ago
  41. 7685626 Add hwp to MimeUtils map. by Sungmin Choi · 10 years ago
  42. 8f0f2ac Add various system calls needed by the zygote. by Elliott Hughes · 10 years ago
  43. 5643128 Don't TEMP_FAILURE_RETRY calls that can't fail. by Elliott Hughes · 10 years ago
  44. 9620c65 Merge "Fix poll to never return EINTR." by Elliott Hughes · 10 years ago
  45. fa54209 Fix poll to never return EINTR. by Elliott Hughes · 10 years ago
  46. a11b70d Add a hidden API for detecting response charsets. by Narayan Kamath · 10 years ago
  47. 8f09005 Merge "Repurpose "HexEncoding" for internal users." by Narayan Kamath · 10 years ago
  48. 11f82d1 Repurpose "HexEncoding" for internal users. by Narayan Kamath · 10 years ago
  49. fc0498f Remove unnecessary include directives. by Elliott Hughes · 10 years ago
  50. d9f7e57 Update ByteBuffer positions in Posix.* functions. by Narayan Kamath · 10 years ago
  51. 7c3ed52 Merge "When connecting to a SOCKS proxy, use the resolved IP" by Neil Fuller · 10 years ago
  52. c489247 Merge "Fix InetSocketAddress.getHostString(): return the name if available" by Neil Fuller · 10 years ago
  53. f2ea64c Fix Mac build (control reaches end of non-void function). by Elliott Hughes · 10 years ago
  54. 4538be5 Merge "Fix Mac build (unused parameter)." by Elliott Hughes · 10 years ago
  55. 5e92aa6 Fix Mac build (unused parameter). by Elliott Hughes · 10 years ago
  56. 500b6ac Remove dependency on AndroidConfig.h. by Elliott Hughes · 10 years ago
  57. 62eda73 Fix Mac build. by Elliott Hughes · 10 years ago
  58. 75781e7 Fix native registration. by Elliott Hughes · 10 years ago
  59. 0d8b5c3 Add pipe2 and O_CLOEXEC to the libcore POSIX API. by Elliott Hughes · 10 years ago
  60. 02f20db Use EMPTY_ITERATOR for EmptyList by Calin Juravle · 10 years ago
  61. cc4bdc5 Remove a workaround for an icu4c header file hack. by Elliott Hughes · 10 years ago
  62. 7da22a2 Add epub to MimeUtils map. by Ben Murdoch · 10 years ago
  63. c544b58 Don't include private bionic headers. by Elliott Hughes · 10 years ago
  64. 7cb815a Fix libcore.java.net.OldCookieHandlerTest#test_get_put() by Wei Liu · 10 years ago
  65. f696c24 Merge "Assert default SSLSocketFactory and HostnameVerifier actually used." by Alex Klyubin · 10 years ago
  66. b3a4dd8 When connecting to a SOCKS proxy, use the resolved IP by Neil Fuller · 10 years ago
  67. 9f274e1 Merge "Track date format changes for es_ES and es_US." by Narayan Kamath · 10 years ago
  68. b475aa0 Track date format changes for es_ES and es_US. by Narayan Kamath · 10 years ago
  69. b4fe6c3 Merge "Track more CLDR-26 updates." by Narayan Kamath · 10 years ago
  70. bb5fdaf cacerts uses MD5-based file names -- fix README accordingly. by Alex Klyubin · 10 years ago
  71. d28aba4 Track more CLDR-26 updates. by Narayan Kamath · 10 years ago
  72. 4f3e128 Assert default SSLSocketFactory and HostnameVerifier actually used. by Alex Klyubin · 10 years ago
  73. 59c2a0a Merge "Modernize requirements for platform-default HostnameVerifier." by Alex Klyubin · 10 years ago
  74. 3ed96cb Merge "Use okhttp's OkHostnameVerifier as the default." by Alex Klyubin · 10 years ago
  75. 3a8b418 Merge "Use a MockWebServer instead of hitting the network." by Narayan Kamath · 10 years ago
  76. 5c3f421 Use a MockWebServer instead of hitting the network. by Jason Parks · 10 years ago
  77. e9847f0 Delete ContentHandlerFactoryTest. by Narayan Kamath · 10 years ago
  78. af8ca5f Use okhttp's OkHostnameVerifier as the default. by Alex Klyubin · 10 years ago
  79. f4ce5a4 Modernize requirements for platform-default HostnameVerifier. by Alex Klyubin · 10 years ago
  80. d8f7074 Fix failing connection tests. by Jason Parks · 10 years ago
  81. ee458cf Fix InetSocketAddress.getHostString(): return the name if available by Neil Fuller · 10 years ago
  82. 2e47cbc Add tests for issue 18554122. by Narayan Kamath · 10 years ago
  83. 4e05c84 Add test case for issue 18428603 by Narayan Kamath · 10 years ago
  84. acaaf85 Merge "Fix obsolete javadoc." by Narayan Kamath · 10 years ago
  85. c41b248 Merge "Fix crash in selector.wakeup() with closed selector" by Neil Fuller · 10 years ago
  86. 99a0c82 Fix crash in selector.wakeup() with closed selector by Neil Fuller · 10 years ago
  87. 461f38f Fix obsolete javadoc. by Narayan Kamath · 10 years ago
  88. e6bab37 Expand on how to get fractional percentages. by Elliott Hughes · 10 years ago
  89. d9ce78b Clarify the rounding behavior of a percent formatter. by Elliott Hughes · 10 years ago
  90. 765a6c4 Merge "Track CLDR-26 updates to currency data." by Narayan Kamath · 10 years ago
  91. 85e839f Track CLDR-26 updates to currency data. by Narayan Kamath · 10 years ago
  92. 4284daf Add a simple test for "last-modified" headers. by Narayan Kamath · 10 years ago
  93. d8ce757 Fix URLConnectionTest for devices without full internet access. by Aaron Whyte · 10 years ago
  94. c0f3fe3 Merge "Track CDLR-26 changes to czech narrow standalone months." by Narayan Kamath · 10 years ago
  95. 5cf9044 Merge "Track ICU54 CLDR update." by Narayan Kamath · 10 years ago
  96. 4e5e7de "Pacific/Apia" is now "Apia Standard Time". by Narayan Kamath · 10 years ago
  97. bfd0ba3 Track CDLR-26 changes to czech narrow standalone months. by Narayan Kamath · 10 years ago
  98. 6f19d46 Track ICU54 CLDR update. by Narayan Kamath · 10 years ago
  99. c0c629a Fix CharsetEncoder.canEncode for ignorable code points. by Narayan Kamath · 10 years ago
  100. d4fba3b Only the Mac doesn't have POSIX clocks. by Elliott Hughes · 10 years ago