forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog-oci_buschd_monitor_2010Jul22
68 lines (45 loc) · 2.42 KB
/
ChangeLog-oci_buschd_monitor_2010Jul22
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
Fri Aug 6 16:25:59 UTC 2010 Don Busch <[email protected]>
* DDS_TAO_all.mwc:
* dds/DCPS/InfoRepoUtils.h:
* examples/DCPS/DistributedContent/run_test.pl:
* tests/DCPS/Messenger/run_corbaloc_test.pl:
* tools/monitor/RepoDialog.ui:
* tools/dissector/packet.cpp:
Resolved code inspection comments from Adam Mitz:
Added DDS_TAO_all.mwc build file instead of modifying DDS_TAO.mwc
Added Doxygen comment to InfoRepoUtils.h
Changed 127.0.0.1 to localhost in test script
Changed "IOR:" to "IOR/Endpoint:" in Monitor GUI
Changed "class" to "struct" in packet.cpp
Fri Aug 6 12:05:59 UTC 2010 Don Busch <[email protected]>
* Merged from r3492 through r3556
Sat Jul 24 20:45:59 UTC 2010 Don Busch <[email protected]>
* DDS_TAO.mwc:
* dds/DCPS/InfoRepoUtils.cpp:
* tests/DCPS/Messenger/run_corbaloc_test.pl:
Fixed DDS_TAO.mwc to build everything in TAO needed for DDS workspace
Catching INV_OBJREF in InfoRepoUtils::get_repo instead of CORBA::Exception
Fixed run_corbaloc_test.pl script to work properly for udp
Fri Jul 23 21:42:19 UTC 2010 Don Busch <[email protected]>
* bin/dcps_tests.lst:
* dds/DCPS/InfoRepoUtils.h:
* dds/DCPS/InfoRepoUtils.cpp:
* dds/DCPS/Service_Participant.cpp:
* examples/DCPS/DistributedContent/run_test.pl:
* tests/DCPS/Messenger/run_corbaloc_test.pl:
* tools/odds_dissector/README:
* tools/odds_dissector/odds_packet.cpp:
* tools/odds_monitor/RepoDialog.ui:
Changed Service_Participant::set_repo_ior to allow InfoRepo IORs
of the form host:port; added Messenger test to exercise.
Fixed bug in DistributedContent test; InfoRepo port was incorrect
Changed default odds_monitor Repo IOR from "corbaloc::iiop:" to "<host>:<port>".
Added odds_monitor documentation for dynamic loading of monitor library
and initialization of monitor in application code.
Added Wireshark 1.3.x compatibility to odds_dissector.
Added documentation to odds_dissector to indicate Wireshark 1.3.x compatibility.
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: