index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
metadata
/
mod_unique_id.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-5
/
+5
*
Remove more log message prefixes that are now redundant as the
Stefan Fritsch
2011-11-29
1
-5
/
+4
*
initialize counter with random number
Stefan Fritsch
2011-09-15
1
-7
/
+2
*
fix some dead assignments found by the clang analyzer
Jeff Trawick
2011-04-30
1
-1
/
+0
*
Add generate_log_id hook to allow to use the ID generated by mod_unique_id as
Stefan Fritsch
2010-09-28
1
-14
/
+56
*
Update docs and comment: the unique id is now 24 characters, not 19
Stefan Fritsch
2010-07-31
1
-2
/
+2
*
Add comment that using cur_unique_id.counter from all threads is bad for
Stefan Fritsch
2010-06-13
1
-0
/
+6
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
* Convert request time to seconds before before storing it in unique_id_rec
Ruediger Pluem
2007-11-19
1
-1
/
+1
*
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
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-9
/
+9
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-4
/
+4
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+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
*
Eat our own dogfood when it comes to the time macros.
Sander Striker
2002-07-15
1
-1
/
+1
*
Fixed good. The modulos op should give us just that extra little bit we
William A. Rowe Jr
2002-07-15
1
-1
/
+1
*
Sleep INTO the next second, not for the entire next second.
William A. Rowe Jr
2002-07-15
1
-1
/
+1
*
Remove a time lookup that's now unnecessary
Brian Pane
2002-07-15
1
-2
/
+0
*
The macros remove how much legibility?
William A. Rowe Jr
2002-07-15
1
-3
/
+1
*
Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macro
Brian Pane
2002-06-30
1
-2
/
+4
*
Renames:
Cliff Woolley
2002-05-18
1
-6
/
+6
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
1
-2
/
+2
*
fix a compiler error with picky compilers that (correctly) don't let
Jeff Trawick
2002-04-25
1
-1
/
+1
*
Allow mod_unique_id to work on systems with no IPv4 address
Jeff Trawick
2002-04-25
1
-6
/
+15
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Modify post_config hook so that it can return a error,
Ian Holsman
2001-11-23
1
-3
/
+4
*
when this module's resolver calls were apr-ized recently we removed
Jeff Trawick
2001-11-21
1
-0
/
+2
*
APR-ize the resolver logic in mod_unique_id. This fixes a bug
Jeff Trawick
2001-11-19
1
-21
/
+18
*
a couple of spelling corrections
Jeff Trawick
2001-11-18
1
-1
/
+1
*
Clean up a couple of type warnings.
William A. Rowe Jr
2001-10-02
1
-2
/
+2
*
Update the Apache code to account for the XtOffset change in APR.
Ryan Bloom
2001-08-19
1
-6
/
+6
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
Add an apr_short_interval_time. This allows us to use an apr_interval_time
Ryan Bloom
2001-02-16
1
-2
/
+2
*
more module build cleanup, removing warnings and some
Jeff Trawick
2001-02-10
1
-0
/
+9
*
*) continued header revamping
Greg Stein
2001-02-10
1
-14
/
+2
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-2
/
+2
*
get mod_unique_id building again...XtOffset was undefined
Greg Ames
2001-01-25
1
-0
/
+2
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-3
/
+3
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+1
*
Remove a couple more NULL handler specifications.
Ryan Bloom
2001-01-12
1
-1
/
+0
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-1
/
+1
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
1
-2
/
+2
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-12
/
+12
*
Protect system header files with the appropriate macros.
Ryan Bloom
2000-06-13
1
-0
/
+8
*
Clean up a big chunk of ap_config.h. This basically stops ap_config.h from
Ryan Bloom
2000-06-12
1
-0
/
+6
[next]