summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Fix style nits. No fucntional changes.pquerna2004-12-052-4/+4
* Remove some unused files that appear to have been ressurected by therooneg2004-12-052-174/+0
* * file_io/unix/readwrite.c: Revert back to using apr_file_write, but also leavepquerna2004-12-051-2/+4
* * file_io/unix/readwrite.c: use apr_file_write_full() to write all of the dat...pquerna2004-12-051-4/+4
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is pquerna2004-12-056-1/+112
* * test/testfile.c: Add a test for apr_file_writev().pquerna2004-12-044-3/+59
* * build/jlibtool.c: Add ifdef wrapper to fix build on Linuxpquerna2004-12-031-0/+2
* * build/jlibtool.c: Get jlibtool to work on Solaris; work on uninstalledjerenkrantz2004-12-031-22/+169
* Allow APR-UTIL to exist and build outside of the httpd/srclib file structurebnicholes2004-12-0212-29/+29