| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various return code problems in APR on Win32. For most of | trawick | 2000-05-01 | 1 | -3/+3 |
* | Use ap_pcalloc instead of ap_palloc where it makes sense. | rbb | 2000-04-30 | 1 | -2/+2 |
* | Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter can | sascha | 2000-04-30 | 3 | -3/+0 |
* | Update comment for depend target. The template makefiles are now called | sascha | 2000-04-30 | 3 | -3/+3 |
* | back out APR_ prefix for TRUE,FALSE | dougm | 2000-04-28 | 1 | -1/+1 |
* | Back out APR_TRUE|FALSE patch for Win32 system calls. | stoddard | 2000-04-28 | 1 | -4/+4 |
* | prefix TRUE,FALSE with APR_ | dougm | 2000-04-28 | 2 | -5/+5 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 4 | -8/+8 |
* | APR_ENOCONT doesn't make any sense without contexts. Replaced them all with | rbb | 2000-04-19 | 2 | -2/+2 |
* | Win32: Return the real error on lock failure | stoddard | 2000-04-19 | 1 | -4/+1 |
* | Restore the space that someone just ate. | fielding | 2000-04-15 | 1 | -52/+52 |
* | replace some of the consts lost during overlapping | trawick | 2000-04-14 | 4 | -6/+9 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 10 | -83/+78 |
* | namespace cleanup in locks/unix | dgaudet | 2000-04-14 | 4 | -51/+55 |
* | Change the fname parm of ap_create_lock() and ap_child_init_lock() | trawick | 2000-04-14 | 7 | -15/+24 |
* | more documentation movement | dgaudet | 2000-04-14 | 1 | -83/+0 |
* | First stage of migrating OS/2 code to new error code mappings, define & use | bjh | 2000-04-08 | 1 | -5/+5 |
* | Fix a bug pthreads cross process locks. This was missed in the big patch | rbb | 2000-04-05 | 1 | -1/+1 |
* | get rid of unused var in create_inter_lock() | trawick | 2000-04-04 | 1 | -1/+0 |
* | Finish the APR naming cleanup. This removes the struct's from | rbb | 2000-04-03 | 8 | -72/+72 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | rbb | 2000-04-03 | 12 | -85/+85 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 12 | -380/+373 |
* | Fix pthread Cross Process locks. | rbb | 2000-03-31 | 2 | -7/+14 |
* | When the lock cleanup routine is called the semphores weren't | dreid | 2000-03-23 | 2 | -0/+2 |
* | Fix a stupid mistake in my last commit. | rbb | 2000-03-21 | 1 | -1/+1 |
* | Fix the cleanup of SYSV semaphores. This way we don't leave sems lying | rbb | 2000-03-21 | 1 | -1/+1 |
* | Fix warnings, update dependencies. | ben | 2000-03-18 | 1 | -5/+7 |
* | Simplify filename copying in child_init_lock. :) | manoj | 2000-03-16 | 1 | -2/+1 |
* | Fix the problems with my last commit. | rbb | 2000-03-16 | 1 | -1/+2 |
* | Fix a bug in ap_init_child_lock | rbb | 2000-03-16 | 1 | -0/+1 |
* | Update some dependencies. | bjh | 2000-03-16 | 1 | -4/+5 |
* | Add some missing functions into BeOS locks | dreid | 2000-03-15 | 2 | -0/+38 |
* | Fix more docs and change some parameter order on ap_getopt. This makes | rbb | 2000-03-14 | 1 | -19/+22 |
* | Cleanup of the locking code for BeOS. | dreid | 2000-03-14 | 2 | -24/+39 |
* | changed erroneous references to type to scope; added scope to lock_t | ronald | 2000-03-10 | 6 | -28/+37 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 12 | -108/+108 |
* | OS/2: Rework of mutex locks. Makes it safe to use the same object in multiple | bjh | 2000-03-03 | 2 | -19/+59 |
* | 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 | 3 | -42/+42 |
* | Namespace protect the HAVE_SEMUN variable that was added. This has not | rbb | 2000-01-24 | 1 | -4/+1 |
* | Make interprocess mutexes actually choose, fix semaphore mutexes. | ben | 2000-01-23 | 2 | -6/+11 |
* | Move Windows project files to the attic. | stoddard | 2000-01-12 | 2 | -116/+0 |
* | Remove trailing slash, confuses some makes | sascha | 1999-12-31 | 1 | -1/+1 |
* | Clean up APR's configure script a bit. This commit also allows Apache to | rbb | 1999-12-22 | 1 | -1/+1 |
* | Fix the build process for APR. There is no reason to build each library | rbb | 1999-12-20 | 1 | -8/+7 |
* | Missed this one when I did the others. As there isn't an inc directory | dreid | 1999-12-20 | 1 | -4/+3 |
* | Update the BeOS files to use a single header. | dreid | 1999-12-15 | 4 | -10/+2 |
* | Finish the cleanup I did earlier. It worked before on AIX, but that was | rbb | 1999-12-06 | 2 | -4/+4 |
* | Cleaning up the config stuff for APR even more. We had some small | rbb | 1999-12-06 | 1 | -4/+4 |
* | Fix the logic in blocking vs non-blocking pipes to children. It only | rbb | 1999-12-03 | 5 | -35/+40 |