summaryrefslogtreecommitdiff
path: root/shmem
Commit message (Expand)AuthorAgeFilesLines
* * shmem/unix/shm.c (apr_shm_open):Joe Orton2023-01-231-14/+11
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-204-59/+59
* Stage 2 in cleaning win95 code ... cleanup filesysMladen Turk2021-12-021-27/+3
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-26/+0
* win32: Fix handle leak apr_shm_create() implementation.Ivan Zhakov2019-05-151-2/+6
* Add apr_shm_delete()Jim Jagielski2014-04-284-0/+35
* Ahh... found a testcase which req's this.Jim Jagielski2014-01-261-2/+1
* Okey dokey... how we gen the key isn't part of our ABI,Jim Jagielski2014-01-251-3/+14
* FIXME commentJim Jagielski2014-01-251-0/+2
* Get working on OSX and others.Jim Jagielski2014-01-251-2/+3
* Revert mistaken c/pJim Jagielski2014-01-251-1/+1
* Because of Darwin/OSX, we need to worry aboutJim Jagielski2014-01-251-33/+22
* *) Fix POSIX shared memory (shm_open) use for named shared memory.Jim Jagielski2014-01-251-6/+82
* Not now... revertJim Jagielski2014-01-241-12/+3
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-182-15/+15
* Close https://issues.apache.org/bugzilla/show_bug.cgi?id=53996Jim Jagielski2013-11-171-3/+13
* Follow-up to r1531768:Jeff Trawick2013-10-204-15/+105
* Windows: Create named shared memory segments under the "Local" Jeff Trawick2013-10-131-15/+99
* Use _WIN64 instead of WIN64 (compiler define vs. SDK define)Jeff Trawick2012-03-011-1/+1
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenBrian Havard2010-04-021-1/+1
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-021-3/+3
* Make sure we don't leak file descriptors.Jean-Frederic Clere2010-02-161-0/+6
* changed conditionals to avoid a couple of 'statement not reached'Guenter Knauf2009-09-291-32/+23
* Add missing proto for apr_unix_perms2modeMladen Turk2009-02-071-0/+1
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-074-10/+36
* Header unistd.h is already included in arch/unix/apr_arch_shm.h.Bojan Smojver2008-06-021-1/+0
* apr_shm: fix failure in test_named_removeNick Kew2008-06-011-1/+2
* If the named resource was removed by apr_shm_remove(), it may not be there.Bojan Smojver2008-05-281-2/+12
* Remove shm backed file on cleanup/remove for creatorMladen Turk2008-05-201-4/+12
* Trivial implementation of shm_remove for win32. If we have a backing file try...Mladen Turk2008-05-181-1/+1
* The calls to UnmapViewOfFile() and CloseHandle() in the shm_cleanup()Davi Arnaut2007-10-121-2/+2
* apr_status_t code, not Win32 error code.William A. Rowe Jr2007-08-281-1/+1
* Fix the typo.Joe Orton2006-08-034-4/+4
* Update license header.Joe Orton2006-08-034-24/+24
* Fatal compiler quirk, you would think (DWORD)(n >> 32) == 0 William A. Rowe Jr2005-06-181-5/+8
* An internal flaw - Win64 requires hi/lo buffer size argsWilliam A. Rowe Jr2005-05-161-2/+8
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
* Remove .cvsignore files.Joe Orton2004-11-183-12/+0
* * shmem/unix/shm.c (apr_shm_remove): Ensure that the file is removedJoe Orton2004-09-211-3/+11
* Continue clearing my TODO list.David Reid2004-06-291-7/+21
* * include/apr_shm.c (apr_shm_remove): Add prototype.Joe Orton2004-06-014-0/+68
* * shmem/unix/shm.c (apr_shm_create): Answer some FIXMEs: wrong, yes, no.Joe Orton2004-05-271-4/+1
* * shmem/unix/shm.c (apr_shm_attach): Remove palloc->ENOMEM checking.Joe Orton2004-05-271-15/+0
* * shmem/unix/shm.c (shm_cleanup_owner): Simplify error handling.Joe Orton2004-05-271-14/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-134-196/+40
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-053-42/+0
* * shmem/unix/shm.c (apr_shm_create): Fix build with Tru64 "cc -std";Joe Orton2003-11-051-2/+2
* Comment what res_name_from_filename is doingWilliam A. Rowe Jr2003-03-271-0/+9
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-062-2/+2