summaryrefslogtreecommitdiff
path: root/test/testthread.c
Commit message (Expand)AuthorAgeFilesLines
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-211-0/+31
|\
| * On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-271-0/+31
* | Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-2/+2
|/
* * test/testthread.c: Use a user-range apr_status_t value for theJoe Orton2020-12-171-3/+6
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* The unnecessary inclusion of errno.h causes these test programs to fail to co...Paul Querna2006-06-211-1/+0
* 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-13/+13
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-28/+28
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Migrate testthread to the new test suite.Ryan Bloom2002-12-031-104/+81
* Terminate APR properlyBradley Nicholes2002-07-191-0/+2
* Remove all uses of the apr_lock.h API from the tests.Aaron Bannert2002-04-091-6/+5
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-291-1/+2
* Convert apr_thread_exit(..., apr_status_t *retval) toAaron Bannert2001-12-271-1/+1
* Tidy up the thread test output and change to use a single thread functionDavid Reid2001-10-291-85/+37
* Quiet a warning on Unix.Ryan Bloom2001-09-021-1/+1
* After fighting the test build system on Windows for a while, thisRyan Bloom2001-09-011-0/+32
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...Martin Kraemer2001-08-221-1/+1
* fix the exit status of testthread so it is easier to use in anJeff Trawick2001-08-021-1/+2
* get rid of vestigial !APR_HAS_THREADS logicJeff Trawick2001-08-011-4/+9
* Remove unused pool variables from the testthread code.Ryan Bloom2001-07-271-4/+0
* Update the test suite to reflect the new thread worker's arguments.William A. Rowe Jr2001-07-241-9/+27
* Get testthread to build and run appropriately when APR has no threadJeff Trawick2001-03-141-0/+11
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-131-4/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-14/+14
* Clean up a lot of warnings in the test directory.Ryan Bloom2000-11-151-2/+3
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-29/+29
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.William A. Rowe Jr2000-05-261-8/+8
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+32
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Take a couple of values that were static for all locks out of the lockRyan Bloom2000-01-251-0/+2
* This finishes the argument swaps. The docs haven't been updated, andRyan Bloom1999-10-111-8/+8
* Bring the misc code up to the APR parameter order spec. This also fixes a fewRyan Bloom1999-10-081-1/+1
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* Allow APR locks to do more than just straight mutex. Only mutex isRyan Bloom1999-09-201-1/+1
* A change to how APR uses user data. Now, user data is a linked list thatRyan Bloom1999-09-141-1/+1
* Initial revisionRyan Bloom1999-08-171-0/+174