| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it so that the installed programs must explicitly set a value in | jerenkrantz | 2002-05-16 | 1 | -14/+17 |
* | Enable autoconf/autoheader to be redefined by users. | sascha | 2002-05-15 | 1 | -1/+1 |
* | Added apr_strmatch.h to the precompile list that generates the final export | bnicholes | 2002-05-15 | 1 | -0/+1 |
* | Add APR_MKDIR_P_CHECK macro based on httpd-2.0's APACHE_MKDIR_P_CHECK. | jerenkrantz | 2002-05-14 | 1 | -0/+20 |
* | Merge bjh's change to mkdir.sh from httpd-2.0. | jerenkrantz | 2002-05-14 | 1 | -0/+2 |
* | Linux, AIX: Use crypt_r() instead of crypt() because the native | trawick | 2002-05-10 | 1 | -0/+53 |
* | Add /usr/local/apache2 directory to our default search path so that | jerenkrantz | 2002-05-10 | 1 | -1/+1 |
* | Darwin: Global mutexes don't need an intraprocess mutex when Posix | trawick | 2002-05-09 | 1 | -0/+1 |
* | AIX: Global mutexes don't need an intraprocess mutex when SysV | trawick | 2002-05-09 | 1 | -0/+1 |
* | Fix a problem with global mutexes on OS/390 when something other | trawick | 2002-05-09 | 1 | -1/+1 |
* | don't require that the DNS can map 127.0.0.1 when checking | trawick | 2002-04-30 | 1 | -1/+1 |
* | for the gethostbyname() path in apr_sockaddr_info_get(), always handle | trawick | 2002-04-24 | 1 | -47/+0 |
* | Allow VPATH builds to properly generate build dependencies. This requires | jerenkrantz | 2002-04-22 | 2 | -4/+6 |
* | Allow VPATH builds to succeed when configured from an empty directory. | jerenkrantz | 2002-04-18 | 1 | -2/+2 |
* | Merge in latest GNU config.guess and config.sub files. Synchronize all | jerenkrantz | 2002-04-16 | 2 | -503/+814 |
* | Added a test to determine whether the O_NONBLOCK socket flag | brianp | 2002-04-15 | 1 | -0/+113 |
* | Beos locks are global. | dreid | 2002-04-13 | 1 | -0/+1 |
* | Finished removing the locks API on NetWare | bnicholes | 2002-04-09 | 1 | -1/+0 |
* | pick up Brian Havard's fix to the Apache copy of this file | trawick | 2002-04-08 | 1 | -1/+1 |
* | FreeBSD: switch to FLOCK serialization by default (thanks, Jeff!) and | gregames | 2002-04-01 | 1 | -5/+1 |
* | FreeBSD: use fcntl cross-process locks by default. Make note of problems | gregames | 2002-04-01 | 1 | -0/+5 |
* | define _XOPEN_SOURCE_EXTENDED on HP-UX 11; that gets us the socket | trawick | 2002-03-28 | 1 | -1/+1 |
* | Added the NetWare version of atomic.c to the build | bnicholes | 2002-03-27 | 1 | -0/+1 |
* | Make sure gethostbyname() can handle 255.255.255.255. Otherwise, | trawick | 2002-03-24 | 1 | -0/+4 |
* | get APR_PATH_RELATIVE() to work on Tru64 and Solaris 8 again | trawick | 2002-03-23 | 1 | -1/+1 |
* | Namespace protect the "local" variables in this m4/autoconf macro. | aaron | 2002-03-21 | 1 | -10/+10 |
* | slight apr_sockaddr_info_get() simplification/speed-up: | trawick | 2002-03-14 | 1 | -3/+4 |
* | Lesser of 2 evils :) | jim | 2002-03-14 | 1 | -1/+1 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 3 | -4/+4 |
* | Fix weird error report... not sure what | jim | 2002-03-13 | 1 | -1/+1 |
* | make it work on linux | ianh | 2002-03-11 | 1 | -1/+4 |
* | configure now sets APR_RESOLV_RETRANSRETRY is the dns's timeout/retry | ianh | 2002-03-11 | 1 | -0/+28 |
* | Add a new m4 function, APR_PATH_RELATIVE, which takes a path variable and | aaron | 2002-03-08 | 1 | -0/+20 |
* | This is an ugly patch, but fixes a bug when subdir's are actually | jim | 2002-03-07 | 1 | -4/+7 |
* | update for Mac OS X. -traditional-cpp is no longer recommended. | fitz | 2002-03-07 | 1 | -1/+1 |
* | Switching from a project build file to GNU make files | bnicholes | 2002-03-01 | 4 | -0/+727 |
* | Add a new m4 function APR_EXPAND_VAR that will iteratively | aaron | 2002-02-28 | 1 | -0/+22 |
* | OS/2: Fix APR locating script to take into account that scripts don't pass | bjh | 2002-02-23 | 1 | -4/+11 |
* | Ok... couldn't have gone so far without this script, so here it is. | wrowe | 2002-02-21 | 1 | -0/+149 |
* | Implementation of the global mutex APIs | bnicholes | 2002-02-20 | 1 | -0/+1 |
* | move all setting of CC to the APR_CC_HINTS mechanism. | gregames | 2002-02-18 | 1 | -9/+27 |
* | Realign internal.c as the required apr_app static fn's, and removed | wrowe | 2002-02-18 | 1 | -1/+1 |
* | provide APR_CC_HINTS. This allows us to specify a default compiler | gregames | 2002-02-15 | 1 | -2/+16 |
* | Add autoconf-2.52f+ support. (It sets abs_builddir to be relative not | jerenkrantz | 2002-02-15 | 1 | -1/+1 |
* | Check for a directory not a non-empty string. | jerenkrantz | 2002-02-15 | 1 | -1/+1 |
* | This wasn't used in 2.0.31, so no fault, no foul; but we must be putting | wrowe | 2002-02-13 | 2 | -9/+9 |
* | Fix how we do "and" tests. | gstein | 2002-02-09 | 1 | -1/+1 |
* | Added the renaming of apr_ldap.hnw to the prebuild for NetWare | bnicholes | 2002-02-08 | 1 | -0/+1 |
* | be a bit more restrictive: look for an exectuable apr-config, rather | gstein | 2002-02-07 | 1 | -1/+1 |
* | Big revamp of the find_apr.m4 script for locating an installed/bundled | gstein | 2002-02-06 | 1 | -134/+53 |