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
*
mod_unique_id: Follow up to r1892915 and r1893002: Atomic counter.
Yann Ylavic
2021-09-07
1
-6
/
+32
*
mod_unique_id: Follow up to r1892915: Shorter counter race condition yet.
Yann Ylavic
2021-09-07
1
-5
/
+3
*
Reduce the time window where duplicates may be generated by mod_uniqueid
Christophe Jaillet
2021-09-05
1
-7
/
+6
*
Revert r1887244 and r1887245 which causes issues on Windows
Christophe Jaillet
2021-09-05
1
-32
/
+20
*
Follow-up to r1887244.
Christophe Jaillet
2021-03-06
1
-5
/
+5
*
Fix a potential duplicated ID generation issue under heavy load.
Christophe Jaillet
2021-03-06
1
-20
/
+32
*
* modules/metadata/mod_unique_id.c: Use base64url encoding for
Joe Orton
2020-11-30
1
-6
/
+3
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-1
/
+1
*
* modules/metadata/mod_unique_id.c: Replace use of hostname + pid with
Joe Orton
2013-07-10
1
-121
/
+29
*
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
[next]