summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag the 1.2.1 release.1.2.1pquerna2005-08-140-0/+0
* prep for 1.2.1 tag.pquerna2005-08-141-1/+1
* Merge documentation update from trunk's r224442pquerna2005-08-141-0/+18
* Merge r224407 from trunk, fixing Win32 condition variables.pquerna2005-08-143-65/+24
* roll on to 1.2.1-dev.pquerna2005-07-191-2/+2
* This is the correct way to prepare for 1.2.0 tag.pquerna2005-07-191-2/+2
* Remove -dev to prepare for the tag.pquerna2005-07-191-1/+1
* Create an APR 1.2.x branch, in preperation for 1.2.0 tagging.pquerna2005-07-190-0/+0
* As suggested by Joe on dev@apr, don't return errno, since its not correct acc...pquerna2005-07-191-2/+11
* These functions can return no-error, but still contain a NULL entry, on some ...pquerna2005-07-193-2/+5
* OS/2: Implement apr_file_mtime_set().bjh2005-07-163-1/+31
* Added lazy evaluation of the pollset that's used within apr_file_tbrianp2005-07-095-18/+44
* Actually implement the multicast on the WIN32.mturk2005-07-081-0/+3
* Realign.jorton2005-07-051-9/+9
* OS/2: Fix crash in apr_proc_create with non-shell type process creation wherebjh2005-07-031-1/+2
* Fix corruption of the pollset rings on Solaris 10. A pfd_elem_t was being ins...pquerna2005-06-302-0/+6
* OS/2: Using apr_file_rename() to replace one file with another doesn't workbjh2005-06-291-1/+1
* Add random group like for static build.mturk2005-06-251-0/+16
* Fix incorrect comments describing how the index within a table worksbrianp2005-06-251-7/+6
* Fatal compiler quirk, you would think (DWORD)(n >> 32) == 0 wrowe2005-06-181-5/+8
* Add %pt support to apr_snprintf() for printing an apr_os_thread_ttrawick2005-06-173-0/+51
* * build/jlibtool.c: Start the string with null, and strcat will extend it co...pquerna2005-06-171-1/+1
* * configure.in: Fix the test for ancient FreeBSD that fails on a 6.0-CURRENT ...pquerna2005-06-171-3/+7
* * build/buildcheck.sh: Replace last mentions of CVS with SVN.pquerna2005-06-171-5/+5
* Update remaining 2004 copyright notices.jorton2005-06-148-8/+16
* Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.trawick2005-06-142-0/+15
* send and receive buffer sizes are not flags, and callertrawick2005-06-141-10/+4
* * network_io/unix/inet_ntop.c (inet_ntop6): Silence "variable may bejorton2005-06-141-0/+1
* jfclere points out that I ment to test for zero string, not file.wrowe2005-06-131-1/+1
* Change INHERIT macros to use the new struct member rename.mturk2005-06-121-2/+2
* Bring back INHERIT macros with new struct member rename.mturk2005-06-121-0/+4
* Implement pool accessor for socketsmturk2005-06-129-43/+48
* * Test for preferred libtoolize15/libtoolize14 before trusting wrowe2005-06-111-3/+9
* Fix code which handles FreeBSD release numbersmartin2005-06-101-3/+3
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDbjh2005-06-041-6/+4
* * build/apr_network.m4 (APR_CHECK_SCTP): Fix check for SCTP.jorton2005-06-031-1/+8
* Disable poll() on all Darwin versions for now, because it is either broken or...wsanchez2005-05-311-6/+1
* jlibtool: Fix escaping of args with spaces, for example: -DFOO="Text With Spa...pquerna2005-05-311-1/+6
* Abort if the caller violates a joined-pool guarantee and explicitlyjorton2005-05-311-3/+21
* - Remove unused variable.pquerna2005-05-281-1/+0
* fix typojwoolley2005-05-261-1/+1
* - Fix darwin version matchingpquerna2005-05-261-1/+1
* Disable poll() only on Mac OS X < 10.4. Before 10.4, poll was emulated using...pquerna2005-05-261-2/+6
* * build/apr_hints.m4 (APR_PRELOAD): Prevent use of poll() on Darwin.jorton2005-05-251-0/+2
* network_io/unix/sendrecv.c: Deal with EAGAIN after poll().wsanchez2005-05-252-16/+19
* clean up a commentwsanchez2005-05-241-4/+5
* jlibtool: Correctly handle the '-MT' flag to set the dependency generation Ma...pquerna2005-05-241-0/+11
* Add multicast.c to build.mturk2005-05-191-0/+4
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).wrowe2005-05-162-2/+2
* Buffer lengths in these internal functions must all be in apr_size_twrowe2005-05-161-13/+13