summaryrefslogtreecommitdiff
path: root/shmem
Commit message (Expand)AuthorAgeFilesLines
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.William A. Rowe Jr2002-01-281-4/+8
* OS/2: Implement apr_os_shm_get/put.Brian Havard2002-01-281-2/+17
* Simple workaround, for now. Aaron is researching, but if somethingWilliam A. Rowe Jr2002-01-254-0/+43
* Win32 requires an apr_os accessor for shm regions. This allows us toWilliam A. Rowe Jr2002-01-251-0/+32
* Fix a small problem with the name of the area we create. This isDavid Reid2002-01-241-1/+1
* Problem resolved; how exactly I'm not certain, but we have no faultsWilliam A. Rowe Jr2002-01-241-16/+2
* Major updates to the Unix shmem implementation:Aaron Bannert2002-01-231-79/+199
* Add some more comments and more robust error checking.Aaron Bannert2002-01-221-8/+11
* Implement apr_shm_detach for name-based shmget().Aaron Bannert2002-01-171-2/+4
* Fix a bug in the APR_USE_SHMEM_SHMGET type of name-based sharedAaron Bannert2002-01-161-22/+18
* Remove some cruft from the Unix shm implementation.Aaron Bannert2002-01-161-19/+0
* Mark SysV anon shared memory segments for deletion,Jim Jagielski2002-01-151-0/+5
* After running testshm, this commit gets us passing all the tests OK.David Reid2002-01-131-12/+30
* More shmem fixes...David Reid2002-01-121-7/+27
* OS/2: Add shm pool accessor.Brian Havard2002-01-121-0/+2
* Few changes that actually get us building well enough for apache. More toDavid Reid2002-01-111-4/+8
* First step to getting shmem building on beos.David Reid2002-01-112-7/+7
* Simple solutions? No, but document some observations.William A. Rowe Jr2002-01-111-2/+22
* HP compiler doesn't like using < operator with pointer and scalarJeff Trawick2002-01-111-1/+1
* get some pointer arithmetic to compile on picky compilersJeff Trawick2002-01-101-1/+1
* OS/2: Pound the new shm code into some kind of working order.Brian Havard2002-01-102-25/+49
* This is the new apr_shm_t API. It completely replaces the old sharedAaron Bannert2002-01-106-707/+602
* Fix a bug that appears when specifying the length [inherit theWilliam A. Rowe Jr2002-01-101-16/+8
* Correct the shm length returned based on the original reqsizeWilliam A. Rowe Jr2002-01-091-4/+5
* Some modest improvements pointed out by Aaron.William A. Rowe Jr2002-01-091-10/+18
* This now builds with Aaron's new apr_shm.h header. I'll not drop itWilliam A. Rowe Jr2002-01-091-0/+259
* Add the ability to pass flags to both apr_file_open and apr_mktemp.Ryan Bloom2002-01-081-1/+1
* Agree with Jeff [thanks] ... completion doesn't need to be so wordy.William A. Rowe Jr2002-01-052-4/+4
* get shmem.c to compile again after changes to apr_shmem.hJeff Trawick2002-01-051-2/+2
* Normalize an opaque type to our current conventions.William A. Rowe Jr2002-01-053-24/+24
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-291-1/+2
* Fix handling of named shared memoryBrian Havard2001-12-291-1/+6
* bye byeGreg Stein2001-08-311-11/+0
* when creating a shared memory segment using SysV, be sureJeff Trawick2001-08-301-0/+4
* fix some bad retcodes (adding APR_OS_START_SYSERR to errno) in theJeff Trawick2001-08-301-4/+4
* Fix a segfault when we try to memset NULL (the user is out of memory inJustin Erenkrantz2001-08-301-1/+2
* Remove MM from the source tree. We don't use it anymore.Ryan Bloom2001-08-2329-16127/+0
* get shmem.c to compile on platforms that have different names for SHM_RGreg Ames2001-08-201-0/+6
* don't do arithmetic with void *Jeff Trawick2001-08-151-3/+3
* Remove all warnings from the shared memory code.Ryan Bloom2001-08-141-4/+8
* Fix the new shared memory code. We need to pass a pointer toRyan Bloom2001-08-141-3/+3
* Fix warnings.Roy T. Fielding2001-08-131-17/+21
* More fallout from MM's departure.Justin Erenkrantz2001-08-131-2/+4
* Move the necessary shared memory code from MM into APR and remove ourJustin Erenkrantz2001-08-132-50/+186
* Peter Moore reported this small typo...David Reid2001-08-121-1/+1
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-103-28/+28
* Make some of the checks clearer and remove the debugging stuff thatDavid Reid2001-06-071-39/+6
* Stop some compiler warnings on beos...David Reid2001-06-061-6/+6
* BeOS now uses it's own shmem files and doesn't need MM, so this codeDavid Reid2001-05-091-40/+0
* This is replacement shared memory code for BeOS. It's simple but seems toDavid Reid2001-04-303-0/+369