summaryrefslogtreecommitdiff
path: root/TAO/tao
Commit message (Collapse)AuthorAgeFilesLines
* 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 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-228-35/+22
| | | | | | | | | | | | | * 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:
* Remove our own default copy constructor, let the compiler generate one, will ↵Johnny Willemsen2019-05-061-2/+0
| | | | | | fix a warning with gcc9 * TAO/tao/Message_Semantics.h:
* Layout changeJohnny Willemsen2019-04-151-3/+1
| | | | * TAO/tao/Messaging/AMH_Response_Handler.cpp:
* ACE+TAO-6_5_5ACE+TAO-6_5_5Johnny Willemsen2019-04-081-4/+4
|
* Removed noop comments, no need for that. Removed empty lines, some old ↵Johnny Willemsen2019-01-292-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commented out code and some unicode fixs * ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp: * ACE/ACEXML/common/DefaultHandler.cpp: * ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp: * TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp: * TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp: * TAO/examples/Event_Comm/Notifier_Server.cpp: * TAO/examples/OBV/Simple_util.cpp: * TAO/examples/Persistent_Grid/Grid_i.cpp: * TAO/examples/Persistent_Grid/Simple_util.cpp: * TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp: * TAO/examples/Simple/bank/AccountManager_i.cpp: * TAO/examples/Simple/bank/Account_i.cpp: * TAO/examples/Simple/grid/Grid_i.cpp: * TAO/examples/Simple/time-date/Time_Date_Client_i.cpp: * TAO/examples/Simple/time/Time_i.cpp: * TAO/orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.cpp: * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/Locator_Repository.cpp: * TAO/orbsvcs/Time_Service/Clerk_i.cpp: * TAO/orbsvcs/Time_Service/Server_i.cpp: * TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp: * TAO/orbsvcs/orbsvcs/AV/Protocol_Factory.cpp: * TAO/orbsvcs/tests/Bug_2247_Regression/test_i.cpp: * TAO/orbsvcs/tests/Bug_2248_Regression/test_i.cpp: * TAO/orbsvcs/tests/FaultTolerance/IOGR/test_i.cpp: * TAO/tao/LF_Multi_Event.cpp: * TAO/tao/Transport.cpp: * TAO/tests/Big_Reply/Big_Reply_i.cpp: * TAO/tests/Bug_2935_Regression/sink_i.cpp: * TAO/tests/Bug_3276_Regression/test_i.cpp: * TAO/tests/CSD_Collocation/Collocation_Tester.cpp: * TAO/tests/CSD_Collocation/Diamond_i.cpp: * TAO/tests/Collocation/Collocation_Tester.cpp: * TAO/tests/Collocation/Diamond_i.cpp: * TAO/tests/DIOP/UDP_i.cpp: * TAO/tests/InterOp-Naming/INS_i.cpp: * TAO/tests/InterOp-Naming/Server_i.cpp: * TAO/tests/MProfile/test_i.cpp: * TAO/tests/MProfile_Connection_Timeout/test_i.cpp: * TAO/tests/MProfile_Forwarding/Servant_Locator.cpp: * TAO/tests/MProfile_Forwarding/test_i.cpp: * TAO/tests/OBV/Simple/Simple_util.cpp: * TAO/tests/RTCORBA/MT_Client_Protocol_Priority/test.idl: * TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp: * TAO/tests/Smart_Proxies/Collocation/Diamond_i.cpp:
* Merge pull request #799 from jwillemsen/jwi-typeJohnny Willemsen2019-01-242-7/+7
|\ | | | | Typo and logging fixed
| * Merge branch 'jwi-type2' into jwi-typeJohnny Willemsen2019-01-231-1/+1
| |\
| | * Const changeJohnny Willemsen2019-01-231-1/+1
| | | | | | | | | | | | * TAO/tao/Transport.cpp:
| * | Add <> around tag value when loggingJohnny Willemsen2019-01-231-2/+2
| | | | | | | | | | | | * TAO/tao/Connector_Registry.cpp:
| * | Fixed typo in loggingJohnny Willemsen2019-01-231-4/+4
| |/ | | | | | | * TAO/tao/Transport.cpp:
* | ACE+TAO-6_5_4ACE+TAO-6_5_4ACE%2BTAO-6_5_4Johnny Willemsen2019-01-241-4/+4
|/
* Remove workarounds for ancient IBM compilerJohnny Willemsen2018-12-141-13/+1
| | | | | * TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp: * TAO/tao/Fixed_Array_Argument_T.inl:
* Doxygen additionJohnny Willemsen2018-12-051-0/+1
| | | | * TAO/tao/ImR_Client/ImplRepo.idl:
* 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:
* Logging enhancementsJohnny Willemsen2018-11-303-5/+5
| | | | | | | | | * 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:
* ACE+TAO-6_5_3ACE+TAO-6_5_3Johnny Willemsen2018-11-191-4/+4
|
* 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:
* 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-23110-793/+958
| |\
| * | 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 incorrect classname in logging statementJohnny Willemsen2018-10-301-1/+1
| | | | | | | | | | | | * TAO/tao/Strategies/SHMIOP_Profile.cpp:
* | | Use bool instead of intJohnny Willemsen2018-10-301-5/+4
| | | | | | | | | | | | * TAO/tao/CORBALOC_Parser.cpp:
* | | Make formatting of debug message consistent with others in the TAO coreJohnny Willemsen2018-10-301-1/+1
| | | | | | | | | | | | * TAO/tao/Strategies/UIOP_Connection_Handler.cpp:
* | | When we have an error parsing our GIOP header we should log a message using ↵Johnny Willemsen2018-09-211-3/+3
| | | | | | | | | | | | | | | | | | an error, not debug * TAO/tao/GIOP_Message_State.cpp:
* | | ACE+TAO-6_5_2ACE+TAO-6_5_2Johnny Willemsen2018-09-181-4/+4
| | |
* | | Use const exception data pointer when using invoke, not changed by the ↵Johnny Willemsen2018-09-168-25/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementation, only used * TAO/orbsvcs/orbsvcs/SSLIOP/params_dup.c: * TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp: * TAO/tao/DynamicInterface/DII_Invocation_Adapter.h: * TAO/tao/Invocation_Adapter.cpp: * TAO/tao/Invocation_Adapter.h: * TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp: * TAO/tao/Messaging/Asynch_Invocation_Adapter.h: * TAO/tao/operation_details.h: * TAO/tao/operation_details.inl:
* | | Removed comment at top of mpc fileJohnny Willemsen2018-09-114-4/+4
| | |
* | | Layout changesJohnny Willemsen2018-09-112-6/+0
| | | | | | | | | | | | | | | * TAO/tao/CodecFactory/CDR_Encaps_Codec.h: * TAO/tao/CodecFactory/CodecFactory_impl.h:
* | | Qt5 supportAdam Mitz2018-09-072-3/+5
| | |
* | | Layout changesJohnny Willemsen2018-09-0710-22/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/QtReactor/QtReactor.h: * TAO/tao/BiDir_GIOP/BiDirGIOP.h: * TAO/tao/BiDir_GIOP/BiDir_ORBInitializer.h: * TAO/tao/BiDir_GIOP/BiDir_PolicyFactory.h: * TAO/tao/BiDir_GIOP/BiDir_Policy_i.h: * TAO/tao/EndpointPolicy/EndpointPolicy_Factory.h: * TAO/tao/EndpointPolicy/EndpointPolicy_ORBInitializer.h: * TAO/tao/EndpointPolicy/EndpointPolicy_i.h: * TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h: * TAO/tao/IORInterceptor/IORInfo.h: * TAO/tao/QtResource/QtResource_Factory.h:
* | | Layout changesJohnny Willemsen2018-09-042-2/+0
| | | | | | | | | | | | | | | * TAO/tao/DynamicInterface/DII_Invocation.h: * TAO/tao/DynamicInterface/DII_Reply_Handler.h:
* | | Layout changesJohnny Willemsen2018-09-041-4/+0
| | | | | | | | | | | | * TAO/tao/ImR_Client/ServerObject.idl:
* | | Merge pull request #692 from jwillemsen/jwi-imrloggingJohnny Willemsen2018-09-041-19/+30
|\ \ \ | | | | | | | | Only log errors when we have a debugging level set
| * | | Only log errors when we have a debugging level setJohnny Willemsen2018-09-041-19/+30
| | | | | | | | | | | | | | | | * TAO/tao/ImR_Client/ImR_Client.cpp:
* | | | Layout changesJohnny Willemsen2018-09-034-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/PortableServer/PortableServer.cpp: * TAO/tao/PortableServer/Root_POA.h: * TAO/tao/PortableServer/Upcall_Command.h: * TAO/tao/PortableServer/Upcall_Wrapper.h: