[Ns-commits] /home/raj/ns-3-dev
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Thu Mar 19 10:59:47 PDT 2009
---- Bug 400: allow /32 addresses to be used on IPv4 interfaces
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/udp-socket-impl.cc src/node/ipv4-address.cc src/node/ipv4-address.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/0339a8ad5983
---- merge with tip
user: Tom Henderson <tomh at tomh.org>
files: src/node/icmp-socket.cc src/node/icmp-socket.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e2feb7992608
---- Drop packets in Ipv4L3Protocol::Receive if interface is down
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7658bcc28d8d
---- Segregate Ipv4GlobalRouting from Ipv4StaticRouting; add API for deleting and recomputing global routes
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/wscript src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-route-manager-impl.h src/routing/global-routing/global-route-manager.cc src/routing/global-routing/global-route-manager.h src/routing/global-routing/global-router-interface.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/ec65107df095
---- Add processing logic for stub links in global routing code
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 src/routing/global-routing/global-route-manager.h src/routing/global-routing/global-router-interface.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/34908804c029
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files: src/node/icmp-socket.cc src/node/icmp-socket.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a31b0b04a8ac
---- add missing files
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-global-routing.cc src/internet-stack/ipv4-global-routing.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4d63e53d26ba
---- Remove redundant m_txTrace in ipv4-l3-protocol
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/8a40a7ab4744
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/cb1f2beeee9c
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1210035e1828
---- Fix bug358; return EINVAL for inappropriate listen() call
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b2f4788d3db7
---- update RELEASE_NOTES for ns-3.3
user: Craig Dowell <craigdo at ee.washington.edu>
files: RELEASE_NOTES
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/f33cbf6b051c
---- Added tag ns-3.3-RC1 for changeset f33cbf6b051c
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/34867ca7d597
---- fix optimized build
user: Tom Henderson <tomh at tomh.org>
files: src/routing/global-routing/global-route-manager-impl.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1db8fca96193
---- Fix a couple of OLSR bugs (#415)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-state.cc src/routing/olsr/olsr-state.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/8658841e4782
---- Removed tag ns-3.3-RC1
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d97b4527ec9b
---- rescan bindings
user: Craig Dowell <craigdo at ee.washington.edu>
files: 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_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.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_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a84f2ab246e6
---- Added tag ns-3.3-RC1 for changeset a84f2ab246e6
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/fce227ad1f13
---- fix bug 431 -- memory leak in bridge net device
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wifi-wired-bridging.cc src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/66afcfdff6a7
---- Support TCP delackcount>2 (bug 250)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7a636112d9cd
---- Don't ignore TCP acks received in CLOSE_WAIT state (fixes bug 392)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-l4-protocol.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/f0905724cee0
---- Fix nsc/python-scan task descriptions
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript src/internet-stack/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4daeb41d7fc1
---- start of emulation chapter in manual
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/Makefile doc/manual/emulation.texi doc/manual/figures/emulated-channel.dia doc/manual/figures/testbed.dia
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e1e886e0edec
---- some words about emulation
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/emulation.texi doc/manual/figures/emulated-channel.dia doc/manual/manual.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/dee10444d76e
---- scale emulation dia drawings down since HTML won't do it
user: craigdo at ns-test
files: doc/manual/figures/emulated-channel.dia doc/manual/figures/testbed.dia
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b8aee70ee401
---- tweak emulated-channel.dia
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/figures/emulated-channel.dia
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b440ce9699e0
---- add some things to release notes and changes.html; revise README
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html README RELEASE_NOTES
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4f370a1b637c
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/0fd0b399ac5c
---- tweak testbed.dia
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/figures/testbed.dia
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/db58b913084a
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b978fd9e026d
---- Add new objects chapter to manual
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/manual.texi doc/manual/objects.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/44d4f4d768dd
---- finish up a decent emulation chapter in manual
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/emulation.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/cfafbc337dbb
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/654eed5f3ad0
---- Added tag ns-3.3-RC2 for changeset 654eed5f3ad0
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/5918a4bec9e2
---- updated emulation dias
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/figures/emulated-channel.dia doc/manual/figures/testbed.dia
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/bace6dec0337
---- cleanup manual Makefile
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/Makefile
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/36052c1dd7ab
---- add to CSMA dox for trace sources
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/cb912b415b7d
---- some corrections to the new object chapter
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/objects.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/cac6551f95eb
---- Remove stray ^M that snuck into examples
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/second.cc examples/third.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6cc096bc0761
---- Add reasonable data rate and delay to csma channels; update tutorial
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/building-topologies.texi examples/second.cc examples/third.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/9bda1a9c0eb2
---- bug 411 -- apply Raj's patch
user: raj.b at gatech.edu
files: src/applications/onoff/onoff-application.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/2277ff80158c
---- make a pass through doxygen fixing errors
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/attribute.h src/core/type-id.h src/helper/application-container.h src/helper/on-off-helper.h src/internet-stack/ipv4-l4-protocol.h src/internet-stack/udp-l4-protocol.h src/node/socket.h src/routing/olsr/olsr-routing-table.h src/simulator/scheduler.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a66553c56a8f
---- Added tag ns-3.3-RC3 for changeset a66553c56a8f
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/59f227f48259
---- bug 436: missing doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/config.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7a1a377c3900
---- bug 435: file names are not consistent
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/wscript src/helper/yans-wifi-helper.cc src/helper/yans-wifi-helper.h src/helper/yans-wifi-phy-helper.cc src/helper/yans-wifi-phy-helper.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/07bf8da834e0
---- bug 435: API doc update
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/wifi-helper.h src/helper/yans-wifi-helper.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3f87cca47331
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_stats.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a12900ea255e
---- bug 405: add more context to wifi logging
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 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
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/49a08376f196
---- bug 440: fix build of tutorial example third.cc
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/third.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b181e89d45f1
---- couple of small typos
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/third.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7ddad22e007a
---- bug 440: update tutorial
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/tutorial/building-topologies.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e5843adc7d22
---- bug 441: double precision issue on x86 32bit systems.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/onoff/onoff-application.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d6f0c6f47cc4
---- cleanup some trace dox
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b8feac108e89
---- fix bug 230, rescan bindings
user: mathieu.lacage at sophia.inria.fr
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/simulator-impl.h src/simulator/simulator.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/76cb8ed8fe98
---- patch for bug433-- data rates
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/common/data-rate.cc src/common/data-rate.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/0aab87b46780
---- some device trace source documentation
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma-net-device.cc src/devices/csma/csma.h src/devices/emu/emu.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point.h src/devices/wifi/wifi.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/2fd3041c3c29
---- add dynamic global routing example script
user: Tom Henderson <tomh at tomh.org>
files: AUTHORS examples/dynamic-global-routing.cc examples/global-routing-slash32.cc examples/static-routing-slash32.cc examples/wscript src/routing/global-routing/global-router-interface.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7dc122811f0c
---- New examples, build and test tutorial examples
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wscript regression/tests/test-dynamic-global-routing.py regression/tests/test-global-routing-slash32.py regression/tests/test-second.py regression/tests/test-static-routing-slash32.py regression/tests/test-third.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c032743d087c
---- Null forked TCP socket callbacks, and communicate EOF to higher layers (bugs 423 and 365)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/applications/packet-sink/packet-sink.cc src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b6349d9c007e
---- Merge
user: Raj Bhattacharjea <raj.b at gatech.edu>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/76848c77cd84
---- hg-ignore .mob files (mobility traces)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: .hgignore
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/88e8d69b15f2
---- more documentation to address trace sources bugs
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/csma.texi src/devices/csma/csma.h src/devices/emu/emu-net-device.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4521a81f94b8
---- doc nits and a new point-to-point device section for the manual
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/point-to-point.texi src/devices/emu/emu.h src/devices/point-to-point/point-to-point.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/ea1dd6fcaf55
---- an emu device chapter for the manual
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/emu.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7c053d22ffc0
---- A few documentation nits
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/attributes.texi doc/manual/routing.texi doc/manual/sockets.texi examples/dynamic-global-routing.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4fa0b1ed5240
---- some dox for internet-stack tracing
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/internet-stack.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/f8a5d0a63f4e
---- Mathieu's patch: Avoid stack explosion (bug 417)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/ipv4-end-point.cc src/internet-stack/ipv4-end-point.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/142c13a3975f
---- Add a minimum RTO (adapted from Mathieu, bug 418)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/rtt-estimator.cc src/internet-stack/rtt-estimator.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d320dea20aca
---- add device chapters to manual
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/manual/figures/snir.dia doc/manual/manual.texi doc/manual/point-to-point.texi doc/manual/routing.texi doc/manual/wifi.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/dfd0bc16dc99
---- Added tag ns-3.3-RC4 for changeset dfd0bc16dc99
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e4b42930e37a
---- bug 448: V4Ping Application Sends uint32_t Data in Host Order
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/applications/v4ping/v4ping.cc src/applications/v4ping/v4ping.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/58ae52c5845f
---- Added tag ns-3.3-RC5 for changeset 58ae52c5845f
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/cb86fb0fd36e
---- fixed seeds for tutorial examples and updates to tutorial to match
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi examples/first.cc examples/second.cc examples/third.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/13c1916747f2
---- gustavo's retcode patch for regression
user: gjc at inescporto.pt
files: wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4267fd454004
---- Added tag ns-3.3-RC6 for changeset 4267fd454004
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/2efae18e7379
---- Added tag ns-3.3 for changeset 2efae18e7379
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d26a4018a9ef
---- Fix misprints in tutorial (bug 453)
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/node.texi doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/in-process/introduction.texi doc/tutorial/tweaking.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/2b675a0b3b94
---- Add --with-nsc configuration option
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6abf5a0f12d7
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/helper/yans-wifi-phy-helper.cc src/helper/yans-wifi-phy-helper.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/ca0ea1ed6fc8
---- mixed-wireless was not instantiating a stationManager in helper
user: Tom Henderson <tomh at tomh.org>
files: examples/mixed-wireless.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/749cf964666a
---- fix course change notification portion of the script
user: Tom Henderson <tomh at tomh.org>
files: examples/mixed-wireless.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a17503f15f8c
---- Additional cleanup of mixed-wireless; get packets to flow across different device technologies
user: Tom Henderson <tomh at tomh.org>
files: examples/mixed-wireless.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a8f42518c058
---- virtualize ErrorRateModel
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_wifi.py src/devices/wifi/error-rate-model.cc src/devices/wifi/error-rate-model.h src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-test.cc src/devices/wifi/wscript src/devices/wifi/yans-error-rate-model.cc src/devices/wifi/yans-error-rate-model.h src/helper/yans-wifi-helper.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c6f634d0fc6f
---- remove public static variables. Use public static methods
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/interference-helper.cc src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/yans-error-rate-model.cc src/devices/wifi/yans-wifi-phy.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/50a070c2750c
---- ensure that all wifi modes are registered
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/df2f5e1ea15b
---- fix typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/jakes-propagation-loss-model.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c52c1814bd5e
---- fix coding style
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/jakes-propagation-loss-model.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d5d8f079f3bd
---- remove uneeded PeekPointer calls
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/jakes-propagation-loss-model.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/865d27306bdb
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1c47d32e8503
---- fix coding style
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/time.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/8b99076fcd96
---- bug 455: Scalar(0.1) / Scalar(1.25) has no effect
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision-128.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/607136a642c3
---- a Calendar queue without resizing.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/calendar-scheduler.cc src/simulator/calendar-scheduler.h src/simulator/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/83d920cdfd3f
---- resize calendar queue. Slow :/
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/calendar-scheduler.cc src/simulator/calendar-scheduler.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6b55bbcf6f6b
---- add back asserts
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/calendar-scheduler.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3d2b3b35b4fb
---- optimize resizing
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/calendar-scheduler.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/ee134e4f44c5
---- introduce lastPrio to handle resizing correctly
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/calendar-scheduler.cc src/simulator/calendar-scheduler.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3df44c5a1ec1
---- simplify the implementation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/calendar-scheduler.cc src/simulator/calendar-scheduler.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/62bed1686d48
---- handle calendar scheduler in bench
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/bench-simulator.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/f983d157bbff
---- add SchedulerType global variable
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/calendar-scheduler.cc src/simulator/calendar-scheduler.h src/simulator/heap-scheduler.cc src/simulator/heap-scheduler.h src/simulator/list-scheduler.cc src/simulator/list-scheduler.h src/simulator/map-scheduler.cc src/simulator/map-scheduler.h src/simulator/simulator.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d1df606b20f8
---- bug 460: ListPositionAllocator bug
user: Mauro Tortonesi <mauro.tortonesi at unife.it>
files: src/mobility/position-allocator.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6f982d5f7b54
---- bug 461: RandomWaypointMobilityModel broken
user: Mauro Tortonesi <mauro.tortonesi at unife.it>
files: src/mobility/random-waypoint-mobility-model.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/752edcf2480b
---- bug 459: Simulator::Run does nothing after Simulator::Stop is called
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/default-simulator-impl.cc src/simulator/realtime-simulator-impl.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a68a42e667f6
---- update prev even if it is null
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/helper/yans-wifi-helper.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/5c7df2c1cfc5
---- PropagationLossModel::GetLoss -> CalcRxPower. Add ThreeLogDistancePropagationLossModel.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: samples/main-propagation-loss.cc src/devices/wifi/jakes-propagation-loss-model.cc src/devices/wifi/jakes-propagation-loss-model.h src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h src/devices/wifi/yans-wifi-channel.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/251351372d8d
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_simulator.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/200676be351f
---- extend gnuplot classes
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: examples/wifi-adhoc.cc src/contrib/gnuplot.cc src/contrib/gnuplot.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/359e0a1b5cf8
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_contrib.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/343056c3b5d0
---- add tex package for nakagami doc formula
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/doxygen.conf
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/803720fc9f31
---- Upgrade to new WAF, work in progress
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript doc/build.txt regression.py src/applications/onoff/wscript src/applications/packet-sink/wscript src/applications/udp-echo/wscript src/applications/v4ping/wscript src/common/wscript src/contrib/stats/wscript src/contrib/wscript src/core/wscript src/devices/bridge/wscript src/devices/csma/wscript src/devices/emu/wscript src/devices/point-to-point/wscript src/devices/wifi/wscript src/helper/wscript src/internet-stack/wscript src/mobility/wscript src/node/wscript src/routing/global-routing/wscript src/routing/olsr/wscript src/simulator/wscript src/wscript utils/wscript waf wscript wutils.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/10222f483860
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/f18c257dd25e
---- Fix --python-scan
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript src/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d2309cf765d8
---- Convert warning to Logs.warn (waf api change)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/165b38956c24
---- correct dependency problem
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e0eb69d55e40
---- New WAF cflags tool, to add back the compilation flags (debug/optimized)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: waf wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/430a6edb0fa0
---- Correct way to enable WAF autoconfigure
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c2ad9c39fa06
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/wifi/wscript src/simulator/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a785ca39a10c
---- bug 412: support more arguments in callbacks.
user: Providence.Salumu <Providence.Salumu at gmail.com>
files: src/core/callback.h src/core/traced-callback.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/5d226c752e85
---- 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_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b7c683c2479e
---- Append the NSC kernel dirs to LD_LIBRARY_PATH
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/5780617d9521
---- Gracefully ignore missing pkg-config
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/bc8a646b1338
---- Upgrade WAF; fix Darwin (OSX) build problems.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript waf wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1c67ab5f959a
---- Don't build or fetch NSC/pybindgen, those tasks are now moved to ns-3-allinone
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript src/internet-stack/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d2e461e575f4
---- Put back the variable NSC_RELEASE_NAME in the wscript; it is read by the download script in allinone.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/af7080be99d4
---- add wifi multicast support. Based on patch by Mauchle Fabian.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dca-txop.cc src/devices/wifi/mac-low.cc src/devices/wifi/mac-rx-middle.cc src/devices/wifi/mac-tx-middle.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-remote-station-manager.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/210d64d11998
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/03e024533100
---- add wifi features to release notes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/74180c1a3af9
---- Bug 467: waf configure enables python after detecting pybindgen is missing
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/048db3e90b9b
---- Don't set a value for env['INCLUDEDIR']; pointless as it is not used. Should fix bug #466.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/5a5d8b94047a
---- fix for bug451-- arp cache
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/arp-cache.cc src/internet-stack/arp-cache.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/dd514b5e0bc6
---- Make Simulator::IsFinished () take into account the stop time. Needed to run custom simulation loops (see bug 375)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/simulator/default-simulator-impl.cc src/simulator/realtime-simulator-impl.cc src/simulator/simulator.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/31945ecb17e2
---- Bug 375: Ctrl-C does not always work when running Python simulations
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_simulator.py bindings/python/ns3module_helpers.cc bindings/python/ns3modulegen_core_customizations.py bindings/python/ns3modulescan.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/37dbf76b4c66
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1c88eb82a9b0
---- Add dependency annotations for the task that generates Python bindings
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e52c06d86145
---- Correct documentation
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/simulator/simulator.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/55cab933bb57
---- RealtimeEventLock is gone
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3dda1049f0d8
---- Fix build for systems without posix threads library
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: samples/wscript src/simulator/simulator.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/8e5d0354c509
---- empty skeleton for ns2 calendar scheduler
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/ns2-calendar-scheduler.cc src/simulator/ns2-calendar-scheduler.h src/simulator/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1ce7e093a930
---- memleak
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/calendar-scheduler.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6bd9d7331edd
---- add new comparison operators.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/scheduler.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7d5024b3f882
---- test calendar+ns2calendar schedulers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4b919c166ec3
---- ns-2 calendar code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/ns2-calendar-scheduler.cc src/simulator/ns2-calendar-scheduler.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4542370485ef
---- add missing copyright/license statement
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/ns2-calendar-scheduler.cc src/simulator/ns2-calendar-scheduler.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e0fc1999118c
---- add missing include
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/ns2-calendar-scheduler.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/971dea40af4d
---- bug 329: pcap files generated in native win32 (mingw) are always corrupt
user: Guillaume Vu-Brugier <gvubrugier at gmail.com>
files: src/common/pcap-writer.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/03dc74055f8a
---- examples/wifi-ap.cc ported to Python (minus tracing)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/wifi-ap.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/cf230d65623b
---- Remove the last remnants of local pybindgen handling (allinone takes care of pybindgen now)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/ca51ffa0d02b
---- Fix WifiMacQueue typeid registration
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/wifi/wifi-mac-queue.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3a5b1ed17edc
---- Remove no longer needed WAF command execution win32 workaround
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a7dfdc073085
---- On native win32, we cannot use -D_DEBUG when compiling Python extensions
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/19147674758a
---- Make it easy to turn on profiling of pybindgen
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/ce8be572c4d4
---- Update waf; closes #466.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: waf
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/625ff60e1865
---- bug 472: fix build with gcc 3.4.6
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/ns2-calendar-scheduler.cc src/simulator/ns2-calendar-scheduler.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c0e44280dc27
---- waf --run now takes either full path to a program or just the (flat) program name, for all C++ programs
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript wutils.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/92bae583f934
---- Cleanup: remove regression reference traces downloading code (moved to allinone)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1a251c8ad317
---- Don't abuse os.chdir so much (not thread safe)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wscript wutils.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/04170734fa8b
---- Wifi internal architecture diagram
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: doc/WifiArchitecture.dia doc/WifiArchitecture.png src/devices/wifi/wifi.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/57c61d98942b
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6fd6081263be
---- Add a dashed box around DcaTxop and MacRxMiddle in the wifi architecture figure; closes #447.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: doc/WifiArchitecture.dia doc/WifiArchitecture.png
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a1c1d2b187f6
---- Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes #480.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py regression/tests/test-csma-bridge.py regression/tests/test-csma-broadcast.py regression/tests/test-csma-multicast.py regression/tests/test-csma-one-subnet.py regression/tests/test-csma-packet-socket.py regression/tests/test-csma-ping.py regression/tests/test-csma-raw-ip-socket.py regression/tests/test-csma-star.py regression/tests/test-dynamic-global-routing.py regression/tests/test-global-routing-slash32.py regression/tests/test-ns2-mob.py regression/tests/test-realtime-udp-echo.py regression/tests/test-second.py regression/tests/test-simple-error-model.py regression/tests/test-simple-global-routing.py regression/tests/test-simple-point-to-point-olsr.py regression/tests/test-static-routing-slash32.py regression/tests/test-tcp-large-transfer.py regression/tests/test-tcp-nsc-lfn.py regression/tests/test-third.py regression/tests/test-udp-echo.py regression/tests/test-wifi-wired-bridging.py wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a6c5ccfa3451
---- Try to guess the location of the reference traces, when --with-regression-traces is not given (#478)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/ec4e46b9547b
---- Try to guess pybindgen location (more #478)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6f8542536217
---- Try to guess NSC location (finally closes #478)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/5a5f0c04b98b
---- (from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1dfe215a2b73
---- Bug #323: waf --valgrind doesn't check for valgrind first
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wscript wutils.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/9ffcf2400aa5
---- librt is need not for threading primitives but for the real time scheduler
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/core/wscript src/simulator/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/51f223987b89
---- Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/core/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4bbe798b0dab
---- EmuNetDevice also depends on the availibility of threading support
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/emu/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/8f403a728b57
---- Fix 'no newline at the end of file' compilation error in the pthread test
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/core/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/383d47fa7444
---- Don't use the flag -pthread on darwin to avoid warning message
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/core/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d2ec423e4576
---- samples/main-test-sync also depends on the realtime optional feature
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: samples/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b5e1f3870314
---- Workaround WAF issue 325 for generating module header files
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/0ba0346d655b
---- add wifi-architecture figure to manual
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/manual/wifi.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3c5cb537653f
---- Make sure to call ns3.Simulator.Destroy() before python exit to avoid segmentation faults on program exit.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3/__init__.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4132bb61ab3c
---- Interpret regression program non-zero exit as a test failure, instead of showing a traceback.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/9b1f5d58dfb6
---- Skip the NSC test when valgrind is enabled.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py regression/tests/test-csma-bridge.py regression/tests/test-tcp-nsc-lfn.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/9bddd87225a9
---- Skip the NSC-based regression test on non-linux platforms
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression/tests/test-tcp-nsc-lfn.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/71260995880e
---- Upgrade waf to 1.5.3; closes #474.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: waf
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6f24531bb23e
---- Skip the real-time udp echo test if real-time support not compiled in.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression/tests/test-realtime-udp-echo.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/04d39d5b5e20
---- start a manual section on new models
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/manual/manual.texi doc/manual/new-models.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a104b592cba3
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3e819441bc75
---- Fix TagBuffer::ReadU64 bug.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/common/tag-buffer.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/ae89ef24fa1b
---- Fix waf --pyrun bug
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wutils.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c1303bd63eb5
---- examples/first.cc ported to Python
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/first.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/9f4c2934473d
---- add an object name service
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/names.cc examples/wscript src/core/config.cc src/core/object-names.cc src/core/object-names.h src/core/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d45e62c78504
---- Brute force all of the helpers to use object name service
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/names.cc src/helper/application-container.cc src/helper/application-container.h src/helper/bridge-helper.cc src/helper/bridge-helper.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/emu-helper.cc src/helper/emu-helper.h src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/ipv4-interface-container.cc src/helper/ipv4-interface-container.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/packet-socket-helper.cc src/helper/packet-socket-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/hel!
per/udp-echo-helper.cc src/helper/udp-echo-helper.h src/helper/v4ping-helper.cc src/helper/v4ping-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h src/helper/yans-wifi-helper.cc src/helper/yans-wifi-helper.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6bbf05bf4826
---- make simple version of Names:Add even simpler. Use that in examples/names.cc
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/names.cc src/core/object-names.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3f7f08d9daad
---- fix crasher in config
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/config.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/59f784af5db6
---- fix crasher in config unit tests
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/config.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7f7823a31f77
---- add examples of Config::Set to example names.cc
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/names.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c59fdf82869b
---- add NamesPriv cleanup for code that doesn't use simulator -- for valgrind-clean runs
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/config.cc src/core/object-names.cc src/core/object-names.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/bb930262e55c
---- a little more doxygen for object-names.h
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/object-names.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/805af0f9ddd9
---- rename object-names.{cc,h} to names.{cc,h} per convention
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/config.cc src/core/names.cc src/core/names.h src/core/object-names.cc src/core/object-names.h src/core/wscript src/helper/application-container.cc src/helper/bridge-helper.cc src/helper/csma-helper.cc src/helper/emu-helper.cc src/helper/internet-stack-helper.cc src/helper/ipv4-interface-container.cc src/helper/mobility-helper.cc src/helper/net-device-container.cc src/helper/node-container.cc src/helper/olsr-helper.cc src/helper/on-off-helper.cc src/helper/packet-sink-helper.cc src/helper/packet-socket-helper.cc src/helper/point-to-point-helper.cc src/helper/static-multicast-route-helper.cc src/helper/udp-echo-helper.cc src/helper/v4ping-helper.cc src/helper/wifi-helper.cc src/helper/yans-wifi-helper.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/5d8530130930
---- move a function definition in names.cc for a little more clarity
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/names.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7f1a5bd869e5
---- Alloc clients to omit /Names/ in Names::Find
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/names.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6a3dbc49cfa9
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/682eb88ed29e
---- Testmeister Tom found a bug in Names::Add for his shortcut semantics
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/names.cc src/core/names.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/682a4cae7a5f
---- beef up a couple of comments in example names.cc
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/names.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/99e350f3f7b4
---- add a Rename function to the object name service to facilitate auto naming
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/names.cc src/core/names.cc src/core/names.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/93bb91eae5cd
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/10e3985a1a0b
---- rename names.cc to object-names.cc
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/names.cc examples/object-names.cc examples/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/88a793cc5540
---- update log component name
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/object-names.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7746b99a0957
---- QueryObject comment changed to GetObject
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/names.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/40e3876f8090
---- some naming changes suggested by Gustavo
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/config.cc src/core/names.cc src/core/names.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/2b6dba4062e1
---- a few tests, a little reorganization for clarity
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/names.cc src/core/names.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/76a72bc63d06
---- more dox for names
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/names.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a9cd1bb4afd6
---- endless loops are not a good thing
user: craigdo at ee.washington.edu
files: src/core/names.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a4747d84fd6a
---- Merge names branch
user: Raj Bhattacharjea <raj.b at gatech.edu>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d8019fbcc7fe
---- checkpoint tap development
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-tap-bridge.cc examples/wscript src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h src/devices/tap-bridge/tap-encode-decode.cc src/devices/tap-bridge/tap-encode-decode.h src/devices/tap-bridge/tap-sock-creator.cc src/devices/tap-bridge/tap.h src/devices/tap-bridge/waf src/devices/tap-bridge/wscript src/helper/tap-bridge-helper.cc src/helper/tap-bridge-helper.h src/helper/wscript src/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/8c48682b3d42
---- checkpoint tap bridge
user: Craig Dowell <craigdo at ee.washington.edu>
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/tap-sock-creator.cc src/devices/tap-bridge/wscript src/wscript wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1f6ae48061a9
---- checkpoint tap
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/40789460dd8c
---- checkpoint tap
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap-bridge.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/eaba645ea35c
---- wire needed values into tap-bridge Attribute system, but figure out as many as possible in the default case
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-tap-bridge.cc src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h src/helper/tap-bridge-helper.cc src/helper/tap-bridge-helper.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7e444dc749ee
---- last connections on tap-bridge, start flowing packets
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-tap-bridge.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//home/raj/ns-3-dev/rev/3d8f0d101f79
---- checkpoint tap progress
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-tap-bridge.cc src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d966e2ded46d
---- turn on checksums in example csma-tap-bridge and tweaks to make ping demo work
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-tap-bridge.cc src/devices/csma/csma-net-device.cc src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-creator.cc src/internet-stack/arp-header.cc src/internet-stack/arp-l3-protocol.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/8e5bdeb6a71b
---- teach enable-sudo to be a config time thing
user: Craig Dowell <craigdo at ee.washington.edu>
files: wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/902589866374
---- fixed previous wscript mods not entirely successful
user: Craig Dowell <craigdo at ee.washington.edu>
files: wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/206e9271168a
---- add a more complicated tap example that uses routing.
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap-dumbbell.cc examples/wscript src/devices/tap-bridge/tap-bridge.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a7983f5acf98
---- expand comments in tap-dumbbell.cc to suggest some things to do
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap-dumbbell.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1c364e33ae57
---- correct net numbering
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap-dumbbell.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/31a57b66cef5
---- cleanup, doxygen, prepare for review
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-tap-bridge.cc examples/wscript 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//home/raj/ns-3-dev/rev/0246ffdff112
---- add a wifi example for the tap bridge
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap-dumbbell.cc examples/tap-wifi-dumbbell.cc examples/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1212830d6f76
---- no need to do SendFrom in tap-bridge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap-bridge.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/bd8625e5913a
---- tweak wifi example, fix waf problems (thanks to Gustavo)
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap-wifi-dumbbell.cc src/devices/tap-bridge/tap-creator.cc wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/2758871405b7
---- clean up wrong and misleading comments
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1ec09ce94019
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c7c44a32a7c5
---- remove old example
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap-dumbbell.cc examples/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d335731bf41f
---- use __attribute__ ((unused))
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap-bridge.cc src/internet-stack/arp-header.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/18b802510f59
---- remove misguided __attribute__ ((unused))s
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/point-to-point/ppp-header.cc src/devices/tap-bridge/tap-bridge.cc src/internet-stack/arp-header.cc src/node/ipv4-address-generator.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e7a525be7dc2
---- don't build tap-bridge-helper or tap-wifi-dumbbell if tap-bride not enabled
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wscript src/helper/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6740cafc08a9
---- tighten up configuration reqs for tap and emu
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/wscript src/devices/tap-bridge/tap-creator.cc src/devices/tap-bridge/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/f1d57182d491
---- emu depends on netpacket/packet.h
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/900966cabdc6
---- remove unnecessary includes in tap-bridge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap-bridge.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e03522d77b63
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3d72a7d0d864
---- work around to allow FreeBSD to run tap-bridge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/wscript wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b6734a5d920c
---- add code to work around tap-creator
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap-bridge.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/dc82976872b5
---- no creator option in tap-bridge should be off by default
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap-bridge/tap-bridge.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/38b10e48f5b5
---- Merge tap branch
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/62e3ae1c4974
---- add names support to tap bridge helper
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/tap-bridge-helper.cc src/helper/tap-bridge-helper.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/819e09dac21a
---- WAF: fix Task.maxjobs=1 (for sudo); icc flags.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: waf wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e0a27ec2991a
---- Python: wrap std::ostream/ofstream, for ascii tracing.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/ns3modulegen_core_customizations.py bindings/python/wscript examples/wifi-ap.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/ed59d07c5373
---- clean up transmit abort nonsense
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma-net-device.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3aca059abe63
---- add byte mode
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/node/drop-tail-queue.cc src/node/drop-tail-queue.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7e0ff1be867a
---- quiet second.cc and third.cc when running as regression tests
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/second.cc examples/third.cc regression/tests/test-second.py regression/tests/test-third.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/761a6ee97850
---- Optimize Send/SendFrom on BridgeNetDevice by using the learned MAC associations when possible, instead of flooding to all bridge ports.
user: Aleksey Kovalenko <kovalenko at iitp.ru>
files: src/devices/bridge/bridge-net-device.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b41ff644fd6e
---- bug 506 -- remove name version of SetPositionAllocator
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/mobility-helper.cc src/helper/mobility-helper.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/511a086fde07
---- For regression testing, use python modules filecmp and difflib instead of an external diff command, to improve portability (e.g. mingw). Closes #330.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/272cabf60878
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/53a87941480f
---- Rescan python bindings.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1b2a20c85856
---- Print demangled callback signatures if they mismatch. bug #507
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/core/callback.cc src/core/callback.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/751691462d36
---- Missing include of stdlib.h for free() in callback.cc
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/core/callback.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/279c3dbe7572
---- tutorial fixes from Ruben Merz
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/manual.texi doc/tutorial/tweaking.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/11043ba9a122
---- Fix build of Python bindings on systems with no support for TabBridge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/ef9ae8962bbb
---- bug 500: make DcaTxop accessible through an attribute.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 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
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/42c89b271a69
---- bug 486: patches for icc compilation.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: examples/csma-star.cc examples/emu-udp-echo.cc src/common/packet-metadata-test.cc src/core/object.h src/devices/point-to-point/point-to-point-channel.cc src/devices/wifi/rraa-wifi-manager.cc src/internet-stack/ipv4-l3-protocol.cc src/node/queue.cc src/routing/olsr/olsr-header.cc src/simulator/time.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/da9be6abb1b2
---- bug 465: mixed-wireless.py does not work anymore.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/11cae8936153
---- bug 487: add association/disassociation hooks in Nqsta.
user: Francesco Malandrino <francesco.malandrino at gmail.com>
files: src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a21c19c4cd81
---- typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/global-value.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a598c8983ced
---- implement NS_GLOBAL_VALUE
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/global-value.cc src/core/global-value.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/49039ae7bc3d
---- remove uneeded blank line
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/global-value.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4be8f8fc7756
---- add support for NS_ATTRIBUTE_DEFAULT
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-base.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/621e2ef9e7b8
---- bug 509: backoff CW growth is invalid
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/dcf-manager.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/9494663cf1c9
---- Proposed RNG API changes
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: 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_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.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_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py examples/csma-bridge-one-hop.cc examples/csma-bridge.cc examples/csma-bridge.py examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/csma-ping.cc examp!
les/csma-raw-ip-socket.cc examples/csma-star.cc examples/first.cc examples/global-routing-slash32.cc examples/realtime-udp-echo.cc examples/second.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/star.cc examples/static-routing-slash32.cc examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/tcp-star-server.cc examples/third.cc examples/wifi-wired-bridging.cc src/core/random-variable.cc src/core/random-variable.h src/devices/csma/backoff.cc src/mobility/random-direction-2d-mobility-model.cc src/routing/olsr/olsr-agent-impl.cc utils/run-tests.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/debf1a8a96d3
---- Merge
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_simulator.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7f7331a4c165
---- Merge
user: Raj Bhattacharjea <raj.b at gatech.edu>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/bdce17c3a0e8
---- Expose RNG seed/run # to attributes; bindings update
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_simulator.py src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/73b49aa25221
---- Undo a change which does not compile
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/rng-stream.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/509a818e8cdf
---- Fix old code that crept in
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/86a97665dcb0
---- Commit Mathieu's coding style cleanup of random-variable
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc src/core/random-variable.h src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/40e5d5af3c71
---- Apply Mathieu's change: remove all calls to SetSeed
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/csma-bridge-one-hop.cc examples/csma-bridge.cc examples/csma-bridge.py examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/csma-ping.cc examples/csma-raw-ip-socket.cc examples/csma-star.cc examples/first.cc examples/global-routing-slash32.cc examples/realtime-udp-echo.cc examples/second.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/star.cc examples/static-routing-slash32.cc examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/tcp-star-server.cc examples/third.cc examples/wifi-wired-bridging.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/f1d873a81159
---- Mathieu's patch: update users of GetSingleValue
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/devices/csma/backoff.cc src/devices/csma/backoff.h src/devices/wifi/random-stream.cc src/devices/wifi/random-stream.h src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-direction-2d-mobility-model.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/a08201e94eb2
---- Michelle's bounds patch
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b30027eeb387
---- Update the bindings
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b9158015b8aa
---- Remove the nonsensical GetSeed
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4814b2348908
---- Update the bindings for GetSeed change
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/1a7aced59ed6
---- Get/Set the package seed in a static variable
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6f9f859bae8b
---- Explicit cast and correction in wifi/RandomStream
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/devices/wifi/random-stream.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/8d2d1e6c390b
---- Sync with dev
user: raj at nsnam.ece.gatech.edu
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/db7d9ee72d1d
---- Almost have env variable support for RNG right
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc src/core/random-variable.h src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7ec503ed040d
---- Fix previous changeset
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc src/core/rng-stream.cc utils/run-tests.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c070d2fca46d
---- Sync with ns-3-dev
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py examples/second.cc examples/third.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6ef5bba17bf9
---- Rescan the bindings
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_tap_bridge.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/f086b7b943b8
---- Merge in rng-changes branch
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/csma-star.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/4d3a27e39fa6
---- fix build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/tap-wifi-dumbbell.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/f03281563857
---- kill dead API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/f6d7db7580ff
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 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_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.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_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c35796bc0b4b
---- improve coherency between UniformVariable and RandomVariable, explain why the extra overload is necessary.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3d4788bd1ddd
---- add regression tests back
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d84e644c9692
---- let GlobalValue do RNG environment variable processing
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/rng-stream.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7c98934dcccd
---- win32 build fixes.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/49d337cba9db
---- align manual with new RNG code
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/random.texi
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/b61705329366
---- clarify the working between SeedManager set/get seed and the underlying package seed, in comments
user: Tom Henderson <tomh at tomh.org>
files: src/core/random-variable.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d1b2785e4509
---- Make ipv4-interface.h, ipv4-l3-protocol.h, and ipv4-static-routing.h private. Closes #370.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_internet_stack.py src/internet-stack/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/6e0c97efccd0
---- Bug 485: implement deserialization of normal/gaussian random variables
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/core/random-variable.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c2d4a91bcc8a
---- fix for bug 468
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/arp-cache.cc src/internet-stack/arp-cache.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/724c9442a9f0
---- move private method to public
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/d0c112652632
---- handle zero-size attribute list.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-list.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/c82988c68a35
---- Compile python bindings with -fvisibility=hidden, when possible. Closes #515.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/732b877beb23
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/aa1bff27656c
---- Check if the compiler *really* supports -fvisibility=hidden.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/07f1fdd8a33e
---- Adding UniformVariable::GetInteger and using it to fix bug in RealRandomStream::GetNext.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/core/random-variable.cc src/core/random-variable.h src/devices/wifi/random-stream.cc
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/cc06d903ca09
---- StaticMobilityModel -> ConstantPositionMobilityModel, StaticSpeedMobilityModel -> ConstantVelocityMobilityModel
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/third.cc examples/wifi-adhoc.cc examples/wifi-wired-bridging.cc samples/main-grid-topology.cc samples/main-propagation-loss.cc samples/main-random-topology.cc src/devices/wifi/propagation-loss-model.cc src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-test.cc src/helper/mobility-helper.cc src/helper/ns2-mobility-helper.cc src/helper/ns2-mobility-helper.h src/mobility/constant-position-mobility-model.cc src/mobility/constant-position-mobility-model.h src/mobility/constant-velocity-mobility-model.cc src/mobility/constant-velocity-mobility-model.h src/mobility/mobility.h src/mobility/static-mobility-model.cc src/mobility/static-mobility-model.h src/mobility/static-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h src/mobility/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/3e8f8052e155
---- StaticSpeedHelper -> ConstantVelocityHelper
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/constant-position-mobility-model.h src/mobility/constant-velocity-helper.cc src/mobility/constant-velocity-helper.h src/mobility/constant-velocity-mobility-model.h src/mobility/random-direction-2d-mobility-model.h src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.h src/mobility/static-speed-helper.cc src/mobility/static-speed-helper.h src/mobility/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/8b6b5fbc1976
---- bug 482: Add constant acceleration mobility model
user: Gustavo J. A. M. Carneiro <gjcarneiro at gmail.com>
files: src/mobility/constant-acceleration-mobility-model.cc src/mobility/constant-acceleration-mobility-model.h src/mobility/wscript
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/e57ced8f6660
---- update CHANGES.html
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/29587ce02a57
---- rescan python bindings
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_mobility.py
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/82be63aaf35a
---- set OnOffApplication::m_lastStartTime correctly (bug #490)
user: Tom Henderson <tomh at tomh.org>
files: src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/170eff4aba90
---- 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//home/raj/ns-3-dev/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//home/raj/ns-3-dev/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//home/raj/ns-3-dev/rev/5f837915710a
---- Update CHANGES.html
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org//home/raj/ns-3-dev/rev/7b0c4017bc36
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org//home/raj/ns-3-dev/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//home/raj/ns-3-dev/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//home/raj/ns-3-dev/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//home/raj/ns-3-dev/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//home/raj/ns-3-dev/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//home/raj/ns-3-dev/rev/b40ce56e0247
More information about the Ns-commits
mailing list