index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
util_time.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util_time: Follow up to r1908380 and r1908389: apr_strings.h not needed anymore.
Yann Ylavic
2023-03-20
1
-1
/
+0
*
util_time: Follow up to r1908380: Avoid apr_snprintf() like others.
Yann Ylavic
2023-03-14
1
-6
/
+10
*
util_time: Note/comments about ap_recent_ctime_ex() correctness wrt trailing \0
Yann Ylavic
2023-03-14
1
-2
/
+4
*
core: Add formats %{z} and %{strftime-format} to ErrorLogFormat. PR 62161.
Yann Ylavic
2023-03-14
1
-3
/
+23
*
Typo
Christophe Jaillet
2014-06-07
1
-1
/
+1
*
Break out common code to be share-able
Jim Jagielski
2014-06-03
1
-0
/
+21
*
Add ErrorLogFormat directive for configuring the error log format, including
Stefan Fritsch
2010-09-05
1
-17
/
+41
*
Add microsecond timestamps to the error log.
Rainer Jung
2010-06-07
1
-2
/
+44
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test against
Justin Erenkrantz
2004-08-01
1
-1
/
+1
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-50
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()
Brian Pane
2002-07-11
1
-1
/
+9
*
replaced APR_USEC_PER_SEC division with the new time macros
Brian Pane
2002-07-05
1
-2
/
+2
*
Use the day and month names exported from APR, rather than duplicating them
Brian Pane
2002-04-21
1
-11
/
+2
*
Added ap_recent_rfc822_date(), which uses the recent timestamp cache
Brian Pane
2002-04-21
1
-0
/
+60
*
Adapt to the rename of apr_explode_localtime to apr_time_exp_lt in APR.
Sander Striker
2002-04-13
1
-3
/
+3
*
Update callers of apr_explode_gmt to apr_time_exp_gmt. The
Sander Striker
2002-03-21
1
-2
/
+2
*
Use the "recent time" cache to optimize timestamp generation for
Brian Pane
2002-03-17
1
-0
/
+45
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
apr-utils rename apr_ansi_time_to_apr_time and
Ian Holsman
2002-03-06
1
-7
/
+7
*
Nothing wrong with an int here, so make it explicit and kill the warning.
William A. Rowe Jr
2001-10-01
1
-1
/
+1
*
The call to apr_explode_localtime() in mod_log_config is one of the more
Justin Erenkrantz
2001-09-19
1
-0
/
+175