CVS log for java/classes/org/w3c/jigsaw/http/ExtendedCommonLogger.java
Up to [Public] / java / classes / org / w3c / jigsaw / http
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 20 13:49:05 2015 UTC (9 years, 9 months ago) by ylafon
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +9 -1 lines
useforward(for/proto), first rough cut
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Oct 18 13:42:16 2013 UTC (11 years ago) by ylafon
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +10 -11 lines
generics + raw types + serializer
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Feb 1 13:02:03 2013 UTC (11 years, 9 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +43 -44 lines
reformatting
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jun 16 15:48:45 2012 UTC (12 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
various updates, use of StringBuilder, for each loops, starting some generics, some optims, ipv6 patch for acls
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Oct 22 03:19:20 2010 UTC (14 years ago) by ylafon
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +101 -85
lines
added support for X-Forwarded-For in the logfiles
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Sep 28 14:29:56 2007 UTC (17 years, 1 month ago) by ylafon
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Moved from int to long for ContentLength, to cope with 2G+ files.
It introduced lots of changes in the HTTp stack and cache, as well as
the logging system, everything seems to work properly.
Store serialization/deserialization was a bit trickier, Long is now
ensuring that the object is a Number instead of a Long to cope with
the Integer->Long change in the stores.
NOTE that those changes mark the beginning of the new 2.3 track starting
with this beta. hopefully is should be as stable as previously, but
nothing is granted :)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Sep 18 15:22:12 2002 UTC (22 years, 2 months ago) by ylafon
Branches: MAIN
CVS tags: rel-2-2,
R_2_2_6_B0,
R_2_2_5_B0,
R_2_2_4_B0,
R_2_2_3_B1,
R_2_2_2_B0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -2
lines
fixed bug in byte dumping optimisation
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jul 9 17:44:02 2002 UTC (22 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -2
lines
same as common logger, take care of url-less replies
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jun 20 11:27:53 2002 UTC (22 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +76 -90
lines
new faster and improved logger, with a date cache and an optimized use
of the string buffer and an optimization of the dump of some values
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 7 12:09:00 2002 UTC (22 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +72 -32
lines
optimized to reduce use of memory and cpu,
string concatenation using stringbuffer and economy of timezone.clone()
triggered by EACH access to date.get*
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 14 17:44:27 2001 UTC (23 years, 9 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_1_B0,
R_2_2_0_B0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +14 -5
lines
timezone check is done every hour, if the JVM is good it would solve
the daylight saving time problem.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jan 7 21:50:26 2001 UTC (23 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -1
lines
fixed import
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jan 7 21:47:50 2001 UTC (23 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -3
lines
fixed use of ORIG_URL_STATE
Revision 1.3.4.4: download - view: text, markup, annotated - select for diffs
Fri Dec 8 12:58:41 2000 UTC (23 years, 11 months ago) by ylafon
Branches: rel-2-0
Diff to: previous 1.3.4.3: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.4.3: +9 -10
lines
ServletMapper sets the original URL for logging
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 4 15:05:04 2000 UTC (23 years, 11 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -3
lines
fixed logger to reuse the original request url when redirected
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Aug 16 21:37:40 2000 UTC (24 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -8
lines
Fixed import statements and removed extra empty lines
Revision 1.3.4.3: download - view: text, markup, annotated - select for diffs
Mon Aug 7 11:45:36 2000 UTC (24 years, 3 months ago) by ylafon
Branches: rel-2-0
Diff to: previous 1.3.4.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.2: +4 -3
lines
logging format changed, now following common use
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 7 11:27:29 2000 UTC (24 years, 3 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_1_2_B0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2
lines
typo fixed
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Aug 7 09:47:51 2000 UTC (24 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
changed log format according to common use
Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Thu Jun 29 08:18:28 2000 UTC (24 years, 4 months ago) by ylafon
Branches: rel-2-0
CVS tags: R_2_0_5_B1,
R_2_0_5_B0
Diff to: previous 1.3.4.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.1: +8 -8
lines
fixed date entry for HTTP/0.9 replies
note that we always log in GMT
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jun 29 08:16:41 2000 UTC (24 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -8
lines
fixed date entry for HTTP/0.9 replies
note that we always log in GMT
Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Fri Feb 25 10:30:14 2000 UTC (24 years, 8 months ago) by ylafon
Branches: rel-2-0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -80
lines
backported from 2.1, added log rotation level, cleaned ExtendedCommenLogger
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 25 10:19:07 2000 UTC (24 years, 8 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_1_1_B0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -80
lines
added multiple levels of log rotation, cleaned ExtendedLogger
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 18 13:27:56 1999 UTC (25 years, 9 months ago) by ylafon
Branches: MAIN
CVS tags: rel-2-1,
R_2_1_0_B4,
R_2_1_0_B3,
R_2_1_0_B2,
R_2_1_0_B1,
R_2_1_0_B0,
R_2_0_4_B1,
R_2_0_4_B0,
R_2_0_3_B0,
R_2_0_2_B0
Branch point for: rel-2-0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
no referer or no user agent result in "-"
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Feb 11 19:40:33 1999 UTC (25 years, 9 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -3
lines
null UAand referer fixed
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 1 14:56:56 1999 UTC (25 years, 9 months ago) by ylafon
Branches: MAIN
Quickly hacked extended common logger
Webmaster