summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
Commit message (Collapse)AuthorAgeFilesLines
* Mon Mar 23 09:55:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | * tao/Bounded_Basic_String_Sequence_T.h * tao/Bounded_Object_Reference_Sequence_T.h * tao/Generic_Sequence_T.h * tao/Makefile.am * tao/MM_Sequence_Iterator_T.h * tao/orbconf.h * tao/tao.mpc * tao/Unbounded_Basic_String_Sequence_T.h * tao/Unbounded_Object_Reference_Sequence_T.h * tao/Unbounded_Value_Sequence_T.h * tests/Sequence_Iterators/* Added support for STL iterators for the CORBA sequences. This has been developed by Joe Hoffert <jhoffert at dre dot vanderbilt dot edu> The code is not 100% finished yet, some last memory leaks and portability issues are left. By merging this to svn head it is much easier to test the code on all the platforms. This feature is disabled by default, you have to define TAO_HAS_SEQUENCE_ITERATORS to 1 in your config.h file to enable this feature. Be aware that these STL iterators are a TAO specific addition and are not part of the CORBA C++ mapping
* Wed Feb 18 18:57:39 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-181-3/+0
| | | | | | | | | | | | | | * tao/orbconf.h: Removed commented out code * tao/Transport_Cache_Manager_T.cpp: Don't try to always purge 1 entry * tao/Bug_3558_Regression/client.cpp: Set the purging percentage to 100 * tao/Transport_Cache_Manager/Bug_3558_Regression.cpp Fixed gnu warning
* Tue Feb 17 15:14:39 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-171-0/+13
| | | | | | | | | | | | | | | * tao/ORB_Core.cpp: * tao/orbconf.h: Added TAO_SO_LINGER, TAO_ACCEPT_ERROR_DELAY and TAO_USE_PARALLEL_CONNECT which can be set in config.h to control the default values. * tao/ORB_Core.cpp: * tao/IIOP_Acceptor.cpp: * tao/params.h: * tao/params.inl: * tao/Profile.cpp: Changed std_profile_components to a real bool
* Fri Feb 13 14:35:39 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-02-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation of the ZIOP Beta 1 spec * tao/CDR.cpp: * tao/CDR.h: * tao/CDR.inl: * tao/Messaging/Asynch_Invocation.cpp: * tao/TAO_Server_Request.cpp: Removed obsolete compression flag. * tao/Compression/zlib/ZlibCompressor.cpp: * tao/Compression/bzip2/Bzip2Compressor.cpp: * tao/Compression/Compression.pidl: Added description to Compression exception in order to meet the ZIOP Beta 1 specification * tao/Compression/Compression_Manager.cpp: No major changes made. * tao/GIOP_Message_Base.cpp: * tao/GIOP_Message_Base.h: * tao/GIOP_Message_State.cpp: Implementation of compression and decompression methods. * tao/ORB_Core.h: * tao/ORB_Core.inl: Removed ziop_enabled method since it became obsolete. * tao/orbconf.h: Implemented compression policies. * tao/Remote_Invocation.cpp: * tao/PortableServer/Upcall_Wrapper.cpp: Removed compression and decompression methods here (moved to GIOP_Message_Base. * tao/Synch_Invocation.cpp: Due to interface change of format_message method in GIOP_Message_Base. Removed obsolete compression flag. * tao/ZIOP_Adapter.h: * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP.h: * tao/ZIOP/ZIOP.pidl: Refactored current ZIOP implementation in order to meet the ZIOP Beta 1 specification. * tao/ZIOP/ZIOP_Policy_i.cpp: * tao/ZIOP/ZIOP_Policy_i.h: * tao/ZIOP/ZIOP_Policy_Validator.cpp: * tao/ZIOP/ZIOP_PolicyFactory.cpp: Implemented compression policies. * tao/Transport.cpp: * tao/Transport.h: * tao/IIOP_Transport.cpp: * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp: * tao/Strategies/DIOP_Transport.cpp: * tao/Strategies/SHMIOP_Transport.cpp: Due to interface change of format_message method in GIOP_Message_Base.
* Thu Jan 22 18:35:24 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nlJohnny Willemsen2009-01-221-1/+1
| | | | | * tao/orbconf.h: Check whether ACE_HAS_SENDFILE is set to 0 or 1
* Tue Jul 22 11:31:28 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-07-221-0/+10
|
* Fri May 9 12:42:10 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-05-091-0/+4
|
* Mon Apr 28 13:10:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-281-0/+7
|
* Wed Jan 16 19:22:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-01-161-1/+1
|
* Sat Dec 1 17:41:00 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-12-011-0/+2
|
* Tue Aug 7 12:57:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-08-071-1/+1
|
* Tue Aug 7 09:46:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-08-071-0/+28
|
* Thu Aug 2 08:39:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-08-021-1/+1
|
* ChangeLogTag:Mon Feb 26 23:27:03 UTC 2007 Ossama Othman <ossama_othman at ↵Ossama Othman2007-02-261-0/+5
| | | | symantec dot com>
* adding DS library supportjai2007-02-161-0/+6
|
* (no commit message)Johnny Willemsen2007-02-121-6/+0
|
* Mon Feb 5 20:46:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-051-0/+6
|
* Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-241-8/+1
|
* ChangeLogTag: Wed Jan 17 22:53:22 UTC 2007 Iliyan Jeliazkov ↵iliyan2007-01-181-2/+0
| | | | <iliyan@ociweb.com>
* ChangeLogTag: Tue Dec 19 22:09:34 UTC 2006 Iliyan Jeliazkov ↵iliyan2006-12-191-0/+6
| | | | <iliyan@ociweb.com>
* Mon Aug 14 13:45:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-08-141-3/+3
|
* Mon Aug 7 17:06:52 UTC 2006 Yan Dai <dai_y@ociweb.com>dai_y2006-08-071-4/+8
|
* Fri Aug 4 09:06:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-08-041-0/+11
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+832
|
* Repo restructuringWilliam R. Otte2006-07-241-832/+0
|
* ChangeLogTag: Mon Jun 19 12:11:09 UTC 2006 Johnny Willemsen ↵Johnny Willemsen2006-06-201-0/+5
| | | | <jwillemsen@remedy.nl>
* ChangeLog tag: Wed Apr 26 13:47:28 UTC 2006 Phil Mesnier ↵Phil Mesnier2006-04-261-1/+3
| | | | <mesnier_p@ociweb.com>
* ChangeLogTag: Wed Apr 19 11:23:12 UTC 2006 Johnny Willemsen ↵Johnny Willemsen2006-04-191-7/+11
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Wed Dec 21 19:17:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-12-211-63/+1
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag:Wed Nov 2 08:30:41 2005 Bala Natarajan <bala_natarajan at ↵bala2005-11-021-4/+0
| | | | symantec dot com>
* ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman ↵Ossama Othman2005-11-021-2/+8
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag: Thu Oct 20 13:01:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-10-201-5/+0
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Mon Oct 17 11:40:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-10-171-0/+5
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag:Wed Sep 28 07:46:57 2005 J.T. Conklin <jtc@acorntoolworks.com>schmidt2005-09-281-1/+3
|
* ChangeLogTag: Tue Aug 30 09:12:12 UTC 2005 Martin Corino <mcorino@remedy.nl>mcorino2005-08-301-0/+9
|
* ChangelogTag: Sun Aug 28 13:36:19 2005 Arvind S. Krishna ↵arvindk2005-08-281-1/+1
| | | | <arvindk@dre.vanderbilt.edu>
* ChangeLogTag: Fri Aug 26 11:33:07 2005 Justin Michel <michel_j@ociweb.com>michel_j2005-08-261-0/+4
|
* ChangeLogTag: Thu Aug 11 13:48:57 2005 Chad Elliott <elliott_c@ociweb.com>elliott_c2005-08-111-6/+0
|
* Fri Jul 15 16:17:34 2005 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2005-07-151-5/+1
|
* Thu Jul 14 22:15:02 2005 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2005-07-151-1/+5
|
* ChangeLog tag: Wed Jul 13 16:37:41 2005 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2005-07-131-0/+8
|
* ChangeLogTag: Thu Jun 9 18:49:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-06-101-0/+4
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Fri Feb 18 17:04:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-02-181-1/+1
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Fri Nov 19 10:55:03 2004 Gary Maxey <gary.maxey@hp.com>gmaxey2004-11-191-0/+13
|
* ChangeLogTag: Thu Oct 21 17:55:19 2004 Irfan Pyarali <irfan@oomworks.com>irfan2004-10-211-0/+5
|
* Wed Sep 29 17:30:25 2004 Irfan Pyarali <irfan@oomworks.com>irfan2004-09-291-19/+3
|
* ChangeLogTag:Sun Jun 27 09:39:36 2004 Balachandran Natarajan ↵bala2004-06-271-1/+6
| | | | <bala@dre.vanderbilt.edu>
* ChangeLogTag: Fri Jun 25 11:40:31 UTC 2004 Johnny Willemsen ↵Johnny Willemsen2004-06-251-2/+2
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Thu Jun 24 14:19:31 UTC 2004 Johnny Willemsen ↵Johnny Willemsen2004-06-241-1/+1
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag:Tue Jun 22 19:51:36 2004 Balachandran Natarajan ↵bala2004-06-231-20/+0
| | | | <bala@dre.vanderbilt.edu>