summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag the 1.1.1 release1.1.1pquerna2005-03-150-0/+0
* remove -dev in prep for 1.1.1 tag.pquerna2005-03-151-1/+1
* This happened in APR-Util.pquerna2005-03-151-2/+0
* backport r151340 from trunk, disable sendfile on s/390 only for Linux <2.4.0 ...pquerna2005-03-152-1/+7
* Backport r151487 from trunk to fix rwlock detection. pquerna2005-03-152-1/+3
* EOL should be native on this file. pquerna2005-03-151-54/+54
* Backport r153917 and r153932 from trunk. Build fixes for multicast on Tru64 a...pquerna2005-03-155-9/+30
* update the CHANGES file to be in sync with reality.pquerna2005-03-151-0/+6
* backport fix for writev_full from trunk.pquerna2005-03-151-20/+9
* blind backport attempting to fix 1.1.x, based on wrowe's changes between r151...pquerna2005-03-154-54/+109
* backport from trunk:pquerna2005-03-124-15/+6
* * build/find_apr.m4: jerenkrantz2005-02-242-21/+27
* bump the 1.1.x branch to 1.1.1-devpquerna2005-01-261-2/+2
* Undefine -dev in prep for 1.1.0_RC1pquerna2005-01-211-1/+1
* Create the 1.1.x Branch of APRpquerna2005-01-210-0/+0
* Revert r125162 since Martin did not reply to dev@apr.pquerna2005-01-211-4/+3
* Add Support for DragonFly BSD.pquerna2005-01-213-5/+8
* Fix missing quote.jorton2005-01-201-1/+1
* Implement APR_TCP_DEFER_ACCEPT for NetWare and Win32bnicholes2005-01-181-0/+15
* Win32 support for Multicastpquerna2005-01-182-0/+5
* NetWare implementation of apr_procattr_user_set() and apr_procattr_group_set()bnicholes2005-01-181-2/+4
* Temporarily work around a conflict between 0.9 and 1.0 of apr.expminfrin2005-01-171-0/+1
* Added detection for XP_SP1, XP_SP2 and 2003.mturk2005-01-172-2/+13
* TODO list for APR 2.0.jorton2005-01-171-0/+15
* Use zero length password if supplied password is NULL.mturk2005-01-171-12/+15
* Remove unused variable declarations.mturk2005-01-171-2/+0
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-1612-7/+272
* Make buildconf work on FreeBSD, where several libtool versions can coexistmartin2005-01-141-3/+4
* Print the version number that is really required for apr,martin2005-01-141-1/+1
* * build/buildcheck.sh: Require libtool 1.4 or newer. s/Apache/APR/jorton2005-01-131-13/+7
* * locks/unix/proc_mutex.c (proc_mutex_posix_create): Drop unnecessaryjorton2005-01-131-3/+3
* * build/find_apr.m4 (APR_FIND_APR): Do look for apr-config in thejorton2005-01-131-2/+2
* * configure.in: Really don't define apr_sigwait in apr_private.h anyjorton2005-01-131-6/+0
* * build/*apr*.m4: Add copyright headers.jorton2005-01-135-1/+77
* * build/buildcheck.sh: Require autoconf 2.50 or later.jorton2005-01-131-4/+4
* * acconfig.h: Remove file.jorton2005-01-134-41/+31
* * configure.in: Require autoconf 2.50. Use AC_CHECK_MEMBERS to checkjorton2005-01-133-22/+21
* Add support for the -R dir and -Rdir of libtool.jfclere2005-01-121-0/+22
* Arrange -l logic. (-l apr-1 should be -lapr-1)jfclere2005-01-111-6/+10
* Format consistently.jorton2005-01-101-21/+13
* * network_io/unix/multicast.c: Use #ifdef not #if for HAVE_GETIFADDRS.jorton2005-01-101-2/+2
* * configure.in: Aggregate some AC_CHECK_FUNCS usage.jorton2005-01-101-7/+3
* Untabify source. mturk2005-01-101-2/+2
* Add missing apr_proc_mutex_cleanup function call.mturk2005-01-101-2/+7
* Add Support for Single Source Multicast.pquerna2005-01-103-61/+89
* Add the major version number to the package name so that packages can be inst...minfrin2005-01-061-1/+1
* * Fix compiler warning for type mismatch on nget.pquerna2005-01-061-1/+6
* Begin explicit __cdecl protection against including the apr headers from anywrowe2005-01-051-3/+3
* Clean up a compiler emit.wrowe2005-01-051-2/+1
* Clean up 4 extranious emits. Because of the modulo operator, thesewrowe2005-01-051-4/+8