[Ns-commits] tomh/ns-3-ip-routing

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Mon May 25 23:45:34 PDT 2009


---- add missing constructor
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/node.cc
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/cca2582a0cb1


---- Add -Wl,--soname=libns3.so to link flags to allow dlopen hacks
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/56b16bcd3afc


---- Don't event try to enable -Wl,--soname option if we're not on linux.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/0b42685f6b78


---- bug 560: remove deprecated methods.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc src/common/packet.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/simulator/simulator.cc src/simulator/simulator.h
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/641b88d1e131


---- 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 bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/c11b6d768ab3


---- bug 567: --enable-static does not work on i686
user: Andrey Hippo <ahippo at yandex.ru>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/0ca9b9b410a0


---- bug 568: Timer's default destroy policy not set.
user: Fabian Mauchle <f1mauchl at hsr.ch>
files: src/simulator/timer.cc
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/b1e16a025279


---- fix uninitialized variable
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-routing-protocol.cc
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/1e9383eeafb7


---- fix packet tag manual documentation
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/packets.texi
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/c4f47ff55ed9


---- rescan python bindings
user: Tom Henderson <tomh at tomh.org>
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 bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/f2af91ee09e7


---- Fix bug 570 (ArpCache not registered)
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/arp-cache.cc
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/0708e7fdf676


---- initialize timer in Timer unit tests
user: Tom Henderson <tomh at tomh.org>
files: src/simulator/timer.cc
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/1db0749fa7c6


---- merge with ns-3-dev
user: Tom Henderson <tomh at tomh.org>
files: src/routing/olsr/olsr-routing-protocol.cc
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/d2b85d67fdff


---- align doxygen style
user: Tom Henderson <tomh at tomh.org>
files: src/node/ipv4-static-routing.h
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/f0db72c047cc


---- Add Object::NotifyNewAggregate
user: Tom Henderson <tomh at tomh.org>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/ec713e7e5cbc


---- merge bug 557 refactoring patches
user: Tom Henderson <tomh at tomh.org>
files: examples/emu-ping.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/internet-stack/arp-l3-protocol.cc src/internet-stack/arp-l3-protocol.h src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/icmpv4-l4-protocol.h src/internet-stack/internet-stack.cc src/internet-stack/internet-stack.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-static-routing-impl.cc src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-l4-protocol.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-test.cc src/internet-stack/udp-l4-protocol.cc src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-test.cc src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip-routing/rev/abf1796e2f91




More information about the Ns-commits mailing list