summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* APR-1.1.0-rc1 is now 1.1.0.1.1.0pquerna2005-01-250-0/+0
* Create the 1.1.0 RC 1 Tag.1.1.0-rc1pquerna2005-01-210-0/+0
* 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
* sigprocmask should be used instead pthread_sigmask on nothreaded platforms.jfclere2005-01-041-3/+3
* Add multicast.c to the NetWare buildbnicholes2005-01-031-0/+1
* Fix up some type mismatchesbnicholes2005-01-031-3/+3
* Add arguments for Single Source Multicast Support as suggested by Colm pquerna2005-01-032-7/+22
* Adding an initial Multicast API.pquerna2005-01-024-0/+357
* Include the addition of the Solaris packageminfrin2004-12-161-0/+2
* svn:eol-style = nativend2004-12-140-0/+0
* Add a build script to create Solaris packages from APRminfrin2004-12-144-0/+102
* * test/testfile.c (test_writev, test_writev_full): Fix nbytes type.jorton2004-12-131-2/+2
* Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filt...pquerna2004-12-113-0/+22
* typo in commentfielding2004-12-111-1/+1