summaryrefslogtreecommitdiff
path: root/mmap/unix/mmap_h.h
Commit message (Expand)AuthorAgeFilesLines
* Stop using an incomplete type for MMAP files. The only sane way to reallyRyan Bloom2000-07-071-94/+0
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-221-1/+2
* OK so finally I get my cvs working again! These small diffsDavid Reid2000-06-121-1/+1
* Fix a typo in the new beos code in the unix dir.Ryan Bloom2000-05-161-1/+1
* Update the unix code to support BeOS. Remove the now un-necessary BeOSRyan Bloom2000-05-161-4/+3
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* more namespace cleanupdgaudet2000-04-141-2/+0
* 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-31/+30
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-031-1/+23
* hange the way that we test for the size of ssize_t, using code suggested byDavid Reid1999-11-131-3/+0
* Fix a logic error for mmap on unix. Basically, if you are going to check forRyan Bloom1999-11-101-1/+3
* This adds a new mmap function for both BeOS and unix.David Reid1999-11-041-1/+2
* The beginning of mmap support for APR. Still early days but what's hereDavid Reid1999-10-201-0/+75