summaryrefslogtreecommitdiff
path: root/test/testshmconsumer.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the typo.Joe Orton2006-08-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68
* Update license header.Joe Orton2006-08-031-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428313 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup some emitsRyan Bloom2004-03-151-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64996 13f79535-47bb-0310-9956-ffa450edef68
* Finish the port of testshm(producer|consumer) to windows. ThisRyan Bloom2004-03-131-1/+0
| | | | | | | | Add extensions to the apr_proc_create call in testshm. Remove the test that relies on apr_fork. Cleanup some unused variables. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64984 13f79535-47bb-0310-9956-ffa450edef68
* Port testshm and all of it's component parts (testshmconsumer andRyan Bloom2004-03-131-41/+14
| | | | | | | | | | | | | | testshmproducer) so that they are a part of the unified test suite. They are also now all portable programs, which means that we are actually using APR as a part of the tests. Also, just generally improve the tests. Now, we not only check that msgavail flag is set, we also check that the actuall message is transferred correctly. Finally, we ensure that the receiver received the same number of messages that the sender sent. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64982 13f79535-47bb-0310-9956-ffa450edef68
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64904 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
| | | | | | | No functional changes git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64251 13f79535-47bb-0310-9956-ffa450edef68
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63565 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63117 13f79535-47bb-0310-9956-ffa450edef68
* Delete the apr_shm_t when we're done with it. (This didn't work before,Aaron Bannert2002-01-221-6/+12
| | | | | | | | | | | but I'm about to commit the implementation.) Add more verbose status/error messages -- most importantly making it obvious from which child (consumer or producer) the messages are comming from. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62815 13f79535-47bb-0310-9956-ffa450edef68
* get rid of warnings about unused functionsJeff Trawick2002-01-161-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62795 13f79535-47bb-0310-9956-ffa450edef68
* Add testshmproducer and testshmconsumerJustin Erenkrantz2002-01-121-0/+154
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62770 13f79535-47bb-0310-9956-ffa450edef68