CVS log for python/misc/log_reader/log_reader.cpp |
 |
|
Up to [home] / python / misc / log_reader
Request diff between arbitrary revisions
/ Display revisions graphically
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.15
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Feb 27 11:15:19 2010 UTC (2 years, 2 months ago) by ws
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
1) convert some params from char* to const char*
2) make sure to link against stdc++ because we use stl
3) apply a patch from Javier Frias <jfrias gmail> that
allows custom formats to be read.
4) add a small test for (3)
Revision
1.14
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Nov 2 03:19:10 2009 UTC (2 years, 6 months ago) by ws
Branch:
MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
python 2.5 delete
Revision
1.13
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 30 21:27:36 2008 UTC (3 years, 11 months ago) by ws
Branch:
MAIN
Changes since 1.12: +15 -1 lines
Diff to previous 1.12
patch from kevin truner at janrain.
Fri May 30 14:36:56 PDT 2008 Kevin Turner <kevin@janrain.com>
* parse request path even when protocol is not present
* handle format string "Host"
* handle format character %D (elapsed time)
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Jul 9 04:04:38 2006 UTC (5 years, 10 months ago) by ws
Branch:
MAIN
Changes since 1.11: +11 -1 lines
Diff to previous 1.11
add double quote escaping support
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jul 6 06:42:17 2006 UTC (5 years, 10 months ago) by ws
Branch:
MAIN
Changes since 1.10: +84 -39 lines
Diff to previous 1.10
add static method parse_line
patch contributed by Damien Miller djm <at> mindrot <dot> org
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 6 03:50:47 2006 UTC (6 years, 2 months ago) by ws
Branch:
MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9
fix member variables
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 6 03:16:35 2006 UTC (6 years, 2 months ago) by ws
Branch:
MAIN
Changes since 1.8: +11 -11 lines
Diff to previous 1.8
drop file requirement and only require an iterable (maybe only need a seq?)
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 6 02:48:36 2006 UTC (6 years, 2 months ago) by ws
Branch:
MAIN
Changes since 1.7: +10 -8 lines
Diff to previous 1.7
make compat with gcc 2.95
size set to -1 on error
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 6 02:22:46 2006 UTC (6 years, 2 months ago) by ws
Branch:
MAIN
Changes since 1.6: +104 -37 lines
Diff to previous 1.6
datetime and request parsing
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Mar 5 23:55:40 2006 UTC (6 years, 2 months ago) by ws
Branch:
MAIN
Changes since 1.5: +225 -156 lines
Diff to previous 1.5
working clean version
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Mar 5 18:43:57 2006 UTC (6 years, 2 months ago) by ws
Branch:
MAIN
Changes since 1.4: +51 -28 lines
Diff to previous 1.4
starting re-write
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jul 19 04:50:37 2005 UTC (6 years, 10 months ago) by ws
Branch:
MAIN
Changes since 1.3: +89 -55 lines
Diff to previous 1.3
start of a re-write to make it faster (less string allocs)
Also fixes a ref count bug in __del__.
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jan 28 07:32:18 2005 UTC (7 years, 3 months ago) by ws
Branch:
MAIN
Changes since 1.2: +58 -54 lines
Diff to previous 1.2
removed memory leaks, added curline
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jan 13 09:09:29 2005 UTC (7 years, 4 months ago) by ws
Branch:
MAIN
Changes since 1.1: +135 -126 lines
Diff to previous 1.1
fixed some memory leaks
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jan 11 07:55:39 2005 UTC (7 years, 4 months ago) by ws
Branch:
MAIN
c module for reading logs (renamed ip to ips and date is now just a string rather than a datetime object)
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.