| Commit message (Expand) | Author | Age | Files | Lines |
* | support files for unix | ianh | 2002-02-12 | 1 | -1/+1 |
* | HPUX 11.0 doesn't have /dev/null, but HPUX 11i does, so it tries to | aaron | 2002-02-07 | 1 | -0/+3 |
* | Replace autoconf 1.x macro calls with 2.x macro calls. | striker | 2002-02-05 | 1 | -7/+7 |
* | Add a means to track where allocations are done. Show each and | striker | 2002-02-05 | 1 | -2/+5 |
* | Export whether we have time.h or not. | jerenkrantz | 2002-02-03 | 1 | -0/+1 |
* | Provide more outputs for the apr-config file. Corrected some handling | gstein | 2002-02-03 | 1 | -2/+1 |
* | Introduce a new configure option: --enable-pool-debug | striker | 2002-01-24 | 1 | -0/+41 |
* | The rest of this issue is undecided, but this patch gets us | aaron | 2002-01-23 | 1 | -0/+6 |
* | Fix egd help string format. | jerenkrantz | 2002-01-13 | 1 | -1/+1 |
* | Add --with-efence to allow usage of Electric Fence. | jerenkrantz | 2002-01-13 | 1 | -1/+21 |
* | OS/2: Fix failure to reach a successful decision on anon shared memory. | bjh | 2002-01-12 | 1 | -0/+3 |
* | BeOS really only has one way of creating shared memory, so we'll be using it | dreid | 2002-01-11 | 1 | -0/+4 |
* | New rules for detecting Anonymous vs. Name-based shared memory. | aaron | 2002-01-10 | 1 | -46/+80 |
* | Add support for EGD-compatible entropy gatherers (such as EGD or PRNGd). | jerenkrantz | 2002-01-08 | 1 | -5/+20 |
* | Generated libtool goes in $abs_builddir. | jerenkrantz | 2002-01-02 | 1 | -1/+1 |
* | roll the extra apr_lock_create_np() functionality into apr_lock_create() | trawick | 2001-12-29 | 1 | -19/+0 |
* | Whoops, shouldn't be doing this at 3:45AM... | striker | 2001-12-14 | 1 | -1/+1 |
* | Get rid of --enable-assert-memory and -DAPR_ASSERT_MEMORY. These were | striker | 2001-12-14 | 1 | -5/+0 |
* | switch Apache/apr/apr-util to use run-time linking on AIX | trawick | 2001-12-12 | 1 | -0/+11 |
* | maintainer mode with AIX xlc now initializes autodata to 0xFE | trawick | 2001-12-12 | 1 | -1/+1 |
* | apr-config is a shell script modeled after glib-config et al that allows | jerenkrantz | 2001-12-12 | 1 | -0/+3 |
* | Kind of an obscure bug. VPATH on a platform that builds exports.c (like | aaron | 2001-12-11 | 1 | -3/+3 |
* | don't try to use getaddrinfo() on systems without gai_strerror() | trawick | 2001-12-07 | 1 | -0/+2 |
* | older versions of libtool don't generate the libtool script inline, so | gregames | 2001-12-04 | 1 | -1/+3 |
* | AIX wants this set when using xlc, paths to source files are known. | orlikowski | 2001-12-03 | 1 | -0/+4 |
* | get binbuild working when apr, apr-util, and expat are built shared in | gregames | 2001-12-03 | 1 | -0/+1 |
* | fix some of the APR_foo_FMT_T values on AIX 5L | trawick | 2001-11-29 | 1 | -1/+1 |
* | Get rid of some ancient pre-apr_hints.m4 AIX logic | trawick | 2001-11-29 | 1 | -18/+0 |
* | get rid of cruft associated with 1.3-era symbols USEBCOPY and | trawick | 2001-11-29 | 1 | -3/+0 |
* | Fix a buglet that caused APR_FILE_BASED_SHM to be set inadvertently | trawick | 2001-11-26 | 1 | -1/+1 |
* | make absolutely sure we have getgrnam_r() before calling it | trawick | 2001-11-21 | 1 | -0/+1 |
* | Add the first elements to support AS/400 | jfclere | 2001-11-21 | 1 | -1/+5 |
* | Remove the -Kthread for ReliantUnix. It is specific for threads. | jfclere | 2001-11-19 | 1 | -3/+0 |
* | Use strerror_r() where available, since strerror() isn't always | trawick | 2001-11-12 | 1 | -0/+4 |
* | The previous patch was the wrong test. If file_as_socket was unset (empty | gstein | 2001-10-27 | 1 | -1/+1 |
* | Fix a small snafu in configure.in | dreid | 2001-10-27 | 1 | -1/+1 |
* | OS/2: need -lbsd to get random() | bjh | 2001-10-21 | 1 | -0/+1 |
* | Remove SMS and all references. | striker | 2001-09-28 | 1 | -11/+0 |
* | AIX emulated dlopen() cleanups... | orlikowski | 2001-09-25 | 1 | -0/+1 |
* | AC_PROG_CC can only be used once within a configure script (at least with | gstein | 2001-09-22 | 1 | -1/+6 |
* | Use the proper m4 quoting. | jerenkrantz | 2001-09-22 | 1 | -1/+1 |
* | This solves a number of issues on cygwin, until Stipe or others have | wrowe | 2001-08-30 | 1 | -0/+1 |
* | * srclib/apr/build/apr_hints.m4: added Cygwin specific APR_ADDTOs. | wrowe | 2001-08-30 | 1 | -0/+5 |
* | Error codes from getaddrinfo() need their own range within the | trawick | 2001-08-29 | 1 | -0/+1 |
* | Add explanatory note about the | jerenkrantz | 2001-08-27 | 1 | -0/+4 |
* | Introduce a new --disable-ipv6 option to disable IPv6 support. | trawick | 2001-08-17 | 1 | -9/+22 |
* | Reorder the shared memory preferences to match what MM originally had. | jerenkrantz | 2001-08-16 | 1 | -12/+27 |
* | Previously, we considered gethostbyname/gethostbyaddr to be | trawick | 2001-08-15 | 1 | -2/+12 |
* | Allow for OS/2 in shared memory type test. | bjh | 2001-08-15 | 1 | -1/+9 |
* | Fix the new shared memory configure script. The APR_DECIDE | rbb | 2001-08-14 | 1 | -12/+12 |