| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simple workaround, for now. Aaron is researching, but if something | wrowe | 2002-01-25 | 4 | -0/+43 |
* | Win32 requires an apr_os accessor for shm regions. This allows us to | wrowe | 2002-01-25 | 1 | -0/+32 |
* | Fix a small problem with the name of the area we create. This is | dreid | 2002-01-24 | 1 | -1/+1 |
* | Problem resolved; how exactly I'm not certain, but we have no faults | wrowe | 2002-01-24 | 1 | -16/+2 |
* | Major updates to the Unix shmem implementation: | aaron | 2002-01-23 | 1 | -79/+199 |
* | Add some more comments and more robust error checking. | aaron | 2002-01-22 | 1 | -8/+11 |
* | Implement apr_shm_detach for name-based shmget(). | aaron | 2002-01-17 | 1 | -2/+4 |
* | Fix a bug in the APR_USE_SHMEM_SHMGET type of name-based shared | aaron | 2002-01-16 | 1 | -22/+18 |
* | Remove some cruft from the Unix shm implementation. | aaron | 2002-01-16 | 1 | -19/+0 |
* | Mark SysV anon shared memory segments for deletion, | jim | 2002-01-15 | 1 | -0/+5 |
* | After running testshm, this commit gets us passing all the tests OK. | dreid | 2002-01-13 | 1 | -12/+30 |
* | More shmem fixes... | dreid | 2002-01-12 | 1 | -7/+27 |
* | OS/2: Add shm pool accessor. | bjh | 2002-01-12 | 1 | -0/+2 |
* | Few changes that actually get us building well enough for apache. More to | dreid | 2002-01-11 | 1 | -4/+8 |
* | First step to getting shmem building on beos. | dreid | 2002-01-11 | 2 | -7/+7 |
* | Simple solutions? No, but document some observations. | wrowe | 2002-01-11 | 1 | -2/+22 |
* | HP compiler doesn't like using < operator with pointer and scalar | trawick | 2002-01-11 | 1 | -1/+1 |
* | get some pointer arithmetic to compile on picky compilers | trawick | 2002-01-10 | 1 | -1/+1 |
* | OS/2: Pound the new shm code into some kind of working order. | bjh | 2002-01-10 | 2 | -25/+49 |
* | This is the new apr_shm_t API. It completely replaces the old shared | aaron | 2002-01-10 | 6 | -707/+602 |
* | Fix a bug that appears when specifying the length [inherit the | wrowe | 2002-01-10 | 1 | -16/+8 |
* | Correct the shm length returned based on the original reqsize | wrowe | 2002-01-09 | 1 | -4/+5 |
* | Some modest improvements pointed out by Aaron. | wrowe | 2002-01-09 | 1 | -10/+18 |
* | This now builds with Aaron's new apr_shm.h header. I'll not drop it | wrowe | 2002-01-09 | 1 | -0/+259 |
* | Add the ability to pass flags to both apr_file_open and apr_mktemp. | rbb | 2002-01-08 | 1 | -1/+1 |
* | Agree with Jeff [thanks] ... completion doesn't need to be so wordy. | wrowe | 2002-01-05 | 2 | -4/+4 |
* | get shmem.c to compile again after changes to apr_shmem.h | trawick | 2002-01-05 | 1 | -2/+2 |
* | Normalize an opaque type to our current conventions. | wrowe | 2002-01-05 | 3 | -24/+24 |
* | roll the extra apr_lock_create_np() functionality into apr_lock_create() | trawick | 2001-12-29 | 1 | -1/+2 |
* | Fix handling of named shared memory | bjh | 2001-12-29 | 1 | -1/+6 |
* | bye bye | gstein | 2001-08-31 | 1 | -11/+0 |
* | when creating a shared memory segment using SysV, be sure | trawick | 2001-08-30 | 1 | -0/+4 |
* | fix some bad retcodes (adding APR_OS_START_SYSERR to errno) in the | trawick | 2001-08-30 | 1 | -4/+4 |
* | Fix a segfault when we try to memset NULL (the user is out of memory in | jerenkrantz | 2001-08-30 | 1 | -1/+2 |
* | Remove MM from the source tree. We don't use it anymore. | rbb | 2001-08-23 | 29 | -16127/+0 |
* | get shmem.c to compile on platforms that have different names for SHM_R | gregames | 2001-08-20 | 1 | -0/+6 |
* | don't do arithmetic with void * | trawick | 2001-08-15 | 1 | -3/+3 |
* | Remove all warnings from the shared memory code. | rbb | 2001-08-14 | 1 | -4/+8 |
* | Fix the new shared memory code. We need to pass a pointer to | rbb | 2001-08-14 | 1 | -3/+3 |
* | Fix warnings. | fielding | 2001-08-13 | 1 | -17/+21 |
* | More fallout from MM's departure. | jerenkrantz | 2001-08-13 | 1 | -2/+4 |
* | Move the necessary shared memory code from MM into APR and remove our | jerenkrantz | 2001-08-13 | 2 | -50/+186 |
* | Peter Moore reported this small typo... | dreid | 2001-08-12 | 1 | -1/+1 |
* | Wrap all APR functions in APR_DECLARE macro. | rbb | 2001-08-10 | 3 | -28/+28 |
* | Make some of the checks clearer and remove the debugging stuff that | dreid | 2001-06-07 | 1 | -39/+6 |
* | Stop some compiler warnings on beos... | dreid | 2001-06-06 | 1 | -6/+6 |
* | BeOS now uses it's own shmem files and doesn't need MM, so this code | dreid | 2001-05-09 | 1 | -40/+0 |
* | This is replacement shared memory code for BeOS. It's simple but seems to | dreid | 2001-04-30 | 3 | -0/+369 |
* | In apr_shm_init(), check the retcode from mm_malloc(). Previously, | trawick | 2001-02-20 | 1 | -0/+6 |
* | Enable use of the new build directory. | fielding | 2001-02-18 | 1 | -1/+1 |