summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)TAO_Iterators_Updatedjhoffert2009-03-2010-0/+3456
|
* (no commit message)jhoffert2009-03-208-0/+2337
|
* Creating updated branch for iterators for TAO sequencesjhoffert2009-03-200-0/+0
|
* Fri Mar 20 10:01:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-204-1/+18
| | | | | | | * tao/ZIOP/ZIOP_ORBInitializer.cpp: * tao/ZIOP/ZIOP_Service_Context_Handler.cpp: * tao/ZIOP/ZIOP_Service_Context_Handler.h: Don't compile when we have no messaging
* Fri Mar 20 08:07:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-203-4/+9
| | | | | * ace/OS_NS_unistd.{h,inl}: Use correct type for pid and WinCE change
* ChangeLogTag: Fri Mar 20 07:01:18 UTC 2009 Olli Savia <ops@iki.fi>Olli Savia2009-03-203-2/+15
|
* Fri Mar 20 01:54:00 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-202-5/+11
| | | | | | * orbsvcs/tests/Notify/Validate_Client/Makefile.am: Fix for automake builds.
* Thu Mar 19 18:34:18 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-194-4/+49
| | | | | | | | | | | * NEWS: * orbsvcs/Notify_Service/README: Add text to describe the new validate_client functionality. * orbsvcs/tests/Notify/Validate_Client/run_test.pl: clean up all the intermediate files at the end of the test.
* Thu Mar 19 16:07:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-193-2/+18
| | | | | | | | | * bin/MakeProjectCreator/config/acedefaults.mpb: * bin/MakeProjectCreator/config/svc_conf_files.mpb: Add all .conf and .conf.xml files to a Svc Conf Files group and use it for all ace/tao projects. That way any service config file is part of the generated visual studio solution which makes it easier to edit these files
* Thu Mar 19 15:16:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-197-7/+202
| | | | | | | | | | | | | | | | | | | | | * tao/MProfile.cpp: Const change * tao/Profile.cpp: Layout change * tao/ZIOP/ZIOP_ORBInitializer.cpp: * tao/ZIOP/ZIOP_Service_Context_Handler.cpp: * tao/ZIOP/ZIOP_Service_Context_Handler.h: Added a ZIOP sc handler that transfers the ZIOP enabled and idlevellist policy from the client to the server. These are transmitted through the Messaging Invocation Policies which aren't supported yet by TAO. We have to make some changes to the core and pluggable transports to make all reply and request service contexts available on all places. * tao/Makefile.am: Added new files
* Thu Mar 19 13:49:23 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-199-105/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: * orbsvcs/tests/Notify/Makefile.am: Add new build to the automake files. * orbsvcs/tests/Notify/Validate_Client/Makefile.am: * orbsvcs/tests/Notify/Validate_Client/README: * orbsvcs/tests/Notify/Validate_Client/Validate_Client.mpc: * orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp: * orbsvcs/tests/Notify/Validate_Client/run_test.pl: Added a server that generates the persistence file for the notify service that is uses locally created references. This should ensure that the validator feature will actually get a OBJECT_NOT_EXIST exception rather than time out trying to resolve an unknown hostname. The problem with this test was the original source persistence file contained proxy references that were unresolvable, and so on some hosts, it took longer than the timeout period to fail to resolve, and this caused the validator to get a TIMEOUT exception and decide that the peer is still present, just busy. Thus the proxy would not be reaped, and the persistence file would end up with proxy references, causing the test to fail. * orbsvcs/tests/Notify/Validate_Client/persistency_copy: Removed this file, the source data file is generated now.
* Thu Mar 19 12:42:07 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-192-9/+15
| | | | | | | | * ace/OS_NS_unistd.inl: Further clean up to maintain style consistency in new dup() impl.
* Thu Mar 19 11:57:46 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-192-3/+9
| | | | | | | * ace/OS_NS_unistd.inl: Clean up compile errors.
* Thu Mar 19 04:55:02 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-194-7/+32
| | | | | | | | | | | * orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp: * orbsvcs/orbsvcs/Notify/EventChannelFactory.h: * orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp: Ensure the validator thread is explicitly halted on shutdown of the notify service. This was a problem on some platforms such as Solaris where the validator thread continued to run during service shutdown, yielding a crash.
* Thu Mar 19 03:02:52 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-194-11/+58
|
* ChangeLogTag:Wedschmidt2009-03-194-0/+47
|
* Wed Mar 18 19:04:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-182-3/+11
| | | | | | * tao/Profile.cpp: Removed not used variable and check the return value of the streaming operators
* Wed Mar 18 14:28:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-183-2/+8
| | | | | | * protocols/ace/RMCast/Acknowledge.cpp: * protocols/ace/RMCast/Protocol.h: Initialise pointers with 0
* Wed Mar 18 13:13:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-182-12/+17
| | | | | * orbsvcs/IFR_Service/ifr_adding_visitor.cpp: Fixed wrong delete
* Wed Mar 18 13:00:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-182-1/+6
| | | | | * bin/tao_orb_tests.lst: Compression test can always run
* Wed Mar 18 11:23:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-182-0/+12
| | | | | * ace/config-cygwin32.h: Added some support for Cygwin 1.7
* Wed Mar 18 09:51:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-182-6/+12
| | | | | * bin/tao_other_tests.lst: Disabled a few tests for WCHAR, the needed executables are not compiled
* Wed Mar 18 09:47:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-185-29/+51
| | | | | | | | | * examples/Advanced/ch_12/client.cpp * examples/Advanced/ch_18/client.cpp * examples/Advanced/ch_21/client.cpp * examples/Advanced/ch_8_and_10/client.cpp Use intermediate variable to resolve ambiguity errors with C++ Builder 2009
* Wed Mar 18 09:17:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-182-1/+8
| | | | | | | * ace/OS_NS_Thread.cpp: For ACE_BEGINTHREADEX with WinCE, just past all flags to CreateThread, that way the user can also specify STACK_SIZE_PARAM_IS_A_RESERVATION as flag
* Wed Mar 18 07:55:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-182-2/+7
| | | | | * tests/RTCORBA/RTMutex/run_test.pl: Fixed this script
* Tue Mar 17 21:43:12 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-03-172-1/+5
| | | | | * tests/ZIOP/client.cpp: Removed unused variable.
* (no commit message)Johnny Willemsen2009-03-171-1/+1
|
* Tue Mar 17 19:28:21 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-172-23/+24
| | | | | * orbsvcs/tests/Notify/Persistent_Filter/Makefile.am: Fix library paths for autobuild.
* Tue Mar 17 19:09:12 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-03-172-2/+7
| | | | * tests/ZIOP/client.cpp: Resolved compiler warning.
* Tue Mar 17 15:26:12 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-03-173-4/+12
| | | | | | | * tao/Messaging/Asynch_Reply_Dispatcher.cpp: Corrected misspelled log messages. * tests/ZIOP/TestCompressor/TestCompressor.cpp: Resolved compiler warnings on Solaris.
* (no commit message)Johnny Willemsen2009-03-171-3/+3
|
* (no commit message)Johnny Willemsen2009-03-171-3/+3
|
* (no commit message)Johnny Willemsen2009-03-172-5/+5
|
* (no commit message)Johnny Willemsen2009-03-171-3/+3
|
* (no commit message)Johnny Willemsen2009-03-171-2/+2
|
* (no commit message)Johnny Willemsen2009-03-171-1/+1
|
* (no commit message)Johnny Willemsen2009-03-172-0/+90
|
* Tue Mar 17 10:09:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-1743-395/+517
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.cpp: * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.h: * tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp: * tao/BiDir_GIOP/BiDir_Service_Context_Handler.h: * tao/Codeset/Codeset_Manager_i.cpp: * tao/Codeset/Codeset_Manager_i.h: * tao/Codeset_Manager.h: * tao/DiffServPolicy/DiffServ_Protocols_Hooks.cpp: * tao/DiffServPolicy/DiffServ_Protocols_Hooks.h: * tao/DiffServPolicy/DiffServ_Service_Context_Handler.cpp: * tao/DiffServPolicy/DiffServ_Service_Context_Handler.h: * tao/DiffServPolicy/DiffServPolicy_ORBInitializer.cpp: * tao/GIOP_Message_Base.cpp: * tao/IIOP_Transport.cpp: * tao/IIOP_Transport.h: * tao/IORManipulation/IORManip_IIOP_Filter.cpp: * tao/LocateRequest_Invocation.cpp: * tao/Makefile.am: * tao/Network_Priority_Protocols_Hooks.h: * tao/ORB_Core.cpp: * tao/ORB_Core.h: * tao/Protocols_Hooks.h: * tao/Remote_Invocation.cpp: * tao/Remote_Invocation.h: * tao/RTCORBA/RT_Endpoint_Selector_Factory.h: * tao/RTCORBA/RT_ORBInitializer.cpp: * tao/RTCORBA/RT_Protocols_Hooks.cpp: * tao/RTCORBA/RT_Protocols_Hooks.h: * tao/RTCORBA/RT_Service_Context_Handler.cpp: * tao/RTCORBA/RT_Service_Context_Handler.h: * tao/RTCORBA/RT_Thread_Lane_Resources_Manager.h: * tao/Service_Context_Handler.h: * tao/Service_Context_Handler_Registry.cpp: * tao/Service_Context_Handler_Registry.h: * tao/Strategies/SCIOP_Transport.cpp: * tao/Strategies/SCIOP_Transport.h: * tao/Transport.cpp: * tao/Transport.h: * tao/TypeCodeFactory/TypeCodeFactory_i.cpp: Refactored BiDir/Diffserv/RTCORBA/Codeset support. The service contexts are now generated by the specific service context handlers. This way the special RTCORBA/Diffserv hooks are removed from the code, generating the service contexts is now a generic solution. In the near future we will also rework the handling of those service contexts. The generation of the BiDIR service context is now also moved out of the specific transports
* ChangeLogTag: Tue Mar 17 09:10:00 UTC 2009 Simon Massey <sma at prismtech ↵sma2009-03-172-0/+8
| | | | dot com>
* Tue Mar 17 05:25:49 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-172-2/+7
| | | | | * tests/RTCORBA/Collocation/run_test.pl: Fuzz fix.
* Mon Mar 16 20:11:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-165-17/+26
| | | | | | | | | | | | * DAnCE/RedirectionService/CCMObjectLocator.h: Made destructor virtual * DAnCE/tests/ObjectLocatorTest/ObjectLocatorTest.mpc: * DAnCE/tests/RedirectionServiceTest/DummyImpl.h: Layout changes * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc: Added naming
* Mon Mar 16 20:04:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-162-1/+6
| | | | | * bin/generate_compile_stats.sh: Let gnuplot figure our the yrange high
* Mon Mar 16 19:46:53 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-03-162-0/+6
| | | | * THANKS Added MarcusM for fixing Bugzilla 3618.
* Mon Mar 16 19:35:53 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-03-162-2/+14
| | | | | * ace/Service_Gestalt.cpp: Applied patch attached to Bugzilla 3618. Fixed Bugzilla 3618.
* (no commit message)Johnny Willemsen2009-03-161-6/+6
|
* Mon Mar 16 19:26:32 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-162-0/+7
| | | | | | * configure.ac: Added missing declaration for new orbsvcs/Notify test directory.
* Mon Mar 16 19:18:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-161-1/+1
|
* Mon Mar 16 19:18:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-162-9/+9
| | | | | | | | * orbsvcs/orbsvcs/Sched/Scheduler.cpp: Fixed mismatched delete * orbscvs/orbsvcs/AV/AVStreams_i.cpp: Initialise pointers to 0
* Mon Mar 16 19:17:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-165-36/+35
| | | | | | | | * tests/RTCORBA/Collocation/run_test.pl: * tests/RTCORBA/ORB_init/run_test.pl: * tests/RTCORBA/RTMutex/run_test.pl: * bin/tao_orb_tests.lst: Converted to the new test framework
* (no commit message)Johnny Willemsen2009-03-162-11/+10
|