summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add ability for ACE_INET_Addr to hold all the addresses assigned to ↵revert-32-BZ4153-2Steve Huston2015-03-166-298/+88
| | | | a name"
* Merge pull request #35 from mitza-oci/coverity-1288509Johnny Willemsen2015-03-161-2/+2
|\ | | | | Fixed coverity warning 1288509
| * Fixed coverity warning 1288509Adam Mitz2015-03-161-2/+2
| |
* | Merge pull request #36 from jwillemsen/jwi-travisci-ipv6Johnny Willemsen2015-03-161-1/+1
|\ \ | | | | | | Enable IPv6 by default for travis-ci build
| * | Enable IPv6 by default for travis-ci buildJohnny Willemsen2015-03-141-1/+1
| |/ | | | | | | * .travis.yml:
* | Merge pull request #33 from likema/feature/fix-tliJohnny Willemsen2015-03-161-1/+1
|\ \ | |/ |/| Fix errno checking logic in TLI
| * Fix errno checking logic.Like Ma2015-03-141-1/+1
|/
* Merge pull request #30 from marcelsmit/msm-is-default-qos-to-falseJohnny Willemsen2015-03-1339-49/+49
|\ | | | | Set is_default_qos to false. One should explicitly set the qos_profile s...
| * is_default_qos set to false.marcelsmit2015-03-121-2/+2
| | | | | | | | * CIAO/connectors/dds4ccm/examples/Hello/descriptors/USER_QOS_PROFILES.xml:
| * Set is_default_qos to false. One should explicitly set the qos_profile ↵Marcel Smit2015-03-1238-47/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string in the deployment plan. Since this is consistently done, we can set the is_default_qos to false. * CIAO/connectors/dds4ccm/examples/IDL2CPPWrapper/Shapes/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/examples/ShapesContr/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/performance-tests/DDSLatency/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/performance-tests/Latency/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CSLQoS/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CSLSampleRejected/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CoherentUpdater/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CoherentWriter/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/Getter/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/HomeTest/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/KeyedWriter/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/PSLDeadline/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QosProfile/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/Reader/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/SLManyByMany/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/SLOneByOne/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/descriptors/USER_QOS_PROFILES.xml: * DAnCE/tools/Logger_Backend/ndds/USER_QOS_PROFILES.xml:
* | Merge pull request #32 from DOCGroup/BZ4153-2Steve Huston2015-03-136-88/+298
|\ \ | |/ |/| Add ability for ACE_INET_Addr to hold all the addresses assigned to a name
| * Add sanity check and test for new operator=Steve Huston2015-03-132-1/+11
| |
| * Add the requisite test program addition for new featureSteve Huston2015-03-121-1/+50
| |
| * Changes to enable ACE_INET_Addr to hold all addresses for a given name; ↵Steve Huston2015-03-125-87/+238
|/ | | | round 2 with fixes
* Merge pull request #29 from DOCGroup/revert-25-BZ4153Johnny Willemsen2015-03-116-247/+79
|\ | | | | Revert "Add ability for ACE_INET_Addr to hold all the addresses assigned...
| * Revert "Add ability for ACE_INET_Addr to hold all the addresses assigned to ↵Johnny Willemsen2015-03-116-247/+79
|/ | | | a na..."
* Merge pull request #25 from DOCGroup/BZ4153Steve Huston2015-03-106-79/+247
|\ | | | | Add ability for ACE_INET_Addr to hold all the addresses assigned to a na...
| * Fixed fuzz error (found tab).Steve Huston2015-03-101-1/+1
| |
| * Add ability for ACE_INET_Addr to hold all the addresses assigned to a name ↵Steve Huston2015-03-066-79/+247
| | | | | | | | and allow ACE_Multihomed_INET_Addr to access them all.
* | Merge pull request #28 from mitza-oci/coverity-1287148Adam Mitz2015-03-091-1/+1
|\ \ | | | | | | Fixed coverity warning 1287148
| * | Fixed coverity warning 1287148Adam Mitz2015-03-091-1/+1
| | |
* | | Merge pull request #27 from jwillemsen/masterJohnny Willemsen2015-03-093-42/+49
|\ \ \ | | | | | | | | Suppress valgrind reported conditional jumps in grep and fixed a few Coverity reported errors
| * | | Suppress conditional jumps in grepJohnny Willemsen2015-03-091-0/+7
| | | |
| * | | Fixed Coverity insufficient function coverageJohnny Willemsen2015-03-091-41/+41
| | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.cpp:
| * | | Add new packageJohnny Willemsen2015-03-091-1/+1
| |/ /
* | | Merge pull request #26 from mitza-oci/masterAdam Mitz2015-03-095-2/+13
|\ \ \ | |/ / |/| | Prevent running depgen twice during "make depend"
| * | Prevent running depgen twice during "make depend"Adam Mitz2015-03-061-1/+1
| | |
| * | Updated .gitignore filesAdam Mitz2015-03-064-1/+12
|/ /
* | Merge pull request #24 from mitza-oci/masterAdam Mitz2015-03-062-1/+3
|\ \ | | | | | | Adding fuzz.pl to Travis CI, fixing existing fuzz error.
| * | Run fuzz script first on Travis CI.Adam Mitz2015-03-061-1/+1
| | |
| * | Run the fuzz.pl script on Travis CI.Adam Mitz2015-03-061-0/+2
| | |
| * | Fixed fuzz error from pull request #23Adam Mitz2015-03-061-1/+1
|/ /
* | Merge pull request #23 from mitza-oci/devpoll-resumeAdam Mitz2015-03-045-1/+599
|\ \ | | | | | | Fix to resume and register event handlers after returning -1 from handle_*
| * | Removed commented-out block and changed %s to %CAdam Mitz2015-03-031-67/+2
| | |
| * | Removed $Id$Adam Mitz2015-03-031-2/+0
| | |
| * | Added to .gitignoreAdam Mitz2015-03-031-0/+1
| | |
| * | Fix to resume and register event handlers after returning -1 fromJustin Wilson2015-03-034-1/+665
|/ / | | | | | | | | | | | | handle_*. Dev_Poll_Reactor on Linux uses epoll with one-shot and suspends handlers when an event is received. New logic attempts to resume handler when -1 is returned. Added test. From OCITAO 2.2a Fri Nov 14 16:47:56 UTC 2014
* | Merge pull request #21 from mitza-oci/masterAdam Mitz2015-03-03835-7/+4022
|\ \ | | | | | | Add .gitignore files based on svn:ignore properties
| * | Fixed typoAdam Mitz2015-03-021-1/+1
| | |
| * | Merge remote-tracking branch 'upstream/master'Adam Mitz2015-03-021-1/+1
| |\ \ | | |/
| * | Exclude .gitignore files from release packages.Adam Mitz2015-03-021-4/+4
| | |
| * | Added to .gitignore for TAO orbsvcs.Adam Mitz2015-03-025-1/+337
| | |
| * | Merge branch 'master' of git://github.com/DOCGroup/ATCDAdam Mitz2015-03-026-109/+126
| |\ \
| * | | Added to .gitignore files based on what was generated during a buildAdam Mitz2015-03-0247-41/+819
| | | |
| * | | Added .gitignore files based on svn:ignore propertiesAdam Mitz2015-03-02813-0/+2883
| | | |
| * | | Added to top-level .gitignoreAdam Mitz2015-03-021-2/+20
| | | |
* | | | Merge pull request #22 from likema/feature/fix-aix-5_1Johnny Willemsen2015-03-031-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fix missing separator in rules.lib.GNU
| * | | Fix missing separator in rules.lib.GNULike Ma2015-03-021-1/+1
| | | |
* | | | Remove trailing whitespace.Steve Huston2015-03-021-1/+1
| |_|/ |/| |
* | | Merge pull request #14 from DOCGroup/NetApp-VxWorks64Steve Huston2015-03-026-109/+126
|\ \ \ | |_|/ |/| | Net app vx works64