src/common/buffer.h
2009-08-13 bug 639: Buffer::CopyData is buggy.
2009-06-08 avoid extra memory allocations when using PcapWriter
2008-07-10 bug 247: tcp checksum crashes when enabled.
2008-07-02 bug 245: build failure with gcc 4.3.x
2008-07-01 bug 236: add optional support for tcp and udp checksum.
2008-05-29 Doxygen organization
2008-05-28 Undo changeset 3163 (breaks multicast)
2008-05-28 fix new packet bug
2008-04-24 a new tag implementation: Mtag
2008-04-23 add adjustment report to overloaded Buffer::AddAtEnd method
2008-04-23 report the adjustment delta in Buffer::AddAtEnd and Buffer::AddAtStart.
2008-04-22 move Packet::AddAtEnd implementation to the Buffer code.
2008-03-28 add Htolsb and Lsbtoh write/read methods
2007-09-12 enable buffer heuristics
2007-09-12 add 'internal' documentation, cleanup a bit
2007-09-12 fix non-optimized build
2007-09-11 optimize Iterator::ReadU8
2007-09-11 optimize Buffer::WriteU8 variants
2007-09-11 optimize Buffer::WriteU8
2007-09-10 rewrite the buffer code extensively
2007-09-10 add Buffer::m_zeroAreaStart
2007-09-09 make Buffer::m_end really represent the end of the data rather than its size
2007-09-09 Buffer::m_size -> Buffer::m_end
2007-09-07 get rid of GetIndex
2007-09-07 re-implement all Iterator::Write and Iterator::Read methods
2007-09-07 add a m_dataStart member in Buffer::Iterator
2007-09-07 move inline code from header to .cc file prior to rework of Buffer
2007-09-06 an euclidian distance is always positive
2007-08-04 add Buffer::CreateFullCopy and make TransformInto private
2007-07-23 fix bug 57
2007-07-19 Buffer::Iterator::Write (buffer, size) should have a uint32_t parameter, not
2007-06-01 add more asserts, make TransformIntoRealBuffer public for Packet class
2007-06-01 add test and fix buggy assert
2007-02-16 convert use of <cassert> to "ns3/assert.h"
2006-11-01 fix coding style
2006-10-21 fix coding style
2006-10-20 change emacs mode to new NS3 elisp mode
2006-10-06 fix coding style
2006-10-02 fix emacs tab mode (reported by george)
2006-09-08 replace pointers with references
2006-09-06 add comment on implementation location
2006-09-05 change indent to be 4 spaces
2006-09-05 variable/method/function coding style update
2006-09-05 member variables coding style change
2006-08-29 change yans namespace to ns3
2006-08-29 import from yans