summaryrefslogtreecommitdiff
path: root/mmap
Commit message (Expand)AuthorAgeFilesLines
* Add APR_DECLARE to the functions in mmap.crbb2001-08-021-6/+7
* More crufty stuff, yes, it was my bug, and no, this is really horked sincewrowe2001-06-271-3/+6
* *) Complete the implementation of LARGEFILE support on Win32, althoughwrowe2001-06-061-5/+12
* Make the apr_mmap_create() function use the native_flags variable.rbb2001-04-301-10/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-3/+3
* Update copyright to 2001fielding2001-02-163-3/+3
* renaming various functions for consistency sakedougm2001-02-082-7/+7
* apr_mmap_t is defined as a void*.gstein2001-02-051-5/+5
* Get this working on beos again so we can serve pages!dreid2001-01-291-7/+9
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-182-4/+6
* Libtool-ize APR.gstein2001-01-092-25/+8
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-082-2/+3
* Implement Win32 MMAP support.wrowe2000-12-071-0/+165
* Allow APR programmers to determine if an MMAP is read-only or if it shouldrbb2000-12-071-3/+19
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-37/+2
* tweak the includes for the recent header reorg.gstein2000-11-091-1/+1
* Tie up some loose ends that fell through the cracks while I was fixingrbb2000-11-091-4/+3
* prefix libapr functions and types with apr_dougm2000-08-022-12/+12
* Stop using an incomplete type for MMAP files. The only sane way to reallyrbb2000-07-074-111/+40
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-222-2/+2
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-223-3/+4
* OK so finally I get my cvs working again! These small diffsdreid2000-06-122-2/+2
* trailing space caused build to break for me, remove it.dougm2000-06-111-1/+1
* Update dependencies.ben2000-06-111-14/+16
* don't seek when setting up an mmapdgaudet2000-06-101-2/+3
* Small change to get mmap support for BeOS working again.dreid2000-06-011-1/+1
* Fix a typo in the new beos code in the unix dir.rbb2000-05-161-1/+1
* Update the unix code to support BeOS. Remove the now un-necessary BeOSrbb2000-05-167-283/+39
* 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-302-2/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-302-2/+2
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-223-4/+4
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-144-4/+4
* more namespace cleanupdgaudet2000-04-144-6/+2
* 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-032-7/+7
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-034-9/+9
* Update to Apache Software License version 1.1fielding2000-03-315-158/+154
* 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-105-45/+45
* 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
* The compiler for PowerPC versions of BeOS is about as pedantic asdreid1999-12-191-3/+2
* Update the BeOS files to use a single header.dreid1999-12-152-11/+9
* This change gets APR compiling on BeOS again. Some filename changesdreid1999-12-122-13/+11
* 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