- 30 10月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb
-
- 29 10月, 2013 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: alexsch, smarks
-
- 23 10月, 2013 1 次提交
-
-
由 bpb 提交于
8026806: Incomplete test of getaddrinfo() return value could lead to incorrect exception for Windows Inet 6 Summary: Check getaddrinfo return value before calling WSAGetLastError. Reviewed-by: alanb, dsamersoff
-
- 16 10月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: Modify UHE exception message for EAI_AGAIN failures. Reviewed-by: alanb, chegar, michaelm, dsamersoff Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com>
-
- 16 9月, 2013 1 次提交
-
-
由 msheppar 提交于
Summary: added a check to test if an interface is configured for IPv6 to native code TwoStacklainDatagramSocketImpl: getMulticastInterface, setMulticastInterface Reviewed-by: chegar, michaelm
-
- 09 9月, 2013 1 次提交
-
-
由 msheppar 提交于
Summary: amended src/windows/native/java/net/NetworkInterface_winXP.c to "properly" handle Ipv6IfIndex Reviewed-by: chegar, dsamersoff
-
- 23 9月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb, martin Contributed-by: ivan.gerasimov@oracle.com
-
- 16 8月, 2013 1 次提交
-
-
由 dxu 提交于
Reviewed-by: alanb
-
- 15 8月, 2013 1 次提交
-
-
由 sherman 提交于
Summary: to remove the IOE throwing code Reviewed-by: alanb
-
- 10 8月, 2013 1 次提交
-
-
由 dxu 提交于
Summary: Remove IOException related error-handling code for backward compatibility Reviewed-by: alanb, lancea, mr
-
- 08 8月, 2013 1 次提交
-
-
由 uta 提交于
Reviewed-by: alanb, robm, martin
-
- 19 7月, 2013 2 次提交
- 02 8月, 2013 1 次提交
-
-
由 uta 提交于
Reviewed-by: alanb, khazra, chegar
-
- 22 6月, 2013 1 次提交
-
-
由 chegar 提交于
8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions Reviewed-by: alanb, khazra
-
- 11 6月, 2013 1 次提交
-
-
由 dxu 提交于
8011950: java.io.File.createTempFile enters infinite loop when passed invalid data Reviewed-by: alanb
-
- 07 6月, 2013 1 次提交
-
-
由 robm 提交于
Reviewed-by: alanb
-
- 28 5月, 2013 1 次提交
-
-
由 robm 提交于
Reviewed-by: alanb
-
- 01 5月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb
-
- 29 4月, 2013 1 次提交
-
-
由 jzavgren 提交于
Summary: Modified code to fix this leak and then proactively fixed improper calls to realloc() in the windows native code that can also cause leaks. Reviewed-by: chegar, khazra, dsamersoff
-
- 16 4月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb, dsamersoff
-
- 15 3月, 2013 1 次提交
-
-
由 khazra 提交于
Summary: Enable exclusive binding of ports on Windows Reviewed-by: alanb, chegar, ahgross
-
- 14 3月, 2013 1 次提交
-
-
由 dxu 提交于
Summary: Replace JVM_* functions with direct system calls in java io area Reviewed-by: alanb, uta, martin
-
- 05 3月, 2013 1 次提交
-
-
由 jzavgren 提交于
Reviewed-by: alanb, chegar, dsamersoff
-
- 20 2月, 2013 2 次提交
- 01 6月, 2013 1 次提交
-
-
由 jzavgren 提交于
Summary: Modified the code so that "jumbo frames" are truncated before buffer allocation is considered. This makes the buffer length a reliable indication that a buffer has been allocated, and it can then be used during clean up. Reviewed-by: chegar, khazra, alanb Contributed-by: john.zavgren@oracle.com
-
- 23 1月, 2013 1 次提交
-
-
由 uta 提交于
Summary: Registry-based approach was changed to SHGetKnownFolderPath/SHGetFolderPathW Reviewed-by: alanb, anthony
-
- 13 2月, 2013 1 次提交
-
-
由 michaelm 提交于
Summary: delegate InetAddress fields to a holder object Reviewed-by: alanb, chegar
-
- 11 12月, 2012 1 次提交
-
-
由 dingxmin 提交于
Reviewed-by: chegar, dsamersoff
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 26 10月, 2012 1 次提交
-
-
由 dxu 提交于
Reviewed-by: alanb, dholmes, erikj, jgish
-
- 11 10月, 2012 1 次提交
-
-
由 dxu 提交于
Reviewed-by: alanb
-
- 06 7月, 2012 1 次提交
-
-
由 zhouyx 提交于
Reviewed-by: chegar
-
- 26 6月, 2012 1 次提交
-
-
由 robm 提交于
Reviewed-by: alanb
-
- 08 6月, 2012 1 次提交
-
-
由 erikj 提交于
Reviewed-by: ohair, ohrstrom, ihse
-
- 07 6月, 2012 1 次提交
-
-
由 khazra 提交于
7173645: (props) System.getProperty("os.name") should return "Windows Server 2012" for Windows Server 2012 Summary: Enable Windows Server 2012 to be recognized as "os.name" Reviewed-by: alanb, dholmes, chegar
-
- 25 5月, 2012 1 次提交
-
-
由 youdwei 提交于
Reviewed-by: okutsu
-
- 24 5月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Enable Windows Version 6.2 to be recognized as Windows 8 Reviewed-by: darcy, dholmes, alanb, chegar
-
- 17 5月, 2012 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: alanb
-