| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 5 | -158/+154 |
* | Fix warnings, update dependencies. | ben | 2000-03-18 | 1 | -6/+6 |
* | Updating more docs. :-) | rbb | 2000-03-15 | 2 | -0/+21 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 5 | -45/+45 |
* | Pointer arithmetic using void * is non-sense. GCC implicitly converts | sascha | 2000-01-03 | 1 | -1/+1 |
* | Fix the build process for APR. There is no reason to build each library | rbb | 1999-12-20 | 1 | -7/+7 |
* | The compiler for PowerPC versions of BeOS is about as pedantic as | dreid | 1999-12-19 | 1 | -3/+2 |
* | Update the BeOS files to use a single header. | dreid | 1999-12-15 | 2 | -11/+9 |
* | This change gets APR compiling on BeOS again. Some filename changes | dreid | 1999-12-12 | 2 | -13/+11 |