summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-136-12/+12
|
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-101-1/+0
|
* Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-091-2/+0
|
* Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-092-2/+0
|
* bool changesJohnny Willemsen2021-03-171-1/+1
|
* Added .gitignore files based on svn:ignore propertiesAdam Mitz2015-03-021-0/+2
|
* Replaced README filesJohnny Willemsen2015-01-071-1/+1
|
* Perl filesJohnny Willemsen2015-01-071-1/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-079-18/+0
|
* Zapped two line id tagsJohnny Willemsen2015-01-071-3/+0
|
* Fixed fuzzJohnny Willemsen2011-10-051-2/+2
|
* Fri May 27 10:09:25 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-05-271-1/+2
| | | | | | | | | | | | * orbsvcs/examples/ImR/Advanced/TestClient.cpp: * orbsvcs/tests/IOR_MCast/client.cpp: * orbsvcs/tests/Security/Bug_1107_Regression/client.cpp: Statisfy Coverity and the GNU 4.6 gcc compiler. Using a returned value either by using ACE_UNUSED_ARG or to print in a log message. * tests/Sequence_Unit_Tests/value_sequence_tester.hpp: Fuzz.
* Fri May 27 09:14:29 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-05-271-2/+1
| | | | | | | | | | | | | | | * orbsvcs/LoadBalancer/LoadMonitor.cpp: * orbsvcs/examples/ImR/Advanced/TestClient.cpp: * orbsvcs/tests/Bug_3486_Regression/server.cpp: * orbsvcs/tests/IOR_MCast/client.cpp: * orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3646b_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3646c_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3646d_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3663_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp: * orbsvcs/tests/Security/Bug_1107_Regression/client.cpp: Resolved gcc 4.6 warnings: variable was set but not used.
* Fixed typoJohnny Willemsen2010-09-171-1/+1
|
* Removed trailing whitespacesJohnny Willemsen2010-09-171-3/+3
|
* Mon Sep 13 07:46:21 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-131-125/+0
| | | | | | | * Makefile.am: Removed, configure is too experimental to be used for TAO. If someone really wants to use configure we need to fix the MPC generator and the configure script and really perform testing
* Wed Nov 18 12:58:16 UTC 2009 Denis Budko <denis.budko@remedy.nl>dbudko2009-11-181-14/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * orbsvcs/tests/Bug_2925_Regression/run_test_ipv6.pl: * orbsvcs/tests/Bug_2925_Regression/run_test.pl: * orbsvcs/tests/Security/Secure_Invocation/run_test.pl: * orbsvcs/tests/Security/Bug_2908_Regression/MessengerServer.cpp: * orbsvcs/tests/Security/Bug_2908_Regression/MessengerClient.cpp: * orbsvcs/tests/Security/Bug_2908_Regression/run_test.pl: * orbsvcs/tests/Security/BiDirectional/run_test.pl: * orbsvcs/tests/Security/Big_Request/run_test.pl: * orbsvcs/tests/HTIOP/BiDirectional/run_test.pl: * orbsvcs/tests/Property/run_test.pl: * orbsvcs/tests/Bug_2316_Regression/client.cpp: * orbsvcs/tests/Bug_2316_Regression/server.cpp: * orbsvcs/tests/Bug_2316_Regression/run_test.pl: * orbsvcs/tests/Bug_2615_Regression/client.cpp: * orbsvcs/tests/Bug_2615_Regression/server.cpp: * orbsvcs/tests/Bug_2615_Regression/run_test.pl: * orbsvcs/tests/Bug_3216_Regression/run_test.pl: * orbsvcs/tests/Bug_2709_Regression/client.cpp: * orbsvcs/tests/Bug_2709_Regression/server.cpp: * orbsvcs/tests/Bug_2709_Regression/run_test.pl: * orbsvcs/tests/IOR_MCast/run_test_ipv6.pl: * orbsvcs/tests/Bug_3215_Regression/run_test.pl: * orbsvcs/tests/Bug_2287_Regression/run_test.pl: * DevGuideExamples/SmartProxies/MessengerServer.cpp: * DevGuideExamples/SmartProxies/LoggerServer.cpp: * DevGuideExamples/SmartProxies/MessengerClient.cpp: * DevGuideExamples/SmartProxies/run_test.pl: * performance-tests/Latency/DSI/run_test.pl: * performance-tests/Latency/Deferred/run_test.pl: * performance-tests/Latency/DII/run_test.pl: * performance-tests/Latency/AMI/run_test.pl: * performance-tests/Throughput/run_test.pl: * tests/AMI_Buffering/run_message_count.pl: * tests/Bug_1495_Regression/run_test_complex.pl: * tests/Bug_1495_Regression/run_test.pl: * tests/Crashed_Callback/run_test.pl: * tests/BiDirectional/run_test_bug3282.pl: * tests/Bug_1020_Basic_Regression/run_test.pl: * tests/CallbackTest/run_test_ipv6.pl: * tests/CallbackTest/run_test_mixed_ip.pl: * tests/Bug_2289_Regression/run_test.pl: * tests/DIOP/run_test_ipv6.pl: * tests/DIOP/run_test.pl: * tests/NestedUpcall/Triangle_Test/run_test.pl: * tests/MT_Timeout/run_test.pl: * tests/Single_Read/server.cpp: * tests/Single_Read/test_i.cpp: * tests/Single_Read/run_test.pl: * tests/Single_Read/test_i.h: * examples/Logging/run_test.pl: * examples/Simple/time-date/run_test.pl: * examples/PluggableUDP/tests/Performance/run_test_ipv6.pl: * examples/PluggableUDP/tests/Performance/run_test.pl: Tests are converted to use new test framework and added to fuzz build.
* Tue Sep 16 12:03:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-161-1/+1
|
* ChangeLogTag: Fri Jun 27 15:16:58 UTC 2008 J.T. Conklin ↵jtc2008-06-271-1/+1
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Fri Jun 27 11:00:00 UTC 2008 Simon Massey <sma at prismtech ↵sma2008-06-276-15/+11
| | | | dot com>
* ChangeLogTag: Wed Jun 25 11:49:00 UTC 2008 Simon Massey <sma at prismtech ↵sma2008-06-252-8/+2
| | | | dot com>
* Mon Feb 12 13:41:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-122-3/+1
|
* ChangeLogTag: Fri Jan 26 18:21:17 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-01-261-1/+1
|
* ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-01-256-42/+32
|
* Wed Jan 24 14:00:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-247-26/+7
|
* Tue Jan 2 09:13:36 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-021-1/+1
|
* ChangeLogTag: Tue Dec 19 18:44:02 UTC 2006 J.T. Conklin ↵jtc2006-12-191-1/+0
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Thu Nov 9 12:17:10 UTC 2006 J.T. Conklin ↵jtc2006-11-091-1/+11
| | | | <jtc@acorntoolworks.com>
* Fri Jul 28 00:44:26 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2006-07-281-1/+1
|
* Repo restructuringWilliam R. Otte2006-07-2413-0/+683
|
* Repo restructuringWilliam R. Otte2006-07-2413-683/+0
|
* ChangeLogTag: Sat Jun 10 04:34:32 UTC 2006 J.T. Conklin ↵jtc2006-06-101-9/+3
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Fri Apr 21 14:07:51 UTC 2006 J.T. Conklin ↵jtc2006-04-211-1/+1
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Thu Feb 16 03:33:02 UTC 2006 J.T. Conklin ↵jtc2006-02-161-0/+3
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Fri Oct 7 14:03:54 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-10-081-1/+1
|
* ChangeLogTag: Fri Oct 7 14:03:54 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-10-071-2/+3
|
* ChangeLogTag: Mon Oct 3 23:43:08 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-10-042-42/+24
|
* ChangeLogTag: Thu Sep 22 14:03:11 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-09-231-0/+154
|
* ChangeLogTag: Tue Sep 20 08:32:12 UTC 2005 Martin Corino <mcorino@remedy.nl>mcorino2005-09-202-2/+41
|
* ChangeLogTag: Tue Sep 7 16:31:25 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-09-071-2/+2
|
* ChangeLogTag:Sun Sep 5 22:46:13 2004 Ossama Othman ↵Ossama Othman2004-09-061-5/+4
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag: Mon Aug 16 16:45:06 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-08-161-1/+1
|
* Makefiles must now be generated using MPC.Ossama Othman2004-05-031-2316/+0
|
* ChangeLogTag:bala2004-04-083-104/+0
|
* ChangeLogTag:Tue Dec 23 21:18:22 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-12-233-0/+3
|
* ChangeLogTag:Tue Dec 23 21:01:52 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-12-231-0/+3
|
* ChangeLogTag: Thu Nov 27 17:43:51 UTC 2003 Johnny Willemsen ↵Johnny Willemsen2003-11-271-0/+2
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag:Fri Nov 21 02:57:35 UTC 2003 Don Hinton <dhinton@dresystems.comdhinton2003-11-211-4/+3
|
* ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan ↵bala2003-10-281-0/+1
| | | | <bala@dre.vanderbilt.edu>
* Fixed dependencies.Ossama Othman2003-09-191-3/+0
|