summaryrefslogtreecommitdiff
path: root/include/apr_mmap.h
Commit message (Expand)AuthorAgeFilesLines
* *) 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