| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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-12 | 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 |
| * | sleep until the next second, rather than sleep for <current-time> seconds. | Greg Stein | 2000-06-08 | 1 | -4/+4 |
| * | Fix some problems with the time commit. I guess mod_unique_id isn't turned | Ryan Bloom | 2000-06-08 | 1 | -2/+5 |
| * | Remove all occurances of gettimeofday. Replace it with ap_now which | Ryan Bloom | 2000-06-08 | 1 | -31/+6 |
| * | PR: | William A. Rowe Jr | 2000-05-27 | 1 | -1/+1 |
| * |
| William A. Rowe Jr | 2000-05-27 | 1 | -1/+1 |
| * | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 1 | -3/+3 |
| * | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -2/+2 |
| * | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -32/+33 |
| * | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -9/+9 |
| * | Make mod_unique_id compile again with Apache 2.0. | Ryan Bloom | 1999-12-31 | 1 | -20/+15 |
| * | The first part of the big autoconf patch. This replaces a bunch of | Manoj Kasichainula | 1999-11-29 | 1 | -4/+4 |
| * | Changed pools to contexts. Tested with prefork and pthread mpm's. I'll | Ryan Bloom | 1999-08-31 | 1 | -3/+3 |
| * | Modifications to make mod_unique_id thread safe. This should work on Windows, | Roy T. Fielding | 1999-08-26 | 1 | -12/+28 |