summaryrefslogtreecommitdiff
path: root/mmap
Commit message (Expand)AuthorAgeFilesLines
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Make this match the new unix version.Cliff Woolley2002-04-181-7/+1
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())Jeff Trawick2002-04-161-7/+1
* Sanitize some return types.Cliff Woolley2002-04-102-8/+12
* Fix a problem with the is_owner handling in the Unix and MMAP code thatCliff Woolley2002-04-102-22/+16
* Update our copyright for this year.Roy T. Fielding2002-03-133-3/+3
* Fix a Win32 segfault in mod_ssl, since ssl used file bucket to mmapWilliam A. Rowe Jr2002-02-211-9/+8
* I've been getting compile warnings on FreeBSD 4.4/4.5 for months:Ben Collins-Sussman2002-01-252-7/+7
* Fix a compiler warning from an undeclared function.Aaron Bannert2001-11-221-0/+1
* Missing includeWilliam A. Rowe Jr2001-11-211-0/+1
* New APR function apr_mmap_dup.Ian Holsman2001-11-212-0/+64
* Add APR_DECLARE to the functions in mmap.cRyan Bloom2001-08-021-6/+7
* More crufty stuff, yes, it was my bug, and no, this is really horked sinceWilliam A. Rowe Jr2001-06-271-3/+6
* *) Complete the implementation of LARGEFILE support on Win32, althoughWilliam A. Rowe Jr2001-06-061-5/+12
* Make the apr_mmap_create() function use the native_flags variable.Ryan Bloom2001-04-301-10/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-3/+3
* Update copyright to 2001Roy T. Fielding2001-02-163-3/+3
* renaming various functions for consistency sakeDoug MacEachern2001-02-082-7/+7
* apr_mmap_t is defined as a void*.Greg Stein2001-02-051-5/+5
* Get this working on beos again so we can serve pages!David Reid2001-01-291-7/+9
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-182-4/+6
* Libtool-ize APR.Greg Stein2001-01-092-25/+8
* Move apr_private.h.in from the include directory to the arch/unixRyan Bloom2000-12-082-2/+3
* Implement Win32 MMAP support.William A. Rowe Jr2000-12-071-0/+165
* Allow APR programmers to determine if an MMAP is read-only or if it shouldRyan Bloom2000-12-071-3/+19
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-37/+2
* tweak the includes for the recent header reorg.Greg Stein2000-11-091-1/+1
* Tie up some loose ends that fell through the cracks while I was fixingRyan Bloom2000-11-091-4/+3
* prefix libapr functions and types with apr_Doug MacEachern2000-08-022-12/+12
* Stop using an incomplete type for MMAP files. The only sane way to reallyRyan Bloom2000-07-074-111/+40
* Cleanup yesterday's patch to make APR use APR namespace protected macros.Ryan Bloom2000-06-222-2/+2
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-223-3/+4
* OK so finally I get my cvs working again! These small diffsDavid Reid2000-06-122-2/+2
* trailing space caused build to break for me, remove it.Doug MacEachern2000-06-111-1/+1
* Update dependencies.Ben Laurie2000-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.David Reid2000-06-011-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-167-283/+39
* Use ap_pcalloc instead of ap_palloc where it makes sense.Ryan Bloom2000-04-301-1/+1
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter canSascha Schumann2000-04-302-2/+0
* Update comment for depend target. The template makefiles are now calledSascha Schumann2000-04-302-2/+2
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-223-4/+4
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-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 onlyRyan Bloom2000-04-061-1/+1
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-032-7/+7
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-034-9/+9