summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* basic test for non-threaded machinesianh2002-02-181-3/+24
* Needed to test-build, here's my test-build.wrowe2002-02-181-0/+42
* New binary to ignore: testglobalmutexaaron2002-02-181-0/+1
* Add a new lock API: apr_global_mutex_taaron2002-02-182-0/+197
* remove CAS option as linux doesn't support it out of the boxianh2002-02-161-34/+47
* support files for unixianh2002-02-121-0/+1
* tester for apr_atomicianh2002-02-122-0/+251
* clean up a warning - functions should be static or have prototypestrawick2002-02-121-1/+1
* don't complain about Debug/Release dirsianh2002-02-031-0/+2
* Bring this up to date with the new shared memory API. This shouldaaron2002-02-011-2/+2
* get rid of the apr_shmem.h include file -- it messes up dependencies.gstein2002-02-011-2/+2
* 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