1. 4bffb97 8139373: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout by igerasim · 10 years ago
  2. 8f93890 Merge by asaha · 10 years ago
  3. 0e90878 8135305: InetAddress.isReachable reports true when loopback interface is specified by robm · 10 years ago
  4. 7be71cc 8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6 by robm · 10 years ago
  5. deb8b1f Merge by asaha · 10 years ago
  6. 1595e8a Merge by asaha · 10 years ago
  7. 63c3199 8072466: Deadlock when initializing MulticastSocket and DatagramSocket by igerasim · 10 years ago
  8. b4ca776 8133196: HTTPS hostname invalid issue with InetAddress by coffeys · 10 years ago
  9. 63f5865 8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows by chegar · 11 years ago
  10. 63c6e6c 7178362: Socket impls should ignore unsupported proxy types rather than throwing by coffeys · 10 years ago
  11. 934cb8b 8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String) by robm · 10 years ago
  12. a2751e3 8042622: Check for CRL results in IllegalArgumentException "white space not allowed" by michaelm · 11 years ago
  13. 6603b93 8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist by msheppar · 11 years ago
  14. 29d4bd4 8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack by chegar · 11 years ago
  15. 9eabd29 8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode by chegar · 11 years ago
  16. ec886a0 8043529: Serviceability tests using @library failing with java.lang.NoClassDefFoundError by jbachorik · 11 years ago
  17. d62d2a9 8034170: Digest authentication interop issue Reviewed-by: chegar by michaelm · 11 years ago
  18. b3c6fcf 8040747: Improve performance of IP address parsing by mduigou · 11 years ago
  19. 6442434 8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac by michaelm · 11 years ago
  20. 69e837b Merge by kvn · 11 years ago
  21. f0180fa 8035897: Better memory allocation for file descriptors greater than 1024 on macosx by chegar · 11 years ago
  22. 9fc3fb2 Merge by kvn · 12 years ago
  23. 7b180de 8028537: PPC64: Updated the JDK regression tests to run on AIX by simonis · 12 years ago
  24. f3d11f6 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 by lana · 12 years ago
  25. 88da12e 8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname by michaelm · 12 years ago
  26. 243018d 8025211: Intermittent test failure: java/net/DatagramSocket/PortUnreachable.java by msheppar · 12 years ago
  27. 959c3a0 Merge by lana · 12 years ago
  28. 7c6385a Merge by lana · 12 years ago
  29. c6566b9 8022212: Intermittent test failures in java/net Reviewed-by: chegar by tyan · 12 years ago
  30. 8b76778 8028581: [TESTBUG] java/net/Socket/LingerTest.java failing Reviewed-by: alanb by michaelm · 12 years ago
  31. 1549cbf 8022213: Intermittent test failures in java/net/URLClassLoader by chegar · 12 years ago
  32. 9adafbe 8027696: Incorrect copyright header in the tests by serb · 12 years ago
  33. 40d6ba2 8028060: test/java/net/URLPermission/nstest/lookup.sh failing (win) by michaelm · 12 years ago
  34. a204cf6 8019834: InetAddress.getByName hangs for bad IPv6 literals Reviewed-by: alanb by chegar · 12 years ago
  35. f508f9b 8022963: java/net/NetworkInterface/Equals.java fails equality for Windows Teredo Interface by tyan · 12 years ago
  36. 276b2e7 8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient by michaelm · 12 years ago
  37. 16c4017 8027687: The constructors of URLPermission class do not behave as described in javad by michaelm · 12 years ago
  38. 763e18b Merge by michaelm · 12 years ago
  39. 4f96e0f 8027570: NullPointerException in URLPermission.hashCode() Reviewed-by: chegar by michaelm · 12 years ago
  40. 42b5208 7122887: JDK ignores Gnome3 proxy settings by dxu · 12 years ago
  41. 30839ba 8020758: HttpCookie constructor does not throw IAE when name contains a space by chegar · 12 years ago
  42. b953e51 8025734: Use literal IP address where possible in SocketPermission generated by HttpURLPermission by michaelm · 12 years ago
  43. fadd492 7179567: JCK8 tests: api/java_net/URLClassLoader/index.html#Ctor3 failed with NPE by bpb · 12 years ago
  44. b6a3b26 8017779: java/net/Authenticator/B4769350.java fails by chegar · 12 years ago
  45. 8c5afac 8023390: Test java/net/NetworkInterface/MemLeakTest.java failed with the latest jdk8 build by igerasim · 12 years ago
  46. 58c1654 8014719: HttpClient/ProxyTest.java failing with IAE HttpURLPermission.parseURI by michaelm · 12 years ago
  47. 2792e9a 8023555: test/java/net/Socks/SocksProxyVersion.java fails when machine name is localhost by tyan · 12 years ago
  48. 4b4a58f 8026245: InetAddress.getLocalHost crash if IPv6 disabled (macosx) by robm · 12 years ago
  49. f1edfc1 Merge by chegar · 12 years ago
  50. 42d9999 Merge by chegar · 12 years ago
  51. f213bf3 Merge by chegar · 12 years ago
  52. 09b9ff0 8024952: ClassCastException in PlainSocketImpl.accept() when using custom socketImpl by coffeys · 12 years ago
  53. 5d8fea4 6458027: Disabling IPv6 on a specific network interface causes problems by msheppar · 12 years ago
  54. a1ff653 8024675: java/net/NetworkInterface/UniqueMacAddressesTest.java fails on Windows by msheppar · 12 years ago
  55. a848d00 8023090: Additional debug info for java/net/NetworkInterface/Equals.java by chegar · 12 years ago
  56. e9a6f79 8021372: NetworkInterface.getNetworkInterfaces() returns duplicate hardware address by msheppar · 12 years ago
  57. fa9eb5c 8023326: [TESTBUG] java/net/CookieHandler/LocalHostCookie.java misplaced try/finally by msheppar · 12 years ago
  58. 9f622b7 Merge by chegar · 12 years ago
  59. 51476cb 8020842: IDN do not throw IAE when hostname ends with a trailing dot by xuelei · 12 years ago
  60. 36b7877 Merge by chegar · 12 years ago
  61. 543931f 8023881: IDN.USE_STD3_ASCII_RULES option is too strict to use Unicode in IDN.toASCII by xuelei · 12 years ago
  62. 34141ab 8021820: Number of opened files used in select() is limited to 1024 [macosx] by aefimov · 12 years ago
  63. 9d70308 8022584: Memory leak in some NetworkInterface methods by igerasim · 12 years ago
  64. 5fc726c 8022921: Remove experimental Profile attribute Reviewed-by: mchung, chegar by alanb · 12 years ago
  65. 951b428 8015743: Address internet addresses Reviewed-by: alanb, khazra, skoivu by michaelm · 12 years ago
  66. 2df3a9a 8022344: Additional debug info for test/java/net/NetworkInterface/IndexTest.java by chegar · 12 years ago
  67. e2aef2e 8015799: HttpURLConnection.getHeaderFields() throws IllegalArgumentException by jzavgren · 12 years ago
  68. e55424a 8014499: MulticastSocket should enable IP_MULTICAST_ALL (lnx) by chegar · 12 years ago
  69. 55ef0fa 7169142: CookieHandler does not work with localhost by khazra · 12 years ago
  70. 93fd096 7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER by khazra · 12 years ago
  71. 23f6471 7188517: Check on '$' character is missing in the HttpCookie class constructor by jzavgren · 12 years ago
  72. 971ca78 7107883: getNetworkPrefixLength() does not return correct prefix length by chegar · 12 years ago
  73. 59e5dae Merge by chegar · 12 years ago
  74. 8d86b6a 8014783: java/net/HttpURLPermission/HttpURLPermissionTest.java leaves files open by chegar · 12 years ago
  75. a3d1774 7150552: network test hangs [macosx] by khazra · 12 years ago
  76. 23db53c 8010464: Evolve java networking same origin policy by michaelm · 12 years ago
  77. 9d9618a 6594296: NetworkInterface.getHardwareAddress returns zero length byte array by chegar · 12 years ago
  78. f2d8c36 8007373: Inet6Address serialization incompatibility Reviewed-by: alanb, chegar by msheppar · 12 years ago
  79. 47da082 Merge by lana · 12 years ago
  80. 7859e14 Merge by katleman · 12 years ago
  81. 66c6489 8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows by chegar · 12 years ago
  82. a6b255b 8012048: JDK8 b85 source with GPL header errors Reviewed-by: iris, mduigou, jjg by katleman · 12 years ago
  83. 38adb6d 5001942: Missings SOCKS support for direct connections by khazra · 12 years ago
  84. a926a54 6370908: Add support for HTTP_CONNECT proxy in Socket class by chegar · 12 years ago
  85. 372369b Merge by lana · 12 years ago
  86. d67f53f Merge by dholmes · 12 years ago
  87. 4112544 8008223: java/net/BindException/Test.java fails rarely by chegar · 12 years ago
  88. 759d6dd Merge by dholmes · 13 years ago
  89. 7ac25fd 8007322: untangle ftp protocol from general networking URL tests by chegar · 13 years ago
  90. 95f2556 8006395: Race in async socket close on Linux Reviewed-by: alanb, dsamersoff by chegar · 13 years ago
  91. c24a077 8003255: (profiles) Update JAR file specification to support profiles by alanb · 13 years ago
  92. c49eb88 8006560: java/net/ipv6tests/B6521014.java fails intermittently by chegar · 13 years ago
  93. fa51d8b 7171415: java.net.URI.equals/hashCode not consistent for some URIs by khazra · 13 years ago
  94. 303e05f 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools by alanb · 13 years ago
  95. 3a4df52 Merge by lana · 13 years ago
  96. a7d9754 8005556: java/net/Socks/SocksV4Test.java is missing @run tag Reviewed-by: alanb by chegar · 13 years ago
  97. d08780c 8004982: JDK8 source with GPL header errors Reviewed-by: ohair by katleman · 13 years ago
  98. 185927e 8000525: Java.net.httpcookie api does not support 2-digit year format by robm · 13 years ago
  99. 3f6cad7 8003890: corelibs test scripts should pass TESTVMOPTS by chegar · 13 years ago
  100. 8f9fe84 8004675: Inet6Address.getHostAddress should use string scope identifier where available by chegar · 13 years ago