summaryrefslogtreecommitdiff
path: root/mmap/win32
Commit message (Expand)AuthorAgeFilesLines
* Use CreateFileMappingW on Unicode capable Windows.ivan2016-12-181-2/+14
* axe unused variablestrawick2010-05-281-1/+0
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* remove these interfaces:trawick2003-09-031-2/+1
* Consistently fail on all platforms.striker2003-03-061-0/+3
* 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-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fixed the apr_mmap_dup ownership problem for disjoint pools by gettingjwoolley2002-11-231-21/+14
* Make this match the new unix version.jwoolley2002-04-181-7/+1
* Sanitize some return types.jwoolley2002-04-101-4/+6
* Fix a problem with the is_owner handling in the Unix and MMAP code thatjwoolley2002-04-101-6/+7
* Update our copyright for this year.fielding2002-03-131-1/+1
* Fix a Win32 segfault in mod_ssl, since ssl used file bucket to mmapwrowe2002-02-211-9/+8
* I've been getting compile warnings on FreeBSD 4.4/4.5 for months:sussman2002-01-251-3/+3
* Missing includewrowe2001-11-211-0/+1
* New APR function apr_mmap_dup.ianh2001-11-211-0/+32
* More crufty stuff, yes, it was my bug, and no, this is really horked sincewrowe2001-06-271-3/+6
* *) Complete the implementation of LARGEFILE support on Win32, althoughwrowe2001-06-061-5/+12
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-3/+3
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-3/+4
* Implement Win32 MMAP support.wrowe2000-12-071-0/+165