summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Make it so that the installed programs must explicitly set a value injerenkrantz2002-05-161-14/+17
* Enable autoconf/autoheader to be redefined by users.sascha2002-05-151-1/+1
* Added apr_strmatch.h to the precompile list that generates the final exportbnicholes2002-05-151-0/+1
* Add APR_MKDIR_P_CHECK macro based on httpd-2.0's APACHE_MKDIR_P_CHECK.jerenkrantz2002-05-141-0/+20
* Merge bjh's change to mkdir.sh from httpd-2.0.jerenkrantz2002-05-141-0/+2
* Linux, AIX: Use crypt_r() instead of crypt() because the nativetrawick2002-05-101-0/+53
* Add /usr/local/apache2 directory to our default search path so thatjerenkrantz2002-05-101-1/+1
* Darwin: Global mutexes don't need an intraprocess mutex when Posixtrawick2002-05-091-0/+1
* AIX: Global mutexes don't need an intraprocess mutex when SysVtrawick2002-05-091-0/+1
* Fix a problem with global mutexes on OS/390 when something othertrawick2002-05-091-1/+1
* don't require that the DNS can map 127.0.0.1 when checkingtrawick2002-04-301-1/+1
* for the gethostbyname() path in apr_sockaddr_info_get(), always handletrawick2002-04-241-47/+0
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-222-4/+6
* Allow VPATH builds to succeed when configured from an empty directory.jerenkrantz2002-04-181-2/+2
* Merge in latest GNU config.guess and config.sub files. Synchronize alljerenkrantz2002-04-162-503/+814
* Added a test to determine whether the O_NONBLOCK socket flagbrianp2002-04-151-0/+113
* Beos locks are global.dreid2002-04-131-0/+1
* Finished removing the locks API on NetWarebnicholes2002-04-091-1/+0
* pick up Brian Havard's fix to the Apache copy of this filetrawick2002-04-081-1/+1
* FreeBSD: switch to FLOCK serialization by default (thanks, Jeff!) andgregames2002-04-011-5/+1
* FreeBSD: use fcntl cross-process locks by default. Make note of problemsgregames2002-04-011-0/+5
* define _XOPEN_SOURCE_EXTENDED on HP-UX 11; that gets us the sockettrawick2002-03-281-1/+1
* Added the NetWare version of atomic.c to the buildbnicholes2002-03-271-0/+1
* Make sure gethostbyname() can handle 255.255.255.255. Otherwise,trawick2002-03-241-0/+4
* get APR_PATH_RELATIVE() to work on Tru64 and Solaris 8 againtrawick2002-03-231-1/+1
* Namespace protect the "local" variables in this m4/autoconf macro.aaron2002-03-211-10/+10
* slight apr_sockaddr_info_get() simplification/speed-up:trawick2002-03-141-3/+4
* Lesser of 2 evils :)jim2002-03-141-1/+1
* Update our copyright for this year.fielding2002-03-133-4/+4
* Fix weird error report... not sure whatjim2002-03-131-1/+1
* make it work on linuxianh2002-03-111-1/+4
* configure now sets APR_RESOLV_RETRANSRETRY is the dns's timeout/retryianh2002-03-111-0/+28
* Add a new m4 function, APR_PATH_RELATIVE, which takes a path variable andaaron2002-03-081-0/+20
* This is an ugly patch, but fixes a bug when subdir's are actuallyjim2002-03-071-4/+7
* update for Mac OS X. -traditional-cpp is no longer recommended.fitz2002-03-071-1/+1
* Switching from a project build file to GNU make filesbnicholes2002-03-014-0/+727
* Add a new m4 function APR_EXPAND_VAR that will iterativelyaaron2002-02-281-0/+22
* OS/2: Fix APR locating script to take into account that scripts don't passbjh2002-02-231-4/+11
* Ok... couldn't have gone so far without this script, so here it is.wrowe2002-02-211-0/+149
* Implementation of the global mutex APIsbnicholes2002-02-201-0/+1
* move all setting of CC to the APR_CC_HINTS mechanism.gregames2002-02-181-9/+27
* Realign internal.c as the required apr_app static fn's, and removedwrowe2002-02-181-1/+1
* provide APR_CC_HINTS. This allows us to specify a default compilergregames2002-02-151-2/+16
* Add autoconf-2.52f+ support. (It sets abs_builddir to be relative notjerenkrantz2002-02-151-1/+1
* Check for a directory not a non-empty string.jerenkrantz2002-02-151-1/+1
* This wasn't used in 2.0.31, so no fault, no foul; but we must be puttingwrowe2002-02-132-9/+9
* Fix how we do "and" tests.gstein2002-02-091-1/+1
* Added the renaming of apr_ldap.hnw to the prebuild for NetWarebnicholes2002-02-081-0/+1
* be a bit more restrictive: look for an exectuable apr-config, rathergstein2002-02-071-1/+1
* Big revamp of the find_apr.m4 script for locating an installed/bundledgstein2002-02-061-134/+53