summaryrefslogtreecommitdiff
path: root/TAO/ATDChangeLog
blob: cd529cd8441942332e82bcdc230463532aad6e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Wed Apr 30 14:28:52 UTC 2008  tao/  <elliott_c@ociweb.com>

        * tao/Connection_Handler.cpp:

          Use the enum in checking the close value instead of a magic number.

Wed Apr 30 14:24:01 UTC 2008  Chad Elliott  <elliott_c@ociweb.com>

        * tao/Transport.cpp:

          Replaced the code that scheduled output in post_open().

Mon Mar 31 15:57:58 UTC 2008  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Connection_Handler.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp:
        * tao/IIOP_Connection_Handler.cpp:
        * tao/Strategies/COIOP_Connection_Handler.cpp:
        * tao/Strategies/DIOP_Connection_Handler.cpp:
        * tao/Strategies/SCIOP_Connection_Handler.cpp:
        * tao/Strategies/SHMIOP_Connection_Handler.cpp:
        * tao/Strategies/UIOP_Connection_Handler.cpp:


          Pass the close() flags on to the close_handler() call.

        * tao/Connection_Handler.h:
        * tao/Connection_Handler.cpp:

          Accept the close flags and remove the transport reference only if
          there is a connection pending or the open failed bit is not set in
          the provided flags.

        * tao/IIOP_Connector.cpp:
        * tao/Transport_Cache_Manager.h:
        * tao/Transport_Cache_Manager.cpp:
        * tao/Transport_Connector.h:
        * tao/Transport_Connector.cpp:

          Clean up style from Adam's review.

        * tao/Transport.cpp:

          Store the cache entry in a temporary in case purging the entry
          causes the destruction of the transport.

Fri Mar 21 14:59:25 UTC 2008  Chad Elliott  <elliott_c@ociweb.com>

        * tao/Transport_Connector.cpp:

          Purge the transport if there was no timeout supplied, but a
          timeout error occurs during connection.

Mon Mar 17 19:10:18 UTC 2008  Chad Elliott  <elliott_c@ociweb.com>

        * NEWS:
        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:
        * tao/IIOP_Connector.cpp:
        * tao/Profile_Transport_Resolver.cpp:
        * tao/Strategies/SCIOP_Connector.cpp:
        * tao/Strategies/UIOP_Connector.cpp:
        * tao/Transport.h:
        * tao/Transport.inl:
        * tao/Transport.cpp:
        * tao/Transport_Cache_Manager.h:
        * tao/Transport_Cache_Manager.inl:
        * tao/Transport_Cache_Manager.cpp:
        * tao/Transport_Connector.h:
        * tao/Transport_Connector.cpp:
        * tests/AMI/run_test.pl:
        * tests/BiDirectional/run_test.pl:
        * tests/Bug_1361_Regression/Echo.cpp:
        * tests/Bug_1361_Regression/client.cpp:
        * tests/Bug_1476_Test/client.cpp:

          Initial commit of Dale's changes for Bug 2935.