/[Apache-SVN]/httpd/httpd/trunk/include/util_time.h
ViewVC logotype

Log of /httpd/httpd/trunk/include/util_time.h

Parent Directory Parent Directory | Revision Log Revision Log


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

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: 3134 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: 2987 byte(s)
Diff to previous 263931 (colored)
Update the copyright year in all .c, .h and .xml files

Revision 263931 - (view) (annotate) - [select for diffs]
Modified Sun Aug 28 23:03:59 2005 UTC (4 years, 2 months ago) by ianh
File length: 2987 byte(s)
Diff to previous 151408 (colored)
Doxygen fixup / cleanup

submited by: Neale Ranns neale ranns.org
reviewed by: Ian Holsman


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: 2864 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: 2828 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: 2828 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: 2824 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: 4853 byte(s)
Diff to previous 101154 (colored)
update license to 2004.

Revision 101154 - (view) (annotate) - [select for diffs]
Modified Wed Sep 3 19:27:12 2003 UTC (6 years, 2 months ago) by trawick
File length: 4853 byte(s)
Diff to previous 98573 (colored)
switch to APR 1.0 API (which is still in flux)

because of the changes to the argument lists of apr_mmap_dup and apr_socket_create,
2.1-dev won't build with apr and apr-util's 0.9 branch anymore

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: 4859 byte(s)
Diff to previous 97162 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

Revision 97162 - (view) (annotate) - [select for diffs]
Modified Thu Oct 10 12:35:01 2002 UTC (7 years, 1 month ago) by trawick
File length: 4859 byte(s)
Diff to previous 96012 (colored)
fix a problem generating the docs via scandoc

Revision 96012 - (view) (annotate) - [select for diffs]
Modified Thu Jul 11 16:08:58 2002 UTC (7 years, 4 months ago) by brianp
File length: 4859 byte(s)
Diff to previous 94735 (colored)
Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()
just in case the compiler doesn't do it for us

Revision 94735 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 07:55:50 2002 UTC (7 years, 7 months ago) by brianp
File length: 4820 byte(s)
Diff to previous 94081 (colored)
Added ap_recent_rfc822_date(), which uses the recent timestamp cache
Obtained from:
Submitted by:
Reviewed by:

Revision 94081 - (view) (annotate) - [select for diffs]
Modified Thu Mar 21 10:10:41 2002 UTC (7 years, 8 months ago) by striker
File length: 4570 byte(s)
Diff to previous 93977 (colored)
Update callers of apr_explode_gmt to apr_time_exp_gmt.  The
function was renamed in apr.

Submitted by: Thom May <thom@planetarytramp.net>

Revision 93977 - (view) (annotate) - [select for diffs]
Modified Sun Mar 17 05:13:12 2002 UTC (7 years, 8 months ago) by brianp
File length: 4569 byte(s)
Diff to previous 93918 (colored)
Use the "recent time" cache to optimize timestamp generation for
the httpd error log

Background: According to some profile data that we collected on Solaris,
half the run time of ap_log_rerror() was spent in localtime(3).   With
this change, the recent-time cache ensures that the error logger won't
cause more than one localtime() call per second, no matter how high the
error rate is.

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: 4364 byte(s)
Diff to previous 93733 (colored)
Update our copyright for this year.

Revision 93733 - (view) (annotate) - [select for diffs]
Modified Wed Mar 6 17:55:38 2002 UTC (7 years, 8 months ago) by ianh
File length: 4359 byte(s)
Diff to previous 91083 (colored)
apr-utils rename apr_ansi_time_to_apr_time and
apr_exploded_time_t.

PR:
Obtained from:
Submitted by:	Thom May <thom@planetarytramp.net>
Reviewed by:	Ian Holsman

Revision 91083 - (view) (annotate) - [select for diffs]
Added Wed Sep 19 06:53:26 2001 UTC (8 years, 2 months ago) by jerenkrantz
File length: 4549 byte(s)
The call to apr_explode_localtime() in mod_log_config is one of the more
expensive operations in the httpd.  This patch attempts to reduce the
overhead by caching the result for 15 seconds.

Submitted by:	Brian Pane <bpane@pacbell.net>
Reviewed by:	Cliff Woolley, Ryan Bloom, Dean Gaudet, Justin Erenkrantz

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