| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | A couple of new functions for APR's time library. | Ryan Bloom | 1999-12-21 | 1 | -0/+2 |
* | Cleanup some mistakes I made. We are now configuring the APR_HAS_FOO | Ryan Bloom | 1999-12-06 | 1 | -2/+0 |
* | Add Sendfile to APR. This is not well tested, and a test case is needed. | Ryan Bloom | 1999-12-04 | 1 | -0/+1 |
* | The next step in removing the APR HAVE_*_H leak. This removes all of those | Ryan Bloom | 1999-12-01 | 1 | -3/+0 |
* | Some more cleanup. Stop trying to compile signals. | Ryan Bloom | 1999-11-17 | 1 | -2/+5 |
* | Handle the fact that FreeBSD has threaded functions in | Jim Jagielski | 1999-11-13 | 1 | -0/+2 |
* | Fix a problem with the configure script. AC_CHECK_SIZEOF is only meant to | Ryan Bloom | 1999-11-10 | 1 | -0/+1 |
* | Defining _POSIX_THREAD_SAFE_FUNCTIONS for OS/2 is no longer appropriate. | Brian Havard | 1999-10-20 | 1 | -5/+0 |
* | Remove all of the ugly SAFETY_LOCK code. APR determines if it has threading | Ryan Bloom | 1999-10-19 | 1 | -0/+2 |
* | OS/2: Prevent locking around C library functions as they are thread safe. | Brian Havard | 1999-10-18 | 1 | -0/+5 |
* | Isolate the APR thread-safety macros. This makes any macro available to | Ryan Bloom | 1999-10-14 | 1 | -34/+0 |
* | Map strcasecmp to stricmp if stricmp is available but strcasecmp isn't. | Brian Havard | 1999-10-11 | 1 | -0/+4 |
* | Bring the misc code up to the APR parameter order spec. This also fixes a few | Ryan Bloom | 1999-10-08 | 1 | -1/+1 |
* | Fix some stupid bugs with the SAFETY_LOCK code. | Ryan Bloom | 1999-10-08 | 1 | -4/+3 |