ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/LinkedBlockingDeque.java
Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 23:05:50 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
whitespace

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:03 2011 UTC (13 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Update Creative Commons license URL in legal notices

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 08:02:09 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +14 -10 lines
Diff to previous 1.25
make iterator weakly consistent specs more consistent

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 19:33:54 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +21 -10 lines
Diff to previous 1.24
fix for 6993789: LinkedBlockingDeque iterator never returns and owns lock forever

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Sep 30 00:50:19 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +14 -1 lines
Diff to previous 1.23
optimize toString methods

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Sep 28 11:05:19 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.22: +26 -22 lines
Diff to previous 1.22
Move more allocations outside of locks to reduce footprint

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 20:53:30 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +4 -2 lines
Diff to previous 1.21
6866554: Misc. javadoc warnings

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 18:13:43 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +253 -141 lines
Diff to previous 1.20
6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Feb 15 23:41:38 2009 UTC (15 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
Null fields on unlink to help GC

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:56 2008 UTC (16 years ago) by jsr166
Branch: MAIN
Changes since 1.18: +19 -19 lines
Diff to previous 1.18
Sync with OpenJDK; untabify

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun May 28 23:36:29 2006 UTC (18 years ago) by jsr166
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Location of Collections Guide has changed

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Sep 23 18:08:35 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
hold locks only when necessary

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 11:15:44 2005 UTC (18 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.15: +8 -11 lines
Diff to previous 1.15
Incorporate review suggestions

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 04:41:04 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +2 -5 lines
Diff to previous 1.14
doc fixes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 23:50:02 2005 UTC (18 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.13: +67 -22 lines
Diff to previous 1.13
Add Deque.descendingIterator

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Jun 18 01:56:01 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
doc fixes

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat May 28 15:08:57 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
whitespace

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat May 21 02:54:52 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.10: +14 -0 lines
Diff to previous 1.10
remove(Object)

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed May 18 01:42:54 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
whitespace

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue May 17 17:28:26 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.8: +390 -182 lines
Diff to previous 1.8
doc fixes

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon May 2 21:48:34 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
first sentence; third person

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 2 08:35:49 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
E o -> E e

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon May 2 06:06:17 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.5: +18 -18 lines
Diff to previous 1.5
Deque method param names

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon May 2 03:16:16 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
first sentence; third person

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon May 2 02:47:17 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.3: +7 -7 lines
Diff to previous 1.3
doc fixes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 01:17:18 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.2: +26 -26 lines
Diff to previous 1.2
doc fixes

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 12:27:11 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Copyedit pass

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 12:14:13 2004 UTC (19 years, 5 months ago) by dl
Branch: MAIN
Prepare jsr166x classes for Mustang integration

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to release-1_7_0: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a