[Ns-commits] craigdo/ns-3-regression

code@nsnam-code.ece.gatech.edu code at nsnam-code.ece.gatech.edu
Mon Mar 31 16:31:19 PDT 2008


---- port to helper API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: tutorial/tutorial-linear-dumbbell.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/5f2d7dcb31d2


---- port to helper API.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: tutorial/hello-simulator.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/64ec8658372e


---- port to helper API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: tutorial/tutorial-csma-echo.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/8853eda7b339


---- port to helper API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: tutorial/tutorial-csma-echo-ascii-trace.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/6d39cd4aef81


---- port to helper API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: tutorial/tutorial-csma-echo-pcap-trace.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/23c5900c3fdc


---- port to helper API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: tutorial/point-to-point-ipv4-topology.cc tutorial/point-to-point-ipv4-topology.h tutorial/tutorial-star.cc tutorial/wscript
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/edb3d28c7f9a


---- remove dead comment
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/simple-global-routing.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/e949c567019c


---- remove example of p2p static routing: this requires using the low-level API and we don't want to show how to do this.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/simple-point-to-point.cc examples/wscript
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/452b1fb20d3c


---- use static method syntax to setup tracing
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/simple-global-routing.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/14449d494cc1


---- port to helper API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/simple-point-to-point-olsr.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/8e1f6f923c51


---- add ns2's stupid prefix on each ascii line output.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/wifi-helper.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/b7fc97e2f256


---- add back max simulation time on olsr example
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/simple-point-to-point-olsr.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/a743c59882a0


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/0c7ea4fe5771


---- convert to helper API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: tutorial/tutorial-point-to-point.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/691017035b78


---- do not include internet-node.h
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/global-routing/global-router-interface.cc src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/4bcc29436feb


---- do not use InternetNode
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/udp-socket.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/2344451f63c9


---- do not include internet-node.h
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/internet-stack.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/cfb5b6336025


---- kill dead code.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/csma/csma-ipv4-topology.cc src/devices/csma/csma-ipv4-topology.h src/devices/csma/csma-topology.cc src/devices/csma/csma-topology.h src/devices/csma/wscript src/devices/point-to-point/point-to-point-topology.cc src/devices/point-to-point/point-to-point-topology.h src/devices/point-to-point/wscript src/internet-node/internet-node.cc src/internet-node/internet-node.h src/internet-node/wscript
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/f0b90b0fb7f8


---- get rid of channel during dispose
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/simple-net-device.cc src/node/simple-net-device.h
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/8bb0479b0949


---- fix typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/simple-net-device.h
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/f9a1f455951f


---- add missing license headers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/application-container.cc src/helper/application-container.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/mobility-helper.cc src/helper/mobility-helper.h src/helper/net-device-container.cc src/helper/net-device-container.h src/helper/node-container.cc src/helper/node-container.h src/helper/olsr-helper.cc src/helper/olsr-helper.h src/helper/on-off-helper.cc src/helper/on-off-helper.h src/helper/packet-sink-helper.cc src/helper/packet-sink-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/static-multicast-route-helper.cc src/helper/static-multicast-route-helper.h src/helper/udp-echo-helper.cc src/helper/udp-echo-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h src/node/simple-net-device.cc src/node/simple-net-device.h
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/f3474fd850b2


---- remove 'All rigts reserved' keyword per tom's suggestion
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-packet-printer.cc samples/main-tw.cc src/common/data-rate.cc src/common/data-rate.h src/common/data-writer.cc src/common/data-writer.h src/common/header.h src/common/packet-metadata.h src/common/packet.cc src/common/packet.h src/common/pcap-writer.cc src/common/pcap-writer.h src/common/tag-registry.cc src/common/tag-registry.h src/common/tag.h src/common/tags.cc src/common/tags.h src/common/trailer.h src/core/assert.h src/core/attribute-list.cc src/core/attribute-list.h src/core/breakpoint.cc src/core/breakpoint.h src/core/callback-test.cc src/core/callback.h src/core/fatal-error.h src/core/ptr.cc src/core/ptr.h src/core/singleton.h src/core/system-wall-clock-ms.h src/core/test.cc src/core/test.h src/core/traced-callback.cc src/core/traced-callback.h src/core/type-id.cc src/core/type-id.h src/core/uid-manager.cc src/core/uid-manager.h src/core/unix-system-wall-clock-ms.cc src/core/win32-system-wall-clock-ms.cc src/devices/csma/backoff.cc src/devices/csma/!
 csma-channel.cc src/devices/csma/csma-net-device.cc src/devices/point-to-point/point-to-point-channel.cc src/devices/point-to-point/point-to-point-net-device.cc src/devices/wifi/wifi-trace.cc src/devices/wifi/wifi-trace.h src/helper/application-container.cc src/helper/application-container.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/mobility-helper.cc src/helper/mobility-helper.h src/helper/net-device-container.cc src/helper/net-device-container.h src/helper/node-container.cc src/helper/node-container.h src/helper/ns2-mobility-helper.cc src/helper/ns2-mobility-helper.h src/helper/olsr-helper.cc src/helper/olsr-helper.h src/helper/on-off-helper.cc src/helper/on-off-helper.h src/helper/packet-sink-helper.cc src/helper/packet-sink-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/udp-echo-helper.cc src/helper/udp-echo-helper.h src/helper/wifi-help!
 er.cc src/helper/wifi-helper.h src/internet-node/arp-cache.cc src/inte
rnet-node/arp-cache.h src/internet-node/arp-header.cc src/internet-node/arp-header.h src/internet-node/arp-ipv4-interface.cc src/internet-node/arp-ipv4-interface.h src/internet-node/arp-l3-protocol.cc src/internet-node/arp-l3-protocol.h src/internet-node/ascii-trace.cc src/internet-node/ascii-trace.h src/internet-node/internet-stack.cc src/internet-node/internet-stack.h src/internet-node/ipv4-checksum.cc src/internet-node/ipv4-checksum.h src/internet-node/ipv4-end-point-demux.cc src/internet-node/ipv4-end-point-demux.h src/internet-node/ipv4-end-point.cc src/internet-node/ipv4-end-point.h src/internet-node/ipv4-header.cc src/internet-node/ipv4-header.h src/internet-node/ipv4-impl.cc src/internet-node/ipv4-impl.h src/internet-node/ipv4-interface.cc src/internet-node/ipv4-interface.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l3-protocol.h src/internet-node/ipv4-l4-demux.cc src/internet-node/ipv4-l4-demux.h src/internet-node/ipv4-l4-protocol.cc src/internet-n!
 ode/ipv4-l4-protocol.h src/internet-node/ipv4-loopback-interface.cc src/internet-node/ipv4-loopback-interface.h src/internet-node/ipv4-static-routing.cc src/internet-node/ipv4-static-routing.h src/internet-node/pcap-trace.cc src/internet-node/pcap-trace.h src/internet-node/pending-data.cc src/internet-node/pending-data.h src/internet-node/sequence-number.cc src/internet-node/sequence-number.h src/internet-node/udp-header.cc src/internet-node/udp-header.h src/internet-node/udp-impl.cc src/internet-node/udp-impl.h src/internet-node/udp-l4-protocol.cc src/internet-node/udp-l4-protocol.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-direction-2d-mobility-model.h src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.h src/node/address-utils.cc src/node/address-utils.h src/node/drop-tail-queue.cc src/node/drop-tai!
 l-queue.h src/node/ethernet-header.cc src/node/ethernet-header.h src/n
ode/ethernet-trailer.cc src/node/ethernet-trailer.h src/node/inet-socket-address.cc src/node/inet-socket-address.h src/node/ipv4-address.cc src/node/ipv4-address.h src/node/ipv4-route.cc src/node/ipv4-route.h src/node/ipv4.cc src/node/ipv4.h src/node/llc-snap-header.cc src/node/llc-snap-header.h src/node/net-device.cc src/node/net-device.h src/node/node-list.cc src/node/node-list.h src/node/packet-socket-factory.cc src/node/packet-socket-factory.h src/node/queue.cc src/node/queue.h src/node/simple-net-device.cc src/node/simple-net-device.h src/node/socket-factory.cc src/node/socket-factory.h src/node/udp.cc src/node/udp.h utils/bench-packets.cc utils/bench-simulator.cc utils/mobility-generator.cc utils/replay-simulation.cc utils/run-tests.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/1aab57845b07


---- remove unused code.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: tutorial/energy-model.cc tutorial/energy-model.h tutorial/energy.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/1f877789ae56


---- quiet dox warning
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/application-container.h
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/f1e044cf2430


---- change pcap filename template to be slightly more coherent.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: tutorial/tutorial-csma-echo-pcap-trace.cc tutorial/tutorial-linear-dumbbell.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/67b88d7bad6c


---- change pcap filename template to be slightly more coherent.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/mixed-global-routing.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/tcp-large-transfer.cc examples/udp-echo.cc
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/d120c4ca2d24


---- generate .pcap postfix for pcap filenames
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/b30d4ece2bbb


---- bump up version number.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: VERSION
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/c21b6aedb8fb


---- update platform build matrix and example program.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: README
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/eed8d933cdf0


---- initial draft of release notes.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/d6a128110975


---- add Federico to author list.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: AUTHORS
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/857ef6510264


---- add guillaume vu-brugier to author list
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: AUTHORS
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/6e2d19edddae


---- quiet clone and pull
user: Craig Dowell <craigdo at ee.washington.edu>
files: regression/regression.py
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/2c9890f41feb


---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/simple-point-to-point.cc src/devices/csma/csma-ipv4-topology.cc src/devices/csma/csma-ipv4-topology.h src/devices/csma/csma-topology.cc src/devices/csma/csma-topology.h src/devices/point-to-point/point-to-point-topology.cc src/devices/point-to-point/point-to-point-topology.h src/internet-node/internet-node.cc src/internet-node/internet-node.h tutorial/energy-model.cc tutorial/energy-model.h tutorial/energy.cc tutorial/point-to-point-ipv4-topology.cc tutorial/point-to-point-ipv4-topology.h
url: http://code.nsnam.org/craigdo/ns-3-regression/rev/eaa1a8467872




More information about the Ns-commits mailing list