[Ns-commits] tomh/ns-3-ip
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Fri Apr 3 16:28:40 PDT 2009
---- trace consistency changes
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wifi-wired-bridging.cc src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h src/devices/point-to-point/point-to-point-channel.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/mac-low.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/emu-helper.cc src/helper/emu-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 src/helper/yans-wifi-helper.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fec2f830d015
---- Piles of changes for tracing rework
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-bridge-one-hop.cc examples/csma-bridge.cc examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-ping.cc examples/csma-raw-ip-socket.cc examples/csma-star.cc examples/dynamic-global-routing.cc examples/emu-udp-echo.cc examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/realtime-udp-echo.cc examples/second.cc examples/star.cc examples/tap-wifi-dumbbell.cc examples/tcp-large-transfer.cc examples/tcp-nsc-zoo.cc examples/third.cc examples/udp-echo.cc examples/wifi-wired-bridging.cc src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/mac-low.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/wifi-mac.cc src/devices/wifi/!
wifi-mac.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/emu-helper.cc src/helper/emu-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 src/helper/yans-wifi-helper.cc src/helper/yans-wifi-helper.h src/mobility/static-mobility-model.cc src/mobility/static-mobility-model.h src/mobility/static-speed-helper.cc src/mobility/static-speed-helper.h src/mobility/static-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9d2e96c4e6e4
---- remove unneeded packet copies, includes. Rescan
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_wifi.py src/devices/csma/csma-net-device.cc src/devices/emu/emu-net-device.cc src/devices/point-to-point/point-to-point-net-device.cc src/devices/tap-bridge/tap-bridge.cc src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5f837915710a
---- Update CHANGES.html
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/7b0c4017bc36
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/c6c745185930
---- add TraceAll False parameter for API change
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-bridge.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/c5d79ee51ffc
---- Set TCP ACK whenver connection is established (closes bugs 499 and 198)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/78d709bebd55
---- add ACKs to naked FINs
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5ae6683ea586
---- Minor fix to stats example.
user: tjkopena at cs.drexel.edu
files: examples/stats/wifi-example-sim.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/125101b3e24d
---- Add MacPromiscRx, make MacRx non-promisc
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b40ce56e0247
---- xml support for ConfigStore
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/attribute-default-iterator.cc src/contrib/attribute-default-iterator.h src/contrib/attribute-iterator.cc src/contrib/attribute-iterator.h src/contrib/config-store.cc src/contrib/config-store.h src/contrib/file-config.cc src/contrib/file-config.h src/contrib/gtk-config-store.cc src/contrib/gtk-config-store.h src/contrib/raw-text-config.cc src/contrib/raw-text-config.h src/contrib/wscript src/contrib/xml-config.cc src/contrib/xml-config.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fb4423206618
---- make sure we build, even if libxml2 could not be found.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/config-store.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6b73669bb592
---- decrease version requirements.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/bd3eab705407
---- change API based on comments from tom.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/config-store.cc src/contrib/config-store.h src/contrib/gtk-config-store.cc src/contrib/gtk-config-store.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d995bb4131c1
---- don't exit on save
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/config-store.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/196e20a32b50
---- Merge XML config-store
user: Raj Bhattacharjea <raj.b at gatech.edu>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0ffffb0b92c2
---- Update the python bindings
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_contrib.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/7cb2938928d4
---- Fix src/contrib/wscript
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/contrib/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/88efddb08ce6
---- kill dead variables
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/udp-socket-impl.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/8827c9df85a3
---- must clear the list of routing protocols
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6fe2d9ef88a9
---- Bugs 458, swap 2 LOC for 526
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc src/devices/point-to-point/point-to-point-net-device.cc src/internet-stack/internet-stack.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/nsc-tcp-socket-factory-impl.cc src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-l4-protocol.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5854cddf4493
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2050b1c0efdd
---- first cut at enabling OpenVZ scenario
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma-net-device.h src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h src/devices/tap-bridge/tap-creator.cc src/devices/tap-bridge/tap.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2b197a6b4460
---- in BRIDGED_DEVICE mode, tap-bridge acts like a bridge between the tap and the bridged device
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap-bridge.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2cabb9cfae98
---- Clean up some tap bridge dox
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9dafedaa8eb2
---- a little more dox
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/8a999429091b
---- initial modifications to tap-bridge
user: core at samcore1.nettech.boeing.com
files: src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h src/devices/tap-bridge/tap-creator.cc src/devices/tap-bridge/wscript src/helper/tap-bridge-helper.cc src/helper/tap-bridge-helper.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2f5b0ec50102
---- test out the tap-bridge modes and update the example
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap-wifi-dumbbell.cc src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h src/devices/tap-bridge/tap-creator.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/af8a40d5c2cb
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap-wifi-dumbbell.cc src/devices/csma/csma-net-device.h src/devices/tap-bridge/tap-bridge.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/141f01bbfa8b
---- tutorial changes for allinone
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/getting-started.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ef09115f80ca
---- clean up tutorial up through tweaking section
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/conceptual-overview.texi doc/tutorial/getting-started.texi doc/tutorial/introduction.texi doc/tutorial/tweaking.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/11a2cda6a096
---- wrap up tutorial updates
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/getting-started.texi doc/tutorial/tweaking.texi examples/second.cc examples/third.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ebb973fdb763
---- fix some tutorial nits
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/getting-started.texi doc/tutorial/tweaking.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6f7c05fd0f9b
---- wifi-wired-bridging does not need to call GlobalRouteManager
user: Tom Henderson <tomh at tomh.org>
files: examples/wifi-wired-bridging.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0ef6dfed1dbd
---- Fix a previous regexp substitution that went too far
user: Tom Henderson <tomh at tomh.org>
files: src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-route-manager-impl.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d8501bae8be1
---- Make Names API return void not bool, rescan for Python Bindings
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_tap_bridge.py src/core/names.cc src/core/names.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/cc2db3e6bcae
---- fix mac osx python bindings
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/834a7ac30481
---- don't use pthread option under cygwin
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b25665f81754
---- Update CHANGES for ns-3.4 from hg log
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f1c83e54e541
---- RELEASE_NOTES for ns-3.4
user: Craig Dowell <craigdo at ee.washington.edu>
files: RELEASE_NOTES
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5791e06dc1d1
---- RELEASE_NOTES shouldn't refer to past releases as future releases
user: Craig Dowell <craigdo at ee.washington.edu>
files: RELEASE_NOTES
url: http://code.nsnam.org/tomh/ns-3-ip/rev/cf08bd85770d
---- use tar xjf instead of bunzip in tutorial
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/getting-started.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9da5383b0c87
---- prettify CHANGES and add behavior changed section for ns-3.4
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9ec113d84cc8
---- Update AUTHORS for ns-3.4
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: AUTHORS
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5396ecd09060
---- Tag ns-3.4
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: .hgtags
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a4f0b6527129
---- Less error hiding anti-pattern when running regression tests.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b8528d30dfb3
---- fix typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/tutorial/in-process/introduction.texi examples/csma-broadcast.cc samples/main-simulator.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/bf8c338c7820
---- merge with ns-3-dev
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/introduction.texi examples/csma-multicast.cc src/devices/tap-bridge/tap-bridge.cc src/internet-stack/internet-stack.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/routing/global-routing/global-route-manager-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/06e8e06b47f0
---- fix a couple of merge nits
user: Tom Henderson <tomh at tomh.org>
files: scratch/udp-echo-new.cc src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/59042050e9a5
More information about the Ns-commits
mailing list