summaryrefslogtreecommitdiff
path: root/mmap
Commit message (Expand)AuthorAgeFilesLines
* Pointer arithmetic using void * is non-sense. GCC implicitly convertsSascha Schumann2000-01-031-1/+1
* Fix the build process for APR. There is no reason to build each libraryRyan Bloom1999-12-201-7/+7
* The compiler for PowerPC versions of BeOS is about as pedantic asDavid Reid1999-12-191-3/+2
* Update the BeOS files to use a single header.David Reid1999-12-152-11/+9
* This change gets APR compiling on BeOS again. Some filename changesDavid Reid1999-12-122-13/+11
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-034-47/+40
* Fix a couple of files that need to include apr_config.h now. All of theseRyan Bloom1999-12-011-0/+1
* Update some dependancies. Move the final two files out of apr/inc and intoRyan Bloom1999-11-231-1/+0
* Cleaned up the APRFile uses in Apache. Also removed the apr.h header fileRyan Bloom1999-11-171-1/+14
* hange the way that we test for the size of ssize_t, using code suggested byDavid Reid1999-11-135-251/+21
* Fix a logic error for mmap on unix. Basically, if you are going to check forRyan Bloom1999-11-103-15/+29
* This adds a new mmap function for both BeOS and unix.David Reid1999-11-046-6/+81
* Add more functions to the APR mmap.David Reid1999-11-036-7/+143
* Remake the unix dependencies.Manoj Kasichainula1999-10-301-0/+1
* Don't try to compile mmap functions if the platform doesn't have mmap.Brian Havard1999-10-241-0/+4
* Add a .cvsignore file to the Unix mmap section of APRManoj Kasichainula1999-10-231-0/+1
* This set of changes adds the function ap_mmap_open_create which allowsDavid Reid1999-10-214-29/+116
* The beginning of mmap support for APR. Still early days but what's hereDavid Reid1999-10-206-0/+548