summaryrefslogtreecommitdiff
path: root/mmap
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-203-13/+13
* Replace tabs to spaces.ivan2022-07-081-2/+2
* Stage 2 in cleaning win95 code ... cleanup filesysmturk2021-12-021-14/+2
* Follow up to r1887060: fix compilation on BEOS.ylavic2021-03-111-2/+4
* Revert r1887500: had some unrelated changes.ylavic2021-03-111-4/+2
* Follow up to r1887060: fix compilation on BEOS.ylavic2021-03-111-2/+4
* Remove Windows apr_mmap_t members pstart, psize and poffset.ylavic2021-03-021-9/+12
* Align apr_mmap()ing offset to a page boundary. PR 65158.ylavic2021-03-021-3/+22
* Use CreateFileMappingW on Unicode capable Windows.ivan2016-12-181-2/+14
* axe unused variablestrawick2010-05-281-1/+0
* Once we know apr_off_t size > 0, we know we can foldwrowe2007-10-051-2/+2
* Fix the typo.jorton2006-08-033-3/+3
* Update license header.jorton2006-08-033-18/+18
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-043-3/+6
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Add LFS support:jorton2004-03-271-0/+8
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-133-147/+30
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-13/+0
* remove these interfaces:trawick2003-09-032-4/+2
* it's confusing as hell to get an allocated object back that's all zeros.jwoolley2003-07-141-0/+2
* * mmap/unix/mmap.cstriker2003-03-101-1/+1
* Consistently fail on all platforms.striker2003-03-062-0/+6
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-072-2/+2
* Namespace protection for include/arch/ header filesthommay2003-01-062-2/+2
* Update copyright notices to 2003.thommay2003-01-013-3/+3
* Fixed the apr_mmap_dup ownership problem for disjoint pools by gettingjwoolley2002-11-232-43/+29
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Make this match the new unix version.jwoolley2002-04-181-7/+1
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())trawick2002-04-161-7/+1
* Sanitize some return types.jwoolley2002-04-102-8/+12
* Fix a problem with the is_owner handling in the Unix and MMAP code thatjwoolley2002-04-102-22/+16
* Update our copyright for this year.fielding2002-03-133-3/+3
* 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-252-7/+7
* Fix a compiler warning from an undeclared function.aaron2001-11-221-0/+1
* Missing includewrowe2001-11-211-0/+1
* New APR function apr_mmap_dup.ianh2001-11-212-0/+64
* Add APR_DECLARE to the functions in mmap.crbb2001-08-021-6/+7
* 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
* Make the apr_mmap_create() function use the native_flags variable.rbb2001-04-301-10/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-3/+3
* Update copyright to 2001fielding2001-02-163-3/+3
* renaming various functions for consistency sakedougm2001-02-082-7/+7
* apr_mmap_t is defined as a void*.gstein2001-02-051-5/+5
* Get this working on beos again so we can serve pages!dreid2001-01-291-7/+9
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-182-4/+6
* Libtool-ize APR.gstein2001-01-092-25/+8
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-082-2/+3