Wed, 05 Jul 2017 16:36:42 +0200 Merge
duke [Wed, 05 Jul 2017 16:36:42 +0200] rev 501
Merge
Thu, 24 Apr 2008 12:12:07 -0700 Added tag jdk7-b26 for changeset 878e1f117e8e
xdono [Thu, 24 Apr 2008 12:12:07 -0700] rev 500
Added tag jdk7-b26 for changeset 878e1f117e8e
Wed, 05 Jul 2017 16:36:39 +0200 Merge
duke [Wed, 05 Jul 2017 16:36:39 +0200] rev 499
Merge
Fri, 16 May 2008 12:25:57 -0700 Merge
tbell [Fri, 16 May 2008 12:25:57 -0700] rev 498
Merge
Mon, 12 May 2008 18:06:23 -0700 Merge
tbell [Mon, 12 May 2008 18:06:23 -0700] rev 497
Merge
Sun, 11 May 2008 00:26:16 -0700 Merge
wetmore [Sun, 11 May 2008 00:26:16 -0700] rev 496
Merge
Fri, 02 May 2008 21:33:59 +0100 6687919: REGRESSION : Classloader can handle any resource which is not included in classpath
chegar [Fri, 02 May 2008 21:33:59 +0100] rev 495
6687919: REGRESSION : Classloader can handle any resource which is not included in classpath Reviewed-by: jccollet, alanb
Sat, 10 May 2008 12:14:53 -0700 6691215: (coll) IdentityHashMap.containsValue(null) returns true when null value not present
martin [Sat, 10 May 2008 12:14:53 -0700] rev 494
6691215: (coll) IdentityHashMap.containsValue(null) returns true when null value not present Reviewed-by: dl, chegar, alanb Contributed-by: scottb@google.com
Sat, 10 May 2008 11:49:25 -0700 6691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry
martin [Sat, 10 May 2008 11:49:25 -0700] rev 493
6691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry Reviewed-by: dl, chegar
Sat, 10 May 2008 11:30:53 -0700 6636363: BufferUnderflowException decoding length 6 UTF-8 sequences with direct buffers
martin [Sat, 10 May 2008 11:30:53 -0700] rev 492
6636363: BufferUnderflowException decoding length 6 UTF-8 sequences with direct buffers Reviewed-by: sherman
Thu, 08 May 2008 09:16:03 -0400 6697875: Copyright headers need to be upgraded with GPL derivative
kamg [Thu, 08 May 2008 09:16:03 -0400] rev 491
6697875: Copyright headers need to be upgraded with GPL derivative Summary: Update copyright headers to GPL Reviewed-by: xdono
Wed, 30 Apr 2008 11:10:33 -0700 6695818: New regression test (KerberosTixDateTest) for Kerberos failing on (probably) all platforms.
valeriep [Wed, 30 Apr 2008 11:10:33 -0700] rev 490
6695818: New regression test (KerberosTixDateTest) for Kerberos failing on (probably) all platforms. Reviewed-by: mullan
Fri, 25 Apr 2008 15:32:27 -0700 Merge
valeriep [Fri, 25 Apr 2008 15:32:27 -0700] rev 489
Merge
Fri, 25 Apr 2008 15:24:48 -0700 6659990: KerberosTicket.getEndTime does not copy date (findbugs)
valeriep [Fri, 25 Apr 2008 15:24:48 -0700] rev 488
6659990: KerberosTicket.getEndTime does not copy date (findbugs) Reviewed-by: mullan
Fri, 25 Apr 2008 15:19:55 -0700 6524501: inconsistency with PKCS#11 spec - 0-value flags in CK_SLOT_INFO struct returned by C_GetSlotInfo()
valeriep [Fri, 25 Apr 2008 15:19:55 -0700] rev 487
6524501: inconsistency with PKCS#11 spec - 0-value flags in CK_SLOT_INFO struct returned by C_GetSlotInfo() Reviewed-by: mullan
Fri, 25 Apr 2008 09:03:20 -0400 Merge
mullan [Fri, 25 Apr 2008 09:03:20 -0400] rev 486
Merge
Fri, 25 Apr 2008 08:58:07 -0400 6690169: Specification for BasicPermission.equals() is not consistent
mullan [Fri, 25 Apr 2008 08:58:07 -0400] rev 485
6690169: Specification for BasicPermission.equals() is not consistent Summary: Clarified @return to be consistent with method description Reviewed-by: vinnie
Wed, 23 Apr 2008 10:20:34 -0700 Merge
wetmore [Wed, 23 Apr 2008 10:20:34 -0700] rev 484
Merge
Wed, 23 Apr 2008 08:10:28 +0800 6689000: Changes in 6675606 causing regression test failures on windows-i586
weijun [Wed, 23 Apr 2008 08:10:28 +0800] rev 483
6689000: Changes in 6675606 causing regression test failures on windows-i586 Summary: Accept illegal URLs like file:c:/root/x.conf and file:this/that/x.conf Reviewed-by: alanb, chegar
Fri, 18 Apr 2008 15:23:27 +0200 6558853: getHostAddress() on connections using IPv6 link-local addrs should have zone id
jccollet [Fri, 18 Apr 2008 15:23:27 +0200] rev 482
6558853: getHostAddress() on connections using IPv6 link-local addrs should have zone id Summary: Set the scope_id_set flag when necessary Reviewed-by: chegar
Thu, 17 Apr 2008 16:56:11 -0700 Merge
wetmore [Thu, 17 Apr 2008 16:56:11 -0700] rev 481
Merge
Thu, 17 Apr 2008 11:05:33 +0200 6644726: Cookie management issues
jccollet [Thu, 17 Apr 2008 11:05:33 +0200] rev 480
6644726: Cookie management issues Summary: Many changes to accomodate RFC 2965 and old Netscape specs Reviewed-by: chegar
Wed, 16 Apr 2008 14:17:54 +0100 6687282: URLConnection for HTTPS connection through Proxy w/ Digest Authentication gives 400 Bad Request
chegar [Wed, 16 Apr 2008 14:17:54 +0100] rev 479
6687282: URLConnection for HTTPS connection through Proxy w/ Digest Authentication gives 400 Bad Request Summary: Change http/digest implementation to use host:port from CONNECT request Reviewed-by: michaelm
Tue, 15 Apr 2008 14:22:36 +0100 6659779: HttpURLConnections logger should log tunnel requests
chegar [Tue, 15 Apr 2008 14:22:36 +0100] rev 478
6659779: HttpURLConnections logger should log tunnel requests Summary: Invoke Logger for CONNECT request/responses. Reviewed-by: jccollet
(0) -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip