summaryrefslogtreecommitdiff
path: root/modules/metadata/mod_unique_id.c
Commit message (Expand)AuthorAgeFilesLines
* mod_unique_id: Follow up to r1892915 and r1893002: Atomic counter.Yann Ylavic2021-09-071-6/+32
* mod_unique_id: Follow up to r1892915: Shorter counter race condition yet.Yann Ylavic2021-09-071-5/+3
* Reduce the time window where duplicates may be generated by mod_uniqueidChristophe Jaillet2021-09-051-7/+6
* Revert r1887244 and r1887245 which causes issues on WindowsChristophe Jaillet2021-09-051-32/+20
* Follow-up to r1887244.Christophe Jaillet2021-03-061-5/+5
* Fix a potential duplicated ID generation issue under heavy load.Christophe Jaillet2021-03-061-20/+32
* * modules/metadata/mod_unique_id.c: Use base64url encoding forJoe Orton2020-11-301-6/+3
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* * modules/metadata/mod_unique_id.c: Replace use of hostname + pid withJoe Orton2013-07-101-121/+29
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-5/+5
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-5/+4
* initialize counter with random numberStefan Fritsch2011-09-151-7/+2
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-301-1/+0
* Add generate_log_id hook to allow to use the ID generated by mod_unique_id asStefan Fritsch2010-09-281-14/+56
* Update docs and comment: the unique id is now 24 characters, not 19Stefan Fritsch2010-07-311-2/+2
* Add comment that using cur_unique_id.counter from all threads is bad forStefan Fritsch2010-06-131-0/+6
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* * Convert request time to seconds before before storing it in unique_id_recRuediger Pluem2007-11-191-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-9/+9
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-4/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Eat our own dogfood when it comes to the time macros.Sander Striker2002-07-151-1/+1
* Fixed good. The modulos op should give us just that extra little bit weWilliam A. Rowe Jr2002-07-151-1/+1
* Sleep INTO the next second, not for the entire next second.William A. Rowe Jr2002-07-151-1/+1
* Remove a time lookup that's now unnecessaryBrian Pane2002-07-151-2/+0
* The macros remove how much legibility?William A. Rowe Jr2002-07-151-3/+1
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macroBrian Pane2002-06-301-2/+4
* Renames:Cliff Woolley2002-05-181-6/+6
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-2/+2
* fix a compiler error with picky compilers that (correctly) don't letJeff Trawick2002-04-251-1/+1
* Allow mod_unique_id to work on systems with no IPv4 addressJeff Trawick2002-04-251-6/+15
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-3/+4
* when this module's resolver calls were apr-ized recently we removedJeff Trawick2001-11-211-0/+2
* APR-ize the resolver logic in mod_unique_id. This fixes a bugJeff Trawick2001-11-191-21/+18
* a couple of spelling correctionsJeff Trawick2001-11-181-1/+1
* Clean up a couple of type warnings.William A. Rowe Jr2001-10-021-2/+2
* Update the Apache code to account for the XtOffset change in APR.Ryan Bloom2001-08-191-6/+6
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Add an apr_short_interval_time. This allows us to use an apr_interval_timeRyan Bloom2001-02-161-2/+2
* more module build cleanup, removing warnings and someJeff Trawick2001-02-101-0/+9
* *) continued header revampingGreg Stein2001-02-101-14/+2
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2