[Ns-commits] tomh/ns-3-ip
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Sun May 10 22:57:20 PDT 2009
---- fix csma-broadcast for regression script
user: Tom Henderson <tomh at tomh.org>
files: examples/csma-broadcast.cc regression/tests/test-csma-broadcast.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e120085037ad
---- Fix bug 529 (logged values in hex after using Ipv6Address::Print).
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: src/node/ipv6-address.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/abf229efd655
---- Add code that, when waf is updated in a future version, makes sure python bindings are re-generated whenever the optional features set changes.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a20c4300f959
---- revert gtk-config-store in csma-broadcast example
user: Tom Henderson <tomh at tomh.org>
files: examples/csma-broadcast.cc regression/tests/test-csma-broadcast.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/33085beb900d
---- Fix receiving bug in BridgeNetDevice regarding packet for the node itself
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/bridge/bridge-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/280cfa81fa8f
---- noiseFloor -> noiseFigure (bug 543)
user: Nicola Baldo <nbaldo at cttc.es>
files: src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/56a5bf298339
---- scan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6fb63a0725a8
---- bug 475: GammaVariable and ErlangVariable
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: samples/main-random-variable.cc samples/wscript src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0a250f44e0ed
---- bug 544: TypeId::AddTraceSource should assert on duplicate trace source name
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e753d14618a3
---- rename attribute from Position to PositionAllocator to avoid conflict with Position attribute defined in ns3::MobilityModel
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/random-waypoint-mobility-model.cc utils/python-unit-tests.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f4a73242f151
---- detect duplicate attributes, even in parent classes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/da28becd0a92
---- bug 542: invalid trace paths
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-ap.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/cbbc344586fc
---- bug 498: Object Name Service Obsoletes Legacy Naming
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/bridge/bridge-channel.cc src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/devices/csma/csma-channel.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.cc 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/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/node/channel.cc src/node/channel.h src/node/net-device.h src/node/node.cc src/node/simple-net-device.cc src/node/simple-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/bad9eed19283
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_node.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/689bece0b361
---- bug 531: Adds NonUnicastMode attribute to WifiRemoteStationManager
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/951aec5a7b9a
---- bug 548: missing license header
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dcf-manager-test.cc src/devices/wifi/dcf-manager.cc src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-test.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/acc6c801f785
---- Upgrade to WAF 1.5.4
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/waf bindings/python/wscript regression.py src/wscript waf wscript wutils.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/179f86838e62
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/85fa469a8ecf
---- waf fix
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/20a0a6244177
---- bug 534: non-const Ptr<T>::operator * () returns const reference
user: Nicola Baldo <nbaldo at cttc.es>
files: src/core/ptr.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e7873b6d3f5e
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0d55474796e8
---- make ./waf check pass again.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/wifi-mode.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/771b9f0005d6
---- Detect valgrind memory leak reports; based on patch by Mathieu Lacage; closes bug #532
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wscript wutils.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a1c7bc503a0c
---- script typo fix; bug #551.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/89302376729e
---- bug 536: aarf-cd rate control
user: Federico Maguolo <maguolof at dei.unipd.it>
files: examples/wifi-adhoc.cc src/devices/wifi/aarfcd-wifi-manager.cc src/devices/wifi/aarfcd-wifi-manager.h src/devices/wifi/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/12b3fcf84fc5
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/33cf509840d3
---- coding style
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6886a39dfc47
---- use manager variables instead of per-station variables
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.cc src/devices/wifi/aarfcd-wifi-manager.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a74d21ce3298
---- cleanup a bit
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.cc src/devices/wifi/aarfcd-wifi-manager.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5327282789fc
---- add reference to paper
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/dd889b47f446
---- cleanup
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarf-wifi-manager.cc src/devices/wifi/aarf-wifi-manager.h src/devices/wifi/arf-wifi-manager.cc src/devices/wifi/arf-wifi-manager.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/8a1b890c99cc
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4593d476d627
---- cara rate control
user: Federico Maguolo <maguolof at dei.unipd.it>
files: examples/wifi-adhoc.cc src/devices/wifi/cara-wifi-manager.cc src/devices/wifi/cara-wifi-manager.h src/devices/wifi/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a7636758695f
---- cleanup
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-remote-station-manager.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4772bf5bc4b3
---- order similarly to base class
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/cara-wifi-manager.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/968b98374cf6
---- handle rts somewhat better
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.cc src/devices/wifi/aarfcd-wifi-manager.h src/devices/wifi/cara-wifi-manager.cc src/devices/wifi/cara-wifi-manager.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/528d4150d2ac
---- make debug builds work again
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/939a6ec84bf1
---- fix typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/cara-wifi-manager.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0b349dad4332
---- Enable the link option --enable-auto-import on cygwin; closes #525.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0572c4011b3d
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a30d9fc6f1ea
---- register a correct TypeId
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/rraa-wifi-manager.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/04bbe6fbdf3a
---- output rraa simulation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-adhoc.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4b42ad1b0e12
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6095f91e6a64
---- bug 552: build with gcc 4.4
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h src/devices/emu/emu-encode-decode.cc src/devices/tap-bridge/tap-creator.cc src/devices/tap-bridge/tap-encode-decode.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/596eb8034443
---- Now _really_ fix #551
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ded7c46b986b
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/1f04a2c4fddb
---- HierarchicalMobilityModel: allow the parent model to be NULL, make the child/parent setters public, and add more detailed documentation; closes bug #511
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/mobility/hierarchical-mobility-model.cc src/mobility/hierarchical-mobility-model.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/08cfbddc55f9
---- actually reset callbacks in the socket's DoDispose method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9c638ff9f732
---- rework olsr
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py src/helper/olsr-helper.cc src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h src/routing/olsr/olsr-repositories.h src/routing/olsr/olsr-state.h src/routing/olsr/repositories.h src/routing/olsr/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e63305078fe5
---- remove dead files
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-routing-table.cc src/routing/olsr/olsr-routing-table.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/8d689bf4405f
---- merge with olsr crap
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h src/routing/olsr/olsr-routing-table.cc src/routing/olsr/olsr-routing-table.h src/routing/olsr/repositories.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/bf9c03ebc855
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_node.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5e4790eea56f
---- good god, there should be no reason to call Dispose directly here.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9e9c734b927e
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/55ccad74d7cc
---- rename
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_olsr.py src/helper/olsr-helper.cc src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h src/routing/olsr/wscript utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/579bbfe8bb65
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f71fd5bfc4ad
---- cleanup raw sockets on Ipv4L3Protocol shutdown
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/1c3138bce75e
---- Make the --enable-sudo option work correctly again
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/63c04791fae2
---- Upgrade to WAF 1.5.5
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/contrib/wscript src/core/wscript src/simulator/wscript src/wscript waf wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fc00cd53d37b
---- Fix a build script bug
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ffab83e88af3
---- put DeviceName Attribute back in emu net device
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a64e987a727a
---- File for documenting API changes of this repo
user: Tom Henderson <tomh at tomh.org>
files: README.api
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d942c257847d
---- Ipv4::ifIndex -> Ipv4::interface
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/routing.texi src/helper/ipv4-address-helper.cc src/helper/static-multicast-route-helper.cc src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/ipv4-global-routing.cc src/internet-stack/ipv4-global-routing.h src/internet-stack/ipv4-impl.cc src/internet-stack/ipv4-impl.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-static-routing.cc src/internet-stack/ipv4-static-routing.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/node/ipv4.cc src/node/ipv4.h src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h src/routing/olsr/olsr-routing-table.cc src/routing/olsr/olsr-routing-table.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d99061f1167c
---- implementation and plumbing of Ipv4InterfaceAddress class
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-impl.cc src/internet-stack/ipv4-impl.h src/internet-stack/ipv4-interface.cc src/internet-stack/ipv4-interface.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/node/ipv4-interface-address.cc src/node/ipv4-interface-address.h src/node/ipv4.h src/node/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e493e80274bd
---- update documentation
user: Tom Henderson <tomh at tomh.org>
files: README.api
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2aae35f2287f
---- Implementation cut over to use Ipv4InterfaceAddress
user: Tom Henderson <tomh at tomh.org>
files: examples/global-routing-slash32.cc examples/mixed-wireless.cc examples/static-routing-slash32.cc src/devices/tap-bridge/tap-bridge.cc src/helper/ipv4-address-helper.cc src/helper/ipv4-interface-container.cc src/helper/ipv4-interface-container.h src/internet-stack/arp-ipv4-interface.cc src/internet-stack/arp-l3-protocol.cc src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/ipv4-end-point-demux.cc src/internet-stack/ipv4-impl.cc src/internet-stack/ipv4-impl.h src/internet-stack/ipv4-interface.cc src/internet-stack/ipv4-interface.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/node/ipv4.cc src/node/ipv4.h src/routing/global-routing/global-router-interface.cc src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-routing-table.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/db81fdcb06e7
---- Update README
user: Tom Henderson <tomh at tomh.org>
files: README.api
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ac217f25fe70
---- Remove class Ipv4Impl
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/internet-stack.cc src/internet-stack/ipv4-impl.cc src/internet-stack/ipv4-impl.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/wscript src/node/ipv4.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2a05a47dba22
---- update api documentation
user: Tom Henderson <tomh at tomh.org>
files: README.api
url: http://code.nsnam.org/tomh/ns-3-ip/rev/3ad10f8db106
---- merge with tip
user: Tom Henderson <tomh at tomh.org>
files: src/devices/tap-bridge/tap-bridge.cc src/internet-stack/ipv4-l3-protocol.cc src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-table.cc src/routing/olsr/olsr-routing-table.h src/routing/olsr/repositories.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/44c7757fb216
---- fix merge issues
user: Tom Henderson <tomh at tomh.org>
files: src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/bbbc2e622f50
---- Remove m_peer from Ipv4InterfaceAddress class (unused member)
user: Tom Henderson <tomh at tomh.org>
files: src/node/ipv4-interface-address.cc src/node/ipv4-interface-address.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/3e6c3e4b55bd
---- rescan bindings
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e63da65e8fb9
---- merge with tip
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/68b89964dd28
---- remove temporary README.api
user: Tom Henderson <tomh at tomh.org>
files: README.api
url: http://code.nsnam.org/tomh/ns-3-ip/rev/85344a688fbb
---- update CHANGES.html
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/1114152c44dd
---- bug 553: Running code built with a special gcc
user: Gustavo Carneiro <gjcarneiro at gmail.com>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2e79cbd62d28
---- Make sure the 'g++ -print-file-name' code does not break if gcc doesn't know anything about the libstdc++.so file.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/dff0992d7cce
---- Force valgrind to not be used for Python tests
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wscript wutils.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fd90dd412e67
---- remove dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a1f63bb47434
---- don't link the tap-creator helper into the ns3 library
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/tap-bridge/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e2b87ce61cef
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0868b79a6be4
---- bug 537: no support to build static ns-3 binaries
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/wscript wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/25d38a0c9851
---- enable static libns3 builds for python module
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/wscript wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4d9d3ff807a9
---- Backed out changeset 4d9d3ff807a9
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/wscript wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/dced016d5f49
---- enable static builds, even when python is enabled
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/wscript src/wscript wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/489abe44ed7e
---- bug 533: Multiplication of Scalar variables does not give expected result
user: Faker Moatamri <faker.moatamri at sophia.inria.fr>
files: src/simulator/high-precision-128.cc src/simulator/high-precision-128.h src/simulator/time.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/7d096e399d77
---- improve internals documentation
user: Faker Moatamri <faker.moatamri at sophia.inria.fr>
files: src/simulator/high-precision-128.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fd344e3bceac
---- ensure we use a correct typename for the TypeId
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/dca-txop.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a07440ab970c
---- keep track of sequence number on per-destination basis
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/mac-tx-middle.cc src/devices/wifi/mac-tx-middle.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/3858687497ce
---- coding style
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-tx-middle.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/18ba3459e177
---- add amsdu field
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-mac-header.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/427cec7079f3
---- new methods to look in the packet queue
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/wifi-mac-queue.cc src/devices/wifi/wifi-mac-queue.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f6243535620f
---- rename 'index' variable to 'type'
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mac-queue.cc src/devices/wifi/wifi-mac-queue.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/54141b0e8f9f
---- shared facility for qos support
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/qos-tag.cc src/devices/wifi/qos-tag.h src/devices/wifi/qos-utils.cc src/devices/wifi/qos-utils.h src/devices/wifi/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e10005ac0701
---- mark copy constructor and assignment operator as private to avoid exporting wifi-mac-queue.h for python bindings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dca-txop.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/938c96b15fa7
---- Add WifiMacHelper
user: Mirko Banchi <mk.banchi at gmail.com>
files: examples/mixed-wireless.cc examples/stats/wifi-example-sim.cc examples/tap-wifi-dumbbell.cc examples/third.cc examples/wifi-adhoc.cc examples/wifi-ap.cc examples/wifi-wired-bridging.cc src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-test.cc src/devices/wifi/wscript src/helper/nqos-wifi-mac-helper.cc src/helper/nqos-wifi-mac-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h src/helper/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/39f119de91ef
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_node.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ef566eeff84f
---- add qos MACs
user: Mirko Banchi <mk.banchi at gmail.com>
files: examples/simple-wifi-frame-aggregation.cc examples/wscript src/devices/wifi/amsdu-subframe-header.cc src/devices/wifi/amsdu-subframe-header.h src/devices/wifi/edca-txop-n.cc src/devices/wifi/edca-txop-n.h src/devices/wifi/msdu-aggregator.cc src/devices/wifi/msdu-aggregator.h src/devices/wifi/msdu-standard-aggregator.cc src/devices/wifi/msdu-standard-aggregator.h src/devices/wifi/qadhoc-wifi-mac.cc src/devices/wifi/qadhoc-wifi-mac.h src/devices/wifi/qap-wifi-mac.cc src/devices/wifi/qap-wifi-mac.h src/devices/wifi/qsta-wifi-mac.cc src/devices/wifi/qsta-wifi-mac.h src/devices/wifi/wscript src/helper/qos-wifi-mac-helper.cc src/helper/qos-wifi-mac-helper.h src/helper/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/76a169b3db3d
---- bug 377: --lcov-report not working fully
user: Faker Moatamri <faker.moatamri at sophia.inria.fr>
files: utils/lcov/geninfo
url: http://code.nsnam.org/tomh/ns-3-ip/rev/412842631b1d
---- Add explicit socket close to udp echo for consistency
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/59e19500509d
---- fix texinfo errors
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/attributes.texi doc/manual/csma.texi doc/manual/emulation.texi doc/manual/manual.texi doc/manual/new-models.texi doc/manual/point-to-point.texi doc/manual/realtime.texi doc/manual/tcp.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a0b70aae6217
---- Added new ns-3.5 wifi features in RELEASE_NOTES
user: Mirko Banchi <mk.banchi at gmail.com>
files: RELEASE_NOTES
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d567b96b88e6
---- Added API changes for wifi helpers
user: Mirko Banchi <mk.banchi at gmail.com>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4726838efe7c
---- Swap values of QosAckPolicy
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/wifi-mac-header.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/44706d4a3c5e
---- fix texinfo warnings
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/attributes.texi doc/manual/callbacks.texi doc/manual/manual.texi doc/manual/new-models.texi doc/manual/objects.texi doc/manual/random.texi doc/manual/routing.texi doc/manual/troubleshoot.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f7f93b5b8431
---- merge with tip
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/52545d1aaa4a
---- expand emu search for creator, don't check FCS
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/973e0e873127
---- new emu-ping example
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/emu-ping.cc examples/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/74983e885cdd
---- bug 558: qos-tag.h is gone missing from wscript
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f6a774af3c52
---- explain rationale for current GetMulticast methods
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/7d85d92cf64f
---- help python bindings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/edca-txop-n.h src/devices/wifi/qadhoc-wifi-mac.h src/devices/wifi/qap-wifi-mac.h src/devices/wifi/qsta-wifi-mac.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0608881b163f
---- rescan python bindings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f5ef533e56e4
---- fix small pdf generation problem reported by Faker
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/manual.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/301bb1ddac7e
---- remove Mac48Address::IsMulticast
user: Fabian Mauchle <f1mauchl at hsr.ch>
files: src/devices/csma/csma-net-device.cc src/devices/emu/emu-net-device.cc src/devices/wifi/qap-wifi-mac.cc src/node/mac48-address.cc src/node/mac48-address.h src/node/simple-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/af26433b13bc
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_node.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/be14bd6680f4
---- update CHANGES.html
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/c8dd5497e809
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ff67a80fff1d
---- update wifi.h
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/wifi.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e404c4e63681
---- update tutorial
user: Mirko Banchi <mk.banchi at gmail.com>
files: doc/tutorial/building-topologies.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d00fb31c5291
---- Fix Python bindings build with gcc < 4
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4a527879c7ab
---- fix access class table
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/wifi.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fcb74b52e91b
---- update manual
user: Mirko Banchi <mk.banchi at gmail.com>
files: doc/manual/wifi.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/7fd695d4b9a7
---- remove Control-M from example
user: Tom Henderson <tomh at tomh.org>
files: examples/emu-ping.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/41a18c7aecfc
---- Fix build on osx-ppc optimized gcc 4.0.1
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/edca-txop-n.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5e3d1c06662f
---- pass regression tests on mingw
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/dynamic-global-routing.cc examples/global-routing-slash32.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/54cb46af8003
---- attempt to detect broken --enable-static invocations.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/56fc927210c6
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/3e4e052d5058
---- enable darwin static builds
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/8d9f6e489f94
---- enable static builds on cygwin
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e2fc73a10bad
---- enable python+static build on osx
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/c47d51e4b286
---- major merge and cleanup
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/manual.texi examples/csma-multicast.cc examples/emu-ping.cc examples/global-routing-slash32.cc examples/static-routing-slash32.cc scratch/ip.cc src/applications/udp-echo/udp-echo-server.cc src/devices/tap-bridge/tap-bridge.cc src/helper/ipv4-address-helper.cc src/helper/ipv4-interface-container.h src/helper/ipv4-static-routing-helper.cc src/helper/ipv4-static-routing-helper.h src/helper/olsr-helper.cc src/helper/static-multicast-route-helper.cc src/helper/static-multicast-route-helper.h src/helper/wscript src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/internet-stack.cc src/internet-stack/ipv4-global-routing.cc src/internet-stack/ipv4-global-routing.h src/internet-stack/ipv4-interface.cc src/internet-stack/ipv4-interface.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-list-routing-impl.cc src/internet-stack/ipv4-list-routing-impl.h src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stac!
k/ipv4-routing-table-entry.cc src/internet-stack/ipv4-routing-table-entry.h src/internet-stack/ipv4-static-routing-impl.cc src/internet-stack/ipv4-static-routing-impl.h src/internet-stack/ipv4-static-routing.cc src/internet-stack/ipv4-static-routing.h src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/internet-stack/wscript src/node/ipv4-interface-address.cc src/node/ipv4-interface-address.h src/node/ipv4-list-routing.cc src/node/ipv4-list-routing.h src/node/ipv4-route.cc src/node/ipv4-route.h src/node/ipv4-routing-protocol.cc src/node/ipv4-routing-protocol.h src/node/ipv4-routing-table-entry.cc src/node/ipv4-routing-table-entry.h src/node/ipv4-static-routing.cc src/node/ipv4-static-routing.h src/node/ipv4.cc src/node/ipv4.h src/node/multicast-vif.cc src/node/multicast-vif.h src/node/wscript src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-route-manager-impl.h src!
/routing/global-routing/global-router-interface.cc src/routing/olsr/ol
sr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h src/routing/olsr/olsr-routing-table.cc src/routing/olsr/olsr-routing-table.h src/routing/olsr/repositories.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/8560c26f7c7d
---- remove unused (so far) multicast API; some copyright cleanup
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-list-routing-impl.cc src/internet-stack/ipv4-list-routing-impl.h src/node/ipv4-list-routing.h src/node/ipv4-route.cc src/node/ipv4-route.h src/node/ipv4-routing-protocol.cc src/node/ipv4-routing-protocol.h src/node/ipv4-static-routing.h src/node/ipv4.h src/node/multicast-vif.cc src/node/multicast-vif.h src/node/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/304c7e641526
More information about the Ns-commits
mailing list