
CVS log for howl/howl/logger/src/java/org/objectweb/howl/log/Logger.java |
 |
|
Up to [OW2-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.14
/
(view)
- annotate
- [select for diffs]
, Fri Apr 21 14:03:36 2006 UTC (2 years, 4 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_1_0_2,
HOWL_1_0_1_1,
HOWL_1_0_1,
HEAD
Changes since 1.13: +3 -2 lines
Diff to previous 1.13
Correction for BUG 304982
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Fri Jul 8 21:50:07 2005 UTC (3 years, 1 month ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_1_0_0,
HOWL_0_1_11,
HOWL_0_1_10
Changes since 1.12: +16 -8 lines
Diff to previous 1.12
BUG 300799: synchronize access to isClosed member.
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Thu Jun 23 22:28:14 2005 UTC (3 years, 2 months ago) by girouxm
Branch:
MAIN
Changes since 1.11: +4 -0 lines
Diff to previous 1.11
Add CVS $ID:$ tags to sources
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Thu Jan 27 23:05:06 2005 UTC (3 years, 7 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_9
Changes since 1.10: +0 -3 lines
Diff to previous 1.10
Correct javadocs for getNext @params
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Thu Nov 4 22:40:01 2004 UTC (3 years, 9 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_8
Changes since 1.9: +8 -5 lines
Diff to previous 1.9
Corrections for BUGS 300934, 300953, 300955, 300957, 300969, 300970.
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Mon Oct 25 19:59:40 2004 UTC (3 years, 10 months ago) by girouxm
Branch:
MAIN
Changes since 1.8: +139 -4 lines
Diff to previous 1.8
FEATURE 300792
Add public Logger.get() and getNext() methods
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Wed Oct 20 14:02:49 2004 UTC (3 years, 10 months ago) by girouxm
Branch:
MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Change visibility of bmgr and lfmgr to default (package) to allow optional
management via MBean registration via external class.
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Wed Sep 15 13:59:36 2004 UTC (3 years, 11 months ago) by girouxm
Branch:
MAIN
Changes since 1.6: +0 -2 lines
Diff to previous 1.6
Correct javadocs.
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Thu Aug 19 21:16:20 2004 UTC (4 years ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_7,
HOWL_0_1_6
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
sync w/ desktop
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Fri Aug 13 15:31:15 2004 UTC (4 years ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_5
Changes since 1.4: +60 -10 lines
Diff to previous 1.4
Add new protected put and replay methods to allow subclasses to
1. specify record type on put
2. replay control records
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Fri Jul 23 19:19:11 2004 UTC (4 years, 1 month ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_4
Changes since 1.3: +6 -4 lines
Diff to previous 1.3
Move allocation of LogFileManager lfmgr and LogBufferManager bmgr to Logger
constructor to eliminate risk of NPE when Logger is used by other classes.
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Tue Jul 13 19:22:45 2004 UTC (4 years, 1 month ago) by girouxm
Branch:
MAIN
Changes since 1.2: +32 -10 lines
Diff to previous 1.2
getStats does not include <!xml processing instruction with returned string.
mark(long key, boolean force) method added to allow caller to indicate that
call should block until mark record is forced to disk.
mark(long key) modified to call mark(key, true)
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Mon Jun 21 20:35:35 2004 UTC (4 years, 2 months ago) by girouxm
Branch:
MAIN
CVS Tags:
JOTM_0_1_1,
HOWL_0_1_3,
HOWL_0_1_2,
HOWL_0_1_1
Changes since 1.1: +28 -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 (4 years, 2 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