
CVS log for howl/howl/logger/src/java/org/objectweb/howl/log/BlockLogBuffer.java |
 |
|
Up to [ObjectWeb-CVS] / howl / howl / logger / src / java / org / objectweb / howl / log
Request diff between arbitrary revisions
/ Display revisions graphically
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Wed Nov 16 23:09:59 2005 UTC (2 years, 5 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_1_0_2,
HOWL_1_0_1_1,
HOWL_1_0_1,
HOWL_1_0_0,
HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
BUG 304296 - remove unreferenced variables.
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Tue Nov 15 22:43:54 2005 UTC (2 years, 5 months ago) by girouxm
Branch:
MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11
BUG 304291 (also patch 303549) Compute buffer checksums using java.util.zip.Adler32 or ByteBuffer.hashCode based on configuration options.
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Fri Aug 19 19:46:56 2005 UTC (2 years, 8 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_11,
HOWL_0_1_10
Changes since 1.10: +16 -5 lines
Diff to previous 1.10
BUG 303907 - Catch IOExceptions and rethrow with descriptive message describing HOWL method that had the error. This allows JOTM to display a descriptive message without the need of a full stack trace.
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Thu Jun 23 22:28:14 2005 UTC (2 years, 10 months ago) by girouxm
Branch:
MAIN
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
Add CVS $ID:$ tags to sources
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Thu Nov 11 22:15:07 2004 UTC (3 years, 5 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_9,
HOWL_0_1_8
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
BUG 300986 correction
JRockit JVM throws IOException
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Thu Nov 4 22:40:01 2004 UTC (3 years, 6 months ago) by girouxm
Branch:
MAIN
Changes since 1.7: +0 -3 lines
Diff to previous 1.7
Corrections for BUGS 300934, 300953, 300955, 300957, 300969, 300970.
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Wed Oct 20 14:06:00 2004 UTC (3 years, 6 months ago) by girouxm
Branch:
MAIN
Changes since 1.6: +9 -4 lines
Diff to previous 1.6
Modify write() method to check buffer.remaining() before attempting to
store EOB into buffer. This avoids the overhead of the
BufferOverflowException when there is not enough room in the buffer
for the EOB marker.
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Thu Aug 19 21:16:20 2004 UTC (3 years, 8 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_7,
HOWL_0_1_6
Changes since 1.5: +5 -5 lines
Diff to previous 1.5
sync w/ desktop
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Fri Jul 23 19:22:22 2004 UTC (3 years, 9 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_5,
HOWL_0_1_4
Changes since 1.4: +22 -7 lines
Diff to previous 1.4
Correct Bug 300613.
Add comments to explain gating in put() method.
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Thu Jun 24 20:07:05 2004 UTC (3 years, 10 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_3
Changes since 1.3: +4 -3 lines
Diff to previous 1.3
Modify shouldForce() method to use 1/4 second threshold
(was 1 second) when there are no waiting threads.
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Wed Jun 23 17:17:50 2004 UTC (3 years, 10 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_2
Changes since 1.2: +25 -15 lines
Diff to previous 1.2
Apply changes proposed by David Jencks's Synchronization review.
Update javadocs to reflect updated locking policies.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Mon Jun 21 20:35:35 2004 UTC (3 years, 10 months ago) by girouxm
Branch:
MAIN
CVS Tags:
JOTM_0_1_1,
HOWL_0_1_1
Changes since 1.1: +29 -1 lines
Diff to previous 1.1
Correct LICENSE information in java source files.
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Mon Jun 21 19:23:09 2004 UTC (3 years, 10 months ago) by girouxm
Branch:
MAIN
Move source from src/org/... to src/java/org/... to fit the Geronimo Maven
build requirements.
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.
Back to OW2 Forge