| Commit message (Expand) | Author | Age | Files | Lines |
* | * acconfig.h: Remove unused HAVE_isascii and HAVE_INT64_C defines, and | Joe Orton | 2003-11-17 | 1 | -8/+0 |
* | * configure.in, acconfig.h: Remove unused USE_THREADS define. | Joe Orton | 2003-11-17 | 1 | -1/+0 |
* | * build/apr_common.m4, acconfig.h: Use the third argument to | Joe Orton | 2003-11-17 | 1 | -2/+0 |
* | Move the apr_filepath_list_split_impl and apr_filepath_list_merge_impl | Branko Čibej | 2003-02-16 | 1 | -0/+5 |
* | Introduce detection of dirent->d_fileno (or ->d_ino) and dirent->d_type | William A. Rowe Jr | 2002-12-14 | 1 | -0/+2 |
* | Simplify logic of /dev/*random search, reducing to a single AC_DEFINE | Joe Orton | 2002-11-14 | 1 | -1/+0 |
* | Add back USE_THREADS and DEV_RANDOM to fix build with autoconf 2.13. | Joe Orton | 2002-11-14 | 1 | -0/+2 |
* | - define DEV_RANDOM as a string literal so it doesn't have to be | Joe Orton | 2002-11-14 | 1 | -1/+0 |
* | Have APR_CHECK_SIZEOF_EXTENDED and APR_CHECK_DEFINE pass the third | Joe Orton | 2002-11-14 | 1 | -18/+0 |
* | Switch to passing three arguments to the AC_DEFINE macro where | Joe Orton | 2002-11-14 | 1 | -17/+0 |
* | Remove the memory leak from the apr_poll implementation. On all systems, | Ryan Bloom | 2002-08-02 | 1 | -0/+2 |
* | Remove autoconf checks that were related to the now removed xlate. | Justin Erenkrantz | 2002-07-20 | 1 | -1/+0 |
* | Fix a problem with global mutexes on OS/390 when something other | Jeff Trawick | 2002-05-09 | 1 | -0/+5 |
* | Add support for EGD-compatible entropy gatherers (such as EGD or PRNGd). | Justin Erenkrantz | 2002-01-08 | 1 | -0/+2 |
* | get rid of cruft associated with 1.3-era symbols USEBCOPY and | Jeff Trawick | 2001-11-29 | 1 | -3/+0 |
* | Use strerror_r() where available, since strerror() isn't always | Jeff Trawick | 2001-11-12 | 1 | -0/+1 |
* | Remove variable that is no longer needed since we no longer depend on MM. | Justin Erenkrantz | 2001-08-16 | 1 | -2/+0 |
* | Move the necessary shared memory code from MM into APR and remove our | Justin Erenkrantz | 2001-08-13 | 1 | -0/+1 |
* | Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r. | Justin Erenkrantz | 2001-07-31 | 1 | -0/+1 |
* | Fix accept filters by making all the various macro names agree with each other. | Cliff Woolley | 2001-07-25 | 1 | -1/+1 |
* | Add thread-safe resolver - with a high thread count, we can run into | Justin Erenkrantz | 2001-07-21 | 1 | -0/+1 |
* | tighten up the checking for sysV semaphore support... | Jeff Trawick | 2001-07-02 | 1 | -0/+1 |
* | This is a much larger commit than I meant to have, but a lot has | David Reid | 2001-06-06 | 1 | -42/+0 |
* | A couple of changes... | David Reid | 2001-06-05 | 1 | -12/+12 |
* | OK, this basically adds a function that allows us to create | David Reid | 2001-06-05 | 1 | -0/+42 |
* | Clean up conditionals in unix DSO code so that we decide based on the | Wilfredo Sanchez | 2001-04-19 | 1 | -0/+4 |
* | Carefully select an appropriate native type for apr_int64_t and | Roy T. Fielding | 2001-04-12 | 1 | -0/+2 |
* | Configure elements of FreeBSD's accept_filter for APR. | David Reid | 2001-04-03 | 1 | -0/+1 |
* | Add APR_OS_PROC_T_FMT. Hopefully this will be used to get rid | Jeff Trawick | 2001-03-01 | 1 | -0/+1 |
* | Add apr_sigwait to the apr_private.h file. This allows us to remove | Ryan Bloom | 2001-02-21 | 1 | -0/+6 |
* | This patch adds support for TCP_NOPUSH to APR. Basically we look for | David Reid | 2001-01-04 | 1 | -0/+4 |
* | Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/ | Jeff Trawick | 2000-12-01 | 1 | -0/+1 |
* | Provide a socklen_t to the user of APR as a portability aid. Some | Jeff Trawick | 2000-09-22 | 1 | -4/+0 |
* | The strcasecmp()->stricmp() mapping is done in apr_general.h so don't do | Brian Havard | 2000-07-07 | 1 | -4/+0 |
* | Remove a duplicate definition of ap_inline. This is provided by apr.h, so | Ryan Bloom | 2000-06-20 | 1 | -23/+0 |
* | Add support to ap_xlate_open() for an app to specify that the | Jeff Trawick | 2000-06-14 | 1 | -0/+1 |
* | Next part of adding support for BONE. Basically this sets up defines that | David Reid | 2000-06-13 | 1 | -0/+7 |
* | Allow buildconf to work again. Basiaclly #undef HAVE_BONE_VERSION so that | Ryan Bloom | 2000-06-13 | 1 | -0/+3 |
* | Change the APR configure process to call MM's configure script early | Ryan Bloom | 2000-06-10 | 1 | -0/+2 |
* | Add a couple of checks necessary because unix and BeOS code are being | Ryan Bloom | 2000-05-16 | 1 | -0/+2 |
* | fix a typo in a comment | Jeff Trawick | 2000-05-04 | 1 | -1/+1 |
* | Substitute sigthreadmask for pthread_sigmask, if necessary. | Sascha Schumann | 2000-05-02 | 1 | -4/+0 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | Ryan Bloom | 2000-04-22 | 1 | -3/+3 |
* | Here's my first stab at getting mod_auth_digest working under 2.0 | Bill Stoddard | 2000-04-15 | 1 | -0/+2 |
* | Fix warnings, update dependencies. | Ben Laurie | 2000-03-18 | 1 | -0/+1 |
* | Fix the logic for ap_signal, so it is exposed in external header files in APR. | Ryan Bloom | 2000-03-02 | 1 | -16/+0 |
* | Namespace protect the HAVE_SEMUN variable that was added. This has not | Ryan Bloom | 2000-01-24 | 1 | -1/+0 |
* | Typedef socklen_t instead of defining it. | Sascha Schumann | 2000-01-11 | 1 | -0/+4 |
* | Use always ap_signal() in APR to avoid redefining the system call signal() | Sascha Schumann | 1999-12-31 | 1 | -2/+3 |
* | Clean up APR's configure script a bit. This commit also allows Apache to | Ryan Bloom | 1999-12-22 | 1 | -0/+1 |