summaryrefslogtreecommitdiff
path: root/shmem
Commit message (Expand)AuthorAgeFilesLines
...
* This is the new apr_shm_t API. It completely replaces the old sharedaaron2002-01-106-707/+602
* Fix a bug that appears when specifying the length [inherit thewrowe2002-01-101-16/+8
* Correct the shm length returned based on the original reqsizewrowe2002-01-091-4/+5
* Some modest improvements pointed out by Aaron.wrowe2002-01-091-10/+18
* This now builds with Aaron's new apr_shm.h header. I'll not drop itwrowe2002-01-091-0/+259
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-081-1/+1
* Agree with Jeff [thanks] ... completion doesn't need to be so wordy.wrowe2002-01-052-4/+4
* get shmem.c to compile again after changes to apr_shmem.htrawick2002-01-051-2/+2
* Normalize an opaque type to our current conventions.wrowe2002-01-053-24/+24
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-1/+2
* Fix handling of named shared memorybjh2001-12-291-1/+6
* bye byegstein2001-08-311-11/+0
* when creating a shared memory segment using SysV, be suretrawick2001-08-301-0/+4
* fix some bad retcodes (adding APR_OS_START_SYSERR to errno) in thetrawick2001-08-301-4/+4
* Fix a segfault when we try to memset NULL (the user is out of memory injerenkrantz2001-08-301-1/+2
* Remove MM from the source tree. We don't use it anymore.rbb2001-08-2329-16127/+0
* get shmem.c to compile on platforms that have different names for SHM_Rgregames2001-08-201-0/+6
* don't do arithmetic with void *trawick2001-08-151-3/+3
* Remove all warnings from the shared memory code.rbb2001-08-141-4/+8
* Fix the new shared memory code. We need to pass a pointer torbb2001-08-141-3/+3
* Fix warnings.fielding2001-08-131-17/+21
* More fallout from MM's departure.jerenkrantz2001-08-131-2/+4
* Move the necessary shared memory code from MM into APR and remove ourjerenkrantz2001-08-132-50/+186
* Peter Moore reported this small typo...dreid2001-08-121-1/+1
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-103-28/+28
* Make some of the checks clearer and remove the debugging stuff thatdreid2001-06-071-39/+6
* Stop some compiler warnings on beos...dreid2001-06-061-6/+6
* BeOS now uses it's own shmem files and doesn't need MM, so this codedreid2001-05-091-40/+0
* This is replacement shared memory code for BeOS. It's simple but seems todreid2001-04-303-0/+369
* In apr_shm_init(), check the retcode from mm_malloc(). Previously,trawick2001-02-201-0/+6
* Enable use of the new build directory.fielding2001-02-181-1/+1
* Update copyright to 2001fielding2001-02-162-2/+2
* Add Darwin/Mac OS.wsanchez2001-02-082-1/+4
* renaming various functions for consistency sakedougm2001-02-082-6/+6
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0
* stop monkeying around with MM's object filesgstein2001-01-101-7/+0
* Libtool-ize APR.gstein2001-01-094-59/+25
* This header file is needed to allow the shared memory "fix" for BeOS todreid2001-01-061-0/+4
* I managed to miss these from a commit a while ago and so this hasn'tdreid2000-12-312-1/+15
* This allows BeOS shared memory to work across forks and thus thedreid2000-12-151-0/+37
* We need to define this correctly or it's never set and we don't setdreid2000-12-131-1/+1
* Fix a compile break on BeOS and FreeBSD. We don't want to add the sizerbb2000-12-021-1/+1
* MPMs that require multiple segments of shared memory now just use tworbb2000-12-025-5/+12
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-24/+2
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-20/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-9/+12
* Move all of the shmem private header files to an arch directory underrbb2000-11-092-12/+8
* AC_INIT sets up the env for AC_CONFIG_AUX_DIR, so fix the ordersascha2000-10-221-1/+1
* back this out, should have never been touched.wrowe2000-10-061-2/+2
* Completed review for new tests:wrowe2000-10-061-2/+2