summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace per fuzzissue-748Steve Huston2018-11-161-1/+1
|
* Use correct ACE_Allocator for user-defined data block per API requirementsSteve Huston2018-11-151-5/+7
|
* Add user-defined ACE_Data_Block test caseSteve Huston2018-11-151-0/+33
|
* Merge pull request #738 from jwillemsen/jwi-azuredevopsxercescsslJohnny Willemsen2018-11-021-9/+23
|\ | | | | Add vcpkg with xercesc and openssl to Visual Studio 2017 jobs on Azur…
| * Add vcpkg with xercesc and openssl to Visual Studio 2017 jobs on Azure DevopsJohnny Willemsen2018-11-021-9/+23
|/ | | | * azure-pipelines.yml:
* Merge pull request #737 from jwillemsen/jwi-gnuacesslJohnny Willemsen2018-11-022-4/+12
|\ | | | | Use SSL_INCDIR and SSL_LIBDIR as they are now generated by MPC
| * Use SSL_INCDIR and SSL_LIBDIR as they are now generated by MPCJohnny Willemsen2018-11-022-4/+12
| |
* | Merge pull request #736 from jwillemsen/jwi-clang7notestsJohnny Willemsen2018-11-011-1/+1
|\ \ | |/ |/| Don't compile the ACE tests with clang7 on travisci, it is taking to …
| * Don't compile the ACE tests with clang7 on travisci, it is taking to longJohnny Willemsen2018-11-011-1/+1
|/ | | | * .travis.yml:
* Merge pull request #735 from jwillemsen/jwi-clangdefaultsettingsJohnny Willemsen2018-10-312-6/+28
|\ | | | | Make it possible to override CXX/CC with clang and extended CI configurations
| * Revert changes, travis sets CXX before the job starts overruling our settingsJohnny Willemsen2018-10-311-8/+8
| | | | | | | | * .travis.yml:
| * No clang compilation for the moment on azure, not working yetJohnny Willemsen2018-10-311-15/+0
| |
| * Try without clang repoJohnny Willemsen2018-10-311-7/+0
| | | | | | | | * azure-pipelines.yml:
| * Changed optional repo usageJohnny Willemsen2018-10-311-4/+4
| |
| * Fixed indentJohnny Willemsen2018-10-311-4/+4
| |
| * Add optional clang repositoriesJohnny Willemsen2018-10-311-0/+7
| | | | | | | | * azure-pipelines.yml:
| * Added clang 5/6/7 to azure devops testingJohnny Willemsen2018-10-311-1/+20
| | | | | | | | * azure-pipelines.yml:
| * No need to specify a maxparallel, if not specified it is unlimitedJohnny Willemsen2018-10-311-2/+0
| | | | | | | | * azure-pipelines.yml:
| * Add gcc6/7/8 on LinuxJohnny Willemsen2018-10-311-4/+19
| | | | | | | | * azure-pipelines.yml:
| * Use gcc8 as default on LinuxJohnny Willemsen2018-10-311-1/+7
| | | | | | | | * azure-pipelines.yml:
| * Use CC and CXX instead of COMPILER which only set CXXJohnny Willemsen2018-10-311-8/+8
| | | | | | | | * .travis.yml:
| * Only set CXX and CC when they are not set by the userJohnny Willemsen2018-10-311-3/+2
| | | | | | | | * ACE/include/makeinclude/platform_linux_clang.GNU:
* | Merge pull request #734 from jwillemsen/jwi-tietestJohnny Willemsen2018-10-302-6/+7
|\ \ | |/ | | Fixed running of POA TIE test and add it to our daily test suite
| * Add TIE test, bugzilla 4182Johnny Willemsen2018-10-301-0/+1
| | | | | | | | * TAO/bin/tao_orb_tests.lst:
| * Fixed IOR file usage in test scriptJohnny Willemsen2018-10-301-6/+6
| | | | | | | | * TAO/tests/POA/TIE/run_test.pl:
* | Merge pull request #732 from ↵Johnny Willemsen2018-10-3022-102/+226
|\ \ | |/ | | | | | | jwillemsen/milan-mpathix-ssliop_corbaloc_parser_comma_fix Fixed ssliop corbaloc parser and got the new revised test to run
| * Removed obsolete filesJohnny Willemsen2018-10-304-66/+0
| | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/Security/ssliop_corbaloc/pvtkey-client.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/pvtkey.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/selfsigncert-client.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/selfsigncert.pem: Deleted.
| * Use different certificatesJohnny Willemsen2018-10-304-5/+4
| | | | | | | | | | | | | | * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.conf.xml: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.conf: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/server.conf.xml: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/server.conf:
| * Enable ssliop collocated invocation supportJohnny Willemsen2018-10-301-3/+16
| | | | | | | | * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.cpp:
| * Added security libs to linker and use certs from another test which do workJohnny Willemsen2018-10-306-1/+165
| | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/Security/ssliop_corbaloc/cacert.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client_cert.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client_key.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/server_cert.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/server_key.pem: Added. * TAO/orbsvcs/tests/Security/ssliop_corbaloc/corbaloc_ssliop.mpc:
| * Layout changesJohnny Willemsen2018-10-301-12/+9
| | | | | | | | * TAO/orbsvcs/tests/Security/ssliop_corbaloc/README:
| * Layout changesJohnny Willemsen2018-10-301-8/+6
| | | | | | | | * TAO/orbsvcs/tests/Security/Secure_Invocation/README:
| * Layout changesJohnny Willemsen2018-10-301-3/+1
| | | | | | | | * TAO/orbsvcs/tests/Security/BiDirectional/README:
| * Merge branch 'ssliop_corbaloc_parser_comma_fix' of ↵Johnny Willemsen2018-10-305-4/+25
| |\ |/ / | | | | git://github.com/milan-mpathix/ATCD into milan-mpathix-ssliop_corbaloc_parser_comma_fix
| * Merge tag 'ACE+TAO-6_4_6' into ssliop_corbaloc_parser_comma_fixMilan Cvetkovic2018-01-245471-909021/+23706
| |\
| * | Wait for orb thread to terminateMilan Cvetkovic2016-04-071-2/+8
| | |
| * | Merge branch 'ssliop_corbaloc_test' into ssliop_corbaloc_parser_comma_fixMilan Cvetkovic2016-04-074-2/+17
| |\ \
| | * | Fail ssliop_corbaloc test for multi-profile corbalocMilan Cvetkovic2016-04-071-1/+5
| | | |
| | * | Fix timeout errors in orbsvcs/tests/Security/ssliop_corbaloc, enable the testMilan Cvetkovic2016-04-073-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently, SSLIOP cannot use collocated servants in this test. We have to run the server orb, for all remote invocations to our server to work, even though they are both in the same process (client).
| * | | Fixed ssliop corbaloc parser, when there is a comma delimited listMilan Cvetkovic2016-04-061-1/+1
| |/ / | | | | | | | | | | | | | | | ... use the same logic as in TAO/tao/Transport_Connector.cpp Allows using corbaloc:iiop:host:2222,iiop:host:2223/ObjectKey with SSLIOP.
* | | Merge pull request #731 from jwillemsen/milan-mpathix-bug_4213-uiop_corbaloc_keyJohnny Willemsen2018-10-3018-29/+380
|\ \ \ | | | | | | | | Added new unit test and fix for uiop problem
| * | | Layout changeJohnny Willemsen2018-10-301-1/+1
| | | | | | | | | | | | | | | | * TAO/tests/Bug_4213_Regression/server.cpp:
| * | | Only list the invocation which failed without the necesary fixJohnny Willemsen2018-10-301-2/+1
| | | | | | | | | | | | | | | | * TAO/tests/Bug_4213_Regression/run_test.pl:
| * | | Add new bug 4213 unit testJohnny Willemsen2018-10-301-0/+1
| | | | | | | | | | | | | | | | * TAO/bin/tao_orb_tests.lst:
| * | | Merge branch 'bug_4213-uiop_corbaloc_key' of ↵Johnny Willemsen2018-10-302-2/+2
| |\ \ \ | | | | | | | | | | | | | | | git://github.com/milan-mpathix/ATCD into milan-mpathix-bug_4213-uiop_corbaloc_key
| | * \ \ Merge tag 'ACE+TAO-6_4_6' into bug_4213-uiop_corbaloc_keyMilan Cvetkovic2018-01-235997-913249/+37695
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Fixes corbaloc:uiop:/randesvous|KEY to properly parse KEY instead of |KEYMilan Cvetkovic2016-04-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for: CORBA_Object_var o = string_to_object("corbaloc:uiop:/tmp/sock|KEY"); MyObject_var mo = MyObject::_narrow(); _narrow() throws due to "|KEY" sent as object key.
| * | | | Fixed typosJohnny Willemsen2018-10-301-2/+2
| | | | |
| * | | | New unit test for bugzilla 4213Johnny Willemsen2018-10-307-0/+366
| | | | |
| * | | | Fixed link to OMG ORT specJohnny Willemsen2018-10-301-1/+1
| | | | |