summaryrefslogtreecommitdiff
path: root/mmap/unix
Commit message (Expand)AuthorAgeFilesLines
...
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-1/+1
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-222-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-2/+2
* more namespace cleanupdgaudet2000-04-142-3/+1
* more documentation movementdgaudet2000-04-142-21/+0
* Remove all the buffered I/O code from APR. APR supports buffered I/O onlyrbb2000-04-061-1/+1
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-3/+3
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-032-4/+4
* Update to Apache Software License version 1.1fielding2000-03-313-95/+93
* Fix warnings, update dependencies.ben2000-03-181-6/+6
* Updating more docs. :-)rbb2000-03-152-0/+21
* Fix all the License issues. Including:rbb2000-03-103-27/+27
* Pointer arithmetic using void * is non-sense. GCC implicitly convertssascha2000-01-031-1/+1
* Fix the build process for APR. There is no reason to build each libraryrbb1999-12-201-7/+7
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-034-47/+40
* Fix a couple of files that need to include apr_config.h now. All of theserbb1999-12-011-0/+1
* Update some dependancies. Move the final two files out of apr/inc and intorbb1999-11-231-1/+0
* Cleaned up the APRFile uses in Apache. Also removed the apr.h header filerbb1999-11-171-1/+14
* hange the way that we test for the size of ssize_t, using code suggested bydreid1999-11-133-122/+8
* Fix a logic error for mmap on unix. Basically, if you are going to check forrbb1999-11-103-15/+29
* This adds a new mmap function for both BeOS and unix.dreid1999-11-043-3/+35
* Add more functions to the APR mmap.dreid1999-11-033-2/+120
* Remake the unix dependencies.manoj1999-10-301-0/+1
* Don't try to compile mmap functions if the platform doesn't have mmap.bjh1999-10-241-0/+4
* Add a .cvsignore file to the Unix mmap section of APRmanoj1999-10-231-0/+1
* This set of changes adds the function ap_mmap_open_create which allowsdreid1999-10-212-8/+49
* The beginning of mmap support for APR. Still early days but what's heredreid1999-10-203-0/+263