summaryrefslogtreecommitdiff
path: root/test/testoc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-9/+9
* Pass default environment in testflock and testoc (for ICC compiled stuff).Bojan Smojver2009-07-311-0/+3
* Solve two sets of issues, only two possible changes, in oneWilliam A. Rowe Jr2007-10-061-1/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-9/+9
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-16/+16
* Remove some common macros to test_apr.hRyan Bloom2004-03-141-9/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* apr_proc_other_child_check() is goneJeff Trawick2003-11-221-1/+1
* Must ... have ... extensionsWilliam A. Rowe Jr2003-01-031-2/+11
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* If the platform does not have other child functionality then don't enable anyBradley Nicholes2002-12-191-2/+1
* Use the correct name for testoc.Ryan Bloom2002-11-241-1/+1
* Migrate testoc to the new test suite.Ryan Bloom2002-11-241-70/+58
* This shouldn't have been committed. I just started working on it.Ryan Bloom2002-11-231-22/+6
* Quiet an annoying warning.Ryan Bloom2002-11-231-6/+22
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* use exit status 0 for success in testdir, testoc, and testprocJeff Trawick2001-08-021-3/+7
* The test suite builds, once again. The sig arg to TerminateProcess inWilliam A. Rowe Jr2001-06-061-0/+4
* Remove apr_proc_probe_writable_fdsBill Stoddard2001-05-161-1/+0
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-8/+8
* Get tests building, and actually checking for libapr.la revisions toWilliam A. Rowe Jr2001-01-281-2/+2
* Make every test source build - regardless of missing apr features.William A. Rowe Jr2000-12-051-0/+7
* Get the test programs all building cleanly again.Ryan Bloom2000-11-291-1/+1
* Clean up a lot of warnings in the test directory.Ryan Bloom2000-11-151-3/+3
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-16/+16
* Clean up compile warnings, mostly by including apr_strings.h.Jeff Trawick2000-08-011-3/+1
* Prevent incorrect generation of dependencies on system header files byBrian Havard2000-06-031-1/+1
* Update testoc to make it work properly with the new ap_proc_t.Ryan Bloom2000-05-241-4/+4
* Improve the other_child test program.Ryan Bloom2000-05-031-4/+11
* Add the status parameter back to the Other Child logic.Ryan Bloom2000-04-241-1/+1
* apr_config.h is private and should not be used by test programs.Ryan Bloom2000-04-221-1/+0
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+5
* silly cleanup for APR test pgms to avoid compile warnings andJeff Trawick2000-04-141-4/+3
* Add more code sharing arrangements and a few minor updates/tweaks.David Reid2000-04-051-1/+1
* Add the other child stuff to beos, tidy up the test program a little andDavid Reid2000-04-041-5/+24
* Other child logic finished for Unix. Docs are forthcoming. This shouldRyan Bloom2000-04-041-0/+129