summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* In respect to Jeff's earlier comments, these fns will never be publiclywrowe2002-01-291-3/+3
* Removed the obsolete flag statements and added a reference to APRLIB sobnicholes2002-01-281-2/+2
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyaaron2002-01-241-1/+1
* Delete the apr_shm_t when we're done with it. (This didn't work before,aaron2002-01-223-11/+39
* get rid of some warnings in a non-threaded buildtrawick2002-01-171-0/+2
* ignore generated file testrandtrawick2002-01-171-0/+1
* clean up some warnings (unused variables, unprototyped exportedtrawick2002-01-171-5/+2
* I had that exit status check backwards -- it wasn't working when I thoughtaaron2002-01-171-2/+2
* Fix up some of the status messages.aaron2002-01-161-3/+11
* get rid of warnings about unused functionstrawick2002-01-162-24/+0
* account for some recent additions and a recent deletiontrawick2002-01-121-1/+6
* get the seek position initialized so that the rewind workstrawick2002-01-121-0/+1
* Add testshmproducer and testshmconsumerjerenkrantz2002-01-123-1/+321
* Add a quick 5 minute "incredibly simple" pools test app.dreid2002-01-122-12/+163
* Add testshm.cjerenkrantz2002-01-122-0/+309
* Tidy up the Makefile.in (why were testshmem references left???!!)dreid2002-01-122-483/+1
* Next stage in getting testdup to work better and show better output :)dreid2002-01-121-17/+28
* Test for file duplication. Not perfect but at least this gets usdreid2002-01-112-1/+132
* Obsoleted by testshm.c (as the old apr_shmem_t API is removed and replacedaaron2002-01-101-260/+0
* This is the new apr_shm_t API. It completely replaces the old sharedaaron2002-01-101-0/+12
* Add the licence to testdso.c :)dreid2002-01-081-0/+55
* Add testrand program to exercise apr_generate_random_bytesjerenkrantz2002-01-052-1/+96
* Make the time checking be in the 0.99*interval-1.01*interval range asjerenkrantz2002-01-021-1/+1
* Add stdlib.h for exit.jerenkrantz2002-01-021-1/+3
* Make testsleep safe for non threaded platforms :)dreid2002-01-021-5/+15
* apr_sleep seems to be the potential cause of a few problems, so here isdreid2002-01-022-1/+125
* In a VPATH build, we don't know where testmmap.c is, but we have ajerenkrantz2002-01-021-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-294-9/+10
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-1/+1
* When in Rome... or better put... eat our own dogfood.wrowe2001-12-131-2/+2
* iov_base can't be dereferenced portablytrawick2001-12-121-1/+1
* Add a third undocumented option that allows connection to remote servers.jerenkrantz2001-12-121-10/+17
* simplify... get rid of warning for missing memset() decl...trawick2001-12-061-2/+1
* while on some platforms you can get away with the bug oftrawick2001-12-021-1/+3
* fix a bogus cast so that testmem can compile with xlc (AIX) nowtrawick2001-12-021-3/+3
* ignore a generated file (testfmt)trawick2001-12-011-0/+1
* add a simple program for sanity-checking APR_foo_FMT_T valuestrawick2001-11-292-0/+95
* add some logic to sanity-check apr_get_groupid()trawick2001-11-211-1/+19
* display the error when pipe-read failstrawick2001-11-121-2/+7
* Add versioning mechanisms/APIs to APR.gstein2001-11-113-1/+86
* Most platforms use gnu libtool which puts the .so into .libs/ so wedreid2001-11-101-1/+5
* Tidy up the thread test output and change to use a single thread functiondreid2001-10-291-85/+37
* Fix the reporting for child processes that die. This removesrbb2001-10-233-13/+13
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-172-7/+62
* Let's just make these consistent. All have declared prototypes now, andaaron2001-10-121-7/+9
* clean up some gcc warningstrawick2001-10-122-3/+4
* New test for apr_thread_cond_timedwait().aaron2001-10-121-0/+77
* Remove SMS and all references.striker2001-09-282-92/+4
* Default the lock to NULL, so that we can test the soon-to-be-committedrbb2001-09-241-2/+2
* Clean up a warning.rbb2001-09-241-1/+1