[Ns-commits] gjc/ns-3-pybindgen-notracing

code@nsnam-code.ece.gatech.edu code at nsnam-code.ece.gatech.edu
Thu Jun 26 11:10:27 PDT 2008


---- Add ipv4 header checksum support.
user: Florian Westphal <fw at strlen.de>
files: src/node/ipv4-header.cc src/node/ipv4-header.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/aabbcb2cba71


---- add support for attribtues to bug 34
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l3-protocol.h src/node/ipv4-header.cc src/node/ipv4-header.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c2f34dac1b9e


---- add some logging
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8d25b503f270


---- a few new testcases, bug fixes.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/57d9fc10f15d


---- bug 195: naming inconsistency.
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/udp-header.cc src/internet-node/udp-header.h src/internet-node/udp-l4-protocol.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3b24ac252fba


---- Add a socket callback that can unblock a blocked close
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-large-transfer.cc src/internet-node/tcp-socket.cc src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/be022cc7fec9


---- Tcp large transfer modified to keep sending for 10 seconds
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-large-transfer.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/965da7165e78


---- Use the correct semantics for sendcallback
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-large-transfer.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/284705f0775f


---- Merge with tomh/ns-3-dev-socket
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-large-transfer.cc src/internet-node/tcp-socket.cc src/internet-node/udp-impl.cc src/internet-node/udp-impl.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/socket.cc src/node/socket.h src/node/udp.cc src/node/udp.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/309f511aa143


---- Merge with tomh/ns-3-dev-socket
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-large-transfer.cc src/internet-node/tcp-impl.cc src/internet-node/tcp-impl.h src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h src/node/tcp.cc src/node/tcp.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a4b8da16a324


---- Fix tcp rx buffer semantics; fromaddress tagging is broken at the moment
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket-impl.cc src/internet-node/tcp-socket-impl.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/dbf56f98a11d


---- Fix up recv buffer stuff some more
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-large-transfer.cc src/internet-node/tcp-socket-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ad57fb768f3a


---- Change log output to be more consistent
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d734f62d4921


---- Get rid of dead code from GTNetS
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/pending-data.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/05e66ff64e10


---- Merge with ns-3-dev
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: doc/tutorial/dumbbell.png doc/tutorial/oneobj.png doc/tutorial/pp.png doc/tutorial/star.png doc/tutorial/threeobj.png examples/tcp-large-transfer.cc src/common/data-writer.cc src/common/data-writer.h src/common/tag-registry.cc src/common/tag-registry.h src/common/tags.cc src/common/tags.h src/internet-node/ascii-trace.cc src/internet-node/ascii-trace.h src/internet-node/ipv4-header.cc src/internet-node/ipv4-header.h src/internet-node/pcap-trace.cc src/internet-node/pcap-trace.h src/internet-node/tcp-socket-impl.cc src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h src/node/socket-defaults.cc src/node/socket-defaults.h src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/39f736210ab2


---- Tcp tx buffer (pendingdata) uses Ptr<Packet> internally; tagging should work
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/pending-data.cc src/internet-node/pending-data.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a7203cfb5f37


---- Update tcpsocket to use Ptr<Packet> in Send
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/pending-data.cc src/internet-node/pending-data.h src/internet-node/tcp-socket-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/464a2a2690e8


---- Part of bug 198
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/19471cb55c9c


---- Fix compile warning
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket-impl.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5c53412347ac


---- Merge last 6 changesets
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/routing/olsr/waf
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/469aaa3f67a5


---- Merge last two changesets
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: 
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c3f792428d62


---- Restore tcp example to full size, also a bugfix
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-large-transfer.cc src/internet-node/pending-data.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ba3b5024f6a6


---- Merge
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: 
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/11a21b053e95


---- CSMA Cleanup, XXX in echo apps, clarification of point-to-point data rates in dox
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/udp-echo.cc src/applications/udp-echo/udp-echo-client.cc src/devices/csma/csma-channel.cc src/devices/csma/csma-channel.h src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/csma/csma.h src/devices/point-to-point/point-to-point.h tutorial/tutorial-bus-network.cc tutorial/tutorial-csma-echo-ascii-trace.cc tutorial/tutorial-csma-echo-pcap-trace.cc tutorial/tutorial-csma-echo.cc tutorial/tutorial-linear-dumbbell.cc tutorial/tutorial-point-to-point.cc tutorial/tutorial-star-routing.cc tutorial/tutorial-star.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ba198dad54a2


---- documentation to resolve bug 75
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/node/ipv4.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/232368ff7dec


---- bug 61: warning must be fatal.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/43b3f8ecd86d


---- bug 186: internet-node directory must be renamed to internet-stack
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/modules examples/wscript samples/wscript src/applications/udp-echo/wscript src/helper/wscript src/internet-node/arp-cache.cc src/internet-node/arp-cache.h src/internet-node/arp-header.cc src/internet-node/arp-header.h src/internet-node/arp-ipv4-interface.cc src/internet-node/arp-ipv4-interface.h src/internet-node/arp-l3-protocol.cc src/internet-node/arp-l3-protocol.h src/internet-node/internet-stack.cc src/internet-node/internet-stack.h src/internet-node/ipv4-checksum.cc src/internet-node/ipv4-checksum.h src/internet-node/ipv4-end-point-demux.cc src/internet-node/ipv4-end-point-demux.h src/internet-node/ipv4-end-point.cc src/internet-node/ipv4-end-point.h src/internet-node/ipv4-impl.cc src/internet-node/ipv4-impl.h src/internet-node/ipv4-interface.cc src/internet-node/ipv4-interface.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l3-protocol.h src/internet-node/ipv4-l4-demux.cc src/internet-node/ipv4-l4-demux.h src/internet-node/ipv4-l4-protocol.cc !
 src/internet-node/ipv4-l4-protocol.h src/internet-node/ipv4-loopback-interface.cc src/internet-node/ipv4-loopback-interface.h src/internet-node/ipv4-static-routing.cc src/internet-node/ipv4-static-routing.h src/internet-node/pending-data.cc src/internet-node/pending-data.h src/internet-node/rtt-estimator.cc src/internet-node/rtt-estimator.h src/internet-node/sequence-number.cc src/internet-node/sequence-number.h src/internet-node/sgi-hashmap.h src/internet-node/tcp-header.cc src/internet-node/tcp-header.h src/internet-node/tcp-l4-protocol.cc src/internet-node/tcp-l4-protocol.h src/internet-node/tcp-socket-factory-impl.cc src/internet-node/tcp-socket-factory-impl.h src/internet-node/tcp-socket-impl.cc src/internet-node/tcp-socket-impl.h src/internet-node/tcp-typedefs.h src/internet-node/udp-header.cc src/internet-node/udp-header.h src/internet-node/udp-l4-protocol.cc src/internet-node/udp-l4-protocol.h src/internet-node/udp-socket-factory-impl.cc src/internet-node/udp-socket!
 -factory-impl.h src/internet-node/udp-socket-impl.cc src/internet-node
/udp-socket-impl.h src/internet-node/waf src/internet-node/wscript src/internet-stack/arp-cache.cc src/internet-stack/arp-cache.h src/internet-stack/arp-header.cc src/internet-stack/arp-header.h src/internet-stack/arp-ipv4-interface.cc src/internet-stack/arp-ipv4-interface.h src/internet-stack/arp-l3-protocol.cc src/internet-stack/arp-l3-protocol.h src/internet-stack/internet-stack.cc src/internet-stack/internet-stack.h src/internet-stack/ipv4-checksum.cc src/internet-stack/ipv4-checksum.h src/internet-stack/ipv4-end-point-demux.cc src/internet-stack/ipv4-end-point-demux.h src/internet-stack/ipv4-end-point.cc src/internet-stack/ipv4-end-point.h src/internet-stack/ipv4-impl.cc src/internet-stack/ipv4-impl.h src/internet-stack/ipv4-interface.cc src/internet-stack/ipv4-interface.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-l4-demux.cc src/internet-stack/ipv4-l4-demux.h src/internet-stack/ipv4-l4-protocol.cc src/internet-!
 stack/ipv4-l4-protocol.h src/internet-stack/ipv4-loopback-interface.cc src/internet-stack/ipv4-loopback-interface.h src/internet-stack/ipv4-static-routing.cc src/internet-stack/ipv4-static-routing.h src/internet-stack/pending-data.cc src/internet-stack/pending-data.h src/internet-stack/rtt-estimator.cc src/internet-stack/rtt-estimator.h src/internet-stack/sequence-number.cc src/internet-stack/sequence-number.h src/internet-stack/sgi-hashmap.h src/internet-stack/tcp-header.cc src/internet-stack/tcp-header.h src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-l4-protocol.h src/internet-stack/tcp-socket-factory-impl.cc src/internet-stack/tcp-socket-factory-impl.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/internet-stack/tcp-typedefs.h src/internet-stack/udp-header.cc src/internet-stack/udp-header.h src/internet-stack/udp-l4-protocol.cc src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-factory-impl.cc src/internet-st!
 ack/udp-socket-factory-impl.h src/internet-stack/udp-socket-impl.cc sr
c/internet-stack/udp-socket-impl.h src/internet-stack/waf src/internet-stack/wscript src/routing/olsr/wscript src/wscript tutorial/wscript utils/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8c0ab08144e6


---- tutorial: s/internet-node/internet-stack
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/introduction.texi doc/tutorial/other.texi doc/tutorial/routing.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b0987a6a74c8


---- Doxygen for global routing
user: Tom Henderson <tomh at tomh.org>
files: src/routing/global-routing/global-routing.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/15d58e28940f


---- OLSR doxygen
user: Tom Henderson <tomh at tomh.org>
files: src/routing/olsr/olsr.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ef2285c91aeb


---- doxygen for applications
user: Tom Henderson <tomh at tomh.org>
files: src/applications/onoff/onoff-application.h src/applications/packet-sink/packet-sink.h src/applications/udp-echo/udp-echo-client.h src/applications/udp-echo/udp-echo-server.h src/node/application.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/7824a11c07fa


---- Correct the OLSR documentation; remove dead API declarations and source file.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/helper/olsr-helper.h src/routing/olsr/olsr.cc src/routing/olsr/olsr.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/789dd0f5ca94


---- Update the internet-stack documentation
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/ipv4-end-point-demux.h src/internet-stack/ipv4-end-point.h src/internet-stack/ipv4-interface.h src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-l4-demux.h src/internet-stack/ipv4-l4-protocol.h src/internet-stack/pending-data.h src/internet-stack/tcp-header.h src/internet-stack/tcp-l4-protocol.h src/internet-stack/tcp-socket-factory-impl.h src/internet-stack/tcp-socket-impl.h src/internet-stack/udp-header.h src/internet-stack/udp-socket-impl.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/1ae7df5cf87b


---- bug 181: Normal Variable Infinite Value & Bounds
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d0c70dbe918e


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2811c67a79fe


---- RecvFrom() expansion, add flags parameter to some Send calls
user: Tom Henderson <tomh at tomh.org>
files: examples/tcp-large-transfer.cc src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/internet-node/tcp-socket-impl.cc src/internet-node/tcp-socket-impl.h src/internet-node/udp-socket-impl.cc src/internet-node/udp-socket-impl.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.cc src/node/socket.h src/node/tcp-socket.h src/node/udp-socket.h src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/448134601b03


---- Change OLSR to use RecvFrom
user: Tom Henderson <tomh at tomh.org>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e01d2843b3a0


---- Move other applications to RecvFrom ()
user: Tom Henderson <tomh at tomh.org>
files: src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/023417b3bc5a


---- merge bug 213 repo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/50726baf47b3


---- split out manual sections from tutorial
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/Makefile doc/tutorial/callbacks.texi doc/tutorial/figures/buffer.dia doc/tutorial/figures/packet.obj doc/tutorial/figures/sockets-overview.dia doc/tutorial/packets.texi doc/tutorial/routing.texi doc/tutorial/sockets.texi doc/tutorial/tutorial.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8bbd6b509c0f


---- Split out non-tutorial sections from tutorial; place into a doc/manual directory
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/manual/attributes.texi doc/manual/callbacks.texi doc/manual/figures/README doc/manual/figures/buffer.dia doc/manual/figures/packet.obj doc/manual/figures/sockets-overview.dia doc/manual/log.texi doc/manual/manual.css doc/manual/manual.texi doc/manual/other.texi doc/manual/output.texi doc/manual/packets.texi doc/manual/routing.texi doc/manual/sockets.texi doc/manual/statistics.texi doc/manual/troubleshoot.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/eaa3a345b05e


---- [Bug 221] need a scratch directory
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: scratch/multiple-sources/simple-main.cc scratch/multiple-sources/simple-simulation.cc scratch/simple.cc wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b0d91237f2ec


---- Changes for bug 205, unlisted FIN bug
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tcp-large-transfer.cc src/applications/packet-sink/packet-sink.cc src/applications/packet-sink/packet-sink.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/node/packet-socket.cc src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8869a79a391f


---- Added tag release candidate ns-3.1-RC1 for changeset 8869a79a391f
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/cd7a3f08e91a


---- fill in some blanks
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/release_steps.txt
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3abce59c8bf8


---- bump
user: Craig Dowell <craigdo at ee.washington.edu>
files: RELEASE_NOTES VERSION
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/61d5b66cdb25


---- plug more holes in release steps
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/release_steps.txt wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/25fbf06f9a56


---- use dev traces
user: Craig Dowell <craigdo at ee.washington.edu>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/bc61af712d6e


---- Add a WAF workaround for the 'Input line is too long.' error in win32/mingw.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5e57c2f1cfb7


---- Bug 223: Regression using other than mercurial traces no longer works
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9dd59253d39d


---- fixes for regression numbering
user: Craig Dowell <craigdo at ee.washington.edu>
files: VERSION wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/510fed881852


---- regression
user: Craig Dowell <craigdo at ee.washington.edu>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/17a6700153c6


---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9e04d8522f27


---- print out which repo is used for regression
user: Craig Dowell <craigdo at ee.washington.edu>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/da71d4c1859f


---- tweak release steps
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/release_steps.txt
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8a4b9d15ff04


---- tweaks after actually doing it
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/release_steps.txt wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/bd7baccf47a3


---- GetNNodes() in NodeList fixes bug 225
user: craigdo at craig-dowells-imac.local
files: src/node/node-list.cc src/node/node-list.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3167a20f9cf0


---- move m_wouldBlock assignment to fix bug 226
user: craigdo at craig-dowells-imac.local
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ea7a7b984813


---- Bug 181
user: craigdo at craig-dowells-imac.local
files: src/core/random-variable.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/bd8d2601af21


---- same messages for all versions of getting traces
user: craigdo at craig-dowells-imac.local
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/97c8fa9fa536


---- Patch addresses bug 227.
user: craigdo at craig-dowells-imac.local
files: examples/tcp-large-transfer.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2ade6552db36


---- bug 217: Handle gracefully the case where a packet aggregated contains nothing.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/133490cf0210


---- testcase for changeset 133490cf0210
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata-test.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/0695f4b2a2bd


---- merge testcase
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/60d326f2b9e1


---- bug 217: add failing testcase
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f7839ed0ce9d


---- bug 217: avoid unsigned/signed confusion. Used signed all the time.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.cc src/common/tag-list.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4c42f0b977ad


---- another testcase for bug 217. Make sure we do not report tags outside of the current range
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wscript src/common/packet.cc src/common/tag-list.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c8011a2a0c60


---- bug 217: yet another testcase: make sure we handle degenerate testcases with tags which refer to non-existant data.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc src/common/tag-list.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/60edfd1060ff


---- remove tcp-2way from examples. mistake from changeset c8011a2a0c60
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4bd2a5ae8d03


---- bug 217: another testcase.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata-test.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e367e86d7886


---- add documentation comment.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/6ea20d776d55


---- fix testcase from changeset e367e86d7886
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c861a47407a8


---- testcase and fix, symmetric to changeset c861a47407a8
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata-test.cc src/common/packet-metadata.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3d8da3343514


---- add packet header howto
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/howtos/howtos-packet-header.h doc/howtos/howtos.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c1a29f8ab2af


---- update doxygen to match the reality of the code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/node.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/6df29e455b71


---- avoid dox warning
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/socket.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d761a70dfd03


---- dox missing SetNode method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/net-device.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c16ec3c11045


---- add small comment, fix typo, add missing copyright statement
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/simple-channel.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e7abba228145


---- add missing copyright statement
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/simple-channel.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c4f001798693


---- a very simple howto for implementing NetDevice/Channel subclasses
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/howtos/howtos-net-device.h doc/howtos/howtos.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9410e0ff6a1c


---- Add chapter on random numbers to manual
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/attributes.texi doc/manual/callbacks.texi doc/manual/manual.texi doc/manual/packets.texi doc/manual/random.texi doc/manual/routing.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/27443ac75474


---- add helper code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/howtos/howtos-net-device.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/85d6b10511fe


---- application howto
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/howtos/howtos-application.h doc/howtos/howtos.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ccfb6a3a5d9a


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d8444a67c074


---- update ignore list
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: .hgignore
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/234603159601


---- fix lots of typos
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/manual/attributes.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3de89dc066d8


---- more typos.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/manual/attributes.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/1adfc4d446ab


---- bug 233
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/point-to-point/point-to-point-net-device.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f3c86a2d4082


---- Apply Patch for Bug 235
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/applications/packet-sink/packet-sink.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/951296e9a277


---- Added tag release ns-3.1-RC2 for changeset 951296e9a277
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4f9824120539


---- Apply patch for bug 231
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/applications/udp-echo/udp-echo-server.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/6c366d4b91c2


---- re-sync with ns-3-dev
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: .hgignore bindings/python/ns3_module_common.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_internet_node.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_node.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3modulegen_generated.py doc/tutorial/callbacks.texi doc/tutorial/figures/buffer.dia doc/tutorial/figures/packet.obj doc/tutorial/figures/sockets-overview.dia doc/tutorial/packets.texi doc/tutorial/routing.texi doc/tutorial/sockets.texi examples/wscript src/common/packet-metadata.h src/core/random-variable.cc src/core/random-variable.h src/internet-node/arp-cache.cc src/internet-node/arp-cache.h src/internet-node/arp-header.cc src/internet-node/arp-header.h src/internet-node/arp-ipv4-interface.cc src/internet-node/arp-ipv4-interface.h src/internet-node/arp-l3-protocol.cc src/internet-node/arp-l3-protocol.h src/internet-node/internet-stack.cc src/internet-node/internet-stack!
 .h src/internet-node/ipv4-checksum.cc src/internet-node/ipv4-checksum.h src/internet-node/ipv4-end-point-demux.cc src/internet-node/ipv4-end-point-demux.h src/internet-node/ipv4-end-point.cc src/internet-node/ipv4-end-point.h src/internet-node/ipv4-impl.cc src/internet-node/ipv4-impl.h src/internet-node/ipv4-interface.cc src/internet-node/ipv4-interface.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l3-protocol.h src/internet-node/ipv4-l4-demux.cc src/internet-node/ipv4-l4-demux.h src/internet-node/ipv4-l4-protocol.cc src/internet-node/ipv4-l4-protocol.h src/internet-node/ipv4-loopback-interface.cc src/internet-node/ipv4-loopback-interface.h src/internet-node/ipv4-static-routing.cc src/internet-node/ipv4-static-routing.h src/internet-node/pending-data.cc src/internet-node/pending-data.h src/internet-node/rtt-estimator.cc src/internet-node/rtt-estimator.h src/internet-node/sequence-number.cc src/internet-node/sequence-number.h src/internet-node/sgi-hashmap.h !
 src/internet-node/tcp-header.cc src/internet-node/tcp-header.h src/int
ernet-node/tcp-l4-protocol.cc src/internet-node/tcp-l4-protocol.h src/internet-node/tcp-socket-factory-impl.cc src/internet-node/tcp-socket-factory-impl.h src/internet-node/tcp-socket-impl.cc src/internet-node/tcp-socket-impl.h src/internet-node/tcp-typedefs.h src/internet-node/udp-header.cc src/internet-node/udp-header.h src/internet-node/udp-l4-protocol.cc src/internet-node/udp-l4-protocol.h src/internet-node/udp-socket-factory-impl.cc src/internet-node/udp-socket-factory-impl.h src/internet-node/udp-socket-impl.cc src/internet-node/udp-socket-impl.h src/internet-node/waf src/internet-node/wscript src/internet-stack/internet-stack.cc src/internet-stack/internet-stack.h src/internet-stack/wscript src/routing/olsr/olsr.cc src/routing/olsr/wscript src/wscript tutorial/wscript wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/bcf81ece1cf1




More information about the Ns-commits mailing list