| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | wrowe | 2000-10-16 | 1 | -2/+2 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 2 | -33/+35 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 2 | -19/+19 |
* | Update dependancies in APR | rbb | 2000-07-07 | 1 | -2/+4 |
* | Continuing the cleanup of beos code. | dreid | 2000-06-17 | 1 | -0/+3 |
* | Update dependencies. | ben | 2000-06-11 | 1 | -12/+14 |
* | Use OS/2 native call in ap_sleep(). | bjh | 2000-06-11 | 1 | -3/+8 |
* | Change ap_time_t to ap_interval_time_t for ap_sleep. | rbb | 2000-06-08 | 1 | -1/+1 |
* | Both of these need apr_private.h in order to include the correct headers. | rbb | 2000-06-07 | 2 | -0/+5 |
* | Add a new ap_sleep function for apr. This basically sleeps for a specified | rbb | 2000-06-07 | 1 | -1/+7 |
* | We don't actually use anything in atime.h, so get rid of it, and include | rbb | 2000-06-07 | 4 | -85/+25 |
* | PR: | wrowe | 2000-05-28 | 1 | -2/+2 |
* | Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VAR | rbb | 2000-05-27 | 1 | -2/+2 |
* | PR: | wrowe | 2000-05-27 | 1 | -2/+2 |
* | Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols. | wrowe | 2000-05-26 | 1 | -2/+2 |
* | Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter can | sascha | 2000-04-30 | 1 | -1/+0 |
* | Update comment for depend target. The template makefiles are now called | sascha | 2000-04-30 | 1 | -1/+1 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 2 | -3/+3 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 2 | -3/+3 |
* | more documentation movement | dgaudet | 2000-04-14 | 1 | -55/+0 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 3 | -95/+92 |
* | Last doc update. | rbb | 2000-03-15 | 1 | -7/+7 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 3 | -27/+27 |
* | another unused warning | dgaudet | 2000-03-02 | 1 | -1/+0 |
* | Make interprocess mutexes actually choose, fix semaphore mutexes. | ben | 2000-01-23 | 1 | -0/+3 |
* | Make change suggested by Ben | stoddard | 2000-01-19 | 1 | -1/+1 |
* | Initialize struct tm | stoddard | 2000-01-17 | 1 | -1/+1 |
* | OS/2: Migrate directory API to new style ap_time_t | bjh | 2000-01-10 | 1 | -0/+24 |
* | add the ap_get_os_*_time funcs after Dean's time re-write. | rbb | 2000-01-09 | 2 | -12/+83 |
* | time overhaul: | dgaudet | 2000-01-09 | 4 | -650/+203 |
* | Add a new time function which creates a new time instance and initializes | rbb | 2000-01-06 | 1 | -1/+22 |
* | Next pass at the time functions. This defines an ap_ansi_time_t which has | rbb | 2000-01-06 | 1 | -4/+4 |
* | retsize should be ap_size_t, not hardwired to 32 bits | dgaudet | 1999-12-31 | 1 | -1/+1 |
* | Some changes to the ap_strftime function. We now inform the user of the | rbb | 1999-12-30 | 1 | -2/+4 |
* | A couple of new functions for APR's time library. | rbb | 1999-12-21 | 1 | -0/+37 |
* | Change ap_gm_timestr_822 to ap_timestr. Now, one function can be used to get | rbb | 1999-12-21 | 1 | -8/+8 |
* | Prevent segfault on comparing an uninitialized ap_time_t object. Treat it | bjh | 1999-12-21 | 1 | -2/+2 |
* | Fix the build process for APR. There is no reason to build each library | rbb | 1999-12-20 | 1 | -6/+6 |
* | A bunch more time functions for use in Apache. This is really the first cut | rbb | 1999-12-20 | 5 | -4/+203 |
* | The compiler for PowerPC versions of BeOS is about as pedantic as | dreid | 1999-12-19 | 1 | -3/+2 |
* | Cleaning up the config stuff for APR even more. We had some small | rbb | 1999-12-06 | 1 | -0/+3 |
* | Fix the logic in blocking vs non-blocking pipes to children. It only | rbb | 1999-12-03 | 4 | -19/+15 |
* | Be careful, _POSIX_THREAD_SAFE_FUNCTIONS is a feature test macro, yes, but it | rse | 1999-10-31 | 1 | -2/+2 |
* | Remove all of the ugly SAFETY_LOCK code. APR determines if it has threading | rbb | 1999-10-19 | 1 | -12/+10 |
* | This corrects a small problem with the safety locks. Always helps | dreid | 1999-10-16 | 1 | -2/+2 |
* | Fix a bug in the logic to set/get userdata from ALL apr types. I have | rbb | 1999-10-15 | 1 | -1/+1 |
* | Rid ourselves of a warning, and make all the time functions use one lock. | rbb | 1999-10-14 | 1 | -4/+5 |
* | Isolate the APR thread-safety macros. This makes any macro available to | rbb | 1999-10-14 | 1 | -2/+3 |
* | This finishes the argument swaps. The docs haven't been updated, and | rbb | 1999-10-11 | 1 | -1/+1 |
* | Bring the misc code up to the APR parameter order spec. This also fixes a few | rbb | 1999-10-08 | 1 | -2/+2 |