summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Would help to know the error :)jim2002-03-271-1/+1
* get this working on OS/390.gregames2002-03-221-1/+1
* Rename apr_explode_gmt to apr_time_exp_gmt.striker2002-03-211-1/+1
* Rename apr_implode_time to apr_time_exp_get.striker2002-03-171-3/+3
* Back out some over-engineering. We use pid_t throughout - and thiswrowe2002-03-161-2/+2
* apr_atomic_dec now returns zero if the value is zero.ianh2002-03-161-1/+12
* Many broken tests these days [fork() and missing stuff], but at leastwrowe2002-03-151-1/+1
* freebsd atomic support will only be available in 5ianh2002-03-151-1/+1
* Win32 doesn't support remove-open-file semantics.wrowe2002-03-141-0/+3
* Since atomic_t isn't available on FreeBSD < 4, don't test it.ben2002-03-141-0/+10
* Update our copyright for this year.fielding2002-03-1344-44/+44
* clean up the way we look at the family of an apr_sockaddr_ttrawick2002-03-123-3/+3
* add a cast so that gcc 2.7.2.3 on FreeBSD 3.4 generates the right codetrawick2002-03-121-1/+1
* fix the type of the nbytes parm to apr_file_read and apr_file_writetrawick2002-03-111-1/+1
* add a testcase for the type of problem seen in Apache PR 10003trawick2002-03-111-0/+84
* patches for apr to rename apr_ansi_time_to_apr_time andianh2002-03-061-1/+1
* Added NETWARE to the WIN32 #ifdefbnicholes2002-02-261-2/+2
* simple test to time regex and hash getsianh2002-02-213-0/+134
* linux compatibility checksianh2002-02-201-11/+8
* enable sun-sparc specific codeianh2002-02-191-1/+0
* re-introduce the CAS apr call.ianh2002-02-191-20/+84
* 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