/[Apache-SVN]/httpd/httpd/trunk/server/util_debug.c
ViewVC logotype

Log of /httpd/httpd/trunk/server/util_debug.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 594607 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 18:41:17 2007 UTC (2 years ago) by sctemme
File length: 3366 byte(s)
Diff to previous 420983 (colored)
Ignore ctags/etags output, some small Doxygen fixes

Revision 420983 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:33:53 2006 UTC (3 years, 4 months ago) by fielding
File length: 3371 byte(s)
Diff to previous 395228 (colored)
update license header text

Revision 395228 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:11:27 2006 UTC (3 years, 7 months ago) by colm
File length: 3224 byte(s)
Diff to previous 151408 (colored)
Update the copyright year in all .c, .h and .xml files

Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
File length: 3224 byte(s)
Diff to previous 106103 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 3188 byte(s)
Diff to previous 102619 (colored)
general property cleanup

Revision 102619 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:40:53 2004 UTC (5 years, 9 months ago) by nd
File length: 3188 byte(s)
Diff to previous 102525 (colored)
fix name of The Apache Software Foundation

Revision 102525 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 22:58:42 2004 UTC (5 years, 9 months ago) by nd
File length: 3184 byte(s)
Diff to previous 102135 (colored)
apply Apache License, Version 2.0

Revision 102135 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:26:26 2004 UTC (5 years, 10 months ago) by nd
File length: 5403 byte(s)
Diff to previous 98903 (colored)
update license to 2004.

Revision 98903 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 17:56:05 2003 UTC (6 years, 8 months ago) by striker
File length: 5403 byte(s)
Diff to previous 98573 (colored)
* include/http_config.h

  (ap_get_module_config, ap_set_module_config): Always declare.


* include/httpd.h

  (ap_strchr, ap_strchr_c, ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
    Always declare.


* server/util_debug.c

  (ap_get_module_config, ap_set_module_config, ap_strchr, ap_strchr_c,
   ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
    Always implement and export.

Revision 98573 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 17:53:28 2003 UTC (6 years, 9 months ago) by nd
File length: 4311 byte(s)
Diff to previous 97565 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

Revision 97565 - (view) (annotate) - [select for diffs]
Modified Mon Nov 18 21:43:13 2002 UTC (7 years ago) by trawick
File length: 4311 byte(s)
Diff to previous 93918 (colored)
Use AP_DECLARE in the debug versions of ap_strXXX in case the
default calling convention is not the same as the one used by
AP_DECLARE.

Submitted by:	  Juan Rivera <Juan.Rivera@citrix.com>
Reviewed by:	  Jeff Trawick

Revision 93918 - (view) (annotate) - [select for diffs]
Modified Wed Mar 13 20:48:07 2002 UTC (7 years, 8 months ago) by fielding
File length: 4233 byte(s)
Diff to previous 90235 (colored)
Update our copyright for this year.

Revision 90235 - (view) (annotate) - [select for diffs]
Modified Thu Aug 16 18:07:06 2001 UTC (8 years, 3 months ago) by trawick
File length: 4233 byte(s)
Diff to previous 88225 (colored)
the 2nd parm to strstr() doesn't lose const-ness, unlike the 1st parm;
thus, AP_DEBUG flavor of strstr() should declare 2nd parm as const char *,
not char *;

this eliminates a warning in mod_ssl-land

Revision 88225 - (view) (annotate) - [select for diffs]
Modified Sun Feb 18 02:58:53 2001 UTC (8 years, 9 months ago) by gstein
File length: 4227 byte(s)
Diff to previous 88184 (colored)
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
   some type safety. (unfortunately, our old "void*" is type-safe with the
   new one, but over time we should be better)

*) Propagate the new type to all appropriate functions.

*) Random cleaning, whitespace, stylistic nits.

Revision 88184 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 04:26:53 2001 UTC (8 years, 9 months ago) by fielding
File length: 3408 byte(s)
Diff to previous 88060 (colored)
Update copyright to 2001

Revision 88060 - (view) (annotate) - [select for diffs]
Modified Sat Feb 10 13:05:29 2001 UTC (8 years, 9 months ago) by gstein
File length: 3403 byte(s)
Diff to previous 85687 (colored)
Clean up some of the includes:
- explicitly include apr_lib.h since ap_config.h doesn't
- use apr_want.h where possible
- use APR_HAVE_ where possible
- remove some unneeded includes

Revision 85687 - (view) (annotate) - [select for diffs]
Modified Sat Jun 24 19:31:42 2000 UTC (9 years, 5 months ago) by rbb
File length: 3316 byte(s)
Diff to previous 85599 (colored)
Fix a couple of const warnings on Linux.  This basically just defines
ap_strstr and ap_strstr_c, which make sure that things are const when
they need to be.

Revision 85599 - (view) (annotate) - [select for diffs]
Added Sat Jun 17 16:29:53 2000 UTC (9 years, 5 months ago) by ben
File length: 3163 byte(s)
More consification, correct command initialisation.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2