summaryrefslogtreecommitdiff
path: root/include/apr_mmap.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-8/+8
* Remove Windows apr_mmap_t members pstart, psize and poffset.Yann Ylavic2021-03-021-4/+0
* Align apr_mmap()ing offset to a page boundary. PR 65158.Yann Ylavic2021-03-021-3/+4
* Fix doc errors in APR header files.Jeff Trawick2013-06-251-1/+1
* 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
* axe this entirelyCliff Woolley2003-09-031-15/+0
* remove these interfaces:Jeff Trawick2003-09-031-8/+1
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-8/+10
* 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-7/+12
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-3/+12
* Added apr_file_setaside() function to move an apr_file_t fromBrian Pane2002-07-021-2/+18
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* I've been getting compile warnings on FreeBSD 4.4/4.5 for months:Ben Collins-Sussman2002-01-251-2/+2
* add APR_MMAP_CANDIDATE macro to test if filelength is an mmap candidateDoug MacEachern2001-11-281-0/+3
* namespace protect MMAP_{THRESHOLD,LIMIT} with APR_ prefixDoug MacEachern2001-11-281-5/+9
* move MMAP_{THRESHOLD,LIMIT} defines to apr_mmap.h so they can be used elsewhereDoug MacEachern2001-11-271-0/+16
* New APR function apr_mmap_dup.Ian Holsman2001-11-211-0/+15
* Changes to make Doxygen workIan Holsman2001-08-181-10/+14
* You can't map more bytes than a size_t ... eliminate an abused apr_off_tWilliam A. Rowe Jr2001-07-121-1/+1
* *) Complete the implementation of LARGEFILE support on Win32, althoughWilliam A. Rowe Jr2001-06-061-3/+3
* Here's food for thought ... how big is a mmap, the size of the mappedWilliam A. Rowe Jr2001-04-031-4/+4
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-5/+10
* Implement Win32 MMAP support.William A. Rowe Jr2000-12-071-0/+10
* Allow APR programmers to determine if an MMAP is read-only or if it shouldRyan Bloom2000-12-071-2/+11
* Protect a couple of functions with the appropriate #if's.Ryan Bloom2000-12-021-0/+4
* A couple of header files that are needed by BeOS to build.David Reid2000-12-021-0/+4
* Make the APR headers sane.Greg Stein2000-11-261-3/+3
* Document all of the public APR structures with DocBook.Ryan Bloom2000-08-051-0/+5
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-7/+7
* Update apr_mmap.h to use ScanDocRyan Bloom2000-07-231-33/+19
* Stop using an incomplete type for MMAP files. The only sane way to reallyRyan Bloom2000-07-071-1/+14
* Change the format for APR function documentation. This uses the perldocRyan Bloom2000-04-161-18/+33
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* more documentation movementdgaudet2000-04-141-2/+21
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* hange the way that we test for the size of ssize_t, using code suggested byDavid Reid1999-11-131-9/+3
* This adds a new mmap function for both BeOS and unix.David Reid1999-11-041-0/+2
* Add the new functions and also argument names :-)David Reid1999-11-031-9/+11
* OK, here is the file I missed form the mmap commit last night.David Reid1999-10-211-0/+90