summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo noticed by Mike Rumph.1.1.xrjung2013-12-141-3/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@1550912 13f79535-47bb-0310-9956-ffa450edef68
* Changes reflect major/minor related changes. Providejim2009-09-251-1860/+4
| | | | | | | | links to other versions. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@819019 13f79535-47bb-0310-9956-ffa450edef68
* lazy initialization of the pollset within apr_file_t (backport from 1.2)brianp2005-07-206-28/+44
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@219843 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Implement apr_file_mtime_set().bjh2005-07-163-1/+31
| | | | | | | Backport from trunk of r219295. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@219296 13f79535-47bb-0310-9956-ffa450edef68
* add a proposed backport from 1.2brianp2005-07-161-0/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@219285 13f79535-47bb-0310-9956-ffa450edef68
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDbjh2005-07-041-6/+4
| | | | | | | | | wasn't also given. Backport from trunk of r180013 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@209045 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Fix crash in apr_proc_create with non-shell type process creation wherebjh2005-07-031-1/+2
| | | | | | | | | | the .exe extension is not given. Was trying to close an apr_file_t that had failed to open, causing a segfault. Backport from trunk of r208879 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@208880 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Use autoconf 2.5x compatible test for running under OS/2 whenbjh2005-07-021-1/+1
| | | | | | | | | | determining how to test for scripts. $ac_cv_emxos2 was only defined by the common OS/2 port of autoconf 2.13. Backport from trunk of r164553 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@208825 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Using apr_file_rename() to replace one file with another doesn't workbjh2005-06-291-1/+1
| | | | | | | | | | | on some types of network drive as the file system driver returns a different error code when an attempt is made to rename to an existing file name. Allow for this error code, ERROR_ALREADY_EXISTS. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@202350 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notices for 2005.jorton2005-06-14325-325/+650
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@190596 13f79535-47bb-0310-9956-ffa450edef68
* Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.trawick2005-06-142-0/+15
| | | | | | | | PR: 32177 Submitted by: Sim <sgobbi datamanagement.it>, Jeff Trawick git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@190578 13f79535-47bb-0310-9956-ffa450edef68
* send and receive buffer sizes are not flags, and callertrawick2005-06-141-10/+4
| | | | | | | | | | | | | | | may pass different values on different calls; so don't try to optimize this setsockopt() SO_LINGER is an odd one; the real setsockopt provides a configurable value for the timeout; but with APR, this is a flag and the timeout; so the optimization stays for this one Reviewed by: Joe Orton git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@190570 13f79535-47bb-0310-9956-ffa450edef68
* Merge r179786 from trunk:jorton2005-06-031-1/+8
| | | | | | | | | | * build/apr_network.m4 (APR_CHECK_SCTP): Fix check for SCTP. PR: 35021 Submitted by: Lee Begg <llnz paradise.net.nz> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@179787 13f79535-47bb-0310-9956-ffa450edef68
* Disable poll() on all Darwin versions for now, because it is either broken ↵wsanchez2005-05-311-6/+1
| | | | | | or weak sauce. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@179281 13f79535-47bb-0310-9956-ffa450edef68
* Backport r178340 from trunk:wsanchez2005-05-282-16/+19
| | | | | | | | | | | | | | | | network_io/unix/sendrecv.c: Deal with EAGAIN after poll(). Following apr_wait_for_io_or_timeout(), we were doing I/O and not dealing with EAGAIN. It is legal for poll() to indicate that a socket is available for writing and then for write() to fail with EAGAIN if the state of the socket changed in between the poll() and write() calls. This only seems to actually happen on Mac OS 10.4 (Darwin 8). Rather than trying write() only once, if we get an EAGAIN, continue to call apr_wait_for_io_or_timeout() and try writing. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@178844 13f79535-47bb-0310-9956-ffa450edef68
* fix typojwoolley2005-05-261-1/+1
| | | | | | | Submitted by: dlr git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@178704 13f79535-47bb-0310-9956-ffa450edef68
* - Fix darwin version matchingpquerna2005-05-261-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@178655 13f79535-47bb-0310-9956-ffa450edef68
* Backport r178650 from trunk, disable poll only on Mac OS X < 10.4.pquerna2005-05-261-2/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@178652 13f79535-47bb-0310-9956-ffa450edef68
* Merge r178386 from trunk:jorton2005-05-251-0/+2
| | | | | | | | | * build/apr_hints.m4 (APR_PRELOAD): Prevent use of poll() on Darwin. PR: 34332, 29985 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@178387 13f79535-47bb-0310-9956-ffa450edef68
* Merge r170395 from trunk:jorton2005-05-161-19/+25
| | | | | | | | | | * threadproc/unix/proc.c (apr_procattr_child_in_set, apr_procattr_child_out_set, apr_procattr_child_err_set): Add error checking: fixes segfaults in applications when pipe() or dup2() fail (e.g. due to ulimit settings). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@170396 13f79535-47bb-0310-9956-ffa450edef68
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).wrowe2005-05-152-2/+2
| | | | | | | | | This makes binaries far easier to debug, during operation and for post-crash .dmp analysis. Do not alter /Gs optimizations per brane. Reviewed by: stoddard, brane git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@170237 13f79535-47bb-0310-9956-ffa450edef68
* Merge r168607 from trunk:jorton2005-05-061-0/+2
| | | | | | | | | | Committed to 0.9.x but missing from HEAD: * build/apr_hints.m4 (APR_PRELOAD): NetBSD fcntl() confounds O_NONBLOCK inheritance test, so work around it. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@168609 13f79535-47bb-0310-9956-ffa450edef68
* Merge r158323 from trunk:jorton2005-03-201-1/+0
| | | | | | | * poll/unix/epoll.c (apr_pollset_poll): Remove unused variable. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@158324 13f79535-47bb-0310-9956-ffa450edef68
* Clean a typo - was running through emits too quickly yesterday.wrowe2005-03-171-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157941 13f79535-47bb-0310-9956-ffa450edef68
* No reason for this index to ever be signed, the nvec is alwayswrowe2005-03-171-1/+1
| | | | | | | unsigned and no negative value applies. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157908 13f79535-47bb-0310-9956-ffa450edef68
* move 1.1.x to 1.1.2-devpquerna2005-03-151-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157617 13f79535-47bb-0310-9956-ffa450edef68
* remove -dev in prep for 1.1.1 tag.pquerna2005-03-151-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157613 13f79535-47bb-0310-9956-ffa450edef68
* This happened in APR-Util.pquerna2005-03-151-2/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157609 13f79535-47bb-0310-9956-ffa450edef68
* backport r151340 from trunk, disable sendfile on s/390 only for Linux <2.4.0 ↵pquerna2005-03-152-1/+7
| | | | | | kernels. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157604 13f79535-47bb-0310-9956-ffa450edef68
* Backport r151487 from trunk to fix rwlock detection. pquerna2005-03-152-1/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157603 13f79535-47bb-0310-9956-ffa450edef68
* EOL should be native on this file. pquerna2005-03-151-54/+54
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157602 13f79535-47bb-0310-9956-ffa450edef68
* Backport r153917 and r153932 from trunk. Build fixes for multicast on Tru64 ↵pquerna2005-03-155-9/+30
| | | | | | and HP-UX. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157601 13f79535-47bb-0310-9956-ffa450edef68
* update the CHANGES file to be in sync with reality.pquerna2005-03-151-0/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157599 13f79535-47bb-0310-9956-ffa450edef68
* backport fix for writev_full from trunk.pquerna2005-03-151-20/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157597 13f79535-47bb-0310-9956-ffa450edef68
* blind backport attempting to fix 1.1.x, based on wrowe's changes between ↵pquerna2005-03-154-54/+109
| | | | | | r151766 and r151806 in trunk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157596 13f79535-47bb-0310-9956-ffa450edef68
* backport from trunk:pquerna2005-03-124-15/+6
| | | | | | | Use APR_RING_CONCAT instead of looping. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157187 13f79535-47bb-0310-9956-ffa450edef68
* * build/find_apr.m4: jerenkrantz2005-02-242-21/+27
| | | | | | | | | Try installed APR before bundled copy if --with-apr not passed to configure. MFC: r155175 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@155178 13f79535-47bb-0310-9956-ffa450edef68
* bump the 1.1.x branch to 1.1.1-devpquerna2005-01-261-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@126466 13f79535-47bb-0310-9956-ffa450edef68
* Undefine -dev in prep for 1.1.0_RC1pquerna2005-01-211-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@125888 13f79535-47bb-0310-9956-ffa450edef68
* Create the 1.1.x Branch of APRpquerna2005-01-210-0/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@125886 13f79535-47bb-0310-9956-ffa450edef68
* Revert r125162 since Martin did not reply to dev@apr.pquerna2005-01-211-4/+3
| | | | | | | | Something like this needs to be done to support FreeBSD's libtool setup, but I need to be able to build on my machine. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125883 13f79535-47bb-0310-9956-ffa450edef68
* Add Support for DragonFly BSD.pquerna2005-01-213-5/+8
| | | | | | | | PR: #29858 Submitted By: Jeroen Ruigrok <asmodai tendra.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125880 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing quote.jorton2005-01-201-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125750 13f79535-47bb-0310-9956-ffa450edef68
* Implement APR_TCP_DEFER_ACCEPT for NetWare and Win32bnicholes2005-01-181-0/+15
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125552 13f79535-47bb-0310-9956-ffa450edef68
* Win32 support for Multicastpquerna2005-01-182-0/+5
| | | | | | | Submmited By: Colm MacCarthaigh git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125522 13f79535-47bb-0310-9956-ffa450edef68
* NetWare implementation of apr_procattr_user_set() and apr_procattr_group_set()bnicholes2005-01-181-2/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125520 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily work around a conflict between 0.9 and 1.0 of apr.expminfrin2005-01-171-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125415 13f79535-47bb-0310-9956-ffa450edef68
* 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