summaryrefslogtreecommitdiff
path: root/TAO/OCI_RE_ChangeLog
blob: bff77da13bf272d20209138fa95bf7b7edf08903 (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
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
Fri Jan 18 23:51:32 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/Naming_Service/FT_Naming_Main.cpp:

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.h:

          Updated based on ACE Development Guidelines in preparation
          for merge.

Fri Jan 18 22:43:55 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/INS_Locator.cpp:
        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
        * orbsvcs/ImplRepo_Service/Locator_Options.cpp:
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:
        * orbsvcs/ImplRepo_Service/Server_Info.cpp:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
        * orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LoadAverage.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LoadMinimum.cpp:
        * tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp:

          Updated based on ACE Development Guidelines in preparation
          for merge.

Thu Jan 17 19:36:08 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:

          Wrapped literal strings in ACE_TEXT.

        * utils/nsgroup/run_test.pl:

          Removed test steps for Bug #468.

Thu Jan 17 15:32:12 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

          Throw exception if trying to add a member whose first
          profile is at IIOP version 1.0 since this version does
          not support tagged components.

Thu Jan 17 14:36:29 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

        * bin/tao_orb_tests.lst:

          fix path in Dynamic TP ORB test declaration.

Tue Jan 15 21:18:30 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

          Cleanup unused arguments

        * tests/Storable/Savable.cpp:

          Replaced const integer literal value with ACE_CHAR_MAX macro

Tue Jan 15 18:18:12 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:

          Wrapped literal strings in ACE_TEXT.

Tue Jan 15 01:28:10 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

          Added check for invalid nil object reference being passed in to
          add_member_to_iogr.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

          Added check for user passing in a null object reference as a member.

        * utils/nsgroup/run_test.pl:

          Added test steps to expose Bug #468.

Mon Jan 14 21:49:20 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/Federation/Hello.cpp:
        * orbsvcs/tests/FT_Naming/Federation/client.cpp:
        * orbsvcs/tests/FT_Naming/Federation/server.cpp:

          Added missing ACE_TEXT wrapper macros

        * orbsvcs/tests/FT_Naming/Federation/README:

          Added test documentation

        * orbsvcs/tests/FT_Naming/Federation/NamingTask.h:
        * orbsvcs/tests/FT_Naming/Federation/NamingTask.cpp:

          Removed these files.

Mon Jan 14 19:51:29 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * tests/Storable/README:
        * tests/Storable/Savable.h:
        * tests/Storable/Savable.cpp:
        * tests/Storable/run_test.pl:
        * tests/Storable/test.cpp:

          Clean up of the test.

        * bin/tao_orb_tests.lst:

          Added Storable test to the list.

        * bin/tao_other_tests.lst:

          Removed restriction that FT_Naming tests
          are not to run for static builds.

Sun Jan 13 01:53:16 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/README.FT_Naming:

          Renamed file.

        * orbsvcs/Naming_Service/FT_Naming_README:

          Removed this file.

Fri Jan 11 22:42:28 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

          Added debug level filter

Fri Jan 11 22:05:18 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Fixing crash from ior file for defunct backup ImR_Locator.

Fri Jan 11 20:17:59 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerant/README:

          Updated README to incorporate tao_ft_naming ior option changes made
          to the equivalence test.

Fri Jan 11 03:55:40 UTC 2013  Carey Morris  <morrisc@ociweb.com>

        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp

        Fix ior to strip JACORB: from server name if present.

Fri Jan 11 19:11:55 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Fixed -h option to work in standalone, primary and backup roles.
          Fixed -g option to only work in the backup role.
          Added -h option to usage description.

        * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:

          Refactored equivalence test to use the single profile ior files
          instead of corbaloc object references. Added object reference
          validation checks to verify that the primary and backup references
          point to different objects.

        * utils/nsgroup/run_test.pl:

          Change the tests tao_ft_naming -g option to -h since -g is now only
          valid when the tao_ft_naming is running in the backup role.

Fri Jan 11 17:17:51 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

        * bin/tao_orb_tests.lst:

          Add ORB_ThreadPool test to suite.

        * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.cpp:
        * tao/Dynamic_TP/DTP_Thread_Pool.h:
        * tao/Dynamic_TP/DTP_Thread_Pool.inl:
        * tao/Dynamic_TP/DTP_Thread_Pool.cpp:

          Clean up intermediate changes and debug output.

        * tests/Dynamic_TP/ORB_ThreadPool/Client.cpp:
        * tests/Dynamic_TP/ORB_ThreadPool/Server.cpp:
        * tests/Dynamic_TP/ORB_ThreadPool/run_test.pl:
        * tests/Dynamic_TP/ORB_ThreadPool/server.conf:

          Fix the run_test.pl and clean up client/server sources.

Fri Jan 11 03:55:40 UTC 2013  Phil Mesnier  <mesnier_p@office.socket.net>

        * tao/Dynamic_TP/DTP_ORBInitializer.cpp:
        * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.cpp:
        * tao/Dynamic_TP/DTP_Thread_Pool.h:
        * tao/Dynamic_TP/DTP_Thread_Pool.cpp:

          Fix assorted bugs exposed by new test.

        * tests/Dynamic_TP/ORB_ThreadPool:

        * tests/Dynamic_TP/ORB_ThreadPool/Client.cpp:
        * tests/Dynamic_TP/ORB_ThreadPool/ORB_ThreadPool.mpc:
        * tests/Dynamic_TP/ORB_ThreadPool/Server.cpp:
        * tests/Dynamic_TP/ORB_ThreadPool/Test.idl:
        * tests/Dynamic_TP/ORB_ThreadPool/Test_i.h:
        * tests/Dynamic_TP/ORB_ThreadPool/Test_i.cpp:
        * tests/Dynamic_TP/ORB_ThreadPool/client.conf:
        * tests/Dynamic_TP/ORB_ThreadPool/run_test.pl:
        * tests/Dynamic_TP/ORB_ThreadPool/server.conf:

          New test for the dynamic ORB thread pool. The run_test.pl script
          is not ready yet.

Thu Jan 10 23:21:36 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

         Added missing ACE_TEXT macros and changed char to ACE_TCHAR

        * orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:

         Added test support for tao_ft_naming single profile ior and
         multiple profile ior file option arguments.


Thu Jan 10 21:25:44 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/Naming_Service/FT_Naming_README:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Added option, -h, to output naming manager IOR
          of service being launched.

Thu Jan 10 16:34:22 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:

          Fix so the actual persistent directory is passed to the
          Storable_FlatFileFactory constructor and that is then
          used by the factory to construct the full path of the
          persistent file using the directory name and file name.
          This simplies the code and allows absolute directory
          paths to work properly.

Thu Jan 10 15:24:09 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/FT_Naming_README:

          Clarified usage of options.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Updated usage to print info on -n option for tao_ft_naming.

Thu Jan 10 00:59:01 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:

          Fixed main so that ORB_init() processes arguments before parsing
          other arguments.

        * orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerant/run_failover_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerant/run_persistence_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerant/run_test.pl:

         Fixed ORBDebugLevel processing in all of the scripts

Wed Jan  9 22:54:44 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

        * DevGuideExamples/Multithreading/DynamicThreadPool/MessengerServer.cpp:

          Update to use the new DTP_* class names.

        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:
        * orbsvcs/Naming_Service/FT_Naming_README:
        * tao/Dynamic_TP/DTP_POA_Strategy.inl:
        * tao/Dynamic_TP/DTP_POA_Strategy.cpp:

          Fuzz fixes.

Wed Jan  9 20:23:33 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc:

          Renamed FaultTolerance.mpc to correspond with directory name change.

        * orbsvcs/tests/FT_Naming/FaultTolerant/README:

          Updated test documentation.

        * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:

          Added more missing ACE_TEXT macros

        * orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:

          Minor cleanup

        * orbsvcs/tests/FT_Naming/FaultTolerant/run_persistence_test.pl:

          Removed duplicate argument.

        * utils/nsgroup/README.nsgroup:

          Updated by removing references to type_id argument

        * orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerance.mpc:

          Removed this file.

Wed Jan  9 19:51:27 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/Naming_Service/Naming_Service.mpc:

          Set install variable to $(ACE_ROOT)/bin so
          that executables will have sym links in
          $ACE_ROOT/bin like other orbsvcs services.

Wed Jan  9 19:38:32 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

          Fixed memory leak.

Wed Jan  9 19:09:43 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Dynamic_TP/DTP_Config.h:
        * tao/Dynamic_TP/DTP_Config.cpp:
        * tao/Dynamic_TP/DTP_ORBInitializer.h:
        * tao/Dynamic_TP/DTP_ORBInitializer.cpp:
        * tao/Dynamic_TP/DTP_ORB_Loader.h:
        * tao/Dynamic_TP/DTP_ORB_Loader.cpp:
        * tao/Dynamic_TP/DTP_POA_Loader.h:
        * tao/Dynamic_TP/DTP_POA_Loader.cpp:
        * tao/Dynamic_TP/DTP_POA_Strategy.h:
        * tao/Dynamic_TP/DTP_POA_Strategy.inl:
        * tao/Dynamic_TP/DTP_POA_Strategy.cpp:
        * tao/Dynamic_TP/DTP_Task.h:
        * tao/Dynamic_TP/DTP_Task.inl:
        * tao/Dynamic_TP/DTP_Task.cpp:
        * tao/Dynamic_TP/DTP_Thread_Pool.h:

          Added these files.

        * tests/Dynamic_TP/Config_Loader/Test.cpp:
        * tests/Dynamic_TP/Config_Loader/svc.conf:

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/server.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc1.conf:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc2.conf:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc3.conf:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc4.conf:

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/server.cpp:

        * tests/Dynamic_TP/POA_Loader/Test.cpp:
        * tests/Dynamic_TP/POA_Loader/svc.conf:

          Modified these files.

        * tao/Dynamic_TP/Dynamic_TP_Config.h:
        * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
        * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.h:
        * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.cpp:
        * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.h:
        * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
        * tao/Dynamic_TP/Dynamic_TP_Task.h:
        * tao/Dynamic_TP/Dynamic_TP_Task.inl:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

          Removed these files.

          Unified the naming convension for the Dynamic_TP library. All class names and
          svc.conf objects are prefixed with DTP_ or TAO_DTP_ as appropriate.

Wed Jan  9 16:46:56 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:

          Removed original object group and member creation
          and validation code as it's been supplanted by
          testing of groups and members created using server.cpp,
          LB_server, and Basic code.

Wed Jan  9 16:15:12 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerant:

          Renamed FaultTolerance directory to
          FaultTolerant to be consistent with
          FT naming directories elsewhere.

        * orbsvcs/tests/FT_Naming/FaultTolerance:

          Removed.

        * bin/tao_other_tests.lst:

          Update to account for test directory
          nam change.

Wed Jan  9 15:40:43 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

          Fix previous commit that had incorrect variable setting.

Wed Jan  9 15:29:44 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/Basic.h:
        * orbsvcs/tests/FT_Naming/FaultTolerance/Basic.cpp:

          Removed unneeded #include. Made comments more
          descriptive.

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

          Fixed spelling error. Made variable name more
          descriptive.

Wed Jan  9 14:17:02 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Fixed termination of filename string.

Wed Jan  9 13:17:17 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          Pass ObjectGroupUpdate object instead of just object ID
          to group factory when informing that object group is stale.
          This is so that if the change type is NEW or DELETED the
          object group list can be marked as stale.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Pass ObjectGroupUpdate object instead of just object ID
          to naming manager when informing that object group is stale.
          Add debug statements to verify update object group and
          naming context calls have been made.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.cpp:

          In handling a stale object group, if the change type is
          NEW or DELELETED, mark the list store as stale.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

          Track if the persistent file has been created yet and if so
          propagate the change type as NEW to peer.

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Make list_store_ protected so that FT_PG_Group_Factory
          can access.

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

          Add stale attribute and use that to help decide if
          state is obsolete.

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

          Remove 1 second delay between name server calls in
          object group equivalence test since we're no longer
          bound by 1 second resolution of file time stamp
          to determine if staleness.

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:

          Pass the debug_level variable to the naming service so
          that debug statements can be seen.

Wed Jan  9 04:13:41 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/FT_Naming_README:

          Updated documentation to clarify use of the -o option.

Wed Jan  9 00:36:30 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.cpp:
        * tao/Dynamic_TP/DTP_Thread_Pool.h:
        * tao/Dynamic_TP/DTP_Thread_Pool.inl:
        * tao/Dynamic_TP/DTP_Thread_Pool.cpp:

          Cleaned up unused indirection code. There are no separately configurable
          lanes with this thread pool implementation.

Wed Jan  9 00:23:50 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/Basic.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerance/LB_server.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerance/server.cpp:
        * utils/nsgroup/nsgroup.cpp:

          Added missing ACE_TEXT macros

Tue Jan  8 20:52:42 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Removed unused parameters.

Tue Jan  8 20:44:08 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/tests/ImplRepo/run_test.pl:

          Cleanup fuzz error.

Tue Jan  8 20:15:02 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

          Fixed jacorb_server to be read in as a bool.

Tue Jan  8 19:22:59 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Re-ordered and removed repeated calling of create_server
          for new servers.

        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Ensuring the info->server var is null if no object is
          created.

Tue Jan  8 18:45:22 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Missed writing out info.jacorb_server for XML persistence.

Tue Jan  8 18:15:28 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Cleaned up dead code.

        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Fixed warning.

        * orbsvcs/ImplRepo_Service/README.txt:
        * orbsvcs/tests/ImplRepo/README:

          Added fault tolerant ImplRepo_Service documentation.

Tue Jan  8 17:55:22 UTC 2013  Carey Morris  <morrisc@ociweb.com>

        * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp
        * orbsvcs/ImplRepo_Service/Locator_Repository.h
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp
        * orbsvcs/ImplRepo_Service/INS_Locator.cpp
        * orbsvcs/ImplRepo_Service/Server_Info.h
        * orbsvcs/ImplRepo_Service/Server_Info.cpp
        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h
        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp
        * orbsvcs/ImplRepo_Service/ImR_Locator_i.h
        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.h
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp

Tue Jan  8 07:50:31 UTC 2013  Phil Mesnier  <mesnier_p@office.socket.net>

        * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.h:
        * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.cpp:
        * tao/Dynamic_TP/DTP_Thread_Pool.h:
        * tao/Dynamic_TP/DTP_Thread_Pool.inl:
        * tao/Dynamic_TP/DTP_Thread_Pool.cpp:
        * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
        * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.cpp:

        * tao/ORB_Core.cpp:
        * tao/params.h:
        * tao/params.cpp:

          Intermediate commit of ORB dynamic thread pool implementation. This borrows from
          the RTCORBA ThreadPool policy but with an aim towards simplifying. The config
          uses the same thread pool definition struct as the POA thread pool. To configure
          an ORB, pass -ORBDynamicThreadPoolName to ORB_init().

Mon Jan  7 19:19:05 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Re-ordered pointer members to match reverse order
          of deletes in destructor. (Should really matter
          but seeing if it gets rid of or moves a seg fault
          seen on a test server.)

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

          Remove static string as it's not needed.

Mon Jan  7 15:24:34 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

          Added unique repo id for valid file names.

        * orbsvcs/ImplRepo_Service/Locator_Repository.h:

          Made Server and Activator hash map keys a typedef.

        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h:
        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

          Added reading in repo unique id parameters and refactored
          creating servers and activators into XML_Backing_Store and
          Shared_Backing_Store.

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Added hash map for server and activator repo unique ids
          to use to create valid filenames and refactored identifying
          existing servers from Locator_XMLHandler and added tracking
          repo unique ids.

        * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Added support to write extra name value pairs to XML and
          refactored server and activator loading from
          Locator_XMLHandler.

Fri Jan  4 23:03:10 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:

          Fix problem starting the group member object server when the
          directory has been changed.

Fri Jan  4 22:19:52 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/Basic.h:
        * orbsvcs/tests/FT_Naming/FaultTolerance/Basic.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerance/LB_server.h:
        * orbsvcs/tests/FT_Naming/FaultTolerance/LB_server.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerance/Test.idl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/server.cpp:

          Added to create object group member server objects for fault tolerance
          persistence tests.

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerance/FaultTolerance.mpc:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:

          Modified to incorporate the object group member server for
          fault tolerance persistence tests.

Fri Jan  4 19:51:21 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

          Moved sleep statement in object group equivance test
          so server 2 can detect persistent change.

Fri Jan  4 19:14:49 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * tao/Storable_FlatFileStream.cpp:

          Handle EOF state correctly when reading an integer.

Fri Jan  4 18:29:28 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:

          Removed unneeded include.

Fri Jan  4 18:21:03 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Reordered the list store and storable factory members
          so that the list store is deleted first since it has
          a reference to the storable factory.

Thu Jan  3 23:02:01 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * MPC/config/ftnaming.mpb:
        * orbsvcs/tests/FT_Naming/FaultTolerance/FaultTolerance.mpc:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Load_Balancing_Name_Service.mpc:
        * orbsvcs/tests/FT_Naming/Replication/Replication.mpc:

          Removed extraneous dependencies.

Thu Jan  3 17:09:27 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Fix lazy loading of group map so get_group_map() will
          always read from persistent store in the first invocation.

Wed Jan  2 22:13:53 UTC 2013  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

          Construct file guards with redundant flag set.

Wed Jan  2 21:44:01 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>


        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant:

          Removed this empty directory.

Wed Jan  2 21:09:23 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/Naming_Service.mpc:

          Removed reference to removed ft_portablegroup.mpb base project.

        * orbsvcs/orbsvcs/FT_Naming_Serv.mpc:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

          Moved FT_PG_* files into Naming/FaultTolerant directory. They are
          tightly coupled with the FT_Naming Service and should not be an
          independent library in PortableGroup.

        * MPC/config/ft_portablegroup.mpb:

          Removed unnecessary base file.

        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Group_Factory.cpp:
        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.h:
        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.cpp:
        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PortableGroup.mpc:
        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/ft_portablegroup_export.h:

          Removed these files.
          Moved FT_PG_* files into Naming/FaultTolerant directory. They are
          tightly coupled with the FT_Naming Service and should not be an
          independent library in PortableGroup.

Mon Dec 31 20:48:24 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Locator_Repository.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Cleaned up unneeded parameter.

Mon Dec 31 15:24:48 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:

          Added doxygen comments.

Sat Dec 29 05:27:51 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Locator_Options.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Added doxygen comments and cleaned up virtual functions.

Sat Dec 29 00:27:11 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

          Removed unnecessary include statements and updated doxygen
          comments.

Fri Dec 28 21:53:11 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

          Removed command line processing support
          Added doxygen fields

        * orbsvcs/tests/FT_Naming/FaultTolerance/README:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:

          Updated test documentation

        * utils/nsgroup/nsgroup.cpp:

          Refactored to add command line processing support that was previously
          provided by nsgroup_svc

Fri Dec 28 21:40:45 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
        * orbsvcs/ImplRepo_Service/Locator_Options.cpp:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Cleanup logging and wide character support.

Fri Dec 28 18:44:07 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * bin/tao_other_tests.lst:

          Added fault tolerant ImplRepo test.

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

          Cleanup of log statements.

        * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/Locator_Repository.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Fixed return type for repo_mode.

Fri Dec 28 16:13:55 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

          Added back in unintentionally deleted code and cleaned up.

        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

          Cleaned up logging.

Fri Dec 28 15:33:23 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/FtNaming.mpc:

          Added nsgroup_svc to project.

        * utils/nsgroup/nsgroup_svc.h:
        * utils/nsgroup/nsgroup_svc.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

          Moved nsgroup_svc.h & cpp FaultTolerant Naming Service
          directory.

        * orbsvcs/tests/FT_Naming/FaultTolerance/FaultTolerance.mpc:
        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
        * utils/nsgroup/nsgroup.mpc:
        * utils/nsgroup/nsgroup.cpp:
        * utils/nsgroup/run_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/Faulttolerance.mpc:

          Modified to account for change in placement of the
          nsgroup_svc class into the FtNaming library.

Fri Dec 28 14:01:24 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

          Made activator update oneway.

        * orbsvcs/ImplRepo_Service/Locator_Repository.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

          Changed sync_load to pass no parameters and calling
          sync_load in get_server and get_activator.

        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

          Changed to force ping call when server is requested.

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Changed to store off needed updates and not update the repo
          until sync_load is called.

Thu Dec 27 21:49:00 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/orbsvcs/FT_Naming_Serv.mpc:

          Fixed to not pickup undesired idl files.

Thu Dec 27 20:42:31 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/orbsvcs/FT_Naming_Serv.mpc:

          Moved mpc file to orbsvcs directory to be standard.

        * orbsvcs/orbsvcs/FtNaming.mpc:

          Moved export file to FT_Naming_Serv.mpc.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Serv.mpc:

          Removed this file.

Thu Dec 27 20:31:10 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:

          Updated equivalence objectgroup test

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:

          Made object group directory name consistent with name service directory
          name


Thu Dec 27 18:01:25 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

          Fixing include error.

Thu Dec 27 13:05:53 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/orbsvcs/FtNaming.mpc:

          Added missing file from project (needed for install).

Wed Dec 26 23:01:04 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/FT_Naming_README:

          Created README for the FT_Naming Service separate from the
          TAO Naming Service.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Location_Index_Map.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:

          Updated documentation formatted for doxygen.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Made error messages clearer for invalid arguments and combinations of
          arguments.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Replaced argument name with a more appropriate name. Was previoulsy POA
          ID, but it is actually the id of the object as registered with the POA.

Wed Dec 26 21:40:39 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

          Changed main error return code

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:

          Fixed error checking of client process

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:

          Fixed error message


Wed Dec 26 19:09:59 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * bin/tao_other_tests.lst:

          Added FaultTolerance and Federation tests.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Added process and thread printout to error messages. Changed debug level
          fro printing out debug messages.

        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

          Added catch for exceptions that might be created while creating a new
          object group.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

          Throw mor meaningful exceptions when utilities encounter difficulties.

        * orbsvcs/tests/FT_Naming/Federation/client.cpp:
        * orbsvcs/tests/FT_Naming/Federation/server.cpp:

          Extended test to bind the root context in another naming service to more
          fully test a federated naming service.

Sun Dec 23 20:18:26 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

          Added missing include needed for for gettimeofday.

Fri Dec 21 22:58:59 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          Removed extraneous comment.  Added protection for leak against
          thrown exception in creation.

        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

          Removed duplicate code.

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

          Removed unused arg warnings for now.

        * utils/nsgroup/nsgroup_svc.cpp:

          Added printout of usage on failure of commands.

Fri Dec 21 22:43:47 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

          Updated Failover and Equivalance tests

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:

          Additional cleanup of Failover and Persistance script files

        * utils/nsgroup/run_test.pl:

          Added directory exist test before directory cleanup

Fri Dec 21 20:46:55 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

          Fix so that when determining if state is obsolete
          with respect to the persistent store that the stream
          is opened before trying to determine time stamp.

Fri Dec 21 16:46:52 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

          Fix getting next group ID so that it always unique,
          even among IDs for groups that have been deleted.

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

          Created multiple object groups in the object group
          persistence test.

Fri Dec 21 16:17:25 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h:
        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

          Added code to check started to determine if ior should
          be used to retrieve the server object from the orb.  Also
          changed to use rebind for the activator.

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Fixed to truncate handle prior to calling fdopen.

        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Added writing started to the server xml to indicate if
          the server object should be created or removed in the
          replica.

Fri Dec 21 03:41:20 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:
        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Updated to use -v argument and clean up the object
          group persistence directory.

        * orbsvcs/tests/FT_Naming/Load_Balancing/NameService:
        * orbsvcs/tests/FT_Naming/Load_Balancing/NameService/README:

          Removed these files.

Fri Dec 21 03:14:14 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

          Handle case where there are no group ids.

        * utils/nsgroup/run_test.pl:

          Add argument for object group persistence directory.

Fri Dec 21 00:01:59 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

          Refactored client.cpp to provide sub methods for all three fault
          tolerant test use cases

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:

          Refactored scripts to solely utilize the test client for all the
          tests.

Thu Dec 20 20:57:26 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

          Updated implementation to replace the object reference
          for the object group when the first member is added.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

          Modified order of empty_ and distribute_ to avoid warning.

        * tests/Storable/test.cpp:

          Added missing include file.

Thu Dec 20 20:46:40 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

          Fix computation of next group ID.

Thu Dec 20 17:29:49 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/CosEvent.mpc:

          Added missing dependency on IFR_Client.

Thu Dec 20 16:40:36 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

        Removed type_id arguments from group_create method calls

Thu Dec 20 16:31:35 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

          Fixed a "new char []" without delete [].

Thu Dec 20 16:21:56 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.h:
        * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

          Added add_member_to_iogr member function to support specialization.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:

          Made members protected to allow use in derived classes.
          Made member function virtual to support overriding.

        * orbsvcs/tests/Simple_Naming/client.cpp:

          Added missing return for failure case.  Added error message to describe
          failure in another case.

Thu Dec 20 14:56:42 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

          Reset the count of start attempts on every new client attempt. This
          prevents server lockout from occurring. warnings.

Wed Dec 19 16:34:54 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/Faulttolerance.mpc:
        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:
        * utils/nsgroup/nsgroup_svc.h:
        * utils/nsgroup/nsgroup_svc.cpp:

         Refactored client to use nsgroup_svc for FT_Naming FaultTolerance tests

Wed Dec 19 14:03:08 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/tests/FT_Naming/Replication/client.cpp:
          Fixed issue with exception.

        * orbsvcs/tests/Redundant_Naming/client.cpp:

        Added missing include file.

Wed Dec 19 13:36:22 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Refactoring to accommodate derived classes that work
          with classes derived from PG_Object_Group_Storable,
          as will be the case for OG FT support.

Wed Dec 19 05:57:23 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * TAO_IDL/tao_idl.mpc:

          Fixed tao_idl installed build to work with 32 and 64 bit install.

        * bin/tao_other_tests.lst:

          Added persistence and failover tests.

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

          Added code to ensure updating of repo after server info changes.

        * orbsvcs/ImplRepo_Service/Locator_Repository.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

          Added class to ensure Server_Info changes were reported to the
          repository.

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Added logic to handle identifying a peer replica file from a
          defunct corba object.

Tue Dec 18 22:50:34 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * DevGuideExamples/Multithreading/DynamicThreadPool:

        * DevGuideExamples/Multithreading/DynamicThreadPool/DynamicThreadPool.mpc:
        * DevGuideExamples/Multithreading/DynamicThreadPool/Messenger.idl:
        * DevGuideExamples/Multithreading/DynamicThreadPool/MessengerClient.cpp:
        * DevGuideExamples/Multithreading/DynamicThreadPool/MessengerServer.cpp:
        * DevGuideExamples/Multithreading/DynamicThreadPool/Messenger_i.h:
        * DevGuideExamples/Multithreading/DynamicThreadPool/Messenger_i.cpp:
        * DevGuideExamples/Multithreading/DynamicThreadPool/started_pch.h:
        * DevGuideExamples/Multithreading/DynamicThreadPool/started_pch.cpp:

          Created new dev guide example code to be used later for static
          thread pool creation using apply_to() in a user application.

Tue Dec 18 22:47:55 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

          Corrected a debug logging level issue for Growing new thread counts.

Tue Dec 18 16:22:04 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * bin/tao_orb_tests.lst:
          Added run_test scripts into the nightly build for Dynamic Threadpooling

Tue Dec 18 16:20:38 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
          Refactored static threadpool configuration run_test script to follow tthe same calling pattern as the dynamic script.

Tue Dec 18 00:44:12 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:

          Added support for object group repository directory and invoking
          test client to eventually replace cmdline utility calls.
          Also corrected script name spelling errors.

        * orbsvcs/tests/FT_Naming/Federation/run_test.pl:

          Added support for object group repository directory

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalance_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistance_test.pl:

          Removed these files.

Mon Dec 17 23:14:57 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl:

          Reworked the perl test scripts for more flexibility and better detection
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc1.conf:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc3.conf:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc4.conf:

          Adjusted the conf files to better reflect timing and success detection

Mon Dec 17 23:14:40 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_Config.h:
        * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

          Did considerable work to refactor the rules to evaluate
          parameters coming in for both apply_to( ) style and conf
          file style parameter loading.

          Also fixed the serialize servants boolean to be false as a
          default so that multi-threaded apps are able to perform better
          by default.

Mon Dec 17 22:45:37 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:

          Reworked to return next_member instead of next_location to
          hide implementation details from Naming Context.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Use .in() operation instead of implicit conversion.

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Reset the write_occurred_ flag after notification to remote
          process.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

          Use string_free instead of delete to match creation style.

Mon Dec 17 15:26:15 UTC 2012  Weiqi Gao  <gao_w@ociweb.com>

        * orbsvcs/tests/ImplRepo/run_test.pl:

          Expanded failover_test to cover more usage scenarios.

Mon Dec 17 14:54:17 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

          Fixed warning.

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Added file locking for non-windows.

        * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Changed to have load be able to accept an already open
          file stream.

Mon Dec 17 14:53:41 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:

          Added missing TAO namespace end declaration.

Mon Dec 17 14:42:10 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/tests/ImplRepo/run_test.pl:
        * tao/Storable_Base.inl:
        * tao/Storable_Factory.h:
        * tao/Storable_FlatFileStream.cpp:
        * tests/Storable/Storable.mpc:
        * tests/Storable/test.cpp:

          Fix fuzz errors.

Mon Dec 17 12:57:04 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

          Added class to keep track of the list of persistent object
          groups. The list itself is persistent.

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Updated to use PG_Group_List_Store when adding/destroying
          object groups or working with the map of object groups.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

          Added a few items that weren't originally being persisted.
          Added constructor suitable for initializing object from
          persistent store.
          Refactored usage of TAO_InputCDR so that common code
          is handled in anonymous function.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

          Updates to accommodate enhancements to derived class
          PG_Object_Group_Storable.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Manipulator.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Manipulator.cpp:

          Allow group ID to also be predetermined instead of
          only generating ID.

        * tao/Storable_Base.h:
        * tao/Storable_FlatFileStream.h:
        * tao/Storable_FlatFileStream.cpp:

          For read member function  pass pointer by value, not by
          reference.

Sat Dec 15 22:06:02 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Hello.h:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Hello.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Test.idl:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/client.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/server.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc1.conf:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc2.conf:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc3.conf:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc4.conf:
          New set of files to test loading of thread configuration from
          svc.conf files rather from an apply_to() call from an application.

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/client.cpp:
          Modified this file to help with test logging and pass/fail detection.

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc.conf:

          Removed this file.

Sat Dec 15 22:05:47 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:

          These files were modified to accommodate lazy configuration
          when loading configuration from svc.conf files.

Sat Dec 15 17:49:30 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:

        Cleaned up condition where test 3 was failing.

Sat Dec 15 17:49:17 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_Config.h:
        * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:

        Fixed comparison condition where size_t was being compared to < 0
        which is not valid.
        Also set default of max_request_queue_depth to 0 rather than -1.

Fri Dec 14 22:52:03 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/Faulttolerance.mpc:
        * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
        * orbsvcs/tests/FT_Naming/FaultTolerance/test_object.idl:

        Added a client process to provide a more robust test of the name service

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:

        Updated to use the client process

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalance_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistance_test.pl:
        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

        Added guard to keep from deleting files when the repository directory
        was not created.

Fri Dec 14 22:15:22 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
          Fixed tests to adhere to new functionality

Fri Dec 14 22:03:35 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
        * tao/Dynamic_TP/Dynamic_TP_Task.h:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

          Restructured initialization of Task thread variables.
          Cleaned out un-needed member variables from Strategy class.

Fri Dec 14 21:53:37 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Removed case 'n' from parse args. It is handled elsewhere.

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:

          Updated comments to better describe operations.

        * orbsvcs/tests/FT_Naming/Replication/client.cpp:
        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Added performance tests.  Added a kill of the
          primary at the end to ensure that the replica
          is invoked in nslist.

        * orbsvcs/tests/Redundant_Naming/client.cpp:

          Added performance tests.

        * tao/Storable_File_Guard.cpp:

          Moved sync call to only be invoked when rwflags_
          indicate we are in write mode.

        * tao/Storable_FlatFileStream.h:

          Removed outdated todo comment.

        * tao/Storable_FlatFileStream.cpp:

          Replace int with size_t to avoid warning.

Fri Dec 14 17:33:50 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * tao/PortableServer/LifespanStrategyTransient.cpp:

          Cleaned up warning.

        * tests/Storable/run_test.pl:

          Removed unneeded code.

Fri Dec 14 15:19:40 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Storable_FlatFileStream.cpp:

          For some reason, under Linux at least, newlines following
          strings are not always consumed. So when reading an
          integer account for first character possibly being a newline.

Fri Dec 14 00:19:06 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_Task.h:
        * tao/Dynamic_TP/Dynamic_TP_Task.inl:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

          Refactored the task to make better use of services provided by
          the base class. Also added separate locks to avoid the potential
          of unnecessary blocking for different roles.

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Hello.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/server.cpp:

          Added some comments to the test server and fixed up the script to
          use a client to trigger a shutdown from within the server.

Thu Dec 13 22:51:06 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          Fixed leak of Factory_Registry when initializing the group factory.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:

          Fixed leak of ReplicationManager when registering the replica.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Made tracing debug statements only execute when debug level is
          set.

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

          Fixed leak of TAO_Storable_Base when testing for existence
          of a directory.

Thu Dec 13 22:38:33 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Storable_FlatFileStream.cpp:

          Revert for now after discovering Redundant_Naming test is
          failing.

Thu Dec 13 20:40:08 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Storable_FlatFileStream.cpp:

          Don't use fscanf when reading integers as it will
          consume whitespace _after_ the newline. This may cause
          problems when binary data is included in the file,
          as is the case for persistent object group data,
          since binary data may look like whitespace.

        * tests/Storable/Savable.h:
        * tests/Storable/Savable.cpp:
        * tests/Storable/test.cpp:

          Updated to write/read binary data after an integer that
          starts with what looks like whitespace and verify the
          expected binary data is read.

Thu Dec 13 19:13:38 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalance_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistance_test.pl:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:

        Split the fault tolerant tests into seperate test scripts

Thu Dec 13 19:11:42 UTC 2012  Weiqi Gao  <gao_w@ociweb.com>

        * orbsvcs/tests/ImplRepo/run_test.pl:

          Turned on strict mode, fixed detected errors.

Thu Dec 13 15:49:06 UTC 2012  Weiqi Gao  <gao_w@ociweb.com>

        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

          Fixed tao_imr_locator crash when -o points to existing file

Wed Dec 12 23:38:39 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/Federation/run_test.pl:
        * utils/nsgroup/run_test.pl:

        Updated FT_Naming and nsgroup tests to cleanup after themselves

Tue Dec 11 22:36:37 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/CSD_ThreadPool/CSD_TP_Queue.h:
        * tao/CSD_ThreadPool/CSD_TP_Queue.inl:
        * tao/CSD_ThreadPool/CSD_TP_Queue.cpp:

          Cleaned out redundant queue depth tracking. This is handled in the TP
          strategy class.

        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

          An attempt at lock optimization. Using the lock_ member to guard access
          to the queue directly so that multiple threads can participate in the
          wait.

Tue Dec 11 22:12:52 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * tao/Storable_Base.h:
        * tao/Storable_File_Guard.cpp:
        * tao/Storable_FlatFileStream.h:
        * tao/Storable_FlatFileStream.cpp:

          Added abstraction for sync for use in ensuring written
          data persistent store. Implemented using fsync in
          Storable_FlatFileStream.

Tue Dec 11 22:05:18 UTC 2012  Weiqi Gao  <gao_w@ociweb.com>

        * orbsvcs/tests/ImplRepo/airplane_client_i.h:
        * orbsvcs/tests/ImplRepo/airplane_client_i.cpp:
        * orbsvcs/tests/ImplRepo/run_test.pl:

          Added failover_test and persistent_ft_test.
          Made airplane_client return an error code when an exception occurs.

Tue Dec 11 15:58:05 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/FT_Naming_Main.cpp:

          Modified to avoid leak of TAO_FT_Naming_Service object.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          Modified to write out the single Naming Manager IOR
          file when running standalone.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Fixed issue with fini. Base class fini called after derived
          class to allow use of the orb while destroying POAs and
          cleaning up the IORTable.

        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Remove the persistence directory at conclusion of the test.

        * utils/nsgroup/run_test.pl:

          Fixed issues with test to run with standalone naming service.
          Clean up the persistence directory at conclusion of the test.

Tue Dec 11 15:09:57 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

          Fixed "--primary" and "--backup" flags to not consume
          the following argument.

Mon Dec 10 20:00:37 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/FtNaming.mpc:

          Fixed issue with dynamicflags.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/ftnaming_intf_export.h:

          Adding new file.

Mon Dec 10 17:13:47 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:

          Removed context_size argument from factory constructor since it is not used
          by the factory.

        * orbsvcs/orbsvcs/Naming/Naming_Loader.cpp:

          Removed include of removed Naming_Context_Factory.h

        * orbsvcs/orbsvcs/cosnaming_serv_persistence.mpb:

          Removed reference to removed Naming_Context_Factory.h/cpp files.
        * orbsvcs/orbsvcs/Naming/Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Naming_Context_Factory.cpp:

          Removed these files since they are no longer used.

Mon Dec 10 16:44:11 UTC 2012  tests\Dynamic_TP  <neeleym@ociweb.com>


        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Hello.h:
          Added this file to correct build problem in nightly build.

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/TestS.cpp:

          Removed this file.

Mon Dec 10 15:39:23 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

          Added exception for register_replica.

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

          Fixed memory leak (double char* duplication).

        * orbsvcs/ImplRepo_Service/Locator_Options.h:
        * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

          Made ImR Locator options similar to the NamingService.
          Now pass "--directory some_dir" to use multiple files
          for persistance and either "--primary" or "--backup"
          for fault tolerant ImR Locator.

        * orbsvcs/ImplRepo_Service/Locator_Repository.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

          Made registered_ private with protected accessor.

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Added error handling and temporary logging.

        * orbsvcs/tests/ImplRepo/run_test.pl:

          Changes from Locator_Options.

        * tao/PortableServer/Root_POA.cpp:

          Refactored ImR-ification of key into LifespanStrategy
          and Imr_Client.

        * tao/PortableServer/LifespanStrategy.h:

          Added interface for imr-ifying the key.

        * tao/PortableServer/LifespanStrategyTransient.h:
        * tao/PortableServer/LifespanStrategyTransient.cpp:

          Added transient null implementation for imr-ifying the key.

        * tao/PortableServer/LifespanStrategyPersistent.h:
        * tao/PortableServer/LifespanStrategyPersistent.cpp:

          Added persistent implementation for forwarding the call
          to the ImR_Client if use_imr.

        * tao/PortableServer/ImR_Client_Adapter.h:

          Added interface for imr-ifying the key.

        * tao/ImR_Client/ImR_Client.h:
        * tao/ImR_Client/ImR_Client.cpp:

          Added implementation for imr-ifying the key for each
          profile in the IMR ior and then combining the profiles
          into a single ior.

        * tao/ImR_Client/ImR_Client.mpc:
        * MPC/config/imr_client.mpb:

          Added dependency on iormanip.

        * tao/Profile.h:
        * tao/Profile.cpp:

          Made to_string const.

        * orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.h:
        * orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.h:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.cpp:
        * tao/IIOP_Profile.h:
        * tao/IIOP_Profile.cpp:
        * tao/Strategies/COIOP_Profile.h:
        * tao/Strategies/COIOP_Profile.cpp:
        * tao/Strategies/DIOP_Profile.h:
        * tao/Strategies/DIOP_Profile.cpp:
        * tao/Strategies/SCIOP_Profile.h:
        * tao/Strategies/SCIOP_Profile.cpp:
        * tao/Strategies/SHMIOP_Profile.h:
        * tao/Strategies/SHMIOP_Profile.cpp:
        * tao/Strategies/UIOP_Profile.h:
        * tao/Strategies/UIOP_Profile.cpp:

          Same changes for to_string const from Profile.h.

Mon Dec 10 14:41:47 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/Naming_Service.cpp:

          Added error check on creation of the naming server.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:

          Use in() operation for var type.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Refactored to avoid duplication of the init_new_naming functionality
          with the base Naming_Server.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:

          Removed unnecessary context_size argument from constructor.

        * orbsvcs/orbsvcs/Naming/Naming_Loader.h:

          Removed forward declaration of TAO_Naming_Context_Factory since it is no
          longer needed.

        * orbsvcs/orbsvcs/Naming/Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:

          Refactored to allow for derived class to define which Naming Context impl
          factory should be used.

        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h:
        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:

          Removed TAO_Naming_Context_Factory generic base class since it
          really does not provide a common abstraction.

Sun Dec  9 23:02:53 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/tests/FT_Naming/Replication/client.cpp:

          Added code to deal with potential race conditions when modifying on
          primary and checking the replica immediately.

Sun Dec  9 21:25:24 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * MPC/config/ftnaming.mpb:

          Added orbsvcslib to base projects.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:

          Added error message when exception occurs in registration.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

          Resolved ownership of contextFactory and persistenceFactory.
          Fixed issue with exit on failed access to persistent store.

Sat Dec  8 21:37:27 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Addressed memory leaks.

Sat Dec  8 15:26:02 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/tests/FT_Naming/Federation/run_test.pl:

          Changed to use the -c option instead of -o for multi-profile
          IOR of redundant naming sevices.

Sat Dec  8 15:12:36 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/FT_Naming_Main.cpp:

          Fixed leak of Server object.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Added new option for combined naming service ior file name
          to allow users to access the ior of the single server and to
          obtain the combined/multi-profile IOR.

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

          Removed delete of context impl factory from destructor. Still
          need to work out ownership of the factory.

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:
        * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:
        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Updated tests to use -c option for multi-profile ior.

Fri Dec  7 21:29:30 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/server.cpp:

          Removed reference to deleted include.

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Dynamic_TP_POA_Test_Static.mpc:
          Repaired generation of IDL to fix build looking for generated files.

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/TestS.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/server.cpp:

          Inclusion of test for max_pool_threads.

        * tests/Dynamic_TP/POA_Loader/Test.cpp:

          Fixed warnings in nightly build.

Fri Dec  7 21:24:47 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_Task.h:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

          Continued implementation of max_pool_threads.

Fri Dec  7 21:04:34 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/Federation:
        * orbsvcs/tests/FT_Naming/Federation/Federation.mpc:
        * orbsvcs/tests/FT_Naming/Federation/Hello.h:
        * orbsvcs/tests/FT_Naming/Federation/Hello.cpp:
        * orbsvcs/tests/FT_Naming/Federation/NamingTask.h:
        * orbsvcs/tests/FT_Naming/Federation/NamingTask.cpp:
        * orbsvcs/tests/FT_Naming/Federation/Test.idl:
        * orbsvcs/tests/FT_Naming/Federation/client.cpp:
        * orbsvcs/tests/FT_Naming/Federation/run_test.pl:
        * orbsvcs/tests/FT_Naming/Federation/server.cpp:

          Added Fault Tolerant Name Service Federation test

Fri Dec  7 16:20:37 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Was passing the wrong time to the context to determine
          if it was obsolete.  Use the file time instead.

Fri Dec  7 12:44:53 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Storable_Base.h:
        * tao/Storable_FlatFileStream.h:
        * tao/Storable_FlatFileStream.cpp:

          Add operator << for TAO_OutputCDR and write
          member function to use with TAO_InputCDRs.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

          Fleshed out read/write of object group state to file.

Fri Dec  7 02:56:49 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

          Delete the Context Impl Factor to avoid leak.

        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.h:
        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Test.idl:
        * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:

          Naming Manager interface is now in the FT_Naming module.

        * orbsvcs/tests/FT_Naming/Replication/client.cpp:

          Refined test for specific exceptions in case other CORBA
          Exceptions are thrown which should not indicate success.

Thu Dec  6 22:49:38 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/FT_NamingManager.idl:

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

        * utils/nsgroup/nsgroup_svc.h:
        * utils/nsgroup/nsgroup_svc.cpp:

          Moved Fault Tolerant Naming interfaces into the FT_Naming module
          instead of FT since they are not standard CORBA interfaces.

Thu Dec  6 22:20:22 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tests/Storable/Savable.h:
        * tests/Storable/Savable.cpp:
        * tests/Storable/test.cpp:

          Made test more robust in error handling. Corrected
          file access modes in operations that modify state.

Thu Dec  6 21:19:48 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/run_test.pl:

        Updated test to use tao_ft_naming standalone arguments

Thu Dec  6 14:44:27 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/CSD_ThreadPool/CSD_TP_Queue.h:
        * tao/CSD_ThreadPool/CSD_TP_Queue.inl:
        * tao/CSD_ThreadPool/CSD_TP_Queue.cpp:

          Implemented capture of queue depth as items are being added/removed.

Thu Dec  6 14:36:33 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static:

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Dynamic_TP_POA_Test_Static.mpc:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Hello.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Test.idl:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/client.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/server.cpp:

          Creation of tests for:
            - min_pool_threads
            - init_pool_threads
            - thread_idle_time (timeout)
            - max_request_queue_depth

Thu Dec  6 14:36:21 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
        * tao/Dynamic_TP/Dynamic_TP_Task.h:
        * tao/Dynamic_TP/Dynamic_TP_Task.inl:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

          Implementation of max_request_queue_depth.
          Fuzz clean up.

Thu Dec  6 20:13:55 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:

          Made notification calls oneway.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Added support for running in standalone mode to write out IORs.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Refactored to use is_obsolete. Allows Storable_Naming_Context to use
          file time, while FT_Storable_Naming_Context uses the stale flag.

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:

          Updated test to use -o and -g to access the combined IORs more
          consistently.

        * tao/Storable_File_Guard.h:

          Made accessor for get_object_last_changed to be public to allow
          users of the abstraction to determine when the underlying store
          changed.

Thu Dec  6 17:19:19 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:
        * utils/nsgroup/run_test.pl:

         Restructured tests and corrected copy and paste errors

Thu Dec  6 13:40:38 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Locator_Options.h:
        * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

          Added back "-y" option, which will allow Locator to use the
          multi-file backing store, but without having replication.

        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

          Moved poa activation to init.

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Only reporting the ior when the fault tolerant imr is available,
          and added handling for standalone IMR.

        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Cleanup of warnings.

        * orbsvcs/tests/ImplRepo/run_test.pl:

          Changes from locator options and making tests work.

Thu Dec  6 03:57:39 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

          Upated locking of fault tolerant naming service.

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Minor formatting changes.

        * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:

          FIxed test to use latest FT Naming Service arguments.

        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Updated tests to use more descriptive variables.

Wed Dec  5 23:01:07 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Updates to combine object references and write out combined object
          reference to a file.

        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:

          Revised error message for writing ior to file.

        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Modified test script to use new arguments for iors.

Wed Dec  5 18:00:43 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

          Changed to pass back the fault tolerant imr when registering
          replicas.

        * orbsvcs/ImplRepo_Service/Locator_Options.h:
        * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

          Changed "-y" option to "-primary" and "-backup" and removed
          "-i".

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Changed to expect the other replica to write an ior file to the
          shared directory for discovering the other replica.

        * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
        * tao/ImR_Client/ImR_Client.cpp:

          Adding logging.

        * orbsvcs/tests/ImplRepo/run_test.pl:

          Adding to fault tolerance tests.

        * orbsvcs/tests/Notify/Bug_1884_Regression/common.h:
        * orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp:
        * orbsvcs/tests/Notify/Bug_3688_Regression/common.h:
        * orbsvcs/tests/Notify/Persistent_Filter/Filter.cpp:
        * orbsvcs/tests/ImplRepo/RestartServer/MessengerClient.cpp:
        * orbsvcs/tests/ImplRepo/RestartServer/Terminator.cpp:

          Cleaning up compiler errors for vcexpress.

Wed Dec  5 16:29:17 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/run_test.pl:

        Simplified targets and additional cleanup

Wed Dec  5 01:42:34 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:

          Modified registration to pass references for replicated services
          in support of creation of mulit-profile IOR.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

          Updated to support coordination of replication IORs transparently
          and to create a multi-profile IOR.

        * orbsvcs/orbsvcs/Naming/Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Factored out writing IOR files.

        * orbsvcs/tests/FT_Naming/Replication/client.cpp:
        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:
        * orbsvcs/tests/Redundant_Naming/run_test.pl:

          Removed some extraneous prints. Revised perl to manage IOR
          files better.

Tue Dec  4 23:04:01 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:
        * utils/nsgroup/run_test.pl:

        Updated tests with tao_ft_naming command line arguments --primary
        and --backup

Tue Dec  4 19:49:56 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

        Changed IOR name from ObjectGroupManager to NamingManager

        * orbsvcs/tests/FT_Naming/FaultTolerance/README:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:

        Updated to conform to use case test document

Tue Dec  4 19:19:34 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Storable_File_Guard.cpp:

          Don't try to load data from file that has just been
          created.

        * tests/Storable/Savable.cpp:

          Changed to use term 'object' instead of 'child'.

Tue Dec  4 14:40:34 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:

          Fixed compile error.

Tue Dec  4 01:20:34 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/FT_Naming_Main.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Reworked startup with primary and backup arguments.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.h:
        * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Changed to use 'stale' terminology instead of 'dirty'

        * orbsvcs/tests/FT_Naming/Replication/client.cpp:
        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Changed arguments to use primary and backup

        * orbsvcs/tests/Redundant_Naming/client.cpp:

          Modified to use compound name for bind for more
          robust test.

Mon Dec  3 19:13:51 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
        * orbsvcs/ImplRepo_Service/Locator_Repository.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

          Refactored update interface implementation into Shared_Backing_Store.
          Moved reporting of service ior into the repository.

        * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Changes from Locator_Repository refactoring.

        * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

          Added to the update interface and removed the replica locator
          interface.

        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:

          Added dependency on iormanip.mpb.

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Added code to determine the fault tolerant ImR ior.

        * orbsvcs/tests/ImplRepo/run_test.pl:

          Added tests for fault tolerance.

Mon Dec  3 16:46:58 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
        * tao/Storable_File_Guard.h:
        * tao/Storable_File_Guard.cpp:
        * tests/Storable/Savable.cpp:

          With simplified Storable_Base class hierarchy now in
          place, move derived file guards peer() to base class since
          dynamic casting is no longer needed.

Mon Dec  3 16:15:40 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:

          Fix invalid forward declaration.

Mon Dec  3 15:21:14 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Storable_File_Guard.h:
        * tao/Storable_File_Guard.cpp:

          Renamed new obsolete/current member functions to account
          for change in terms from previous commit.

Mon Dec  3 14:44:43 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Storable_Base.h:
        * tao/Storable_File_Guard.h:
        * tao/Storable_File_Guard.cpp:
        * tao/Storable_FlatFileStream.h:
        * tao/Storable_FlatFileStream.cpp:

          Extended to accommodate storable naming context to use
          without needing its own specialized flat file stream. This
          will avoid code duplication between storable object groups
          and storable naming contexts.

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_ReaderWriter.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_ReaderWriter.cpp:

          Moved functionality from naming context flat file persistent
          to new class that uses Storable_FlatFileStream.

        * orbsvcs/orbsvcs/cosnaming_serv_persistence.mpb:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Storable.h:
        * orbsvcs/orbsvcs/Naming/Storable.inl:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:

          Updated to use new reader-writer class and non-naming service
          specific Storable_* classes.

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

          Further changes for persistent support of object groups.

        * tests/Storable/Savable.h:
        * tests/Storable/Savable.cpp:
        * tests/Storable/test.cpp:

          Account for renaming of some Storable_File_Guard member
          functions.

        * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.h:
        * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp:

          Removed these files.

Mon Dec  3 04:13:48 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.h:
        * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
        * tao/Storable_File_Guard.h:
        * tao/Storable_File_Guard.cpp:

          Refactored to allow for use of marking for out of date context
          and file.

        * orbsvcs/tests/FT_Naming/Replication/client.cpp:

          Added printouts for testing.


Sun Dec  2 20:32:25 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tests/Storable/test.cpp:

          Explicitly include header file that defines ACE_OS::sleep()
          used in the source.

Sat Dec  1 13:28:00 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tests/Dynamic_TP/POA_Loader/Test.cpp:
          Fixed error found in nightly build.
          Removed reference to removed method.

Sat Dec  1 13:07:48 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.cpp:

          Removed these files.

Fri Nov 30 23:20:59 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_Config.h:
                  - changed constructor of TAO_DTP_Definition

        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
                  - Removed the TAO_Dynamic_TP_POA_StrategyImpl class dependency

        * tao/Dynamic_TP/Dynamic_TP_Task.h:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:
                  - Extensive implementation of init_pool_threads, min_pool_threads, max_pool_threads
                    thread_stack_size, and thread timeout.



Fri Nov 30 23:09:18 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Moved attribute to Storable_Naming_Context class
          from the File class.

Fri Nov 30 23:05:32 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/tests/FT_Naming/FaultTolerance:
        * orbsvcs/tests/FT_Naming/FaultTolerance/README:
        * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:

        Added FT_Naming Fault Tolerance Test

Fri Nov 30 22:55:31 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * bin/tao_other_tests.lst:

          Added Fault Tolerance Test.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Added functionality to respond to callback when file
          is written.

        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Print command line output as an aid for testing.

Fri Nov 30 17:50:08 UTC 2012  Weiqi Gao  <gao_w@ociweb.com>

        * tao/AnyTypeCode/Struct_TypeCode.h:
        * tao/AnyTypeCode/Struct_TypeCode.cpp:
        * tao/AnyTypeCode/TypeCode_CDR_Extraction.h:
        * tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp:
        * tao/AnyTypeCode/Union_TypeCode.h:
        * tao/AnyTypeCode/Union_TypeCode.cpp:
        * tao/AnyTypeCode/Value_TypeCode.h:
        * tao/AnyTypeCode/Value_TypeCode.cpp:

          Added support to demarshal indirection of repeated struct,
          union, valuetype typecodes.

Fri Nov 30 17:26:09 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

          Updates to support replication notifications.

        * tao/Storable_FlatFileStream.h:
        * tao/Storable_FlatFileStream.cpp:

          Added missing includes.

Fri Nov 30 17:23:23 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * utils/logWalker/HostProcess.h:
        * utils/logWalker/HostProcess.cpp:
        * utils/logWalker/Log.h:
        * utils/logWalker/Log.cpp:
        * utils/logWalker/PeerProcess.h:
        * utils/logWalker/PeerProcess.cpp:
        * utils/logWalker/Session.h:
        * utils/logWalker/Session.cpp:
        * utils/logWalker/Thread.cpp:

          Synchronize with improvements added to TAO 2.0a.

Fri Nov 30 15:47:46 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/CosNaming_Serv.mpc:

          Removed source file.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Added object group persistence option.

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Use Storable_File_Guard instead of Naming_Service_File_Guard.

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

          Start of storable object group capability (no writing/reading
          done yet).

        * tao/Storable_Factory.h:
        * tao/Storable_Factory.cpp:
        * tao/Storable_File_Guard.h:
        * tao/Storable_File_Guard.cpp:
        * tao/Storable_FlatFileStream.h:
        * tao/Storable_FlatFileStream.cpp:
        * tao/tao.mpc:

          Updates to accommodate object group persistence.

        * tests/Storable:
        * tests/Storable/Savable.h:
        * tests/Storable/Savable.cpp:
        * tests/Storable/Storable.mpc:
        * tests/Storable/run_test.pl:
        * tests/Storable/test.cpp:

          Beginning of test for Storable code.

        * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:
        * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.cpp:

          Removed these files.

Thu Nov 29 22:22:42 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

          Implementation of replication mechanisms.

        * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.h:
        * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp:

        Added operation to mark context dirty from replication manager.

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

          Removed unnecessary stub creation.

        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Added prints for tests to aid in debugging.

Thu Nov 29 20:03:54 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

        Fix GNU C++ compile error.

Wed Nov 28 23:17:07 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

          Updated interface to pass more information for context replication.

Wed Nov 28 17:37:37 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Added support for -r option.

Wed Nov 28 02:34:36 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Fixed initialization order in constructor.

Wed Nov 28 02:14:42 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/README:

          Fixed typo.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:

          Refactored to minimize duplication in creation of Storable
          Naming Context.

Tue Nov 27 21:26:34 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Fixed error of using private hash map copy constructor.

Tue Nov 27 19:14:37 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Implemented Replication Manager registration functionality.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

          Implemented notification of changed contexts.

        * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:

        * orbsvcs/tests/FT_Naming/Replication/client.cpp:
        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

          Updated tests to use replication arguments.

Tue Nov 27 16:27:39 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * orbsvcs/ImplRepo_Service/Locator_Repository.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

          Added interface for forwarding UpdatePushNotification calls.
          Added add bool param to persistent_update calls and cleaned
          up.

        * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Changes from persistent_update interface changes.

        * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

          Added UpdatePushNotification interface.

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

          Added UpdatePushNotification implemenation, forwarding
          to the repository_, replication handling, and cleanup.

        * orbsvcs/ImplRepo_Service/Locator_Options.h:
        * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

          Added replica object key option.

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Added implementatioln for forwarded UpdatePushNotification calls.
          Added notifying of updates and identifying what needs to be
          updated.

        * orbsvcs/tests/ImplRepo/run_test.pl:

          Added replication testing.

Mon Nov 26 22:39:55 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Fixed compilation errors in print statements.

Mon Nov 26 22:19:23 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/Naming_Service.cpp:

          Fixed initialization order in constructor.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Added initialization code for ReplicationManager interface.

        * orbsvcs/tests/FT_Naming/Replication:
        * orbsvcs/tests/FT_Naming/Replication/README:
        * orbsvcs/tests/FT_Naming/Replication/Replication.mpc:
        * orbsvcs/tests/FT_Naming/Replication/client.cpp:
        * orbsvcs/tests/FT_Naming/Replication/run_test.pl:
        * orbsvcs/tests/FT_Naming/Replication/test_object.idl:

          Added tests for replication functionality in FT_Naming_Service.

Mon Nov 26 20:50:18 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/CosNaming_Serv.mpc:
        * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:
        * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Prematurely deleted Naming_Service_File_Guard in
          previous commit. Resurrecting.

Mon Nov 26 18:16:39 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Storable_Base.h:
        * tao/Storable_Base.inl:
        * tao/Storable_Base.cpp:
        * tao/Storable_File_Guard.h:
        * tao/Storable_File_Guard.cpp:
        * tao/tao.mpc:

          Extracted storable base and file guard classes
          from naming server so they can be used in
          other contexts such as object group persistence.

        * orbsvcs/orbsvcs/CosNaming_Serv.mpc:
        * orbsvcs/orbsvcs/Naming/Storable.h:
        * orbsvcs/orbsvcs/Naming/Storable.inl:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Updatd to use base classes given above.

        * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:
        * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.cpp:

          Removed these files.

Mon Nov 26 17:14:21 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * orbsvcs/orbsvcs/FtNaming.mpc:

          Fix the project dependencies.

Sun Nov 25 15:27:16 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/Naming_Service.cpp:

          Fixed initialization order of data members.

        * orbsvcs/orbsvcs/Naming/Storable.h:

          Added dll export for class.

Sat Nov 24 21:48:11 UTC 2012  unknown  <unknown@>

        * MPC/config/ft_naming_serv.mpb:

          Add additional component.

        * orbsvcs/Naming_Service/Naming_Service.cpp:

          Fixed initialization order of data members.

Fri Nov 23 23:47:50 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/README.nsgroup:

        Updated documentation for group_bind and group_unbind options

        * utils/nsgroup/run_test.pl:

        Tied output redirection to debug command line option

Fri Nov 23 14:57:58 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/tests/Simple_Naming/client.cpp:
        * orbsvcs/tests/Simple_Naming/run_test_ft.pl:

          Fixed test to clean out state on each run.  Cleaned up fuzz errors.

Fri Nov 23 14:06:26 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * bin/tao_other_tests.lst:
        * orbsvcs/tests/Simple_Naming/run_test_ft.pl:

          Added simple naming tests for FT_Naming.

        * orbsvcs/orbsvcs/FtNaming.mpc:

          Removed unnecessary elements.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Removed printout to clean up error messages.

Wed Nov 21 23:07:07 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/CSD_ThreadPool/CSD_TP_Task.h:
        * tao/CSD_ThreadPool/CSD_TP_Task.cpp:

          Rename the argument to open to reinforce the generic nature
          of the single void * argument.

        * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:

          Minor scoreboard cleanup.

        * tao/Dynamic_TP/Dynamic_TP_Task.h:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:

          Refactored the task open() signature to take a single void *
          argument.  This is important to avoid generating a new
          signature. Since the argument is a void*, a struct is used to
          pass multiple discrete values. This should probably just use the
          TP_Definition struct, rather than define something new.

        * tests/Dynamic_TP/Config_Loader/Test.cpp:
        * tests/Dynamic_TP/POA_Loader/Test.cpp:

          Minor scoreboard cleanup.

Wed Nov 21 23:20:54 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/nsgroup.cpp:
        * utils/nsgroup/nsgroup_svc.cpp:

          Updated header paths

        * utils/nsgroup/run_test.pl:

          Added support for showing output files upon error detection.

Wed Nov 21 22:24:28 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/tests/Simple_Naming/run_test_ffp.pl:

          Added tests for tao_ft_naming to the test suite.

Wed Nov 21 20:46:58 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:

          Added documentation to describe why release is required.

        * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:

          Added TAO_Naming_Serv_Export to support dll.

Wed Nov 21 20:10:01 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/CosNaming_Serv.mpc:
        * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:
        * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.cpp:

          Added new class that's a more general version of
          original File_Open_Lock_and_Check class so that
          it can be used for other persistent data besides
          contexts.

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

          Changed File_Open_Lock_and_Check to derive from
          Naming_Service_File_Guard and override pure virtual
          functions as needed.

        * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.h:
        * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp:
        * orbsvcs/orbsvcs/Naming/Storable.h:

          Added stream operator on strings in anticipation
          of using these operators on some of the object
          group elements. Udating existing stream operators
          to use string operators.

Wed Nov 21 20:03:03 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/run_test.pl:

        Redirected output to files and more cleanup

Wed Nov 21 18:19:17 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:

          Fixed bug in release of Activator.

Wed Nov 21 16:35:28 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.h:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:

        * orbsvcs/Naming_Service/FT_Naming_Service.h:
        * orbsvcs/Naming_Service/FT_Naming_Service.cpp:
        * orbsvcs/Naming_Service/Naming_Service.h:
        * orbsvcs/Naming_Service/Naming_Service.cpp:

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:

        * orbsvcs/orbsvcs/Naming/Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp:

        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:

        * orbsvcs/tests/FT_Naming/Load_Balancing/NameService/README:

        * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:
        * orbsvcs/tests/FT_Naming/Load_Balancing/server.cpp:

        * orbsvcs/tests/ImplRepo/RestartServer/README:
        * orbsvcs/tests/ImplRepo/RestartServer/Terminator.cpp:

        * orbsvcs/tests/ImplRepo/run_test.pl:

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/server.cpp:

        * tests/Dynamic_TP/POA_Loader/Test.cpp:

        * tests/Var_Deref/README.txt:

          More unfuzzing.

Wed Nov 21 13:35:40 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Fixed compilation errors.

Wed Nov 21 06:16:58 UTC 2012  Phil Mesnier  <mesnier_p@local>

        * tao/Dynamic_TP/Dynamic_TP_Config.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.cpp:
        * tao/Dynamic_TP/Dynamic_TP_Task.h:
        * tao/Dynamic_TP/Dynamic_TP_Task.inl:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

          Fuzz fixes.

Wed Nov 21 04:42:24 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:

          Fixed to resolve fuzz issues.

        * utils/nsgroup/run_test.pl:

          Modified argument to tao_nslist, tao_nsadd passing in the IOR for
          the naming service.

Wed Nov 21 02:40:16 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/Storable.h:

          Added TAO_Naming_Serv_Export to TAO_Naming_Service_Persistence_Factory.

Wed Nov 21 02:30:08 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:

          Added files to implement the replication interface.

Wed Nov 21 01:32:17 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_Config.h:

          created constructor in TAO_DTP_Definition struct

        * tao/Dynamic_TP/Dynamic_TP_Config.cpp:

          removed conflicting constructor

        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:

          removed unnecessary include

        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.cpp:
        * tao/Dynamic_TP/Dynamic_TP_Task.h:
        * tao/Dynamic_TP/Dynamic_TP_Task.inl:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

          completed StrategyImpl initialization started the delegation
          functions; this needs a lot of dependency removal from CSD_Task.

Tue Nov 20 23:42:31 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/CSD_Framework/CSD_ORBInitializer.h:

          added class visibility token.

        * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.h:
        * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.cpp:
        * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:

          Fuzz and other clean up.

Tue Nov 20 22:44:07 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/run_test.pl:

        Corrected type_id string passed in test

Tue Nov 20 22:42:06 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * ChangeLog:

        * MPC/config/ft_naming_serv.mpb:
        * orbsvcs/Naming_Service/Naming_Service.mpc:
        * orbsvcs/orbsvcs/FtNaming.mpc:

          Support building FT Naming Service with replication.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Serv.mpc:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

          Functionality to support Replication interface between naming
          service instances.

Tue Nov 20 19:32:12 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/nsgroup.mpc:

        Added $ID

        * utils/nsgroup/nsgroup_svc.h:
        * utils/nsgroup/nsgroup_svc.cpp:

        Changed group_bind and group_unbind to use the NamingContextExt
        interface to properly convert stringified names to compound names.

        * utils/nsgroup/run_test.pl:

        Add calls to tao_nslist, tao_nsadd and tao_nsdel to augment name
        service verification.

Tue Nov 20 15:05:32 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.cpp:

          While refactoring the lock utilization, I inadvertently removed
          a critical section from the resolve() implementation. That's been
          restored.

Mon Nov 19 22:33:49 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/CSD_Framework/CSD_Framework_Loader.cpp:

          The loader was incorrectly introducing a dependency on the
          TAO_CSD_ThreadPool library. This is wrong because the latter
          is but one possible implementation for the framework.

        * tao/CSD_ThreadPool/CSD_TP_Strategy_Factory.cpp:
        * tao/CSD_ThreadPool/CSD_ThreadPool.h:
        * tao/CSD_ThreadPool/CSD_ThreadPool.cpp:

          Have the CSD_Threadpool properly initialize the framework,
          rather than vice versa. Also, cleaned up the parameter parsing to
          be a little more efficient.

        * tao/Dynamic_TP/Dynamic_TP.mpc:
        * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.cpp:
        * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:

          Sorted out the initialization of POAs with threadpools declared
          via service configuration. The key was to actually initialize the
          CSD_Strategy_Repository prior to inserting any strategy instances.

          Also removed a dependency on RTCORBA. This dependency was causing
          the RT POA factory name to be loaded after the CSD POA factory name
          which in turn disabled the creation of CSD POAs.

        * tests/Dynamic_TP/POA_Loader/Test.cpp:

          The test seemed to have a typo.

Mon Nov 19 22:27:44 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * orbsvcs/Naming_Service/README:

          Add documentation of the -n command line argument used for thread
          pooling. Also, sort out the parmaters description so they are ordered
          alphabetically.

        * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.cpp:

          Refactored the thread acquisition so that the context is locked
          only when the  local store is going to be modified, not if another
          repository is to be upated.

Mon Nov 19 18:00:27 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/CosNaming_Serv.mpc:

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/cosnaming_serv_persistence.mpb:

          Added support for Abstract factory to create Storable Naming Contexts.
          This enables the overriding of the resolve operation in support of
          load balancing.


        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/server.cpp:

          Updated test internals to return 0 on success.

        * orbsvcs/tests/FT_Naming/Load_Balancing/README:
          Updated README to more correctly describe the test being performed.

        * orbsvcs/tests/FT_Naming/Load_Balancing/NameService:
        * orbsvcs/tests/FT_Naming/Load_Balancing/NameService/README:
          Created directory to store the NameService state when using the
          -u option.

Mon Nov 19 16:46:05 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * bin/tao_other_tests.lst:

          Added ImR persistance tests for hash and shared backing stores.

        * orbsvcs/ImplRepo_Service/Locator_Repository.h:
        * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

          Refactored xml, heap, and registry backing store code into a virtual
          interface.

        * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:

          Refactored out Locator_Repository REPO_HEAP and REPO_REGISTRY code.

        * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

          Refactored out Locator_Repository REPO_XML_FILE code.

        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
        * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

          Added handling for a shared xml files backing store.
          (this will eventually have file locking)

        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:

          Added new xxx_Backin_Store.cpp files.

        * orbsvcs/ImplRepo_Service/Locator_Options.h:
        * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

          Added "-y" flag to select shared xml files backing store.

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h:
        * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

          Refactored Locator_Repository Server_Repo_XML_Callback into Locator_XMLHandler.

        * orbsvcs/ImplRepo_Service/Server_Info.h:
        * orbsvcs/ImplRepo_Service/Server_Info.cpp:

          Made const correct.

        * orbsvcs/tests/ImplRepo/airplane_server_i.h:
        * orbsvcs/tests/ImplRepo/airplane_server_i.cpp:

          Added flag to provide the name the server should be registered under.

        * orbsvcs/tests/ImplRepo/run_test.pl:

          Added testing for heap and shared backing store persistence tests and added testing with multiple servers.

        * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp:
        * orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LoadAverage.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LoadMinimum.cpp:

          Fixed vc9 (express?) compiler errors.

Mon Nov 19 13:54:58 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

          Add support for -u option to support fault tolerance using separate
          files per context.

Sun Nov 18 16:03:28 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

          Add support for -u option to support fault tolerance using separate
          files per context.  Simplified interface for object group creation.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:

          Removed unnecessary data member.

        * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.h:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Storable.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:

          Suppport use from FT_Naming service.

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

          Simplify searching for object groups by name.


Fri Nov 16 23:42:51 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/README.nsgroup:

        Documents the nsgroup command line options

        * utils/nsgroup/nsgroup.cpp:
        * utils/nsgroup/nsgroup_svc.h:
        * utils/nsgroup/nsgroup_svc.cpp:
        * utils/nsgroup/run_test.pl:

        Changed some option names to avoid potential conflict.
        Added group_unbind to complement the group_bind command option.

Fri Nov 16 17:19:32 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Invocation_Retry_Params.h:
        * tao/Invocation_Retry_Params.cpp:
        * tao/Invocation_Retry_State.h:
        * tao/Invocation_Retry_State.cpp:
        * tao/ORB_Core.cpp:
        * tao/Synch_Invocation.cpp:
        * tao/default_client.cpp:
        * tao/params.h:

          Fixed an incorrect assumption I had about not
          forwarding profiles when connection closed during
          reading of server reply.

        * orbsvcs/tests/ImplRepo/RestartServer/README:
        * orbsvcs/tests/ImplRepo/RestartServer/run_test.pl:

          Updated test to reflect changed name of option
          based on fix above.

        * docs/Options.html:

          Describes the invocation retry command-line and
          Client_Strategy_Factory service options.

Fri Nov 16 16:28:08 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.cpp:
        * tao/Dynamic_TP/Dynamic_TP_Task.h:
        * tao/Dynamic_TP/Dynamic_TP_Task.inl:
        * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic:

        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Dynamic_TP_POA_Test_Dynamic.mpc:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Hello.h:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Hello.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Test.idl:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/client.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/server.cpp:
        * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc.conf:

        Inclusion of Dynamic Threadpool strategy to leverage CSD Framework. Associated tests included.
        WARNING: this is an interim check-in and the tests are not working.

Fri Nov 16 02:48:45 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/nsgroup_svc.cpp:

        Fixed a spelling error in group_create error message.
        Extended group_list description labels.

Thu Nov 15 20:58:23 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Stub.inl:
        * tao/Stub.cpp:

          There is a potential for a deadlock when a stub contains profiles
          that are forwarded and also self-referencial. The use case which
          exposed this involves the name service and the ImR. In this case,
          the root context of a name service is registered with the ImR. This
          is then added to a name service as a new context with a name and the
          reference pointing to the ImR-ified context. When this new context
          happens to be the local root context, a deadlock occurs.

          The deadlock ie related to the Stub's profile_lock_, which is a simple
          thread mutex. This patch addresses the deadlock by momentarily releasing
          the lock before leaving the Stub code, then reaquiring upon return. This
          works for my specific use case, but I have added temporary debugging in
          case issues arise in nightly tests. I intend to remove the debugging
          prior to formal integration with the main trunk.

Thu Nov 15 23:15:33 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          Fixed bug in groups operation.

Thu Nov 15 22:30:52 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * bin/tao_other_tests.lst:

        Added orbsvcs/tests/FT_Naming/Load_Balancing test
        Added utils/nsgroup test

Thu Nov 15 21:37:29 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * orbsvcs/orbsvcs/FT_NamingManager.idl:

        Changed LoadBalancingStrategyValue ACTIVE to LEAST

        * utils/nsgroup/README.nsgroup:
        * utils/nsgroup/nsgroup_svc.h:
        * utils/nsgroup/nsgroup_svc.cpp:
        * utils/nsgroup/run_test.pl:

        Modified group_list to display groups by load strategy

Thu Nov 15 19:16:32 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:

          Added test for the load balancing function of the FT_Naming_Service.

Thu Nov 15 18:58:01 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/FT_NamingManager.idl:

          Updates to groups operation to allow it to request groups
          with matching strategies.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          Implements the new groups operation. Fixes to object reference
          duplication and leaks.

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Fixed bug in all_groups which did not duplicate the stored object
          reference.

        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Test.idl:
        * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:

          Modifications to support new signature for load balancing strategy
          updates.

Thu Nov 15 18:02:04 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Invocation_Retry_State.h:
        * tao/Invocation_Retry_State.cpp:

          Added operations for getting next profile and
          sleeping if at starting base profile.

        * tao/Synch_Invocation.cpp:

          Uses new Invocation_Retry_State operations. Beefed up
          debug messages.

        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Hello.h:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Hello.cpp:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Test.idl:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/client.cpp:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/run_test.pl:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/server.cpp:

          Extend test to include oneway invocation.

        * bin/tao_orb_tests.lst:

          Added test for retry on connection failure for oneway call.

Thu Nov 15 17:16:12 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/nsgroup_svc.cpp:

        Cleaned up error messages

        * utils/nsgroup/run_test.pl:

        Added negative test for member_add

Thu Nov 15 16:06:29 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/README.nsgroup:
        * utils/nsgroup/nsgroup.cpp:
        * utils/nsgroup/nsgroup_svc.h:
        * utils/nsgroup/nsgroup_svc.cpp:

        Implement group_modify and group_bind operations

        * utils/nsgroup/run_test.pl:

        Add support to positive and negative tests

Thu Nov 15 13:39:11 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          Fix GNU C++ compile error.

Thu Nov 15 13:25:54 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Synch_Invocation.cpp:

          Correct indentation for
          Synch_Oneway_Invocation::remote_oneway().

Wed Nov 14 22:46:39 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/FT_NamingManager.idl:

          Added argument to create_object_group for the load balancing
          strategy. Also added operation to change it dynamically without
          having to use the property interface

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          Support new constructor and manipulator for load balancing
          strategy.

        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:

          Use new operations for load balancing strategy.

        * utils/nsgroup/nsgroup_svc.h:
        * utils/nsgroup/nsgroup_svc.cpp:

Wed Nov 14 21:47:28 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/FT_NamingManager.idl:

          NamingManager no longer inherits from the GenericFactory
          interface, to ensure that names are provided for object
          groups.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          If no load balancing strategy is provided, then default to
          using ROUND_ROBIN.  Prevent warning for group state
          distribution.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

          Prevent warning for group state distribution.

        * orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp:

          Fixed bug in PG_Property_Set::set_property that
          disallowed it from binding a new value when an existing
          one was not present.

        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Test.idl:
        * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:

          Updated tests to set new strategy value, and remove a group
          member while running.

Wed Nov 14 20:24:41 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Invocation_Retry_Params.h:
        * tao/Invocation_Retry_Params.cpp:
        * tao/Invocation_Retry_State.h:
        * tao/Invocation_Retry_State.cpp:
        * tao/ORB_Core.cpp:
        * tao/Synch_Invocation.cpp:
        * tao/default_client.cpp:
        * tao/params.h:
        * tao/params.cpp:

          Added new invocation parameter to indicate max
          retries on reply connection closed and not base
          max retries on comm failure limit. This is done
          to treat retries on reply connection close
          special since it could violate "at most once"
          rule.

        * orbsvcs/tests/ImplRepo/RestartServer/Messenger_i.h:
        * orbsvcs/tests/ImplRepo/RestartServer/Messenger_i.cpp:
        * orbsvcs/tests/ImplRepo/RestartServer/README:
        * orbsvcs/tests/ImplRepo/RestartServer/run_test.pl:

          Update test to account for using max retries on reply
          connection closed.

Wed Nov 14 16:08:57 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:

          Simplified algorithm for Round Robin assuming mostly static
          group members.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

          Fixed bug in locations_of_members.

        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:

          Updates to tests to better match the load balancing approach.

        * orbsvcs/tests/FT_Naming/Load_Balancing/Load_Balancing_Name_Service.mpc:

            Fix case of base project.

Wed Nov 14 14:43:17 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/ORB_Core.cpp:
        * tao/Synch_Invocation.cpp:
        * tao/params.h:
        * tao/params.inl:
        * tao/params.cpp:

          Removed flag I added indicating a forward-once-on-exception
          parameter was set. It was used to short circuit a
          large conditional but it always set and the conditional
          is in error handling code so optimization isn't critical.

Wed Nov 14 03:21:03 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/nsgroup_svc.cpp:
        Changed output for member_show and member_list methods

        * utils/nsgroup/run_test.pl:
        Cleaned up tests

Tue Nov 13 22:28:27 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.h:

          Fix initialization order to avoid warning. Make Round Robin strategy
          destructor virtual.

        * orbsvcs/tests/FT_Naming:
        * orbsvcs/tests/FT_Naming/Load_Balancing:

          Add new directories to hold tests for FT_NamingService

        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.h:
        * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Load_Balancing_Name_Service.mpc:
        * orbsvcs/tests/FT_Naming/Load_Balancing/README:
        * orbsvcs/tests/FT_Naming/Load_Balancing/Test.idl:
        * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/server.cpp:
        * orbsvcs/tests/FT_Naming/Load_Balancing/svc.conf:
        * orbsvcs/tests/FT_Naming/Load_Balancing/windows.conf:
        * orbsvcs/tests/FT_Naming/Load_Balancing/windows.conf.xml:

          Add tests for Load Balancing functionality of FT_Naming Service
        * tao/Client_Strategy_Factory.h:

          Change forward declaration type from class to struct to agree with definition.

Tue Nov 13 22:11:17 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

        * utils/nsgroup/README.nsgroup:

          Updated to reflect changes

        * utils/nsgroup/nsgroup.cpp:
        * utils/nsgroup/nsgroup_svc.h:
        * utils/nsgroup/nsgroup_svc.cpp:

          Change signature for member_add, member_remove, and member_show to not use member string argument.

        * utils/nsgroup/run_test.pl:

          Updated tests

        * utils/utils.mwc:
          Added nsgroup

Tue Nov 13 20:56:30 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * tao/Client_Strategy_Factory.h:
        * tao/Invocation_Retry_Params.h:
        * tao/Invocation_Retry_Params.cpp:
        * tao/Invocation_Retry_State.h:
        * tao/Invocation_Retry_State.cpp:
        * tao/default_client.h:
        * tao/default_client.cpp:
        * tao/params.h:
        * tao/params.cpp:
        * tao/tao.mpc:

          Allow invocation retry params to be specified
          using Client_Strategy_Factory definition in
          service config file in addition to -ORB
          command line parameters.

        * orbsvcs/tests/ImplRepo/RestartServer/client.conf:
        * orbsvcs/tests/ImplRepo/RestartServer/run_test.pl:

          Update test to read a retry parameter from a
          service config file.

Mon Nov 12 23:05:55 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          Catch exception when an invalid IOR is passed in for adding a member
          to an object group.

        * tao/Invocation_Retry_State.cpp:

          Add missing include file.

Mon Nov 12 21:35:01 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * bin/tao_orb_tests.lst:
        * bin/tao_other_tests.lst:

          Added new invocation retry tests.

        * orbsvcs/tests/ImplRepo/RestartServer/RestartServer.mpc:
        * orbsvcs/tests/ImplRepo/RestartServer/Terminator.h:
        * orbsvcs/tests/ImplRepo/RestartServer/Terminator.cpp:

          Added missing files from test.

        * tao/Synch_Invocation.cpp:

          Added support for invocation reply if server sends
          OBJECT_NOT_EXIST or INV_OBJREF exceptions.

        * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/run_test.pl:

          Added configs for OBJECT_NOT_EXIST and INV_OBJREF exceptions.

Mon Nov 12 20:43:25 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/FT_NamingManager.idl:

          Add constants to support the creation of strategies.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Location_Index_Map.h:

          Add new type to maintain the strategy state data.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:

          Implement functionality in support of load balancing strategies.

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Fixed functionality for looking up object groups with matching property value.

Mon Nov 12 18:19:10 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/tests/ImplRepo/RestartServer:

          Renamed test ServerBounce to RestartServer to
          be better compare with ReconnectServer test.

        * orbsvcs/tests/ImplRepo/ServerBounce:
        * orbsvcs/tests/ImplRepo/ServerBounce/Messenger.idl:
        * orbsvcs/tests/ImplRepo/ServerBounce/MessengerClient.cpp:
        * orbsvcs/tests/ImplRepo/ServerBounce/MessengerServer.cpp:
        * orbsvcs/tests/ImplRepo/ServerBounce/Messenger_i.h:
        * orbsvcs/tests/ImplRepo/ServerBounce/Messenger_i.cpp:
        * orbsvcs/tests/ImplRepo/ServerBounce/README:
        * orbsvcs/tests/ImplRepo/ServerBounce/ServerBounce.mpc:
        * orbsvcs/tests/ImplRepo/ServerBounce/run_test.pl:

          Removed these files.

Mon Nov 12 15:25:06 UTC 2012  Byron Harris  <harrisb@ociweb.com>

        * orbsvcs/tests/ImplRepo/ReconnectServer/client.cpp:

          Removed unused POA variable.

        * orbsvcs/tests/ImplRepo/ServerBounce/Messenger.idl:
        * orbsvcs/tests/ImplRepo/ServerBounce/MessengerClient.cpp:
        * orbsvcs/tests/ImplRepo/ServerBounce/MessengerServer.cpp:
        * orbsvcs/tests/ImplRepo/ServerBounce/Messenger_i.h:
        * orbsvcs/tests/ImplRepo/ServerBounce/Messenger_i.cpp:
        * orbsvcs/tests/ImplRepo/ServerBounce/README:
        * orbsvcs/tests/ImplRepo/ServerBounce/ServerBounce.mpc:
        * orbsvcs/tests/ImplRepo/ServerBounce/run_test.pl:

          Test that shows client waiting for the ImR activator
          to re-launch the server using new options
          -ORBForwardOnCommFailureLimit and
          -ORBForwardOnTransientLimit.

        * tao/IIOP_Transport.cpp:
        * tao/Invocation_Adapter.cpp:
        * tao/Invocation_Retry_State.h:
        * tao/Invocation_Retry_State.cpp:
        * tao/Invocation_Utils.h:
        * tao/ORB_Core.cpp:
        * tao/Stub.h:
        * tao/Stub.inl:
        * tao/Stub.cpp:
        * tao/Synch_Invocation.cpp:
        * tao/Transport.h:
        * tao/Transport.cpp:
        * tao/params.h:
        * tao/params.inl:
        * tao/params.cpp:
        * tao/tao.mpc:

          Enhancements to TAO to support invocation retry during
          initial connection to server, during reply from server,
          and when the server reply contains exceptions.


        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Hello.h:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Hello.cpp:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/README:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Retry_On_Connection_Failure.mpc:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Test.idl:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/client.cpp:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/run_test.pl:
        * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/server.cpp:

          Test that shows client trying to connect to server
          rather than throw a TRANSIENT exception when -ORBForwardOnTransientLimit
          is used.

        * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/README:
        * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/Retry_On_Reply_Failure.mpc:
        * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/client.cpp:
        * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/run_test.pl:
        * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/server.cpp:
        * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test.idl:
        * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test_i.h:
        * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test_i.cpp:

          Test that shows client trying invocation to server if
          server replies with exception.

Mon Nov 12 01:20:54 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * utils/nsgroup/nsgroup_svc.cpp:
        * utils/nsgroup/run_test.pl:

          Modify bind_group command to use the -n option and format output
          of group_list command to be more readable.

Sun Nov 11 21:34:42 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/FT_NamingManager.idl:

          Add operation for querying for all registered object groups.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

          Implement operation for querying for all registered object groups.

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Add utility to implement query for all registered object groups.

        * utils/nsgroup/nsgroup_svc.h:
        * utils/nsgroup/nsgroup_svc.cpp:
        * utils/nsgroup/run_test.pl:

          Change signature for group_list to not use Location.  Update implementation
          to use the new operation defined in the NamingManager idl.

Sat Nov 10 20:45:07 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/FT_NamingManager.idl:

          Add operations to create and destroy object groups as well
          as find object groups by name.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:

          Provide implementations for the new operations defined in the FT_NamingManager.idl
          for object group creation, deletion and retrieval by name.

        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

          Add an operation to find an object group with a matching property.
          Primarily used to lookup an object group with a TAO_FT_OBJECT_GROUP_NAME
          property set to the object group name.

        * utils/nsgroup/nsgroup_svc.cpp:

          Update to use the new create, delete and find operations by name.

        * utils/nsgroup/run_test.pl:

          Modifications to tests use naming manager instead of load manager.

Fri Nov  9 22:03:39 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/orbsvcs/Naming/Naming_Loader.cpp:

          Fix incorrect capitalization for included file.

        * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp:

          Fixed missing include and deal with mismatch in size expectations for time_t.

Fri Nov  9 21:20:45 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * orbsvcs/Naming_Service/FT_Naming_Main.cpp:
        * orbsvcs/Naming_Service/FT_Naming_Service.h:
        * orbsvcs/Naming_Service/FT_Naming_Service.cpp:

          Add main and server files to implement the FT_Naming_Service and provide
          refined implementation of the factory method in the FT_Naming_Service.

        * orbsvcs/orbsvcs/Naming/Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:

          Add new files to support the abstract factory pattern in the naming service.
          Persistent_Naming_Context_Factory is the default used in the existing naming
          service.

Fri Nov  9 19:35:51 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

        * MPC/config/ftnaming.mpb:

          Add new base project to support use of the FtNaming library components.

        * orbsvcs/Naming_Service/Naming_Service.h:
        * orbsvcs/Naming_Service/Naming_Service.cpp:

          Refactored to support the use of derived TAO_Naming_Service objects.
          Added factory method operation to allow the derived object to be
          constructed and used.

        * orbsvcs/Naming_Service/Naming_Service.mpc:

          Added FT_Naming_Service project.

        * orbsvcs/orbsvcs/FT_NamingManager.idl:

          Define IDL to be used in FT_Naming_Service to define an aggregated
          interface for PropertyManager, ObjectGroupManager, GenericFactory to
          support the management of ObjectGroups used in the naming service to
          provide a load balancing resolve operation

        * orbsvcs/orbsvcs/FtNaming.mpc:

          Provide a base library for the fault tolerant and load balancing
          features in the FT_Naming_Service.

        * orbsvcs/orbsvcs/Naming/FaultTolerant:

          Directory to hold the new FT_Naming_Service base component implementation
          source.

        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.h:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
        * orbsvcs/orbsvcs/Naming/FaultTolerant/ftnaming_export.h:

          Implements the FT_Naming_Service base classes. Specializes the
          Persistent_Naming_Context to implement the load balancing feature.
          The FT_Naming_Manager provides functionality to create and otherwise
          manage object groups.

        * orbsvcs/orbsvcs/Naming/Naming_Loader.h:
        * orbsvcs/orbsvcs/Naming/Naming_Loader.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Server.h:
        * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h:
        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:

          Refactoring of the Naming service base components to allow specialization
          as required by the FT_Naming_Service.

        * orbsvcs/orbsvcs/cosnaming_serv_persistence.mpb:

          Added the Naming_Context_Factory as an abstract factory base class and
          the Persistent_Naming_Context_Factory as a concrete implementation of
          the abstract factory class.

Thu Nov  8 22:03:59 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * utils/logWalker/PeerProcess.h:
        * utils/logWalker/PeerProcess.cpp:

          Fix a warning not caught in the TAO 2.0a build.

Thu Nov  8 21:57:49 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * utils/logWalker/GIOP_Buffer.h:
        * utils/logWalker/GIOP_Buffer.cpp:

          Adding new files missed by the previous commit.

Thu Nov  8 21:51:42 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * utils/logWalker/HostProcess.h:
        * utils/logWalker/HostProcess.cpp:
        * utils/logWalker/Invocation.h:
        * utils/logWalker/Invocation.cpp:
        * utils/logWalker/Log.h:
        * utils/logWalker/Log.cpp:
        * utils/logWalker/PeerObject.cpp:
        * utils/logWalker/PeerProcess.h:
        * utils/logWalker/PeerProcess.cpp:
        * utils/logWalker/Session.h:
        * utils/logWalker/Session.cpp:
        * utils/logWalker/Thread.h:
        * utils/logWalker/Thread.cpp:
        * utils/logWalker/logWalker.cpp:

          Bringing over changes from OCI TAO 2.0a aimed at improving the
          ability to handle logs from heavily threaded processes and for
          inspecting some request contents for common service operations.

Wed Nov  7 18:04:55 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

        * tests/POA/Non_Retain_System_Id/Non_Retain_System_Id.mpc:

          Changed project name to avoid collision (and to make sense).

Mon Nov  5 22:58:02 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/PortableServer/ServantRetentionStrategyNonRetain.h:
        * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp:

          Force the POA to generate a unique object ID in the case where the ID
          assignment policy is SYSTEM_ID, and the servant retention policy is
          NONRETAIN. Historically this situation was ignored since the ID was only
          considered useful in resolving servants from the AOM or when UISER_ID
          assignment was set. However it is a valid usecase for a servant manager
          or default servant to be used with system generated IDs.

        * tests/POA/Non_Retain_System_Id:

          New test to verify the correctness of the above change.

Fri Nov  2 21:10:42 UTC 2012  Marc Neeley  <neeleym@ociweb.com>

        * tests/Dynamic_TP:
        * tests/Dynamic_TP/POA_Loader:
        * tests/Dynamic_TP/POA_Loader/POA_Loader.mpc:
        * tests/Dynamic_TP/POA_Loader/Test.cpp:
        * tests/Dynamic_TP/POA_Loader/svc.conf:

          Added first set of tests for POA loader.

Fri Nov  2 20:27:56 UTC 2012  Marc Neeley  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:

          Implemented parsing of svc.conf files for mapping POA instances
          to Thread Pool configs.

Mon Oct 29 16:14:14 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/Dynamic_TP/Config_Loader/Config_Loader.mpc:

          Fix the project name so it plays nice with other test projects.

Fri Oct 26 21:53:26 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * MPC/Config/dynamic_tp.mpb:

          A new base project used to simplify integration of the dynamic threadpool
          library into application code.

        * tao/Dynamic_TP/Dynamic_TP_Config.h:
        * tao/Dynamic_TP/Dynamic_TP_Config.cpp:

          Completed the implementation to comply with written definition.

        * tests/Dynamic_TP:
        * tests/Dynamic_TP/Config_Loader:
        * tests/Dynamic_TP/Config_Loader/Config_Loader.mpc:
        * tests/Dynamic_TP/Config_Loader/Test.cpp:
        * tests/Dynamic_TP/Config_Loader/svc.conf:

          A test to validate the config loader.

Thu Oct 25 22:31:31 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_Config.h:
        * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
        * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.h:
        * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.cpp:
        * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:

          Fixed build dependencies, added parsing of configuration parameters.
          not complete, this is an intermediate commit.

        * tao/Dynamic_TP/Dynamic_TP_ORB_ORBInitializer.h:

          Removed this file.

Wed Oct 24 22:37:11 UTC 2012  Marc Neeley  <neeleym@ociweb.com>

        * tao/Dynamic_TP/Dynamic_TP_Config.h:
        * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
        * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:

                Added new class for managing Threadpool Configurations. Continued expanding new Dynamic Threadpool Strategy implementation.

Tue Oct 23 13:07:15 UTC 2012  Marc Neeley  <neeleym@ociweb.com>

        * tao/Dynamic_TP:

        * tao/Dynamic_TP/Dynamic_TP.mpc:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:

                Added csd_threadpool to the mpc file. Began initialization of POA threadpool service.

Mon Oct 22 14:40:47 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Dynamic_TP:

        * tao/Dynamic_TP/Dynamic_TP.mpc:
        * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.h:
        * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
        * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
        * tao/Dynamic_TP/dynamic_tp_export.h:

          New container library for Dynamic Thread Pools applied to either ORB or POA.

Fri Oct 19 17:24:49 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Seq_Var_T.h:
        * tao/Seq_Var_T.inl:
        * tao/VarOut_T.h:
        * tao/VarOut_T.inl:

          Move explicit point dereference operation from variable length
          vars to base so it can be applied to vars for fixed length types
          as well. This is intended to improve portability away from ORBs
          that provided this operation. Caution should be exercised when
          using the returned pointer as the var still owns the reference and
          will clean it up when it goes out of scope.

        * tests/Var_Deref:

          Added a test for the above. The test will not compile unless
          the explicit cast operation is available for fixed types.

Mon Oct 15 18:26:57 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * OCI_RE_ChangeLog:
          Created change log for the OCI Reliability Enhancements branch

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: