summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagJCW_0_9_5_PRE1(no author)2004-03-153-259/+0
* Cleanup some emitsrbb2004-03-156-7/+27
* Use APR in occhild so that it is portable.rbb2004-03-151-7/+12
* Fix compile warnings on Mac OS X.rbb2004-03-151-2/+2
* Fix the testsock tests on Windows, mostly.rbb2004-03-152-3/+5
* Fix compile warnings in sockchild.c on Mac OS Xrbb2004-03-151-2/+2
* client and server no longer exist.rbb2004-03-151-2/+1
* testsock no longer causes a GPF on Windows. Still doesn't pass the testsrbb2004-03-151-15/+13
* Remove some unused #includes.rbb2004-03-151-5/+0
* I forgot to add sockchild.c, which is required for testsock.rbb2004-03-141-0/+77
* Port testsock to the unified framework. This doesn't include therbb2004-03-148-493/+227
* Remove some common macros to test_apr.hrbb2004-03-145-38/+10
* Reorganise the OS/2 random byte generation code to work with the new build sc...bjh2004-03-142-1/+1
* Finish the port of testshm(producer|consumer) to windows. Thisrbb2004-03-133-11/+20
* Add testshm.h, which I forgot when commiting the testshm changes.rbb2004-03-131-0/+32
* Port testshm and all of it's component parts (testshmconsumer andrbb2004-03-137-297/+175
* Put the lists of tests in alphabetical order. I am hoping that thisrbb2004-03-132-53/+55
* Fix testfnmatch, it must clean up after itself by cd'ing back intorbb2004-03-131-0/+1
* Remove some unused variablesrbb2004-03-131-3/+0
* Add testflock to windows build, cleanup after the test.rbb2004-03-132-4/+11
* Migrate testflock to unified test frameworkrbb2004-03-137-123/+165
* Remove unused var.rbb2004-03-131-1/+0
* No reason to keep track of the old return values.rbb2004-03-131-8/+8
* * configure.in, build/apr_common.m4: Remove checks for crypt_r whichjorton2004-03-132-41/+0
* Declare variables at the beginning of functions, I'm surprised thisrbb2004-03-131-2/+4
* Stop messing around with _FOO_SOURCE things mid-configure: enablejorton2004-03-133-33/+6
* Add testatomic to testall in the Windows build system.rbb2004-03-131-5/+2
* Migrate testatomic to testall. I have commented out a test thatrbb2004-03-134-258/+177
* * configure.in: Don't use AC_TYPE_SIZE_T twice.jorton2004-03-121-1/+0
* * include/apr_errno.h: Treat EDQUOT like ENOSPC on Unix.jorton2004-03-121-0/+5
* Fix the links on the left side of the page.rbb2004-03-111-10/+10
* Sort the files by name.rbb2004-03-101-1/+1
* * network_io/unix/sockets.c (apr_socket_accept): Move TPF check forjorton2004-03-101-0/+7
* Use a cellspacing of 0 for a better look.rbb2004-03-101-1/+1
* Add percent tested to the output of the coverage script. Alsorbb2004-03-101-8/+25
* Don't echo while building gcov data.rbb2004-03-101-1/+1
* add a last updated and change the copyright.rbb2004-03-101-1/+3
* Allow support for random bytes on older hardwarebnicholes2004-03-091-1/+41
* Add the instructions to the web page too.rbb2004-03-091-1/+13
* Ignore all files generated by running coverage data.rbb2004-03-092-0/+7
* Add instructions for generating coverage data. This could probably berbb2004-03-091-0/+15
* Add a target to generate coverage information. This assumes that yourbb2004-03-092-0/+102
* Fix an include path.dreid2004-03-091-1/+1
* Add the apr_proc_mutex_cleanup function.dreid2004-03-091-0/+6
* Fixup for library usage by apr.dreid2004-03-091-4/+4
* Synch with 0.9 branch.jorton2004-03-071-2/+24
* Restore copyright notices.jorton2004-03-071-74/+112
* a fairly recent config fix changed default mutex mechanism fromtrawick2004-03-071-0/+1
* * test/testfnmatch.c: Convert to Unix newlines.jorton2004-03-061-77/+77
* Fix a bug in apr_match_glob. We need to strdup the filename, otherwiserbb2004-03-061-1/+1