summaryrefslogtreecommitdiff
path: root/shmem/win32
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-16/+16
* 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-281-0/+10
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-3/+3
* Follow-up to r1531768:Jeff Trawick2013-10-201-15/+54
* 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
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+2
* 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-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* 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-041-1/+2
* * include/apr_shm.c (apr_shm_remove): Add prototype.Joe Orton2004-06-011-0/+6
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* 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-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* 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
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.William A. Rowe Jr2002-01-281-4/+8
* Simple workaround, for now. Aaron is researching, but if somethingWilliam A. Rowe Jr2002-01-251-0/+2
* Win32 requires an apr_os accessor for shm regions. This allows us toWilliam A. Rowe Jr2002-01-251-0/+32
* Problem resolved; how exactly I'm not certain, but we have no faultsWilliam A. Rowe Jr2002-01-241-16/+2
* Simple solutions? No, but document some observations.William A. Rowe Jr2002-01-111-2/+22
* 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