| Commit message (Expand) | Author | Age | Files | Lines |
* | In apr_shm_init(), check the retcode from mm_malloc(). Previously, | Jeff Trawick | 2001-02-20 | 1 | -0/+6 |
* | Enable use of the new build directory. | Roy T. Fielding | 2001-02-18 | 1 | -1/+1 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 2 | -2/+2 |
* | Add Darwin/Mac OS. | Wilfredo Sanchez | 2001-02-08 | 2 | -1/+4 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 2 | -6/+6 |
* | OS2 was chasing os2errno.h which we hid in a private platform directory, | William A. Rowe Jr | 2001-01-28 | 1 | -2/+0 |
* | stop monkeying around with MM's object files | Greg Stein | 2001-01-10 | 1 | -7/+0 |
* | Libtool-ize APR. | Greg Stein | 2001-01-09 | 4 | -59/+25 |
* | This header file is needed to allow the shared memory "fix" for BeOS to | David Reid | 2001-01-06 | 1 | -0/+4 |
* | I managed to miss these from a commit a while ago and so this hasn't | David Reid | 2000-12-31 | 2 | -1/+15 |
* | This allows BeOS shared memory to work across forks and thus the | David Reid | 2000-12-15 | 1 | -0/+37 |
* | We need to define this correctly or it's never set and we don't set | David Reid | 2000-12-13 | 1 | -1/+1 |
* | Fix a compile break on BeOS and FreeBSD. We don't want to add the size | Ryan Bloom | 2000-12-02 | 1 | -1/+1 |
* | MPMs that require multiple segments of shared memory now just use two | Ryan Bloom | 2000-12-02 | 5 | -5/+12 |
* | OS/2 changes to the way dependencies are built in APR makefiles | Jeff Trawick | 2000-11-15 | 1 | -24/+2 |
* | This patch removes the dependencies from Makefile.in. Dependencies | Jeff Trawick | 2000-11-15 | 1 | -20/+2 |
* | Fix OS/2 build after the move of private APR headers to the include/arch/ | Brian Havard | 2000-11-14 | 1 | -9/+12 |
* | Move all of the shmem private header files to an arch directory under | Ryan Bloom | 2000-11-09 | 2 | -12/+8 |
* | AC_INIT sets up the env for AC_CONFIG_AUX_DIR, so fix the order | Sascha Schumann | 2000-10-22 | 1 | -1/+1 |
* | back this out, should have never been touched. | William A. Rowe Jr | 2000-10-06 | 1 | -2/+2 |
* | Completed review for new tests: | William A. Rowe Jr | 2000-10-06 | 1 | -2/+2 |
* | Multiple build and configuration fixes | Ryan Bloom | 2000-10-05 | 2 | -0/+3 |
* | Prepare our autoconf setup for autoconf 2.14a and for cross-compiling | Ryan Bloom | 2000-10-05 | 2 | -28/+33 |
* | Include apr_strings.h in a bunch more places that need it. | Brian Havard | 2000-08-06 | 1 | -0/+1 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 2 | -20/+20 |
* | Add a patch that Ralf has already committed to 1.1.3 of MM. This allows | Ryan Bloom | 2000-06-30 | 1 | -0/+3 |
* | The name is supposed to be set to NULL when anonymous shared mem is used. | Ronald Tschalar | 2000-05-29 | 2 | -1/+2 |
* | Fix some logic in mm's configuration that removes -g from CFLAGS. | Jeff Trawick | 2000-05-18 | 1 | -1/+1 |
* | Update MM to the latest version. retrieved from | Ryan Bloom | 2000-05-03 | 28 | -2213/+1173 |
* | Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter can | Sascha Schumann | 2000-04-30 | 2 | -6/+5 |
* | Update comment for depend target. The template makefiles are now called | Sascha Schumann | 2000-04-30 | 2 | -2/+2 |
* | Fix mm's memcpy/memset macros; pointer arithmetic was broken. | Sascha Schumann | 2000-04-30 | 1 | -2/+2 |
* | Fix mm configuration on Solaris 8 x86 and OS/390. Don't require | Jeff Trawick | 2000-04-30 | 3 | -1/+16 |
* | back out APR_ prefix for TRUE,FALSE | Doug MacEachern | 2000-04-28 | 4 | -19/+19 |
* | Use $(MAKE) instead of make in Makefiles. | Ryan Bloom | 2000-04-28 | 1 | -3/+3 |
* | prefix TRUE,FALSE with APR_ | Doug MacEachern | 2000-04-28 | 4 | -19/+19 |
* | Cleanup more files when make distclean is used. This should be all the | Ryan Bloom | 2000-04-27 | 1 | -0/+1 |
* | Cleaned up the error codes a bit. Removed codes that aren't used anywhere, | Ryan Bloom | 2000-04-19 | 1 | -1/+1 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 2 | -2/+2 |
* | this was including mm_test.o in the library, which happens to define | dgaudet | 2000-04-14 | 1 | -1/+1 |
* | more documentation movement | dgaudet | 2000-04-14 | 1 | -71/+0 |
* | Enforce explicit libtool mode | Martin Kraemer | 2000-04-13 | 1 | -4/+8 |
* | use same canonical name for "bs2000" thruout apache | Martin Kraemer | 2000-04-13 | 2 | -2/+2 |
* | On all the systems I could get hold of (Solaris, ReliantUNIX, BS2000, SINIX), | Martin Kraemer | 2000-04-13 | 1 | -0/+6 |
* | First stage of migrating OS/2 code to new error code mappings, define & use | Brian Havard | 2000-04-08 | 1 | -4/+2 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 3 | -68/+66 |
* | Fix warnings, update dependencies. | Ben Laurie | 2000-03-18 | 1 | -0/+3 |
* | Remove extra \ from Makefile | Ryan Bloom | 2000-03-16 | 1 | -1/+1 |
* | Ignore generated Makefile | Brian Havard | 2000-03-16 | 1 | -0/+1 |
* | Shared memory for OS/2 | Brian Havard | 2000-03-16 | 3 | -1/+221 |