1. c129556 Fix hostname parsing in java.net.URLStreamHandler. by Pete Bentley · 6 years ago rel/p/fp2/20.10.1-beta rel/p/fp2/20.12.0-beta 20.10.1-beta.0 20.12.0-beta.0 20.12.0-beta.1
  2. 7dbee73 Update java.net.URL to OpenJDK 8u121-b13. by Tobias Thierer · 7 years ago
  3. d430cc7 Move libcore tests to non-libcore packages. by Tobias Thierer · 7 years ago
  4. eca3a93 Fix URLTest#testAtSignInUserInfo failure by Yi Kong · 8 years ago
  5. 2e3689a Pull upstream fix for CVE-2016-5552 by Yi Kong · 8 years ago
  6. 78a4344 Fix URL parser may return wrong host name by Yi Kong · 8 years ago
  7. 7b05c36 Set warnings for unbuffered I/O by Shubham Ajmera · 8 years ago
  8. e56459a Fix java.net.URL#getPath regression by Przemyslaw Szczepaniak · 8 years ago
  9. fe6fe17 URL: Remove toUriLenient. by Narayan Kamath · 9 years ago
  10. b93dbae URL: Avoid network I/O in hashCode and equals. by Narayan Kamath · 9 years ago
  11. bb3195f Don't allow explicit signs in URL port numbers. by Calin Juravle · 10 years ago
  12. bb1546d Make sure URL.toURILenient throws the proper exception on trailing garbage escape by Brian Carlstrom · 12 years ago
  13. dc24b1b Add tests for underscores in URLs. by Jesse Wilson · 12 years ago
  14. b416ef5 Rename SerializableTester to SerializationTester by Jesse Wilson · 13 years ago
  15. d0d6266 Don't NullPointerException when a URL contains a space. by Jesse Wilson · 13 years ago
  16. 98c564c Only permit square brackets on IPv6 addresses. by Jesse Wilson · 13 years ago
  17. c68609e Document java.net.URI. by Jesse Wilson · 13 years ago
  18. 10527ac Parity between URI and URL tests. by Jesse Wilson · 13 years ago
  19. 5292410 Rewrite parsing for java.net.URL. by Jesse Wilson · 13 years ago
  20. 8f99aa0 Cosmetic cleanup of java.net.URL. by Jesse Wilson · 13 years ago
  21. f5fc66d Merge commit '6dfa1ea0' into manualmerge by Jesse Wilson · 14 years ago
  22. 6c434a1 Fix URL.equals() to not throw on null hosts. by Jesse Wilson · 14 years ago
  23. 7e00db4 Don't do DNS lookups in URL.equals() by Jesse Wilson · 14 years ago
  24. 8fd0225 Fix some of the most obvious bugs in URLStreamHandler's URL parsing. by Jesse Wilson · 14 years ago
  25. 6470a30 Regression test for URL(String) constructor bug. by Elliott Hughes · 14 years ago