summaryrefslogtreecommitdiff
path: root/shmem
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright notices to 2003.Thom May2003-01-014-4/+4
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-2/+2
* More handle leakage. We need to be explicit when we create a duplicateWilliam A. Rowe Jr2002-07-311-11/+3
* More WinCE PortingWilliam A. Rowe Jr2002-06-041-4/+31
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-223-0/+3
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-223-0/+6
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())Jeff Trawick2002-04-161-3/+1
* Update our copyright for this year.Roy T. Fielding2002-03-134-4/+4
* get rid of some questions now that Aaron has checked it overJeff Trawick2002-03-041-5/+0
* preserve the proper alignment when we use the start of the sharedJeff Trawick2002-03-041-6/+13
* Get the shmem code building again on beos.David Reid2002-02-141-0/+1
* OS/2: Fix option flags attaching to an existing shared memory block.Brian Havard2002-02-121-1/+1
* not allocating memory for the metadata..Ian Holsman2002-02-051-1/+1
* Fix a few attempts to add to a void *ptr in the Unix shared memoryJeff Trawick2002-02-041-3/+3
* Fixed up some comments -- got rid of FIXMEs that have been fixed.Aaron Bannert2002-01-301-6/+1
* Implement shared memory cleanup handlers on Unix for both the originalAaron Bannert2002-01-291-66/+98
* 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