| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo... | dougm | 2001-02-13 | 1 | -1/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -11/+11 |
* | Fix VPATH support. APR builds now cleanly in a separate build directory. | sascha | 2000-12-15 | 1 | -1/+1 |
* | New config variable apr_process_lock_is_global specifies that the selected | trawick | 2000-12-01 | 1 | -0/+16 |
* | Move all of the lock private header files to an arch directory under | rbb | 2000-11-09 | 1 | -1/+1 |
* | APR locks on Unix: Let APR_LOCKALL locks work when APR isn't | trawick | 2000-08-11 | 1 | -4/+8 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 1 | -34/+34 |
* | Move all APR functions related to strings to their own directory, and | rbb | 2000-07-21 | 1 | -0/+1 |
* | Make ap_child_init_lock() work properly... It didn't | trawick | 2000-07-19 | 1 | -1/+1 |
* | a while back, we said "segfault on invalid params rather than returning an | gstein | 2000-07-08 | 1 | -17/+2 |
* | const-ify the userdata interfaces | gstein | 2000-07-08 | 1 | -2/+2 |
* | Big commit. Basically, if APR defines a public feature macro, then APR | rbb | 2000-06-22 | 1 | -3/+3 |
* | fix problems in recent change to use mkstemp(); also, fix | trawick | 2000-06-03 | 1 | -6/+0 |
* | FreeBSD 4.0 doesn't like tempnam, so we are using mkstemp now. I hope | rbb | 2000-06-03 | 1 | -1/+3 |
* | Use ap_pcalloc instead of ap_palloc where it makes sense. | rbb | 2000-04-30 | 1 | -2/+2 |
* | APR_ENOCONT doesn't make any sense without contexts. Replaced them all with | rbb | 2000-04-19 | 1 | -1/+1 |
* | replace some of the consts lost during overlapping | trawick | 2000-04-14 | 1 | -1/+1 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 1 | -5/+5 |
* | namespace cleanup in locks/unix | dgaudet | 2000-04-14 | 1 | -9/+9 |
* | Change the fname parm of ap_create_lock() and ap_child_init_lock() | trawick | 2000-04-14 | 1 | -2/+3 |
* | more documentation movement | dgaudet | 2000-04-14 | 1 | -83/+0 |
* | Finish the APR naming cleanup. This removes the struct's from | rbb | 2000-04-03 | 1 | -12/+12 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | rbb | 2000-04-03 | 1 | -12/+12 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 1 | -32/+31 |
* | Fix more docs and change some parameter order on ap_getopt. This makes | rbb | 2000-03-14 | 1 | -19/+22 |
* | changed erroneous references to type to scope; added scope to lock_t | ronald | 2000-03-10 | 1 | -15/+19 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 1 | -9/+9 |
* | Don't open a lock file unless we actually need it. | manoj | 2000-03-02 | 1 | -7/+12 |
* | Take a couple of values that were static for all locks out of the lock | rbb | 2000-01-25 | 1 | -14/+0 |
* | Finish the cleanup I did earlier. It worked before on AIX, but that was | rbb | 1999-12-06 | 1 | -3/+3 |
* | Fix the logic in blocking vs non-blocking pipes to children. It only | rbb | 1999-12-03 | 1 | -6/+1 |
* | Fix a couple of warnings that were caused by the APR leak problem. These | rbb | 1999-12-02 | 1 | -0/+1 |
* | The next step in removing the APR HAVE_*_H leak. This removes all of those | rbb | 1999-12-01 | 1 | -0/+1 |
* | Fix memory leaks in the Unix portions of APR. | manoj | 1999-11-04 | 1 | -2/+2 |
* | Modify APR so that if we build without threads, we do not create no-op | rbb | 1999-10-21 | 1 | -0/+20 |
* | Fix a bug in the logic to set/get userdata from ALL apr types. I have | rbb | 1999-10-15 | 1 | -1/+1 |
* | This avoids a seg fault when using locks on some unixes. The problem is, | rbb | 1999-10-11 | 1 | -1/+7 |
* | This finishes the argument swaps. The docs haven't been updated, and | rbb | 1999-10-11 | 1 | -2/+2 |
* | Bring the misc code up to the APR parameter order spec. This also fixes a few | rbb | 1999-10-08 | 1 | -2/+2 |
* | Parameter order change for the locks directory. They are all up to | rbb | 1999-10-08 | 1 | -3/+3 |
* | First patch to re-order function parameters. This one gets the low hanging | rbb | 1999-10-04 | 1 | -7/+7 |
* | Allow APR locks to do more than just straight mutex. Only mutex is | rbb | 1999-09-20 | 1 | -2/+7 |
* | A change to how APR uses user data. Now, user data is a linked list that | rbb | 1999-09-14 | 1 | -6/+8 |
* | Fix warnings. | ben | 1999-09-12 | 1 | -0/+1 |
* | Initial revision | rbb | 1999-08-17 | 1 | -0/+284 |