summaryrefslogtreecommitdiff
path: root/modules/metadata/mod_unique_id.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* get mod_unique_id building again...XtOffset was undefinedGreg Ames2001-01-251-0/+2
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-3/+3
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Remove a couple more NULL handler specifications.Ryan Bloom2001-01-121-1/+0
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-12/+12
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-121-0/+8
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+6
* sleep until the next second, rather than sleep for <current-time> seconds.Greg Stein2000-06-081-4/+4
* Fix some problems with the time commit. I guess mod_unique_id isn't turnedRyan Bloom2000-06-081-2/+5
* Remove all occurances of gettimeofday. Replace it with ap_now whichRyan Bloom2000-06-081-31/+6
* PR:William A. Rowe Jr2000-05-271-1/+1
* William A. Rowe Jr2000-05-271-1/+1
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+33
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Make mod_unique_id compile again with Apache 2.0.Ryan Bloom1999-12-311-20/+15
* The first part of the big autoconf patch. This replaces a bunch ofManoj Kasichainula1999-11-291-4/+4
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-3/+3
* Modifications to make mod_unique_id thread safe. This should work on Windows,Roy T. Fielding1999-08-261-12/+28