summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Use autoconf 2.5x AC_CONFIG_*; allow config.status toJoe Orton2005-02-041-20/+24
* * configure.in: Disable sendfile support for S/390 only in kernelJoe Orton2005-02-041-1/+4
* Update STATUS with 1.1.0 release.Paul Querna2005-01-261-0/+1
* Add test as an alias to checkThom May2005-01-211-0/+1
* bump /trunk/ to 1.2.0-devPaul Querna2005-01-211-1/+1
* Revert r125162 since Martin did not reply to dev@apr.Paul Querna2005-01-211-4/+3
* Add Support for DragonFly BSD.Paul Querna2005-01-213-5/+8
* Fix missing quote.Joe Orton2005-01-201-1/+1
* Implement APR_TCP_DEFER_ACCEPT for NetWare and Win32Bradley Nicholes2005-01-181-0/+15
* Win32 support for MulticastPaul Querna2005-01-182-0/+5
* NetWare implementation of apr_procattr_user_set() and apr_procattr_group_set()Bradley Nicholes2005-01-181-2/+4
* Temporarily work around a conflict between 0.9 and 1.0 of apr.expGraham Leggett2005-01-171-0/+1
* Added detection for XP_SP1, XP_SP2 and 2003.Mladen Turk2005-01-172-2/+13
* TODO list for APR 2.0.Joe Orton2005-01-171-0/+15
* Use zero length password if supplied password is NULL.Mladen Turk2005-01-171-12/+15
* Remove unused variable declarations.Mladen Turk2005-01-171-2/+0
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-1612-7/+272
* Make buildconf work on FreeBSD, where several libtool versions can coexistMartin Kraemer2005-01-141-3/+4
* Print the version number that is really required for apr,Martin Kraemer2005-01-141-1/+1
* * build/buildcheck.sh: Require libtool 1.4 or newer. s/Apache/APR/Joe Orton2005-01-131-13/+7
* * locks/unix/proc_mutex.c (proc_mutex_posix_create): Drop unnecessaryJoe Orton2005-01-131-3/+3
* * build/find_apr.m4 (APR_FIND_APR): Do look for apr-config in theJoe Orton2005-01-131-2/+2
* * configure.in: Really don't define apr_sigwait in apr_private.h anyJoe Orton2005-01-131-6/+0
* * build/*apr*.m4: Add copyright headers.Joe Orton2005-01-135-1/+77
* * build/buildcheck.sh: Require autoconf 2.50 or later.Joe Orton2005-01-131-4/+4
* * acconfig.h: Remove file.Joe Orton2005-01-134-41/+31
* * configure.in: Require autoconf 2.50. Use AC_CHECK_MEMBERS to checkJoe Orton2005-01-133-22/+21
* Add support for the -R dir and -Rdir of libtool.Jean-Frederic Clere2005-01-121-0/+22
* Arrange -l logic. (-l apr-1 should be -lapr-1)Jean-Frederic Clere2005-01-111-6/+10
* Format consistently.Joe Orton2005-01-101-21/+13
* * network_io/unix/multicast.c: Use #ifdef not #if for HAVE_GETIFADDRS.Joe Orton2005-01-101-2/+2
* * configure.in: Aggregate some AC_CHECK_FUNCS usage.Joe Orton2005-01-101-7/+3
* Untabify source. Mladen Turk2005-01-101-2/+2
* Add missing apr_proc_mutex_cleanup function call.Mladen Turk2005-01-101-2/+7
* Add Support for Single Source Multicast.Paul Querna2005-01-103-61/+89
* Add the major version number to the package name so that packages can be inst...Graham Leggett2005-01-061-1/+1
* * Fix compiler warning for type mismatch on nget.Paul Querna2005-01-061-1/+6
* Begin explicit __cdecl protection against including the apr headers from anyWilliam A. Rowe Jr2005-01-051-3/+3
* Clean up a compiler emit.William A. Rowe Jr2005-01-051-2/+1
* Clean up 4 extranious emits. Because of the modulo operator, theseWilliam A. Rowe Jr2005-01-051-4/+8
* sigprocmask should be used instead pthread_sigmask on nothreaded platforms.Jean-Frederic Clere2005-01-041-3/+3
* Add multicast.c to the NetWare buildBradley Nicholes2005-01-031-0/+1
* Fix up some type mismatchesBradley Nicholes2005-01-031-3/+3
* Add arguments for Single Source Multicast Support as suggested by Colm Paul Querna2005-01-032-7/+22
* Adding an initial Multicast API.Paul Querna2005-01-024-0/+357
* Include the addition of the Solaris packageGraham Leggett2004-12-161-0/+2
* svn:eol-style = nativeAndré Malo2004-12-140-0/+0
* Add a build script to create Solaris packages from APRGraham Leggett2004-12-144-0/+102
* * test/testfile.c (test_writev, test_writev_full): Fix nbytes type.Joe Orton2004-12-131-2/+2
* Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filt...Paul Querna2004-12-113-0/+22