summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * file_io/unix/readwrite.c: Revert to the original code for apr_file writev()...pquerna2004-12-112-19/+16
* Create the correct type of socket when using BeOS R5dreid2004-12-101-2/+24
* On BeOS R5 we don't have the option available.dreid2004-12-101-1/+4
* s/AF_UNSPEC/APR_UNSPEC/dreid2004-12-101-4/+4
* Fix a check.dreid2004-12-101-2/+2
* fix typotrawick2004-12-101-1/+1
* fix the CHANGES entry: s/APR_FRPOT_UWRITE/APR_UWRITE/stas2004-12-101-1/+1
* rename the apr_file_permissions defines (APR_UREAD,stas2004-12-102-15/+35
* Note patches for a NetWare breakage.bnicholes2004-12-091-0/+6
* Emit the run-time link path option in apr-config after installation if the userjerenkrantz2004-12-092-2/+7
* * test/testfnmatch.c: Really fix the constant.jorton2004-12-082-2/+2
* * test/testfnmatch.c: Update silly constant again for new test file.jorton2004-12-061-1/+1
* Fix some style problems in the poll code, no functional changes.rooneg2004-12-062-6/+7
* * LICENSE: remove the CuTest license, we haven't been distributing itrooneg2004-12-051-28/+0