summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename apr_app to clearly fall in our target tree aswrowe2007-10-186-97/+485
* missed a linewrowe2007-10-181-0/+1
* At least on trunk, break out poll (make it obvious ourwrowe2007-10-182-8/+15
* Correct typos, apr looks goodwrowe2007-10-182-4/+4
* THOSE other programs :)wrowe2007-10-171-1/+1
* Complete commit 488084; not only the documentation, but detection of underflow!wrowe2007-10-171-2/+8
* Pick up AIX 5.2 onwardswrowe2007-10-172-1/+8
* Fill in apr_fileinfo_t member st_csize on Netware and Unixwrowe2007-10-175-14/+66
* Fix up a few netware'isms and missing brackets left over from the refactoring.bnicholes2007-10-161-6/+10
* Provide -v'erbose output during test-builds, andwrowe2007-10-161-16/+24
* * test/testlockperf.c: Silence gcc warning from missing type.jorton2007-10-161-1/+1
* Alphasortwrowe2007-10-161-15/+15
* OS2 fails to fork-for-exec, and therefore doesn't use thewrowe2007-10-151-0/+50
* Whoops, collision! Avoid with a comment in the futurewrowe2007-10-151-1/+2
* Backport the std handling improvements to Netware, OS2, BeOS.wrowe2007-10-153-285/+384
* Apply the Unix fix to Win32 (gee thanks Joe ;-)wrowe2007-10-153-8/+20
* Erm, we should /not/ fail.wrowe2007-10-151-2/+2
* Reset (tc->)failed so we see the second failure message.wrowe2007-10-151-2/+2
* reset the fail flag or we cannot see consecutive failures. We arewrowe2007-10-151-2/+6
* Without otherwise addressing the issues on Win32 when presentedwrowe2007-10-151-3/+8
* Better isolate IPv6 tests from the rest, and split recvfromwrowe2007-10-151-10/+16
* Fix testsockets the right way, moving forwards share awrowe2007-10-152-20/+18
* Prevent the suite from crashing on win32, watch out for anwrowe2007-10-151-1/+5
* Test won't compile on AIX, stop overloading symbol names!wrowe2007-10-151-9/+9
* Patch to resolve one stray case of AF not available.wrowe2007-10-141-2/+13
* recvfrom() failed on most platforms with a sockaddr onlywrowe2007-10-141-4/+6
* We are reasonably confident this behaves as expected,wrowe2007-10-141-1/+15
* Solve two int-size issues on some platforms; exit is well definedwrowe2007-10-142-5/+5
* Silence an emit for P64 and LP64 platforms, where int can'twrowe2007-10-141-2/+2
* Here is the correct cast for signed-ness where size_t is off_twrowe2007-10-141-1/+1
* When building check / test, let's make sure to build the modules wewrowe2007-10-141-1/+1
* Note an anomoly that was probably not intended.wrowe2007-10-141-0/+9
* Note API change.wrowe2007-10-141-0/+6
* Here's my recommendation; upon opening the pipes, always set the parent-endwrowe2007-10-141-15/+18
* apr_file_dup() varies from dup2 by not setting the child handle aswrowe2007-10-141-12/+30
* Davi indicates this test really isn't ready yet, but it would be worthwrowe2007-10-141-2/+4
* * Return APR_SUCCESS by default.rpluem2007-10-143-0/+6
* Eric seconded Bill's description for the Windows apr_procattr_io_set() fixtrawick2007-10-141-2/+3
* * Fix compiler warning.rpluem2007-10-141-1/+1
* * Dereference mem as it is a double pointer.rpluem2007-10-141-1/+1
* Solve two potential problems with one shot.wrowe2007-10-141-77/+66
* Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even co...wrowe2007-10-143-9/+3
* With the correction of setting ->timeout = 0 way up in thewrowe2007-10-141-55/+9
* Illustrate the use of the new API which succeeds on all platformswrowe2007-10-141-3/+3
* Fix read, if we successfully cancel it's operation aborted.wrowe2007-10-141-2/+5
* Had inverted read/write.wrowe2007-10-144-13/+13
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),wrowe2007-10-147-62/+139
* Fix bug identified by testlfs; Win32 didn't handle bufferedwrowe2007-10-141-3/+2
* Even if ignored, it's nice to have all of our tests acceptwrowe2007-10-141-1/+5
* Cure win32 ills, apr created threads must use apr_thread_exit.wrowe2007-10-141-0/+1