summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added detection for XP_SP1, XP_SP2 and 2003.mturk2005-01-172-2/+13
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125411 13f79535-47bb-0310-9956-ffa450edef68
* TODO list for APR 2.0.jorton2005-01-171-0/+15
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125410 13f79535-47bb-0310-9956-ffa450edef68
* Use zero length password if supplied password is NULL.mturk2005-01-171-12/+15
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125406 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused variable declarations.mturk2005-01-171-2/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125405 13f79535-47bb-0310-9956-ffa450edef68
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting ↵mturk2005-01-1612-7/+272
| | | | | | uid/gid for newly created processes using apr_proc_create. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125349 13f79535-47bb-0310-9956-ffa450edef68
* Make buildconf work on FreeBSD, where several libtool versions can coexistmartin2005-01-141-3/+4
| | | | | | | | (libtool13, libtool14, ...), and the libtool.m4 file is named after the libtool version, too (.../aclocal/libtool14.m4). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125162 13f79535-47bb-0310-9956-ffa450edef68
* Print the version number that is really required for apr,martin2005-01-141-1/+1
| | | | | | | (and not the version number for the 'libtool --version' detection method) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125161 13f79535-47bb-0310-9956-ffa450edef68
* * build/buildcheck.sh: Require libtool 1.4 or newer. s/Apache/APR/jorton2005-01-131-13/+7
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125076 13f79535-47bb-0310-9956-ffa450edef68
* * locks/unix/proc_mutex.c (proc_mutex_posix_create): Drop unnecessaryjorton2005-01-131-3/+3
| | | | | | | casts. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125073 13f79535-47bb-0310-9956-ffa450edef68
* * build/find_apr.m4 (APR_FIND_APR): Do look for apr-config in thejorton2005-01-131-2/+2
| | | | | | | default APR installation prefix. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125069 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in: Really don't define apr_sigwait in apr_private.h anyjorton2005-01-131-6/+0
| | | | | | | more. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125066 13f79535-47bb-0310-9956-ffa450edef68
* * build/*apr*.m4: Add copyright headers.jorton2005-01-135-1/+77
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125064 13f79535-47bb-0310-9956-ffa450edef68
* * build/buildcheck.sh: Require autoconf 2.50 or later.jorton2005-01-131-4/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125063 13f79535-47bb-0310-9956-ffa450edef68
* * acconfig.h: Remove file.jorton2005-01-134-41/+31
| | | | | | | | | | | | | | * configure.in: Use autoheader AH_BOTTOM macro to hard-code tail end of apr_private.h. * threadproc/unix/signals.c (apr_sigwait): Define here rather than in apr_private.h since it's only used here. * build/apr_common.m4 (APR_DECIDE): AC_DEFUN the macro, use AH_TEMPLATE to define the template for apr_private.h. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125062 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in: Require autoconf 2.50. Use AC_CHECK_MEMBERS to checkjorton2005-01-133-22/+21
| | | | | | | | | | | | | | for struct tm members tm_gmtoff and __tm_gmtoff (the check for __tm_gmtoff seemed to be missing!). * time/unix/time.c: Define NO_GMTOFF_IN_STRUCT_TM if neither member is found. (get_offset, apr_os_exp_time_get, apr_os_exp_time_put): Use new macro names. (apr_unix_setup_time): Use NO_GMTOFF_IN_STRUCT_TM. * time/unix/timestr.c (apr_strftime): Use new macro names. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125058 13f79535-47bb-0310-9956-ffa450edef68
* Add support for the -R dir and -Rdir of libtool.jfclere2005-01-121-0/+22
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124971 13f79535-47bb-0310-9956-ffa450edef68
* Arrange -l logic. (-l apr-1 should be -lapr-1)jfclere2005-01-111-6/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124899 13f79535-47bb-0310-9956-ffa450edef68
* Format consistently.jorton2005-01-101-21/+13
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124815 13f79535-47bb-0310-9956-ffa450edef68
* * network_io/unix/multicast.c: Use #ifdef not #if for HAVE_GETIFADDRS.jorton2005-01-101-2/+2
| | | | | | | | (find_if_index): Fix unused variables warnings if HAVE_GETIFADDRS is undefined. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124813 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in: Aggregate some AC_CHECK_FUNCS usage.jorton2005-01-101-7/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124808 13f79535-47bb-0310-9956-ffa450edef68
* Untabify source. mturk2005-01-101-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124775 13f79535-47bb-0310-9956-ffa450edef68
* Add missing apr_proc_mutex_cleanup function call.mturk2005-01-101-2/+7
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124774 13f79535-47bb-0310-9956-ffa450edef68
* Add Support for Single Source Multicast.pquerna2005-01-103-61/+89
| | | | | | | Submitted By: Colm MacCarthaigh git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124752 13f79535-47bb-0310-9956-ffa450edef68
* Add the major version number to the package name so that packages can be ↵minfrin2005-01-061-1/+1
| | | | | | installed in parallel. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124437 13f79535-47bb-0310-9956-ffa450edef68
* * Fix compiler warning for type mismatch on nget.pquerna2005-01-061-1/+6
| | | | | | | * Add locking to prevent a race condition that the Event MPM hit. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124350 13f79535-47bb-0310-9956-ffa450edef68
* Begin explicit __cdecl protection against including the apr headers from anywrowe2005-01-051-3/+3
| | | | | | | | c sources compiled /Gz (default __stdcall convention). Observed and suggested by Andre Pang <ozone algorithm.com.au>. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124262 13f79535-47bb-0310-9956-ffa450edef68
* Clean up a compiler emit.wrowe2005-01-051-2/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124255 13f79535-47bb-0310-9956-ffa450edef68
* Clean up 4 extranious emits. Because of the modulo operator, thesewrowe2005-01-051-4/+8
| | | | | | | becomes safe casts to unsigned. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124243 13f79535-47bb-0310-9956-ffa450edef68
* sigprocmask should be used instead pthread_sigmask on nothreaded platforms.jfclere2005-01-041-3/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124075 13f79535-47bb-0310-9956-ffa450edef68
* Add multicast.c to the NetWare buildbnicholes2005-01-031-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124022 13f79535-47bb-0310-9956-ffa450edef68
* Fix up some type mismatchesbnicholes2005-01-031-3/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124021 13f79535-47bb-0310-9956-ffa450edef68
* Add arguments for Single Source Multicast Support as suggested by Colm pquerna2005-01-032-7/+22
| | | | | | | | | | MacCarthaigh on dev@apr. SSM Support is not implemented, but I added it in the interest of making a single API that can be used in the future. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@123950 13f79535-47bb-0310-9956-ffa450edef68
* Adding an initial Multicast API.pquerna2005-01-024-0/+357
| | | | | | | | | | Tested On: OS X, FreeBSD, NetBSD and Linux. Needs more Platform Specific Code: Netware, Windows git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@123883 13f79535-47bb-0310-9956-ffa450edef68
* Include the addition of the Solaris packageminfrin2004-12-161-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@112259 13f79535-47bb-0310-9956-ffa450edef68
* svn:eol-style = nativend2004-12-140-0/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111897 13f79535-47bb-0310-9956-ffa450edef68
* Add a build script to create Solaris packages from APRminfrin2004-12-144-0/+102
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111877 13f79535-47bb-0310-9956-ffa450edef68
* * test/testfile.c (test_writev, test_writev_full): Fix nbytes type.jorton2004-12-131-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111695 13f79535-47bb-0310-9956-ffa450edef68
* Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept ↵pquerna2004-12-113-0/+22
| | | | | | filters, except defer accept isn't documented, anywhere. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111595 13f79535-47bb-0310-9956-ffa450edef68
* typo in commentfielding2004-12-111-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111574 13f79535-47bb-0310-9956-ffa450edef68
* * file_io/unix/readwrite.c: Revert to the original code for apr_file ↵pquerna2004-12-112-19/+16
| | | | | | | | | writev() in the !HAVE_WRITEV case, and a large comment explaining why we cannot use a better method without breaking writev()'s semantics. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111571 13f79535-47bb-0310-9956-ffa450edef68
* Create the correct type of socket when using BeOS R5dreid2004-12-101-2/+24
| | | | | | | | | | with the old net_server code. Contributed by: Ingo Weinhold <bonefish at cs dot tu-berlin dot de> Reviewed by: David Reid git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111513 13f79535-47bb-0310-9956-ffa450edef68
* On BeOS R5 we don't have the option available.dreid2004-12-101-1/+4
| | | | | | | | Contributed by: Ingo Weinhold <bonefish at cs dot tu-berlin dot de> Reviewed by: David Reid git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111512 13f79535-47bb-0310-9956-ffa450edef68
* s/AF_UNSPEC/APR_UNSPEC/dreid2004-12-101-4/+4
| | | | | | | | | Proposed by: Ingo Weinhold <bonefish at cs dot tu-berlin dot de> Reviewed by: David Reid git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111511 13f79535-47bb-0310-9956-ffa450edef68
* Fix a check.dreid2004-12-101-2/+2
| | | | | | | | Contributed by: Ingo Weinhold <bonefish at cs dot tu-berlin dot de> Reviewed by: David Reid git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111508 13f79535-47bb-0310-9956-ffa450edef68
* fix typotrawick2004-12-101-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111496 13f79535-47bb-0310-9956-ffa450edef68
* fix the CHANGES entry: s/APR_FRPOT_UWRITE/APR_UWRITE/stas2004-12-101-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111458 13f79535-47bb-0310-9956-ffa450edef68
* rename the apr_file_permissions defines (APR_UREAD,stas2004-12-102-15/+35
| | | | | | | | APR_FPROT_UWRITE, etc.) to have prefix APR_FPROT_ (keeping the old defines) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111457 13f79535-47bb-0310-9956-ffa450edef68
* Note patches for a NetWare breakage.bnicholes2004-12-091-0/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111413 13f79535-47bb-0310-9956-ffa450edef68
* Emit the run-time link path option in apr-config after installation if the userjerenkrantz2004-12-092-2/+7
| | | | | | | is linking with libtool. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111346 13f79535-47bb-0310-9956-ffa450edef68
* * test/testfnmatch.c: Really fix the constant.jorton2004-12-082-2/+2
| | | | | | | | * test/Makefile.in (CLEAN_TARGETS): And really clean up after the test. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111278 13f79535-47bb-0310-9956-ffa450edef68