summaryrefslogtreecommitdiff
path: root/test/testoc.c
Commit message (Expand)AuthorAgeFilesLines
* Backport r799497 from the trunk.bojan2009-07-311-0/+3
* Solve two sets of issues, only two possible changes, in onewrowe2007-10-061-1/+1
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-9/+9
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-16/+16
* Remove some common macros to test_apr.hrbb2004-03-141-9/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* apr_proc_other_child_check() is gonetrawick2003-11-221-1/+1
* Must ... have ... extensionswrowe2003-01-031-2/+11
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* If the platform does not have other child functionality then don't enable anybnicholes2002-12-191-2/+1
* Use the correct name for testoc.rbb2002-11-241-1/+1
* Migrate testoc to the new test suite.rbb2002-11-241-70/+58
* This shouldn't have been committed. I just started working on it.rbb2002-11-231-22/+6
* Quiet an annoying warning.rbb2002-11-231-6/+22
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-2/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* use exit status 0 for success in testdir, testoc, and testproctrawick2001-08-021-3/+7
* The test suite builds, once again. The sig arg to TerminateProcess inwrowe2001-06-061-0/+4
* Remove apr_proc_probe_writable_fdsstoddard2001-05-161-1/+0
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-8/+8
* Get tests building, and actually checking for libapr.la revisions towrowe2001-01-281-2/+2
* Make every test source build - regardless of missing apr features.wrowe2000-12-051-0/+7
* Get the test programs all building cleanly again.rbb2000-11-291-1/+1
* Clean up a lot of warnings in the test directory.rbb2000-11-151-3/+3
* prefix libapr functions and types with apr_dougm2000-08-021-16/+16
* Clean up compile warnings, mostly by including apr_strings.h.trawick2000-08-011-3/+1
* Prevent incorrect generation of dependencies on system header files bybjh2000-06-031-1/+1
* Update testoc to make it work properly with the new ap_proc_t.rbb2000-05-241-4/+4
* Improve the other_child test program.rbb2000-05-031-4/+11
* Add the status parameter back to the Other Child logic.rbb2000-04-241-1/+1
* apr_config.h is private and should not be used by test programs.rbb2000-04-221-1/+0
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+5
* silly cleanup for APR test pgms to avoid compile warnings andtrawick2000-04-141-4/+3
* Add more code sharing arrangements and a few minor updates/tweaks.dreid2000-04-051-1/+1
* Add the other child stuff to beos, tidy up the test program a little anddreid2000-04-041-5/+24
* Other child logic finished for Unix. Docs are forthcoming. This shouldrbb2000-04-041-0/+129