summaryrefslogtreecommitdiff
path: root/mmap/win32/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-5/+5
* Replace tabs to spaces.Ivan Zhakov2022-07-081-2/+2
* Stage 2 in cleaning win95 code ... cleanup filesysMladen Turk2021-12-021-14/+2
* Remove Windows apr_mmap_t members pstart, psize and poffset.Yann Ylavic2021-03-021-9/+12
* Use CreateFileMappingW on Unicode capable Windows.Ivan Zhakov2016-12-181-2/+14
* axe unused variablesJeff Trawick2010-05-281-1/+0
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* remove these interfaces:Jeff Trawick2003-09-031-2/+1
* Consistently fail on all platforms.Sander Striker2003-03-061-0/+3
* 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
* Fixed the apr_mmap_dup ownership problem for disjoint pools by gettingCliff Woolley2002-11-231-21/+14
* Make this match the new unix version.Cliff Woolley2002-04-181-7/+1
* Sanitize some return types.Cliff Woolley2002-04-101-4/+6
* Fix a problem with the is_owner handling in the Unix and MMAP code thatCliff Woolley2002-04-101-6/+7
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix a Win32 segfault in mod_ssl, since ssl used file bucket to mmapWilliam A. Rowe Jr2002-02-211-9/+8
* I've been getting compile warnings on FreeBSD 4.4/4.5 for months:Ben Collins-Sussman2002-01-251-3/+3
* Missing includeWilliam A. Rowe Jr2001-11-211-0/+1
* New APR function apr_mmap_dup.Ian Holsman2001-11-211-0/+32
* More crufty stuff, yes, it was my bug, and no, this is really horked sinceWilliam A. Rowe Jr2001-06-271-3/+6
* *) Complete the implementation of LARGEFILE support on Win32, althoughWilliam A. Rowe Jr2001-06-061-5/+12
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-3/+4
* Implement Win32 MMAP support.William A. Rowe Jr2000-12-071-0/+165