summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #922 from jwillemsen/jwi-imrJohnny Willemsen2019-06-122-15/+0
|\ | | | | Remove handling of CORBA::TIMEOUT as part of the sendc_ping exception…
| * Remove handling of CORBA::TIMEOUT as part of the sendc_ping exception ↵Johnny Willemsen2019-06-122-15/+0
|/ | | | | | | handling, breaks Windows * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.h: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
* Merge pull request #921 from jwillemsen/jwi-imrJohnny Willemsen2019-06-116-48/+97
|\ | | | | When the ImR sendc_ping fails with a timeout mark the server as timedout instead of dead
| * When sendc fails with a timeout mark the server as timed outJohnny Willemsen2019-06-111-1/+14
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
| * Logging enhancementsJohnny Willemsen2019-06-112-8/+12
| | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.h:
| * Make use of an atomic for the refcount instead of a full mutexJohnny Willemsen2019-06-102-13/+18
| | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp: * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h:
| * Commented out check for nill ping interval, breaks one unit testJohnny Willemsen2019-06-091-1/+1
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
| * Const changeJohnny Willemsen2019-06-091-1/+1
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp:
| * Change the refcount_ of LiveListener to a atomic which is more efficientJohnny Willemsen2019-06-092-19/+21
| | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.h:
| * Mark constructor as explicitJohnny Willemsen2019-06-071-1/+1
| | | | | | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
| * Revert "Remove ORB runner as separate task, not necessary and only ↵Johnny Willemsen2019-06-071-2/+21
| | | | | | | | | | | | complicates this test" This reverts commit 57021d0e7fba3d19037c02472f6a41bf2b0dfa30.
| * When there is no ping interval specified we don't need to ping a server at allJohnny Willemsen2019-06-071-1/+4
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
| * Print defaults using the hardcoded define, not copy the value just in the ↵Johnny Willemsen2019-06-071-8/+11
| | | | | | | | | | | | output message. * TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp:
* | Merge pull request #919 from jwillemsen/jwi-imrJohnny Willemsen2019-06-072-29/+8
|\ \ | |/ | | Simplify TAO ImR Bug_4152_Regression server test code
| * Remove ORB runner as separate task, not necessary and only complicates this testJohnny Willemsen2019-06-071-21/+2
| | | | | | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
| * Default ping timeout is 1000ms, not 10msJohnny Willemsen2019-06-071-1/+1
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp:
| * No need to use a ACE_Time_Value to sleep a number of secondsJohnny Willemsen2019-06-071-2/+1
| | | | | | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
| * Log process id in exit message using %PJohnny Willemsen2019-06-071-2/+1
| | | | | | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
| * Make use of %P for logging the process idJohnny Willemsen2019-06-071-3/+3
| | | | | | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
* | Merge pull request #916 from jwillemsen/jwi-imrJohnny Willemsen2019-06-0710-25/+25
|\ \ | |/ | | Logging enhancements for the ImR
| * Revert changeJohnny Willemsen2019-06-061-1/+1
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
| * Extended readmeJohnny Willemsen2019-06-061-0/+3
| | | | | | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/README:
| * Add ping timeout to default startup debug message and use the flag whether ↵Johnny Willemsen2019-06-061-1/+3
| | | | | | | | | | | | we should ping or not * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
| * Logging enhancementsJohnny Willemsen2019-06-061-10/+17
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
| * Remove redundant returnJohnny Willemsen2019-06-061-1/+0
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp:
| * Log all exception details using _info, not just the type of exceptionJohnny Willemsen2019-06-062-3/+3
| | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/ImplRepo_Service/Replicator.cpp:
| * Removed empty linesJohnny Willemsen2019-06-045-11/+0
|/ | | | | | | | * ACE/ace/Log_Category.cpp: * ACE/ace/Log_Category.h: * ACE/ace/Log_Msg.cpp: * ACE/ace/Log_Msg.h: * ACE/ace/Log_Record.h:
* Merge pull request #910 from jwillemsen/jwi-simplenamingJohnny Willemsen2019-05-233-5/+1
|\ | | | | Fix simple_naming test by using a full path based on TAO_ROOT
| * Layout changesJohnny Willemsen2019-05-232-4/+0
| | | | | | | | | | * ACE/tests/Log_Msg_Backend_Test.cpp: * TAO/orbsvcs/tests/Simple_Naming/run_test_ipv6.pl:
| * Use full path for clientJohnny Willemsen2019-05-231-1/+1
|/ | | | * TAO/orbsvcs/tests/Simple_Naming/run_test.pl:
* Merge pull request #909 from jwillemsen/jwi-logginglayoutdiiJohnny Willemsen2019-05-2246-146/+70
|\ | | | | Logging and layout fixes
| * LayoutJohnny Willemsen2019-05-221-2/+0
| | | | | | | | * TAO/tao/Intrusive_Ref_Count_Object_T.h:
| * Layout changeJohnny Willemsen2019-05-221-1/+0
| | | | | | | | * TAO/tao/IIOP_Factory.cpp:
| * Layout changesJohnny Willemsen2019-05-222-2/+1
| | | | | | | | | | * TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/IIOP_Connector.cpp:
| * Enhance debug messageJohnny Willemsen2019-05-221-1/+1
| | | | | | | | * TAO/tao/Transport_Connector.cpp:
| * Various layout changesJohnny Willemsen2019-05-2210-48/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/AnyTypeCode/TypeCode_Case_Enum_T.h: * TAO/tao/AnyTypeCode/Union_TypeCode_Static.h: * TAO/tao/Array_VarOut_T.h: * TAO/tao/CORBANAME_Parser.h: * TAO/tao/Connector_Registry.h: * TAO/tao/Default_Collocation_Resolver.h: * TAO/tao/Fixed_Array_Argument_T.cpp: * TAO/tao/LF_CH_Event.cpp: * TAO/tao/RTCORBA/RT_Protocols_Hooks.cpp: * TAO/tao/RTPortableServer/RT_POA.cpp:
| * Layout changesJohnny Willemsen2019-05-221-2/+0
| | | | | | | | * TAO/tao/LF_CH_Event.h:
| * Layout changesJohnny Willemsen2019-05-226-7/+0
| | | | | | | | | | | | | | | | | | * TAO/tao/GIOP_Message_Generator_Parser_11.h: * TAO/tao/GIOP_Message_Generator_Parser_12.h: * TAO/tao/GIOP_Message_Generator_Parser_Impl.h: * TAO/tao/GIOP_Message_Locate_Header.h: * TAO/tao/GIOP_Message_State.h: * TAO/tao/GIOP_Message_Version.h:
| * Logging text changeJohnny Willemsen2019-05-221-1/+1
| | | | | | | | * TAO/tao/Transport.cpp:
| * Logging format changeJohnny Willemsen2019-05-221-1/+1
| | | | | | | | * TAO/tao/Transport_Cache_Manager_T.cpp:
| * Consistent logging of request idJohnny Willemsen2019-05-226-12/+9
| | | | | | | | | | | | | | | | | | * TAO/tao/Exclusive_TMS.cpp: * TAO/tao/GIOP_Message_Generator_Parser.h: * TAO/tao/GIOP_Message_Generator_Parser_10.h: * TAO/tao/GIOP_Message_Generator_Parser_12.h: * TAO/tao/Messaging/Asynch_Timeout_Handler.cpp: * TAO/tao/Muxed_TMS.cpp:
| * Log request id using [%d] so that we can more easily search itJohnny Willemsen2019-05-222-3/+3
| | | | | | | | | | * TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * TAO/tao/Muxed_TMS.cpp:
| * Const fixJohnny Willemsen2019-05-221-1/+1
| | | | | | | | * TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp:
| * Just remove the argument name instead of using ACE_UNUSED_ARGJohnny Willemsen2019-05-221-6/+2
| | | | | | | | * TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp:
| * Layout changeJohnny Willemsen2019-05-221-4/+0
| | | | | | | | * TAO/interop-tests/CdrOutArg/orbix/test_i.h:
| * Layout changesJohnny Willemsen2019-05-227-12/+1
| | | | | | | | | | | | | | | | | | | | * TAO/tao/DynamicInterface/Context.h: * TAO/tao/DynamicInterface/DII_Arguments_Converter_Impl.h: * TAO/tao/DynamicInterface/DII_Invocation.h: * TAO/tao/DynamicInterface/DII_Invocation_Adapter.h: * TAO/tao/DynamicInterface/ExceptionList.h: * TAO/tao/DynamicInterface/Request.h: * TAO/tao/DynamicInterface/Unknown_User_Exception.h:
| * Layout and logging changesJohnny Willemsen2019-05-2210-44/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/Naming_Service/README: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/tao/AnyTypeCode/NVList.cpp: * TAO/tao/BiDir_GIOP/BiDirPolicy_Validator.cpp: * TAO/tao/BiDir_GIOP/BiDir_Policy_i.cpp: * TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * TAO/tao/DynamicInterface/Request.cpp: * TAO/tao/DynamicInterface/Request.h: * TAO/tao/DynamicInterface/Server_Request.cpp: * TAO/tao/Muxed_TMS.cpp:
* | Merge pull request #908 from jwillemsen/jwi-fttestsJohnny Willemsen2019-05-223-190/+143
|\ \ | |/ |/| List the tests in FT_Naming/FaultTolerant each separately in our lst file
| * Layout changesJohnny Willemsen2019-05-221-145/+139
| | | | | | | | * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/README:
| * List all FaultTolerant tests separately and removed the helper run_test.pl ↵Johnny Willemsen2019-05-222-45/+4
|/ | | | | | | | | which is not required anymore * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/run_test.pl: Deleted. * TAO/bin/tao_other_tests.lst: