summaryrefslogtreecommitdiff
path: root/test/testshm.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227trawick2011-03-211-0/+2
* Backport r809854 from the trunk.bojan2009-09-011-0/+8
* More effectively explain apr_shm_remove, and the hints thatwrowe2007-11-061-10/+19
* After reviewing the code, back out the previous two commitswrowe2007-11-061-5/+12
* The test for remove should actually be verifying thatwrowe2007-11-061-7/+3
* Axe another poor illustration, apr_shm_destroy preceeds apr_shm_removewrowe2007-11-061-6/+3
* Solve two sets of issues, only two possible changes, in onewrowe2007-10-061-4/+4
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * test/testshm.cjorton2004-11-191-0/+4
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-18/+18
* * include/apr_shm.c (apr_shm_remove): Add prototype.jorton2004-06-011-0/+31
* If we can't create the shared memory segment, don't try to keep goingrbb2004-05-151-1/+4
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-21/+21
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-33/+33
* Cleanup some emitsrbb2004-03-151-7/+3
* Finish the port of testshm(producer|consumer) to windows. Thisrbb2004-03-131-9/+20
* Port testshm and all of it's component parts (testshmconsumer andrbb2004-03-131-208/+141
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Avoid warning.ben2003-11-051-0/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-3/+4
* Would help to know the error :)jim2002-03-271-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Delete the apr_shm_t when we're done with it. (This didn't work before,aaron2002-01-221-0/+16
* 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
* Add testshm.cjerenkrantz2002-01-121-0/+306