- 01 5月, 2019 1 次提交
-
-
由 rriggs 提交于
Reviewed-by: alanb, rhalade, ahgross, darcy
-
- 11 9月, 2015 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: chegar
-
- 19 5月, 2015 1 次提交
-
-
由 igerasim 提交于
Summary: Added missing spaces, fixed indentation, replaced StringBuffer with StringBuilder Reviewed-by: martin, rriggs
-
- 20 11月, 2014 1 次提交
-
-
由 rriggs 提交于
Reviewed-by: dholmes, martin
-
- 19 9月, 2018 1 次提交
-
-
由 jlahoda 提交于
Summary: Making Preferences.systemRoot/userRoot lazy on Windows, to avoid warnings for system root when only user root was requested; reducing synchronization while creating the Preferences. Reviewed-by: alanb
-
- 27 12月, 2013 1 次提交
-
-
由 lana 提交于
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
-
- 29 10月, 2013 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: alexsch, smarks
-
- 02 10月, 2013 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: chegar
-
- 08 8月, 2013 1 次提交
-
-
由 uta 提交于
Reviewed-by: alanb, robm, martin
-
- 18 6月, 2013 1 次提交
-
-
由 uta 提交于
Reviewed-by: alanb, ahgross
-
- 15 5月, 2013 1 次提交
-
-
由 uta 提交于
Reviewed-by: alanb
-
- 16 4月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb, dsamersoff
-
- 21 3月, 2013 1 次提交
-
-
由 khazra 提交于
Summary: Eliminate fall-through while setting socket options on Windows Reviewed-by: alanb, chegar
-
- 20 3月, 2013 1 次提交
-
-
由 uta 提交于
Reviewed-by: alanb
-
- 15 3月, 2013 1 次提交
-
-
由 khazra 提交于
Summary: Enable exclusive binding of ports on Windows Reviewed-by: alanb, chegar, ahgross
-
- 08 3月, 2013 1 次提交
-
-
由 uta 提交于
Reviewed-by: alanb, ahgross
-
- 22 2月, 2013 1 次提交
-
-
由 uta 提交于
Reviewed-by: alanb, ahgross
-
- 21 12月, 2012 1 次提交
-
-
由 katleman 提交于
Reviewed-by: ohair
-
- 13 2月, 2013 1 次提交
-
-
由 michaelm 提交于
Summary: delegate InetAddress fields to a holder object Reviewed-by: alanb, chegar
-
- 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
-
- 23 8月, 2012 1 次提交
-
-
由 dingxmin 提交于
Reviewed-by: dholmes, alanb
-
- 26 6月, 2012 1 次提交
-
-
由 robm 提交于
Reviewed-by: alanb
-
- 28 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: alanb, dcubed
-
- 07 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: NAlan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
-
- 09 12月, 2011 1 次提交
-
-
由 omajid 提交于
Reviewed-by: smarks, dholmes, alanb, darcy
-
- 14 11月, 2011 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb, chegar Contributed-by: kurchi.subhra.hazra@oracle.com
-
- 11 11月, 2011 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: alanb
-
- 11 10月, 2011 1 次提交
-
-
由 chegar 提交于
Reviewed-by: coffeys
-
- 10 10月, 2011 1 次提交
-
-
由 chegar 提交于
7098719: -Dsun.net.maxDatagramSockets and Socket constructor does not work correctly with System.gc() Reviewed-by: michaelm
-
- 27 9月, 2011 1 次提交
-
-
由 chegar 提交于
7084030: DatagramSocket.getLocalAddress inconsistent on XP/2003 when IPv6 enabled and socket is connected Summary: Use family of connected IP address to retrieve desired local address of the datagram socket Reviewed-by: chegar Contributed-by: kurchi.subhra.hazra@oracle.com
-
- 19 9月, 2011 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: chegar, alanb
-
- 17 9月, 2011 1 次提交
-
-
由 chegar 提交于
Summary: Minor changes to networking java files to remove warnings Reviewed-by: chegar, weijun, hawtin Contributed-by: kurchi.subhra.hazra@oracle.com, sasha_bu@hotmail.com
-
- 28 6月, 2011 1 次提交
-
-
由 alanb 提交于
7059259: (process) ProcessBuilder.start permission check should be improved when redirecting output to append Reviewed-by: hawtin
-
- 20 4月, 2011 1 次提交
-
-
由 michaelm 提交于
7034570: java.lang.Runtime.exec(String[] cmd, String[] env) can not work properly if SystemRoot not inherited Reviewed-by: dholmes, alanb
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 26 3月, 2011 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: chegar
-
- 07 2月, 2011 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-