[Ns-commits] ns-3-dev
code@nsnam-code.ece.gatech.edu
code at nsnam-code.ece.gatech.edu
Fri May 16 15:48:08 PDT 2008
---- kill dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc
url: http://code.nsnam.org/ns-3-dev/rev/09fcdac092f7
---- report the adjustment delta in Buffer::AddAtEnd and Buffer::AddAtStart.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h
url: http://code.nsnam.org/ns-3-dev/rev/7cfe0542dff5
---- make the code more consistent across AddAtStart and AddAtEnd
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc
url: http://code.nsnam.org/ns-3-dev/rev/c34e9d31a75d
---- add adjustment report to overloaded Buffer::AddAtEnd method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h
url: http://code.nsnam.org/ns-3-dev/rev/77a8e808c341
---- add a couple of helper test macros
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/config.cc src/core/object.cc src/core/test.h
url: http://code.nsnam.org/ns-3-dev/rev/5daf048843a6
---- move test code to anon namespace
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata-test.cc
url: http://code.nsnam.org/ns-3-dev/rev/b96c58f42432
---- a new tag implementation: Mtag
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h src/common/mtag-buffer.cc src/common/mtag-buffer.h src/common/mtag-list.cc src/common/mtag-list.h src/common/mtag.cc src/common/mtag.h src/common/packet.cc src/common/packet.h src/common/wscript
url: http://code.nsnam.org/ns-3-dev/rev/644bfc099992
---- add a couple of dox comments
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h
url: http://code.nsnam.org/ns-3-dev/rev/8e29fb88ad26
---- add a couple of serialization/deserialization methods
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/mtag-buffer.cc src/common/mtag-buffer.h
url: http://code.nsnam.org/ns-3-dev/rev/b0f12f3a75b3
---- convert to new tag API.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-packet-tag.cc src/contrib/delay-jitter-estimation.cc src/devices/wifi/mac-low.cc src/devices/wifi/wifi-remote-station-manager.cc
url: http://code.nsnam.org/ns-3-dev/rev/5962e2962fa9
---- remove now-unused Tags class
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc src/common/packet.h src/common/tag-registry.cc src/common/tag-registry.h src/common/tag.h src/common/tags.cc src/common/tags.h src/common/wscript
url: http://code.nsnam.org/ns-3-dev/rev/722cf749a9e3
---- Mtag -> Tag
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-packet-tag.cc src/common/mtag-buffer.cc src/common/mtag-buffer.h src/common/mtag-list.cc src/common/mtag-list.h src/common/mtag.cc src/common/mtag.h src/common/packet.cc src/common/packet.h src/contrib/delay-jitter-estimation.cc src/devices/wifi/mac-low.cc src/devices/wifi/wifi-remote-station-manager.cc
url: http://code.nsnam.org/ns-3-dev/rev/e11e106c7c19
---- mtag -> tag
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-packet-tag.cc src/common/mtag-buffer.cc src/common/mtag-buffer.h src/common/mtag-list.cc src/common/mtag-list.h src/common/mtag.cc src/common/mtag.h src/common/packet.h src/common/tag-buffer.cc src/common/tag-buffer.h src/common/tag-list.cc src/common/tag-list.h src/common/tag.cc src/common/tag.h src/common/wscript src/contrib/delay-jitter-estimation.cc src/devices/wifi/mac-low.cc src/devices/wifi/wifi-remote-station-manager.cc
url: http://code.nsnam.org/ns-3-dev/rev/a624276a897b
---- use a shared buffer
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/ns-3-dev/rev/d0a9677d5452
---- use a free list for tag buffers
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/ns-3-dev/rev/4a1ab06f0d63
---- add missing include for optimized builds
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-buffer.cc
url: http://code.nsnam.org/ns-3-dev/rev/2887b34f4769
---- add dox doc
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h src/common/tag-buffer.h src/common/tag.h
url: http://code.nsnam.org/ns-3-dev/rev/895cb1b6a903
---- test self-assignment of packets
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc src/common/packet.h
url: http://code.nsnam.org/ns-3-dev/rev/a03270ebc161
---- avoid signed/unsigned comparison warning.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-buffer.cc
url: http://code.nsnam.org/ns-3-dev/rev/84600b3f966c
---- a couple more tests.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc
url: http://code.nsnam.org/ns-3-dev/rev/0c66462c3406
---- typos
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-buffer.h src/common/tag-list.h src/common/tag.h
url: http://code.nsnam.org/ns-3-dev/rev/519a31d1729f
---- add missing license headers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-buffer.cc src/common/tag-buffer.h src/common/tag-list.cc src/common/tag-list.h src/common/tag.cc src/common/tag.h
url: http://code.nsnam.org/ns-3-dev/rev/9cc612c6cd32
---- avoid stupid string allocation all the time.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/bench-packets.cc
url: http://code.nsnam.org/ns-3-dev/rev/399d3858d190
---- simplify code logic
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc src/common/packet-metadata.h
url: http://code.nsnam.org/ns-3-dev/rev/f64799121881
---- simplify code logic
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc src/common/packet-metadata.h
url: http://code.nsnam.org/ns-3-dev/rev/a14d83bacc9c
---- enable metadata only on second run
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/bench-packets.cc
url: http://code.nsnam.org/ns-3-dev/rev/b152a62d2017
---- inline a couple of tag methods.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-buffer.cc src/common/tag-buffer.h
url: http://code.nsnam.org/ns-3-dev/rev/c908e1a82801
---- avoid doing the work twice.
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/ns-3-dev/rev/d4bb2f7687d1
---- help return-value-optimization
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc
url: http://code.nsnam.org/ns-3-dev/rev/e26ab7b61c7c
---- bench tags
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/bench-packets.cc
url: http://code.nsnam.org/ns-3-dev/rev/31e4703e08da
---- attempt to document some of the internal details
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.h
url: http://code.nsnam.org/ns-3-dev/rev/890b147e1ed6
---- bug 179: Packet fragmentation bug
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/packet-metadata-test.cc
url: http://code.nsnam.org/ns-3-dev/rev/5a49ba9ad976
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/ns-3-dev/rev/2b7093f42f78
---- merge from HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ascii-trace.cc src/internet-node/ascii-trace.h src/internet-node/pcap-trace.cc src/internet-node/pcap-trace.h src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h
url: http://code.nsnam.org/ns-3-dev/rev/d7a198241e61
More information about the Ns-commits
mailing list