summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* new branchCIAOCDMWilliam R. Otte2009-06-2438-2294/+2202
|
* Wed Jun 24 19:33:51 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-242-2/+9
| | | | | * rpmbuild/ace-tao-ciao.spec: Some more fixes
* ChangeLogTag: Wed Jun 24 18:19:24 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-243-3/+13
|
* Wed Jun 24 08:51:51 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-242-15/+12
| | | | | * rpmbuild/ace-tao-ciao.spec: First set of fixed to get x.7.0 compiling on OpenSuSE Build
* ChangeLogTag:Sunschmidt2009-06-243-1/+10
|
* ChangeLogTag: Tue Jun 23 20:12:51 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-234-55/+24
|
* ChangeLogTag: Tue Jun 23 20:06:54 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-2323-2020/+2079
|
* Tue Jun 23 15:08:50 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-06-232-2/+12
| | | | * NEWS: Added space for 0.7 -> 0.7.1 changes.
* Tue Jun 23 14:53:01 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-06-232-1/+10
| | | | * NEWS: Added space for 1.7 -> 1.7.1 changes.
* Tue Jun 23 15:09:50 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-06-235-106/+128
| | | | | | | | * NEWS: * bin/diff-builds-and-group-fixed-tests-only.sh: * docs/Download.html: * etc/index.html: Post release updates.
* ChangeLogTag:Mon Jun 22 09:33:40 CDT 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-06-2212-18/+30
|
* Thu Jun 18 23:03:06 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-06-183-3/+16
| | | | | | | | | | | * tools/Config_Handlers/IRDD_Handler.h: * tools/XML/XML_Schema_Resolver.cpp: There is a curious order-of-inclusion problem on macosx-leopoard builds whereby including a non-ACE header before something that includes ace/config.h causes a compiler error in OS_NS_stdlib.inl. It seems that on that platform, the signature of ::unsetenv() varies. I think this should be looked into in greater depth after releasing x.7.0.
* Thu Jun 18 22:47:05 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-06-183-3/+14
| | | | | | | | | | | * utils/logWalker/Invocation.h: * orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.h: There is a curious order-of-inclusion problem on macosx-leopoard builds whereby including a non-ACE header before something that includes ace/config.h causes a compiler error in OS_NS_stdlib.inl. It seems that on that platform, the signature of ::unsetenv() varies. I think this should be looked into in greater depth after releasing x.7.0.
* ChangeLogTag: Thu Jun 18 15:44:35 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-186-30/+20
|
* ChangeLogTag: Tue Jun 16 20:23:44 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-162-3/+9
|
* Tue Jun 16 15:33:24 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2009-06-163-1/+16
|
* ChangeLogTag: Tue Jun 16 15:14:52 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-162-3/+21
|
* ChangeLogTag: Tue Jun 16 07:19:07 UTC 2009 Olli Savia <ops@iki.fi>Olli Savia2009-06-162-1/+13
|
* ChangeLogTag: Tue Jun 16 07:06:14 UTC 2009 Vladimir Zykov <vz@prismtech.com>vzykov2009-06-1613-85/+76
|
* Tue Jun 16 00:55:21 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2009-06-163-3/+17
|
* Mon Jun 15 19:45:30 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-06-153-3/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | * tao/IIOP_Connection_Handler.cpp: Change the initialization of the bidir listen point received in the context. This will silence an error that is reported by the ACE_INET_Addr ctor regardless of the debug output level. * tests/BiDirectional/run_test3557.pl: Change the number of iterations sent by the server to the callback. This is necessary to avoid a problem on windows in which the TAO_IIOP_Endpoint::hash() method first calls its object_addr_i() to initialize the object address. This then calls ACE_INET_Addr::set() which ultimately calls gethostbyname(). When the supplied endpoint is unreachable, as is the point of this test, windows apparently takes a while to time out before actually completing invocation and passing the test. This actually points out a potentential failure in the transport cache in that recached bidir transports may end up using a hash key value of 0. This is not in itself a failure, but more than one such entry will cause that 0'th bucket to become disproportionally large.
* Mon Jun 15 18:41:04 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-152-12/+17
| | | | | * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp: Unicode fixes
* ChangeLogTag: Mon Jun 15 13:54:01 UTC 2009 Vladimir Zykov <vz@prismtech.com>vzykov2009-06-152-2/+8
|
* ChangeLogTag: Mon Jun 15 12:45:55 UTC 2009 Vladimir Zykov <vz@prismtech.com>vzykov2009-06-152-6/+16
|
* ChangeLogTag: Mon Jun 15 10:19:16 UTC 2009 Vladimir Zykov <vz@prismtech.com>vzykov2009-06-1513-54/+122
|
* Mon Jun 15 07:45:04 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-154-0/+115
| | | | | | | | | | * tests/Bug_3673_Regression_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Added a new test for bugzilla 3673, this test whether exception handling works correctly. This doesn't work with CB2007 which is really a compiler bug. This test makes it easier to see if other compilers have the same bug
* ChangeLogTag: Mon Jun 15 07:42:47 UTC 2009 Olli Savia <ops@iki.fi>Olli Savia2009-06-152-1/+6
|
* Mon Jun 15 02:22:01 UTC 2009 William R. Otte ↵William R. Otte2009-06-153-22/+24
| | | | <wotte@william-r-ottes-macbook-pro-2.local>
* Sun Jun 14 06:58:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-142-2/+7
| | | | | * tools/Config_Handlers/XSCRT/Elements.hpp: Updated for CB2009 Update 3
* ChangeLogTag: Fri Jun 12 19:05:43 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-122-3/+10
|
* Fri Jun 12 19:16:04 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-122-1/+6
| | | | | | Rever the change below, Adam has a better fix * ace/config-WinCE.h Set ACE_LACKS_SO_RCVBUF for WinCE 5, it is not supported
* Fri Jun 12 18:44:04 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-124-12/+22
| | | | | | | | | | | * tao/IIOP_Acceptor.cpp: Improved logging layout * tao/Invocation_Adapter.cpp: Use ACE_TEXT * tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: Layout changes
* Fri Jun 12 18:37:04 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-122-0/+6
| | | | | * ace/config-WinCE.h Set ACE_LACKS_SO_RCVBUF for WinCE 5, it is not supported
* ChangeLogTag: Fri Jun 12 14:29:55 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-121-1/+2
|
* (no commit message)Johnny Willemsen2009-06-122-245/+4
|
* Fri Jun 12 16:12:36 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-06-122-1/+7
| | | | | * utils/logWalker/logWalker.mpc: Cannot build on ace_for_tao platforms.
* ChangeLogTag: Fri Jun 12 14:29:55 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-126-1/+39
|
* ChangeLogTag:Fri Jun 12 14:12:04 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-06-122-1/+6
|
* ChangeLogTag:Fri Jun 12 11:24:09 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-06-123-3/+14
|
* ChangeLogTag: Fri Jun 12 11:16:39 UTC 2009 Olli Savia <ops@iki.fi>Olli Savia2009-06-122-2/+7
|
* Fri Jun 12 10:25:58 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-06-122-4/+10
| | | | | * utils/logWalker/Invocation.cpp: HPUX apparently uses something novel for either size_t or ACE_CDR::ULong.
* Fri Jun 12 02:05:32 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-06-122-3/+9
| | | | | * utils/logWalker/logWalker.cpp: Clean up WChar errors.
* ChangeLogTag:Fri Jun 12 00:45:09 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-06-121-2/+2
|
* ChangeLogTag:Fri Jun 12 00:45:09 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-06-1210-491/+471
|
* Thu Jun 11 23:16:41 UTC 2009 Yan Dai <dai_y@ociweb.com>dai_y2009-06-112-0/+10
|
* ChangeLogTag: Thu Jun 11 19:27:33 UTC 2009 Steven Stallion ↵stallions2009-06-111-1/+1
| | | | <stallions@ociweb.com>
* Thu Jun 11 19:32:56 UTC 2009 Steven Stallion <stallions@ociweb.com>stallions2009-06-112-0/+10
|
* ChangeLogTag: Thu Jun 11 19:29:51 UTC 2009 Steven Stallion ↵stallions2009-06-112-0/+10
| | | | <stallions@ociweb.com>
* ChangeLogTag: Thu Jun 11 19:27:33 UTC 2009 Steven Stallion ↵stallions2009-06-112-0/+10
| | | | <stallions@ociweb.com>
* ChangeLogTag: Thu Jun 11 19:19:42 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-112-1/+8
|