summaryrefslogtreecommitdiff
path: root/test/testmmap.c
Commit message (Expand)AuthorAgeFilesLines
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-13/+13
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Add more code sharing arrangements and a few minor updates/tweaks.David Reid2000-04-051-1/+1
* call ap_initialize() and ap_terminate()Jeff Trawick2000-04-031-3/+11
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+32
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* A few minor changes to tidy things up a bit. Also rewrote ap_wait_procDavid Reid2000-03-071-5/+4
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-2/+3
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat toRyan Bloom2000-01-041-1/+1
* Get the mmap test working again and tidy up in htdigest.David Reid1999-12-151-8/+11
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-031-9/+2
* This set of changes adds the function ap_mmap_open_create which allowsDavid Reid1999-10-211-8/+35
* PR:David Reid1999-10-201-0/+104