summaryrefslogtreecommitdiff
path: root/test/testthread.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* The unnecessary inclusion of errno.h causes these test programs to fail to co...pquerna2006-06-211-1/+0
* 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-13/+13
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-28/+28
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Migrate testthread to the new test suite.rbb2002-12-031-104/+81
* Terminate APR properlybnicholes2002-07-191-0/+2
* Remove all uses of the apr_lock.h API from the tests.aaron2002-04-091-6/+5
* Update our copyright for this year.fielding2002-03-131-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-1/+2
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-1/+1
* Tidy up the thread test output and change to use a single thread functiondreid2001-10-291-85/+37
* Quiet a warning on Unix.rbb2001-09-021-1/+1
* After fighting the test build system on Windows for a while, thisrbb2001-09-011-0/+32
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...martin2001-08-221-1/+1
* fix the exit status of testthread so it is easier to use in antrawick2001-08-021-1/+2
* get rid of vestigial !APR_HAS_THREADS logictrawick2001-08-011-4/+9
* Remove unused pool variables from the testthread code.rbb2001-07-271-4/+0
* Update the test suite to reflect the new thread worker's arguments.wrowe2001-07-241-9/+27
* Get testthread to build and run appropriately when APR has no threadtrawick2001-03-141-0/+11
* Update copyright to 2001fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-131-4/+4
* renaming various functions for consistency sakedougm2001-02-081-14/+14
* Clean up a lot of warnings in the test directory.rbb2000-11-151-2/+3
* prefix libapr functions and types with apr_dougm2000-08-021-29/+29
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-8/+8
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* Update to Apache Software License version 1.1fielding2000-03-311-32/+32
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Take a couple of values that were static for all locks out of the lockrbb2000-01-251-0/+2
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-8/+8
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-1/+1
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* Allow APR locks to do more than just straight mutex. Only mutex isrbb1999-09-201-1/+1
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-1/+1
* Initial revisionrbb1999-08-171-0/+174