| Commit message (Expand) | Author | Age | Files | Lines |
* | Add .deps to cvsignore since APR may now generate .deps files. | jerenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | jerenkrantz | 2002-04-22 | 1 | -0/+2 |
* | Make this match the new unix version. | jwoolley | 2002-04-18 | 1 | -7/+1 |
* | standardize some apr_foo_close() functions (call apr_pool_cleanup_run()) | trawick | 2002-04-16 | 1 | -7/+1 |
* | Sanitize some return types. | jwoolley | 2002-04-10 | 2 | -8/+12 |
* | Fix a problem with the is_owner handling in the Unix and MMAP code that | jwoolley | 2002-04-10 | 2 | -22/+16 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 3 | -3/+3 |
* | Fix a Win32 segfault in mod_ssl, since ssl used file bucket to mmap | wrowe | 2002-02-21 | 1 | -9/+8 |
* | I've been getting compile warnings on FreeBSD 4.4/4.5 for months: | sussman | 2002-01-25 | 2 | -7/+7 |
* | Fix a compiler warning from an undeclared function. | aaron | 2001-11-22 | 1 | -0/+1 |
* | Missing include | wrowe | 2001-11-21 | 1 | -0/+1 |
* | New APR function apr_mmap_dup. | ianh | 2001-11-21 | 2 | -0/+64 |
* | Add APR_DECLARE to the functions in mmap.c | rbb | 2001-08-02 | 1 | -6/+7 |
* | More crufty stuff, yes, it was my bug, and no, this is really horked since | wrowe | 2001-06-27 | 1 | -3/+6 |
* | *) Complete the implementation of LARGEFILE support on Win32, although | wrowe | 2001-06-06 | 1 | -5/+12 |
* | Make the apr_mmap_create() function use the native_flags variable. | rbb | 2001-04-30 | 1 | -10/+4 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 1 | -3/+3 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 3 | -3/+3 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 2 | -7/+7 |
* | apr_mmap_t is defined as a void*. | gstein | 2001-02-05 | 1 | -5/+5 |
* | Get this working on beos again so we can serve pages! | dreid | 2001-01-29 | 1 | -7/+9 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 2 | -4/+6 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 2 | -25/+8 |
* | Move apr_private.h.in from the include directory to the arch/unix | rbb | 2000-12-08 | 2 | -2/+3 |
* | Implement Win32 MMAP support. | wrowe | 2000-12-07 | 1 | -0/+165 |
* | Allow APR programmers to determine if an MMAP is read-only or if it should | rbb | 2000-12-07 | 1 | -3/+19 |
* | This patch removes the dependencies from Makefile.in. Dependencies | trawick | 2000-11-15 | 1 | -37/+2 |
* | tweak the includes for the recent header reorg. | gstein | 2000-11-09 | 1 | -1/+1 |
* | Tie up some loose ends that fell through the cracks while I was fixing | rbb | 2000-11-09 | 1 | -4/+3 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 2 | -12/+12 |
* | Stop using an incomplete type for MMAP files. The only sane way to really | rbb | 2000-07-07 | 4 | -111/+40 |
* | Cleanup yesterday's patch to make APR use APR namespace protected macros. | rbb | 2000-06-22 | 2 | -2/+2 |
* | Big commit. Basically, if APR defines a public feature macro, then APR | rbb | 2000-06-22 | 3 | -3/+4 |
* | OK so finally I get my cvs working again! These small diffs | dreid | 2000-06-12 | 2 | -2/+2 |
* | trailing space caused build to break for me, remove it. | dougm | 2000-06-11 | 1 | -1/+1 |
* | Update dependencies. | ben | 2000-06-11 | 1 | -14/+16 |
* | don't seek when setting up an mmap | dgaudet | 2000-06-10 | 1 | -2/+3 |
* | Small change to get mmap support for BeOS working again. | dreid | 2000-06-01 | 1 | -1/+1 |
* | Fix a typo in the new beos code in the unix dir. | rbb | 2000-05-16 | 1 | -1/+1 |
* | Update the unix code to support BeOS. Remove the now un-necessary BeOS | rbb | 2000-05-16 | 7 | -283/+39 |
* | Use ap_pcalloc instead of ap_palloc where it makes sense. | rbb | 2000-04-30 | 1 | -1/+1 |
* | Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter can | sascha | 2000-04-30 | 2 | -2/+0 |
* | Update comment for depend target. The template makefiles are now called | sascha | 2000-04-30 | 2 | -2/+2 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 3 | -4/+4 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 4 | -4/+4 |
* | more namespace cleanup | dgaudet | 2000-04-14 | 4 | -6/+2 |
* | more documentation movement | dgaudet | 2000-04-14 | 2 | -21/+0 |
* | Remove all the buffered I/O code from APR. APR supports buffered I/O only | rbb | 2000-04-06 | 1 | -1/+1 |
* | Finish the APR naming cleanup. This removes the struct's from | rbb | 2000-04-03 | 2 | -7/+7 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | rbb | 2000-04-03 | 4 | -9/+9 |