[Ns-commits] craigdo/ns-3-215
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Wed Jan 14 15:55:02 PST 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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/8a40a7ab4744
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/craigdo/ns-3-215/rev/cb1f2beeee9c
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/8658841e4782
---- Removed tag ns-3.3-RC1
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/4f370a1b637c
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/craigdo/ns-3-215/rev/0fd0b399ac5c
---- tweak testbed.dia
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/figures/testbed.dia
url: http://code.nsnam.org/craigdo/ns-3-215/rev/db58b913084a
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/cfafbc337dbb
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/bace6dec0337
---- cleanup manual Makefile
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/Makefile
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/b181e89d45f1
---- couple of small typos
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/third.cc
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/b6349d9c007e
---- Merge
user: Raj Bhattacharjea <raj.b at gatech.edu>
files:
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/13c1916747f2
---- gustavo's retcode patch for regression
user: gjc at inescporto.pt
files: wscript
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/1c47d32e8503
---- fix coding style
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/time.cc
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/3d2b3b35b4fb
---- optimize resizing
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/calendar-scheduler.cc
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/10222f483860
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/165b38956c24
---- correct dependency problem
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/5780617d9521
---- Gracefully ignore missing pkg-config
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/210d64d11998
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/37dbf76b4c66
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/e52c06d86145
---- Correct documentation
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/simulator/simulator.h
url: http://code.nsnam.org/craigdo/ns-3-215/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/craigdo/ns-3-215/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/craigdo/ns-3-215/rev/8e5d0354c509
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/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/craigdo/ns-3-215/rev/93efb1ef34d3
More information about the Ns-commits
mailing list