summaryrefslogtreecommitdiff
path: root/include/apr_mmap.h
Commit message (Expand)AuthorAgeFilesLines
* Fix doc errors in APR header files.trawick2013-06-251-1/+1
* 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
* axe this entirelyjwoolley2003-09-031-15/+0
* remove these interfaces:trawick2003-09-031-8/+1
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-8/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fixed the apr_mmap_dup ownership problem for disjoint pools by gettingjwoolley2002-11-231-7/+12
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-3/+12
* Added apr_file_setaside() function to move an apr_file_t frombrianp2002-07-021-2/+18
* Update our copyright for this year.fielding2002-03-131-1/+1
* I've been getting compile warnings on FreeBSD 4.4/4.5 for months:sussman2002-01-251-2/+2
* add APR_MMAP_CANDIDATE macro to test if filelength is an mmap candidatedougm2001-11-281-0/+3
* namespace protect MMAP_{THRESHOLD,LIMIT} with APR_ prefixdougm2001-11-281-5/+9
* move MMAP_{THRESHOLD,LIMIT} defines to apr_mmap.h so they can be used elsewheredougm2001-11-271-0/+16
* New APR function apr_mmap_dup.ianh2001-11-211-0/+15
* Changes to make Doxygen workianh2001-08-181-10/+14
* You can't map more bytes than a size_t ... eliminate an abused apr_off_twrowe2001-07-121-1/+1
* *) Complete the implementation of LARGEFILE support on Win32, althoughwrowe2001-06-061-3/+3
* Here's food for thought ... how big is a mmap, the size of the mappedwrowe2001-04-031-4/+4
* Update copyright to 2001fielding2001-02-161-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-5/+10
* Implement Win32 MMAP support.wrowe2000-12-071-0/+10
* Allow APR programmers to determine if an MMAP is read-only or if it shouldrbb2000-12-071-2/+11
* Protect a couple of functions with the appropriate #if's.rbb2000-12-021-0/+4
* A couple of header files that are needed by BeOS to build.dreid2000-12-021-0/+4
* Make the APR headers sane.gstein2000-11-261-3/+3
* Document all of the public APR structures with DocBook.rbb2000-08-051-0/+5
* prefix libapr functions and types with apr_dougm2000-08-021-7/+7
* Update apr_mmap.h to use ScanDocrbb2000-07-231-33/+19
* Stop using an incomplete type for MMAP files. The only sane way to reallyrbb2000-07-071-1/+14
* Change the format for APR function documentation. This uses the perldocrbb2000-04-161-18/+33
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-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 therbb2000-04-031-1/+1
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* hange the way that we test for the size of ssize_t, using code suggested bydreid1999-11-131-9/+3
* This adds a new mmap function for both BeOS and unix.dreid1999-11-041-0/+2
* Add the new functions and also argument names :-)dreid1999-11-031-9/+11
* OK, here is the file I missed form the mmap commit last night.dreid1999-10-211-0/+90