summaryrefslogtreecommitdiff
path: root/shmem
Commit message (Expand)AuthorAgeFilesLines
* Use _WIN64 instead of WIN64 (compiler define vs. SDK define)trawick2012-03-011-1/+1
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenbjh2010-04-021-1/+1
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-021-3/+3
* Make sure we don't leak file descriptors.jfclere2010-02-161-0/+6
* changed conditionals to avoid a couple of 'statement not reached'fuankg2009-09-291-32/+23
* Add missing proto for apr_unix_perms2modemturk2009-02-071-0/+1
* Add object perms set macros and implement them for shm and mutexmturk2009-02-074-10/+36
* Header unistd.h is already included in arch/unix/apr_arch_shm.h.bojan2008-06-021-1/+0
* apr_shm: fix failure in test_named_removeniq2008-06-011-1/+2
* If the named resource was removed by apr_shm_remove(), it may not be there.bojan2008-05-281-2/+12
* Remove shm backed file on cleanup/remove for creatormturk2008-05-201-4/+12
* Trivial implementation of shm_remove for win32. If we have a backing file try...mturk2008-05-181-1/+1
* The calls to UnmapViewOfFile() and CloseHandle() in the shm_cleanup()davi2007-10-121-2/+2
* apr_status_t code, not Win32 error code.wrowe2007-08-281-1/+1
* Fix the typo.jorton2006-08-034-4/+4
* Update license header.jorton2006-08-034-24/+24
* Fatal compiler quirk, you would think (DWORD)(n >> 32) == 0 wrowe2005-06-181-5/+8
* An internal flaw - Win64 requires hi/lo buffer size argswrowe2005-05-161-2/+8
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-044-4/+8
* Remove .cvsignore files.jorton2004-11-183-12/+0
* * shmem/unix/shm.c (apr_shm_remove): Ensure that the file is removedjorton2004-09-211-3/+11
* Continue clearing my TODO list.dreid2004-06-291-7/+21
* * include/apr_shm.c (apr_shm_remove): Add prototype.jorton2004-06-014-0/+68
* * shmem/unix/shm.c (apr_shm_create): Answer some FIXMEs: wrong, yes, no.jorton2004-05-271-4/+1
* * shmem/unix/shm.c (apr_shm_attach): Remove palloc->ENOMEM checking.jorton2004-05-271-15/+0
* * shmem/unix/shm.c (shm_cleanup_owner): Simplify error handling.jorton2004-05-271-14/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-134-196/+40
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-053-42/+0
* * shmem/unix/shm.c (apr_shm_create): Fix build with Tru64 "cc -std";jorton2003-11-051-2/+2
* Comment what res_name_from_filename is doingwrowe2003-03-271-0/+9
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-062-2/+2
* Update copyright notices to 2003.thommay2003-01-014-4/+4
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-2/+2
* More handle leakage. We need to be explicit when we create a duplicatewrowe2002-07-311-11/+3
* More WinCE Portingwrowe2002-06-041-4/+31
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-223-0/+3
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-223-0/+6
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())trawick2002-04-161-3/+1
* Update our copyright for this year.fielding2002-03-134-4/+4
* get rid of some questions now that Aaron has checked it overtrawick2002-03-041-5/+0
* preserve the proper alignment when we use the start of the sharedtrawick2002-03-041-6/+13
* Get the shmem code building again on beos.dreid2002-02-141-0/+1
* OS/2: Fix option flags attaching to an existing shared memory block.bjh2002-02-121-1/+1
* not allocating memory for the metadata..ianh2002-02-051-1/+1
* Fix a few attempts to add to a void *ptr in the Unix shared memorytrawick2002-02-041-3/+3
* Fixed up some comments -- got rid of FIXMEs that have been fixed.aaron2002-01-301-6/+1
* Implement shared memory cleanup handlers on Unix for both the originalaaron2002-01-291-66/+98
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-281-4/+8
* OS/2: Implement apr_os_shm_get/put.bjh2002-01-281-2/+17