summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Collapse)AuthorAgeFilesLines
* In notify_child_death check for a valid pid, not zeroJohnny Willemsen2018-12-062-10/+13
| | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
* Log some exceptions only when debugging is enabled and some layout changesJohnny Willemsen2018-12-064-9/+13
| | | | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
* LayoutJohnny Willemsen2018-12-051-1/+1
| | | | * TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
* Doxygen additionJohnny Willemsen2018-12-051-0/+1
| | | | * TAO/tao/ImR_Client/ImplRepo.idl:
* Const changeJohnny Willemsen2018-12-051-1/+1
| | | | * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp:
* Doxygen changesJohnny Willemsen2018-12-051-4/+6
| | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl:
* Just use s as argumentJohnny Willemsen2018-12-051-1/+1
| | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
* When we get a remove server during handle timeout we need to store name and ↵Johnny Willemsen2018-12-052-15/+25
| | | | | | | pid and check that before really removing the server, the server can already be restarted and have a new pid * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.h:
* Merge pull request #767 from jwillemsen/jwi-imrnotifywaiterJohnny Willemsen2018-12-042-47/+65
|\ | | | | Add try/catch around the notify of a single waiter within notify_wait… …ers so that when we get an exception we still inform all other waiters instead of exiting the loop on the first exception
| * Add try/catch around the notify of a single waiter within notify_waiters so ↵Johnny Willemsen2018-12-042-47/+65
| | | | | | | | | | | | | | that when we get an exception we still inform all other waiters instead of exiting the loop on the first exception * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.h:
* | Merge pull request #766 from jwillemsen/jwi-imrremovenotifychilddeathJohnny Willemsen2018-12-043-17/+0
|\ \ | | | | | | Remove notify_child_death, it is not used, issue #765
| * | Remove notify_child_death, it is not used, issue #765Johnny Willemsen2018-12-043-17/+0
| |/ | | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl: * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
* | Moved throw outside of debug checkJohnny Willemsen2018-12-041-4/+2
|/ | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
* Log error messages with an error macroJohnny Willemsen2018-12-041-5/+5
| | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
* When invocation of spawn_pid fails log an error and throw back an exception ↵Johnny Willemsen2018-12-041-5/+21
| | | | | | to the locator with more helpful information * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
* Const enhancements and log where we get the exception during the reply ↵Johnny Willemsen2018-12-042-7/+7
| | | | | | | handler so that we can better follow an error case in a log file * TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp:
* Const enhancementsJohnny Willemsen2018-12-032-7/+6
| | | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.h:
* Const changes, log the pid we compare with in a check and added some docuJohnny Willemsen2018-12-032-4/+15
| | | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.h:
* Removed AAM_ACTIVATION_SENT status, at the moment we do an AMI start_server ↵Johnny Willemsen2018-12-036-24/+34
| | | | | | | | | | | we just ignore the successful AMI reply and don't update the status, when the system is very very busy it can be that the server is already running before our AMI reply from start_server gets invoked, putting the pid to 0 at that moment causes the server status to go from running back to wait_for_reply * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.h: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
* Removed last bits for threads_ memberJohnny Willemsen2018-11-302-32/+4
| | | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/Locator_Options.h:
* Make use of std::unique_ptr with C++11, use empty instead of checking size, ↵Johnny Willemsen2018-11-303-8/+12
| | | | | | | | const changes * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp: * TAO/orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
* Remove threads argument, is never completed and commentedo utJohnny Willemsen2018-11-302-37/+0
| | | | | * TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp: * TAO/orbsvcs/ImplRepo_Service/Locator_Options.h:
* Logging enhancementsJohnny Willemsen2018-11-306-36/+41
| | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/Strategies/SCIOP_Connection_Handler.cpp: * TAO/tao/Transport.cpp:
* Documentation updatesJohnny Willemsen2018-11-282-2/+2
|
* Make x.5.3 public and prepare for the next releaseJohnny Willemsen2018-11-191-1/+4
| | | | | | | | | | | | | * ACE/bin/copy-local-script.sh: Added. * ACE/NEWS: * ACE/bin/copy-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* ACE+TAO-6_5_3ACE+TAO-6_5_3Johnny Willemsen2018-11-194-7/+376
|
* List new changesJohnny Willemsen2018-11-161-0/+2
| | | | | * ACE/NEWS: * TAO/NEWS:
* Merge pull request #726 from iguessthislldo/igtd/androidAdam Mitz2018-11-061-1/+1
|\ | | | | Support for Clang based Android NDKs
| * TAO-INSTALL.html: Formerly not FormallyFred Hornsey2018-10-301-1/+1
| |
| * TAO-INSTALL.html: RephrasingFred Hornsey2018-10-301-1/+1
| | | | | | | | | | It makes it sound like TAO supported Windows 95 only until "recently", which is a ambiguous way to phrase it anyway.
* | Doxygen changes and use const int for the statics to resolve the issues with ↵Johnny Willemsen2018-11-052-10/+5
| | | | | | | | | | | | | | Embarcadero C++ Builder pre compiled header support * TAO/tao/Messaging/Messaging.h: * TAO/tao/Valuetype/Valuetype_Adapter_Factory_Impl.h:
* | Doxygen changesJohnny Willemsen2018-11-051-2/+2
| | | | | | | | * TAO/tao/Valuetype/ValueFactory_Map.h:
* | 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:
* | 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-24784-8760/+14985
| |\ \
| * | | 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.
* | | | 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: