CVS log for parser3/src/targets/apache13core/Attic/mod_parser3_core.C
Up to [parser3project] / parser3 / src / targets / apache13core
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.18
Wed Aug 21 12:57:15 2013 UTC (12 years, 9 months ago) by moko
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.17: +1 -1 lines
apache13 removed as unversal DSO module created
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:15 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 22 22:24:23 2010 UTC (15 years, 6 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3 lines
option to hide $status used in apache module removed
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Oct 6 11:40:23 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -3 lines
- pass pre-capitalized headers
- don't use format function because it calls malloc
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Sep 3 11:08:48 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- back to storing response http headers in lowercase
- capitalize them during output
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Aug 30 05:29:20 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -5 lines
- http headers were changed: content-type => Content-type and so on
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 12 07:48:46 2009 UTC (17 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
- some constants changed their names
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 27 09:57:52 2007 UTC (18 years, 6 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0,
release_3_2_3,
release_3_2_2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -7
lines
- buffer size for parser3.log increased
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Dec 9 07:18:07 2005 UTC (20 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_1,
paf_left
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
. merged latest fixes from 3.2.0
Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Thu Dec 8 10:09:03 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_2_0
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +3 -3
lines
. merged from 3.1.5 release link fixes
Revision 1.7.8.3: download - view: text, markup, annotated - select for diffs
Wed Dec 7 13:31:30 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.7.8.2: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.8.2: +3 -3
lines
. now links in release mode
Revision 1.7.8.2: download - view: text, markup, annotated - select for diffs
Tue Nov 22 12:49:58 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.7.8.1: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.8.1: +6 -1
lines
merged from HEAD:
+ GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 22 12:48:40 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
Branch point for: release_3_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -1
lines
+ GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:53 2005 UTC (20 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
2005
Revision 1.7.8.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:03:03 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
. 2005 ;)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 30 10:55:22 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4
Branch point for: release_3_1_5
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +57 -22
lines
bugfix: win32: system&parser exceptions in release mode reported properly
parser exception in exception handler WERE mistakenly reported as system exception, without details
[in apache & isapi]
+some beauty in exception text
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 26 10:44:21 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -3
lines
patched: ^file:send by Victor Fedoseev <vvf_ru@mail.ru>
todo: turn it to $response:download[
$.filename[filename]
$.option[]
,,
]
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 1 11:43:54 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -2
lines
bugfix: sql connections now are disconnected
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Mar 1 14:27:41 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +12 -1
lines
new: apache module & isapi extension memory:compact befor processingrequest
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:17 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
2004
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 29 14:15:27 2004 UTC (22 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
bugfix: old style new used
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 21 12:17:30 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
renamed mod_parser3 to mod_parser3_core to help DOXYGEN
E-mail: