| Commit message (Expand) | Author | Age | Files | Lines |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 1 | -0/+4 |
* | Go through doxygen output and remove as many errors and warnings as I could. | jerenkrantz | 2002-11-10 | 1 | -8/+11 |
* | Time in exact ms intervals can be very useful in benchmarking... this | wrowe | 2002-08-04 | 1 | -0/+8 |
* | Remove the silly nsec manipulator, and add some msec manipulations that | wrowe | 2002-07-15 | 1 | -3/+8 |
* | Solve Jeff Trawicks nsec failure, we were truncating to 32 bits before | wrowe | 2002-07-02 | 1 | -2/+4 |
* | Lowercase macros, per Roy Fielding's comments and general concensus. | wrowe | 2002-06-12 | 1 | -4/+4 |
* | Fix a typo pointed out by Greg Marr [thx!] | wrowe | 2002-06-12 | 1 | -1/+2 |
* | To simplify future, experimental work with binary usec values, these | wrowe | 2002-06-12 | 1 | -0/+7 |
* | Revert bogusness by providing proper stubs for functions that existed | wrowe | 2002-06-08 | 1 | -0/+9 |
* | Per rename_pendings, rename apr_explode_time to apr_time_exp_tz. | jerenkrantz | 2002-04-15 | 1 | -3/+3 |
* | Rename apr_explode_localtime to apr_time_exp_lt. | striker | 2002-04-13 | 1 | -1/+1 |
* | Rename apr_explode_gmt to apr_time_exp_gmt. | striker | 2002-03-21 | 1 | -2/+2 |
* | Rename apr_implode_time to apr_time_exp_get. | striker | 2002-03-17 | 1 | -1/+1 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | patches for apr to rename apr_ansi_time_to_apr_time and | ianh | 2002-03-06 | 1 | -9/+9 |
* | some more Doxygen goodness | ianh | 2002-02-15 | 1 | -0/+2 |
* | clarify a difference between the string built by ctime() and | trawick | 2001-12-01 | 1 | -0/+2 |
* | ALL APR Include files (except for Arch specific stuff) now | ianh | 2001-08-24 | 1 | -20/+18 |
* | Added new function apr_implode_gmt, which works like apr_implode_time, except | brane | 2001-06-30 | 1 | -0/+10 |
* | Lack of sleep makes Victor the village idiot. | orlikowski | 2001-06-09 | 1 | -2/+2 |
* | Revert this change, as it breaks the build. | orlikowski | 2001-06-09 | 1 | -2/+2 |
* | Put some declarations in the right order, for detection's sake. | orlikowski | 2001-06-09 | 1 | -2/+2 |
* | Some adjustments to the time code that gets us working better with timezones. | dreid | 2001-04-12 | 1 | -0/+13 |
* | Carefully select an appropriate native type for apr_int64_t and | fielding | 2001-04-12 | 1 | -0/+2 |
* | Anyone up for writing a bit of proper autoconf magic :-? | wrowe | 2001-04-02 | 1 | -13/+10 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | Add an apr_short_interval_time. This allows us to use an apr_interval_time | rbb | 2001-02-16 | 1 | -1/+2 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -2/+2 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 1 | -9/+24 |
* | Make the APR headers sane. | gstein | 2000-11-26 | 1 | -1/+2 |
* | Ugh... had different meaning between apr and ap. Not good, all fixed. | wrowe | 2000-10-17 | 1 | -2/+2 |
* | Pesky straggler | wrowe | 2000-10-16 | 1 | -2/+2 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 1 | -14/+14 |
* | Document all of the public APR structures with DocBook. | rbb | 2000-08-05 | 1 | -17/+30 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 1 | -26/+26 |
* | Update apr_time.h to use ScanDoc. | rbb | 2000-07-23 | 1 | -66/+51 |
* | Change ap_time_t to ap_interval_time_t for ap_sleep. | rbb | 2000-06-08 | 1 | -2/+2 |
* | Add a new ap_sleep function for apr. This basically sleeps for a specified | rbb | 2000-06-07 | 1 | -0/+14 |
* | PR: | wrowe | 2000-05-28 | 1 | -2/+2 |
* | Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols. | wrowe | 2000-05-26 | 1 | -2/+2 |
* | Change the format for APR function documentation. This uses the perldoc | rbb | 2000-04-16 | 1 | -24/+47 |
* | ap_set_pipe_timeout() now takes microseconds instead of seconds; | trawick | 2000-04-15 | 1 | -0/+3 |
* | more documentation movement | dgaudet | 2000-04-14 | 1 | -2/+31 |
* | note about int64 constants... | dgaudet | 2000-04-11 | 1 | -0/+6 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 1 | -32/+31 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 1 | -9/+9 |
* | Update Windows port to new file_io and time specs | stoddard | 2000-01-17 | 1 | -0/+4 |
* | time overhaul: | dgaudet | 2000-01-09 | 1 | -40/+43 |
* | Add a new time function which creates a new time instance and initializes | rbb | 2000-01-06 | 1 | -0/+1 |
* | Next pass at the time functions. This defines an ap_ansi_time_t which has | rbb | 2000-01-06 | 1 | -2/+6 |