| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to deal with isascii in a better manner. As we include ctype.h if | dreid | 2000-12-03 | 1 | -1/+1 |
* | Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/ | trawick | 2000-12-01 | 1 | -4/+21 |
* | Document a mystery | gregames | 2000-12-01 | 1 | -0/+1 |
* | New config variable apr_process_lock_is_global specifies that the selected | trawick | 2000-12-01 | 1 | -0/+11 |
* | Lock config changes: | trawick | 2000-11-30 | 1 | -3/+7 |
* | Check if h_errno is declared in netdb.h and whether any flags | brane | 2000-11-30 | 1 | -1/+9 |
* | Tweak the APR_OFF_T_FMT logic so that we get the right | trawick | 2000-11-29 | 1 | -1/+1 |
* | Get NULL defined on some systems (e.g., FreeBSD 3.4). | trawick | 2000-11-27 | 1 | -0/+1 |
* | no need to check for inet_pton/inet_ntop as provided by the platform; | trawick | 2000-11-16 | 1 | -2/+0 |
* | add apr_get_home_directory(), teach mod_userdir to use that | trawick | 2000-11-13 | 1 | -1/+2 |
* | Get the sendfile-avoidance for Tru64 working. | trawick | 2000-11-12 | 1 | -3/+6 |
* | Not all platforms have INADDR_NONE defined by default. Apache used to | rbb | 2000-11-11 | 1 | -0/+3 |
* | Tru64's sendfile implementation is completely broken, so we can't use it. | rbb | 2000-11-11 | 1 | -1/+5 |
* | Cleanup the sendfile checks. | rbb | 2000-11-10 | 1 | -2/+1 |
* | Clean up APR configuration messages a bit by tweaking some wording, | trawick | 2000-11-08 | 1 | -4/+3 |
* | tiny cleanup to APR configure output, standardizing a message and | trawick | 2000-11-08 | 1 | -2/+2 |
* | This commit adds the start of IPv6 support. Before we all get too excited, | dreid | 2000-11-06 | 1 | -1/+14 |
* | look for gethostname in an existing -lnsl rather than bringing it in a | gstein | 2000-11-02 | 1 | -3/+2 |
* | Simplify the configuration mechanisms for threading in APR. | gstein | 2000-11-02 | 1 | -16/+14 |
* | export threading flags so that apps using APR know how to compile their own | gstein | 2000-10-25 | 1 | -0/+2 |
* | Fix pthread serialize. We need to set the variable properly. | rbb | 2000-10-24 | 1 | -1/+5 |
* | We can't assume that iconv is in -liconv if we have it. | trawick | 2000-10-21 | 1 | -1/+2 |
* | Set APR_USE_PTHREAD_SERIALIZE to the proper value ("0", not "") | trawick | 2000-10-21 | 1 | -0/+1 |
* | If we have pthreads then we should assume we have pthread locks. | rbb | 2000-10-21 | 1 | -8/+6 |
* | If iconv is chosen, then we need to tell others to load the iconv | fielding | 2000-10-21 | 1 | -1/+1 |
* | If we determine that a platform does not have DSO support, then it makes | rbb | 2000-10-08 | 1 | -1/+2 |
* | Multiple build and configuration fixes | rbb | 2000-10-05 | 1 | -8/+6 |
* | Prepare our autoconf setup for autoconf 2.14a and for cross-compiling | rbb | 2000-10-05 | 1 | -4/+4 |
* | Avoid a bad shell command in the expansion of AC_CHECK_DEFINE_FILES. | trawick | 2000-09-29 | 1 | -3/+1 |
* | Add to the check for POLLIN. If poll.h is found in include/sys not | rbb | 2000-09-29 | 1 | -1/+3 |
* | Some systems have poll.h in include/sys, not include. I found this | rbb | 2000-09-29 | 1 | -0/+1 |
* | Provide a socklen_t to the user of APR as a portability aid. Some | trawick | 2000-09-22 | 1 | -1/+8 |
* | This changes the way we check for inet_addr and inet_network. The new tests | dreid | 2000-09-17 | 1 | -4/+4 |
* | Namespace protection for this allows the in_addr and gethostbyname | dreid | 2000-09-15 | 1 | -1/+1 |
* | Get rid of dangling semicolon in check for pthread_key_delete(). | trawick | 2000-09-01 | 1 | -1/+1 |
* | Allow dso builds with pthreads enabled to work on platforms which don't have | gregames | 2000-08-31 | 1 | -0/+1 |
* | We need to test specifically for setrlimit/getrlimit instead of | jim | 2000-08-23 | 1 | -0/+4 |
* | Tweak apache/apr builds to support dsos on OS/390. | trawick | 2000-08-18 | 1 | -0/+13 |
* | first apr_ pass only touched .[ch] files | dougm | 2000-08-02 | 1 | -5/+5 |
* | Use the correct CR/LF line terminators on OS/2. | bjh | 2000-07-30 | 1 | -0/+5 |
* | Remove all of the ap_is* functions from Apache. They were already in APR, | rbb | 2000-07-26 | 1 | -1/+2 |
* | Move apr_tables.c and apr_hash.c from apr/lib to apr/tables. This is | rbb | 2000-07-24 | 1 | -2/+2 |
* | Enable the passwd directory to be built by APR. | rbb | 2000-07-24 | 1 | -2/+2 |
* | Tweak setting of APR_OFF_T_FMT for Solaris (pc, not sparc). | trawick | 2000-07-21 | 1 | -1/+1 |
* | Move all APR functions related to strings to their own directory, and | rbb | 2000-07-21 | 1 | -2/+2 |
* | Remove warnings on Tru64 Unix. Basically, long and long long are the | rbb | 2000-07-15 | 1 | -1/+5 |
* | Allow APR to build without Apache. buildconf builds the configure scripts | rbb | 2000-07-14 | 1 | -1/+1 |
* | OS/2: off_t is a long in EMX gcc, use "ld" format for it. | bjh | 2000-07-14 | 1 | -1/+1 |
* | Back-out premature config changes for buckets. | fielding | 2000-07-13 | 1 | -2/+2 |
* | First pass at buckets brigades. | rbb | 2000-07-11 | 1 | -2/+2 |