summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: 23e14a88b2dba2a12c66b879f2f54a329579341e (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
Tue Feb 17 14:03:39 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:
        * tao/Strategies/DIOP_Connector.cpp:
        * tao/Strategies/SCIOP_Connector.cpp:
        * tao/Strategies/SHMIOP_Connector.cpp:
        * tao/Strategies/UIOP_Connector.cpp:
          Only the return of -1 with cache_transport should be seen as an error

        * tao/Cache_Entries_T.cpp:
          Updated some debug statements

        * tao/Condition.cpp:
        * tao/Condition.h:
          Changed delete_lock_ to a bool

        * tao/Exception.cpp:
        * tao/SystemException.cpp:
          Check for self assignment in operator=

        * tao/IIOP_Connection_Handler.cpp:
          Layout changes to debug statements and use ACE_TEXT

        * tao/IIOP_Connector.cpp:
          Check the return value of cache_transport

        * tao/Leader_Follower.inl:
          Const change

        * tao/LF_CH_Event.cpp:
        * tao/LF_Event.h:
        * tao/LF_Event.inl:
          Addeds state_name to LF_Event and print the state as string instead
          of number

        * tao/Strategies/SCIOP_Acceptor.cpp:
          Fixed gcc warning, don't use ACE_UNUSED_ARG anymore

        * tao/Strategies/SCIOP_Connection_Handler.cpp:
          Layout change

        * tao/String_Alloc.cpp:
          Simplified check

        * tao/Transport_Cache_Manager_T.cpp:
        * tao/Transport_Cache_Manager_T.h:
        * tao/Transport_Cache_Manager_T.inl:
          Updated various debug statements. When we have to purge the cache always try
          to purge the cache with 1 entry else we don't purge when we have a very small
          cache. Make the maximum transport cache size a real maximum, it was previously
          not a real maximum, just a default allocation value. This fixes 3570

        * tao/Transport_Connector.cpp:
          Check the return value of cache_transport.

        * tao/ZIOP/ZIOP.cpp:
        * tao/ZIOP/ZIOP.h
          Layout changes

        * tests/Bug_3558_Regression/client.cpp:
        * tests/Transport_Cache_Manager/Bug_3558_Regression.cpp:
          The cache has now a real maximum, updated these tests

Tue Feb 17 11:04:39 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/tao_orb_tests.lst:
          3566 and 4567 are not fixed yet

Mon Feb 16 16:39:26 UTC 2009  Vladimir Zykov  <vz@prismtech.com>

        * tests/Bug_3524_Regression/run_test.pl:

          Fixed a variable name for IOR file deletion at the end of the
          script.

Sat Feb 14 07:36:39 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Compression/lzo/LzoCompressor.cpp:
        * tao/Compression/zlib/ZlibCompressor.cpp:
          Fixed compile errors

Fri Feb 13 15:44:39 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ZIOP/ZIOP.cpp:
          Fixed compile error

Fri Feb 13 15:37:39 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/GIOP_Message_Base.cpp:
          Unicode fix and removed not needed variable

Fri Feb 13 15:22:39 UTC 2009  Marcel Smit  <msmit@remedy.nl>

        * tests/Big_Reply/Test.idl:
        * tests/Bug_3430_Regression/Bug_3430_Regression.mpc:
        * tests/ZIOP/client.cpp:
        * tests/ZIOP/Hello.cpp:
        * tests/ZIOP/Hello.h:
        * tests/ZIOP/run_test.pl:
        * tests/ZIOP/server.cpp:
        * tests/ZIOP/Test.idl:
        * tests/ZIOP/ZIOP.mpc:
          Updated to meet the latest ZIOP changes (see previous
          commits).

Fri Feb 13 15:17:39 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.cpp
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp
        * tao/GIOP_Message_Base.cpp
        * tao/GIOP_Message_Base.h
        * tao/IIOP_Transport.cpp
        * tao/Strategies/DIOP_Transport.cpp
        * tao/Strategies/SCIOP_Transport.cpp
        * tao/Strategies/SHMIOP_Transport.cpp
        * tao/Strategies/UIOP_Transport.cpp
        * tao/Synch_Invocation.cpp
        * tao/Synch_Reply_Dispatcher.cpp
        * tao/Transport.cpp
        * tao/Transport.h
          Pass the stub as pointer, it could be zero

Fri Feb 13 15:04:39 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/GIOP_Message_Base.cpp:
        * tao/GIOP_Message_Base.h:
          Fixed compile problem when ZIOP is not enabled

Fri Feb 13 14:35:39 UTC 2009  Marcel Smit  <msmit@remedy.nl>

        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.

Fri Feb 13 03:19:39 UTC 2009  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/Bug_3567_Regression/run_test.pl:
          Fuzz fix.

Thu Feb 12 20:22:44 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Exclusive_TMS.cpp:
          Updated a few debug statements to have the same layout as in other
          places

        * tao/Acceptor_Impl.cpp
        * tao/Asynch_Queued_Message.cpp
        * tao/CSD_Framework/CSD_Strategy_Repository.cpp
        * tao/default_resource.cpp
        * tao/DynamicInterface/DII_Invocation.cpp
        * tao/DynamicInterface/DII_Reply_Dispatcher.cpp
        * tao/DynamicInterface/DII_Reply_Handler.cpp
        * tao/Exclusive_TMS.cpp
        * tao/FlResource/FlResource_Factory.cpp
        * tao/FoxResource/FoxResource_Factory.cpp
        * tao/GIOP_Message_Base.cpp
        * tao/GIOP_Message_Generator_Parser_10.cpp
        * tao/GIOP_Message_State.cpp
        * tao/IIOP_Connector.cpp
        * tao/IIOP_Profile.cpp
        * tao/Invocation_Adapter.cpp
        * tao/Messaging/Asynch_Reply_Dispatcher.cpp
        * tao/Muxed_TMS.cpp
        * tao/ORB_Core.cpp
        * tao/PI/Interceptor_List_T.cpp
        * tao/PortableServer/Active_Object_Map.cpp
        * tao/PortableServer/Object_Adapter.cpp
        * tao/PortableServer/Root_POA.cpp
        * tao/QtResource/QtResource_Factory.cpp
        * tao/Queued_Data.cpp
        * tao/Remote_Invocation.cpp
        * tao/RTScheduling/Request_Interceptor.cpp
        * tao/RTScheduling/RTScheduler_Initializer.cpp
        * tao/Strategies/COIOP_Acceptor.cpp
        * tao/Strategies/COIOP_Profile.cpp
        * tao/Strategies/DIOP_Acceptor.cpp
        * tao/Strategies/DIOP_Transport.cpp
        * tao/Strategies/SCIOP_Acceptor.cpp
        * tao/Strategies/SCIOP_Connection_Handler.cpp
        * tao/Strategies/SCIOP_Connector.cpp
        * tao/Strategies/SCIOP_Endpoint.cpp
        * tao/Strategies/SCIOP_Profile.cpp
        * tao/Strategies/SCIOP_Transport.cpp
        * tao/Strategies/SHMIOP_Profile.cpp
        * tao/Strategies/SHMIOP_Transport.cpp
        * tao/Strategies/UIOP_Acceptor.cpp
        * tao/Strategies/UIOP_Connector.cpp
        * tao/Strategies/UIOP_Profile.cpp
        * tao/Strategies/UIOP_Transport.cpp
        * tao/Synch_Invocation.cpp
        * tao/Synch_Reply_Dispatcher.cpp
        * tao/Tagged_Profile.cpp
        * tao/TkResource/TkResource_Factory.cpp
        * tao/Transport_Cache_Manager_T.cpp
        * tao/Transport_Connector.cpp
        * tao/Wait_On_Read.cpp
        * tao/XtResource/XtResource_Factory.cpp
          Updated debug statements with layout and unicode fixes

Thu Feb 12 19:33:44 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3567_Regression/*:
          Extended this reproducer

        * bin/tao_orb_tests.lst:
          Added 3567

Thu Feb 12 10:36:44 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3531_Regression/client.cpp:
          Unicode fix

Thu Feb 12 10:36:44 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3531_Regression/server.cpp:
          Unicode fix

Thu Feb 12 10:28:44 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3567_Regression/*:
          Added new regression test for bug 3567. The test is not ready yet, working
          on extending it to reproduce this bug.

Thu Feb 12 08:52:44 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/AMH_Oneway/run_test.pl:
          Fixed a bug in this script

Thu Feb 12 02:39:44 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/fe/lex.yy.cpp:

          Fixed a small syntax problem from
          Wed Feb 11 21:03:46 UTC 2009  Jeff Parsons <j.parsons@vanderbilt.edu>

Thu Feb 12 00:02:27 UTC 2009  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/Bug_3531_Regression/Bug_3531_Regression.mpc:
        * tests/Bug_3531_Regression/test_i.h:
        * tests/Bug_3531_Regression/test_i.cpp:

          Fuzz fixes.

Wed Feb 11 21:03:46 UTC 2009  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/fe/lex.yy.cpp(idl_get_pragma_string):
        * TAO_IDL/fe/idl.ll(idl_get_pragma_string):

          Beefed up error checking to catch the case where one or both
          quote are missing from the #pragma prefix string, and output
          a syntax error instead of crashing. Thanks to Bogdan Jeram
          <bjeram at eso dot org> for reporting the bug. This fix closes
          [BUGID:3568].

Wed Feb 11 16:14:04 UTC 2009  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc: Zapped

          libs += TAO_PortableServer

          based upon recommendation of Johnny Willemsen.

Tue Feb 10 02:48:01 UTC 2009  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc: Added

          libs += TAO_PortableServer

        * examples/Advanced/ch_8_and_10/icp.h: Added #include for "ace/OS.h".

        * examples/Advanced/ch_8_and_10/server.h: Zapped a stray ')'.

          Thanks to Joe Lihn <joelihn at hotmail dot com> for reporting
          these problems and providing the fixes.

Wed Feb 11 14:15:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Leader_Follower.cpp:
          Layout change

        * tao/Leader_Follower.h:
          Updated link to bugzilla

        * tao/Leader_Follower.inl:
          Const change

        * tao/LF_Event_Loop_Thread_Helper.h:
          Doxygen change

        * tao/LF_Strategy_Complete.cpp:
        * tao/Transport.cpp:
          Updated debug message to match others

        * tao/LF_Strategy_Complete.h:
        * tao/LocateRequest_Invocation.cpp:
          Layout change

        * tao/Muxed_TMS.cpp:
          Check the return value of pop

        * tao/Synch_Invocation.cpp:
          Layout changes

Wed Feb 11 13:40:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3531_Regression/*:
        * bin/tao_orb_tests.lst:
          Added bug 3531 regression. Thanks to Russell Mora
          <russell_mora at symantec dot com> for creating this test. This
          will fail, no fix integrated at this moment

Wed Feb 11 10:32:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp:
          And now the last msc ver check

Wed Feb 11 10:09:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3565_Regression/run_test.pl:
        * tests/Bug_3566_Regression/run_test.pl:
          Improved these scripts

Wed Feb 11 08:50:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp:
          Removed a second old msc ver check

Wed Feb 11 07:03:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp:
          Removed old msc ver check

Tue Feb 10 20:13:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/OctetSeq/run_test.pl:
          Fixed fuzz errors

Tue Feb 10 18:37:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/tao_orb_tests.lst:
          Added 3565/3566 and enabled some tests for fuzz/wince

Tue Feb 10 18:36:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/OctetSeq/run_test.pl:
        * tests/AMH_Oneway/run_test.pl:
        * tests/AMI/run_test.pl:
        * tests/AMI_Timeouts/run_test.pl:
          Converted to the new test framework

        * tests/Bug_3559_Regression/Bug_3559_Regression_Test.cpp:
          Zap empty spaces

Tue Feb 10 18:33:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3565_Regression/*
          New test for bugzilla 3565

        * tests/Bug_3566_Regression/*
          New test for bugzilla 3566

Tue Feb 10 18:32:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Naming/Naming_Loader.cpp:
          No need for intermediate variable

Tue Feb 10 18:31:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * utils/catior/test.bat:
          Updated for catior rename

Tue Feb 10 18:29:28 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/RTCORBA/RT_Mutex.h:
          Made destructor public to fix GCC 4.4 compile errors

Tue Feb 10 05:39:28 UTC 2009  Phil Mesnier  <mesnier_p@ociweb.com>

        * NEWS:
          revision bump.

Tue Feb 10 05:19:18 UTC 2009  Phil Mesnier  <mesnier_p@ociweb.com>

        * ChangeLogs/ChangeLog-09a:

          Added this file.

Mon Feb 09 12:01:28 CST 2009  Phil Mesnier  <mesnier_p@ociweb.com>

        * TAO version 1.6.8 released.

Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End: