[cvs] / jsr166 / src / main / java / util / concurrent / ConcurrentLinkedQueue.java Repository:
ViewVC logotype

Log of /jsr166/src/main/java/util/concurrent/ConcurrentLinkedQueue.java

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 22:18:54 2009 UTC (2 months, 2 weeks ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.52: +2 -2 lines
Diff to previous 1.52
Use enhanced for loop

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 20:53:30 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51
6866554: Misc. javadoc warnings

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 17:47:05 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.50: +43 -11 lines
Diff to previous 1.50
6785442: ConcurrentLinkedQueue.remove() and poll() can both remove the same element

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 17:42:28 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.49: +31 -50 lines
Diff to previous 1.49
Fix Unsafe mechanics compilation errors

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 23:50:01 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.48: +5 -4 lines
Diff to previous 1.48
Unsafe mechanics

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Jul 7 23:17:20 2009 UTC (4 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.47: +346 -137 lines
Diff to previous 1.47
6785442: ConcurrentLinkedQueue.remove() and poll() can both remove the same element

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

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Nov 20 15:38:08 2005 UTC (4 years ago) by dl
Branch: MAIN
Changes since 1.45: +0 -85 lines
Diff to previous 1.45
Eliminate unnecessary special handling of toArray

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Nov 12 19:54:54 2005 UTC (4 years ago) by jsr166
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
whitespace

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 23:55:31 2005 UTC (4 years ago) by dl
Branch: MAIN
Changes since 1.43: +8 -1 lines
Diff to previous 1.43
Improve internal documentation.

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 21:45:12 2005 UTC (4 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +7 -6 lines
Diff to previous 1.42
happens-before

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 21:58:22 2005 UTC (4 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +3 -3 lines
Diff to previous 1.41
whitespace

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 00:04:00 2005 UTC (4 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
Edit pass for happens-before descriptions

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Sep 2 01:03:08 2005 UTC (4 years, 2 months ago) by brian
Branch: MAIN
Changes since 1.39: +6 -0 lines
Diff to previous 1.39
Happens-before markup

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 19:14:17 2005 UTC (4 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
doc fixes

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 01:44:14 2005 UTC (4 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
whitespace

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sat May 21 02:57:45 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +20 -1 lines
Diff to previous 1.36
contains; remove

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed May 18 01:40:56 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
whitespace

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue May 17 17:57:41 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
doc fixes

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue May 17 05:22:16 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
doc fixes

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue May 17 04:20:08 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +53 -4 lines
Diff to previous 1.32
doc fixes

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon May 16 08:54:27 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +5 -9 lines
Diff to previous 1.31
doc fixes

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon May 2 08:35:49 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +7 -7 lines
Diff to previous 1.30
E o -> E e

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 02:00:39 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
doc fixes

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 01:17:18 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +31 -31 lines
Diff to previous 1.28
doc fixes

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Sep 28 21:43:00 2004 UTC (5 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.27: +5 -0 lines
Diff to previous 1.27
Add javadoc to isEmpty to override misleading AbstractCollection javadoc

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Jun 2 23:49:07 2004 UTC (5 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.26: +3 -2 lines
Diff to previous 1.26
CopyOnWriteArraySet and ConcurrentHashMap no longer implement Cloneable
Improve javadoc wording in other classes

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 13:28:47 2004 UTC (5 years, 9 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
Wording fixes and improvements

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 11:36:31 2004 UTC (5 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.24: +5 -1 lines
Diff to previous 1.24
Add Collection framework membership doc

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 19:26:25 2003 UTC (5 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
Headers reference Creative Commons

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Dec 23 19:38:09 2003 UTC (5 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.22: +44 -44 lines
Diff to previous 1.22
cache finals across volatiles; avoid readResolve; doc improvments; timed invokeAll interleaves

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 01:04:24 2003 UTC (6 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.21: +49 -49 lines
Diff to previous 1.21
fixed typos; avoided some casts

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 13:38:34 2003 UTC (6 years, 1 month ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Changed doc strings for generic params

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:29:33 2003 UTC (6 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
Added docs for type params

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 11:37:10 2003 UTC (6 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Spellcheck

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 18:51:11 2003 UTC (6 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.17: +4 -0 lines
Diff to previous 1.17
Proofreading pass -- many minor adjustments

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 15:40:10 2003 UTC (6 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.16: +17 -34 lines
Diff to previous 1.16
Adapt AbstractQueue changes; Conditionalize CancellableTask.reset; new TimeUnit methods

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 15:06:24 2003 UTC (6 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.15: +4 -2 lines
Diff to previous 1.15
Serialization fixes

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 14:00:25 2003 UTC (6 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
Fix javadoc typos

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 19:27:58 2003 UTC (6 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
serialVersionUIDs

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Aug 20 14:49:25 2003 UTC (6 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.12: +44 -1 lines
Diff to previous 1.12
AtomicLinkedNode now an inner class of Concurrentlinkedqueue

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 20:05:07 2003 UTC (6 years, 3 months ago) by tim
Branch: MAIN
Changes since 1.11: +5 -10 lines
Diff to previous 1.11
Scrunched catch, finally, else clauses.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 19:04:55 2003 UTC (6 years, 3 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
More DocCheck fixes.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 18:42:49 2003 UTC (6 years, 3 months ago) by tim
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Fixes to minor errors found by DocCheck, includes stray Locks reference removal

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 11:11:49 2003 UTC (6 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.8: +5 -0 lines
Diff to previous 1.8
Clarify iterator semantics

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 10:28:23 2003 UTC (6 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.7: +5 -2 lines
Diff to previous 1.7
Fixed SQ signatures; Fix CLQ.size

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 01:57:53 2003 UTC (6 years, 3 months ago) by dholmes
Branch: MAIN
Changes since 1.6: +37 -7 lines
Diff to previous 1.6
Final major updates to Collection related classes.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 07:00:58 2003 UTC (6 years, 3 months ago) by dholmes
Branch: MAIN
Changes since 1.5: +51 -25 lines
Diff to previous 1.5
Brought in to line with doc updates on other queue implementations.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 00:37:41 2003 UTC (6 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.4: +10 -2 lines
Diff to previous 1.4
Kill old JSR166Support

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 12:46:34 2003 UTC (6 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Pass 1 of 1.5.0 changes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 16:46:39 2003 UTC (6 years, 3 months ago) by tim
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Fix unchecked calls to raw type

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 15:25:02 2003 UTC (6 years, 3 months ago) by tim
Branch: MAIN
Changes since 1.1: +28 -28 lines
Diff to previous 1.1
Collection constructor takes Collection<? extends E>

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 10:47:35 2003 UTC (6 years, 4 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Added "Concurrent" prefixes

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

Sort log by:

Doug Lea
ViewVC Help
Powered by ViewVC 1.0.8