| Commit message (Expand) | Author | Age | Files | Lines |
* | First whack at switching to a single top-level make. This adds a dependency | gstein | 2004-02-05 | 3 | -19/+114 |
* | * build/buildcheck.sh: Fold the head -1 into the sed command; fix | jorton | 2004-01-20 | 1 | -1/+1 |
* | Fix build with recent libtool HEAD: | jorton | 2004-01-15 | 1 | -0/+1 |
* | * build/buildcheck.sh: Determine libtool version correctly for | jorton | 2004-01-04 | 1 | -2/+7 |
* | fix a false failure with APR_CHECK_GETNAMEINFO_IPV4_MAPPED on z/OS | trawick | 2003-12-23 | 1 | -0/+7 |
* | the iconv hint is picked up from apr-util/apu-hints.m4, not | trawick | 2003-12-22 | 1 | -2/+0 |
* | Ignore -no-install switch. | bjh | 2003-11-22 | 1 | -0/+4 |
* | Fix up the NetWare make files so that they copy the right headers and libraries | bnicholes | 2003-11-21 | 2 | -14/+21 |
* | * build/apr_hints.m4 (APR_PRELOAD): Fix patterns which | jorton | 2003-11-20 | 1 | -3/+3 |
* | * build/apr_common.m4, acconfig.h: Use the third argument to | jorton | 2003-11-17 | 1 | -2/+4 |
* | Pull apr_random from the NetWare build | bnicholes | 2003-11-17 | 1 | -1/+1 |
* | Add apr_random to the NetWare build | bnicholes | 2003-11-11 | 1 | -0/+1 |
* | From 0.9 branch, though it might still be wise to try out Sascha's | jorton | 2003-11-05 | 1 | -1/+1 |
* | Fix build on OpenBSD, which needs -pthread but has no -lpthread. | jorton | 2003-10-31 | 1 | -50/+46 |
* | * build/apr_threads.m4: If -pthread is used to enable | jorton | 2003-10-29 | 1 | -0/+9 |
* | * configure.in, build/apr_network.m4: Remove "RESOLV_RETRANSRETRY" | jorton | 2003-10-01 | 1 | -30/+0 |
* | * configure.in, build/apr_network.m4: Remove APR_INADDR_NONE | jorton | 2003-10-01 | 1 | -35/+0 |
* | Add comments for the sockaddr_{in6,storage} detection macros. | jorton | 2003-09-29 | 1 | -0/+2 |
* | For platforms which have "struct sockaddr_stroage", allow | jorton | 2003-09-29 | 1 | -0/+20 |
* | Make use of the AI_ADDRCONFIG flag conditional (some versions of | jorton | 2003-09-29 | 1 | -0/+34 |
* | Fix up make_exports.awk and friends to support apr-iconv. | jerenkrantz | 2003-09-26 | 3 | -7/+7 |
* | * build/PrintPath: Fix typo in comment. | striker | 2003-09-22 | 1 | -1/+1 |
* | Fix copy-and-paste error - that should have been NI_NAMEREQD not NI_NUMERICHOST. | jerenkrantz | 2003-09-11 | 1 | -1/+1 |
* | Several users (especially those building jk/ant) had observed that | wrowe | 2003-09-08 | 2 | -4/+4 |
* | Pull apr_compat.h and apu_compat.h from the export list | bnicholes | 2003-09-06 | 1 | -2/+0 |
* | Remove APR_CHECK_SOCKADDR_SA_LEN which survived since the first | jorton | 2003-09-02 | 1 | -31/+0 |
* | Use correct _len field in APR_CHECK_WORKING_GETNAMEINFO. | jorton | 2003-09-02 | 1 | -1/+1 |
* | Toss the assert for now. | jerenkrantz | 2003-08-31 | 1 | -1/+0 |
* | Attempt to put this Darwin getnameinfo() sillyness behind us forever. If | jerenkrantz | 2003-08-31 | 1 | -0/+68 |
* | Merge the apu_want.hnw header processing into the NetWare build | bnicholes | 2003-08-25 | 3 | -0/+3 |
* | Take only the first line from libtool --version as 1.5 emits multi-line version | jerenkrantz | 2003-06-16 | 1 | -1/+1 |
* | Define _THREAD_SAFE for all compilations on AIX. Previously | trawick | 2003-06-02 | 1 | -1/+1 |
* | BS2000 needs an extra #define _KMEMUSER for <sys/shm.h> | martin | 2003-05-28 | 1 | -1/+1 |
* | Add the copyright notice in the NetWare make files | bnicholes | 2003-05-22 | 1 | -0/+5 |
* | reflect actual host-triple | martin | 2003-05-02 | 1 | -2/+5 |
* | fix some problems with undesired build droppings left around after | trawick | 2003-04-30 | 2 | -3/+2 |
* | Add parameter to APR_SUBDIR_CONFIG to drop options passed to configure | jerenkrantz | 2003-04-05 | 1 | -2/+33 |
* | don't bother j random user with missing function prototype warnings | trawick | 2003-04-04 | 1 | -1/+1 |
* | Solaris cc: Don't use the -mt option for threaded builds. That | trawick | 2003-04-01 | 1 | -1/+1 |
* | don't compile for a test when preprocessing is sufficient | trawick | 2003-03-07 | 1 | -4/+6 |
* | change APR_CHECK_APR_DEFINE to find header files via | trawick | 2003-03-07 | 1 | -7/+8 |
* | make a few changes to warnings with native compiler for AIX: | trawick | 2003-02-19 | 1 | -1/+1 |
* | Added the apr_env functions to the NetWare build | bnicholes | 2003-02-18 | 1 | -0/+1 |
* | Fix APR_LAYOUT to work with layout files with no preceding blank lines | jerenkrantz | 2003-02-17 | 1 | -7/+11 |
* | Fix a nice little autoconf bug where apr-util and pcre would not configure | jerenkrantz | 2003-02-15 | 1 | -2/+7 |
* | This source isn't needed, it's exported through libapr.dll which is | wrowe | 2003-02-11 | 1 | -4/+0 |
* | *) Introduce Release mode debugging symbols for Win32 builds of apr. | wrowe | 2003-02-06 | 2 | -4/+4 |
* | Rename rules.mk to apr_rules.mk and make it be installed. | thommay | 2003-02-04 | 2 | -0/+1 |
* | Don't add -Oacgiltz to CFLAGS for GCC on *-sco3.2v[234]*, probable fix | jorton | 2003-02-04 | 1 | -1/+3 |
* | Fix overzealous s/-lcrypt// in r1.17 for some SCO platforms (untested). | jorton | 2003-02-04 | 1 | -2/+2 |