| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the check for threads to a point earlier in the configure | trawick | 2001-02-25 | 1 | -112/+112 |
* | Correctly set the formats to use and hence reduce the number of warnings | dreid | 2001-02-25 | 1 | -0/+4 |
* | We have to substitute the have_sigwait variable, or nothing will work. | rbb | 2001-02-25 | 1 | -2/+3 |
* | Don't define the signal thread logic is sigwait isn't defined. Hopefully | rbb | 2001-02-25 | 1 | -0/+2 |
* | OS/2: Add a crypto strength randomness generator. | bjh | 2001-02-24 | 1 | -5/+15 |
* | fix a typo which broke the check for whether share memory is file based | trawick | 2001-02-23 | 1 | -1/+1 |
* | don't compile mktemp.c unless we have to; it doesn't compile everywhere | trawick | 2001-02-21 | 1 | -1/+1 |
* | Add mktemp() and mkstemp() emulation for systems which don't have it. | martin | 2001-02-21 | 1 | -0/+1 |
* | disable sendfile() support on s390 linux due to a system problem. | trawick | 2001-02-21 | 1 | -0/+3 |
* | fix another glitch: It is APR which uses the result of | trawick | 2001-02-21 | 1 | -0/+2 |
* | make rules (rules.mk) will be in the builddir for vpath, so including | fielding | 2001-02-20 | 1 | -3/+6 |
* | Name protected the autoconf macros defined by APR. Moved the | fielding | 2001-02-20 | 1 | -51/+74 |
* | Cope with BSDi installations where the default make has been | trawick | 2001-02-19 | 1 | -1/+7 |
* | Enable use of the new build directory. | fielding | 2001-02-18 | 1 | -13/+10 |
* | Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into the | fielding | 2001-02-17 | 1 | -1/+1 |
* | Use symbols to reduce hard-coded pathnames. | fielding | 2001-02-16 | 1 | -6/+9 |
* | Define APR_PATH_MAX to solve a minor portability aggravation. Win32 | trawick | 2001-02-13 | 1 | -2/+4 |
* | *) add apr_signal_get_description() to that platforms (which have signals) | gstein | 2001-02-11 | 1 | -3/+3 |
* | Fix the configure scripts, so that we don't try to substitute into | rbb | 2001-02-10 | 1 | -1/+3 |
* | look in -lm for modf() | trawick | 2001-02-08 | 1 | -0/+1 |
* | Handle the second parameter to iconv() differently, respecting that | trawick | 2001-02-08 | 1 | -0/+3 |
* | Remove --with-optim option in favor of OPTIM env variable. | fielding | 2001-01-28 | 1 | -2/+0 |
* | Don't add libmm.la to the list of libraries to link if it's not getting | bjh | 2001-01-28 | 1 | -1/+3 |
* | Get Unix building again. | rbb | 2001-01-28 | 1 | -0/+1 |
* | Add groupinfo.c for apr_get_groupname... win32 commit to follow in a | wrowe | 2001-01-28 | 1 | -0/+1 |
* | Get the new userinfo stuff to compile cleanly. | rbb | 2001-01-28 | 1 | -0/+1 |
* | get the wording and formatting of a couple of messages more consistent | trawick | 2001-01-24 | 1 | -2/+2 |
* | Changed the definition of LIBTOOL_LIBS to use the abs_builddir | rbb | 2001-01-23 | 1 | -1/+1 |
* | Allow APR to build from any directory. | rbb | 2001-01-23 | 1 | -1/+1 |
* | Get dir.c compiling on FreeBSD | rbb | 2001-01-23 | 1 | -0/+1 |
* | Fix FreeBSD version check used when deciding whether or not to disable | trawick | 2001-01-12 | 1 | -1/+13 |
* | The file_as-socket check wasn't getting picked up correctly, so this | dreid | 2001-01-12 | 1 | -0/+6 |
* | - get libapr.la relinking when something has changed | gstein | 2001-01-11 | 1 | -1/+0 |
* | Libtool takes care of the lib prefix so get rid of our own workaround. | bjh | 2001-01-10 | 1 | -5/+0 |
* | Fix a compile break with the new APR libtool setup. Basically, we are | rbb | 2001-01-09 | 1 | -0/+2 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 1 | -10/+29 |
* | Proper TCP_SOCK in <linux/socket.h> check. | sascha | 2001-01-05 | 1 | -2/+7 |
* | Simplify the logic for TCP cork on Linux. Basically, instead of grepping | rbb | 2001-01-05 | 1 | -4/+4 |
* | Add simple check for TCP_CORK in kernel header files. This is not 100%, | sascha | 2001-01-05 | 1 | -0/+2 |
* | Some Linux's do not define TCP_CORK. This allows us to use sendfile on | rbb | 2001-01-05 | 1 | -0/+9 |
* | We need to initialize have_corkable_tcp to 0, otherwise on platforms | rbb | 2001-01-05 | 1 | -0/+1 |
* | This patch adds support for TCP_NOPUSH to APR. Basically we look for | dreid | 2001-01-04 | 1 | -1/+16 |
* | Issue the we-don't-like-your-sendfile message on all such systems, not just | trawick | 2001-01-03 | 1 | -1/+4 |
* | Allow the tests that use shared objects to run on BeOS. This is | dreid | 2001-01-02 | 1 | -0/+3 |
* | Compensate for missing getpwnam_r on FreeBSD 3.2. | ben | 2000-12-30 | 1 | -0/+3 |
* | FreeBSD's sendfile does not work if the FreeBSD version is less than | rbb | 2000-12-28 | 1 | -8/+19 |
* | These two patches for apr and apr-util fix compile warnings on Solaris for | trawick | 2000-12-22 | 1 | -1/+2 |
* | Cleanups so that the support programs build cleanly. The Win32 values | rbb | 2000-12-22 | 1 | -6/+11 |
* | Allow any support stuff we've authored to rely soley on apr (+aprutil) | wrowe | 2000-12-21 | 1 | -1/+3 |
* | Add missing `fi'. I must have misapplied the patch. My apologies. | brane | 2000-12-19 | 1 | -0/+1 |