src/common/buffer.cc
Mon, 01 Feb 2010 08:28:11 +0100 Mathieu Lacage avoid copying bytes one after the other.
Sun, 31 Jan 2010 19:18:38 +0100 Mathieu Lacage don't call ostream::write too often.
Wed, 09 Dec 2009 10:38:23 +0100 Mathieu Lacage get rid of un-needed #ifdef
Thu, 01 Oct 2009 13:23:45 +0400 Pavel Boyko buffer test suite ported
Sat, 26 Sep 2009 16:55:06 +0200 Mathieu Lacage allow --check --valgrind to pass again
Thu, 13 Aug 2009 09:36:16 +0200 Nicola Baldo bug 639: Buffer::CopyData is buggy.
Mon, 08 Jun 2009 16:43:21 +0200 Mathieu Lacage avoid extra memory allocations when using PcapWriter
Thu, 07 May 2009 09:13:06 +0200 Adrian S.-W. Tam test and fix Buffer::Iterator::WriteHtolsbU64, Buffer::Iterator::ReadU64 , Buffer::Iterator::ReadLsbtohU64
Thu, 10 Jul 2008 15:58:24 -0700 Mathieu Lacage bug 247: tcp checksum crashes when enabled.
Tue, 01 Jul 2008 10:52:11 -0700 Sebastien Vincent bug 236: add optional support for tcp and udp checksum.
Thu, 29 May 2008 12:13:42 -0700 Mathieu Lacage new Packet testcases, bug fix.
Wed, 28 May 2008 22:06:14 -0700 Tom Henderson Undo changeset 3163 (breaks multicast)
Wed, 28 May 2008 10:47:14 -0700 Mathieu Lacage fix new packet bug
Wed, 28 May 2008 10:11:08 -0700 Mathieu Lacage more logging code
Wed, 28 May 2008 08:51:27 -0700 Mathieu Lacage add logging
Thu, 15 May 2008 09:49:04 -0700 Mathieu Lacage bug 179: Packet fragmentation bug
Thu, 24 Apr 2008 14:52:59 -0700 Mathieu Lacage a new tag implementation: Mtag
Wed, 23 Apr 2008 09:11:55 -0700 Mathieu Lacage add adjustment report to overloaded Buffer::AddAtEnd method
Wed, 23 Apr 2008 09:05:18 -0700 Mathieu Lacage make the code more consistent across AddAtStart and AddAtEnd
Wed, 23 Apr 2008 08:54:29 -0700 Mathieu Lacage report the adjustment delta in Buffer::AddAtEnd and Buffer::AddAtStart.
Wed, 23 Apr 2008 08:35:59 -0700 Mathieu Lacage kill dead code
Tue, 22 Apr 2008 14:35:42 -0700 Mathieu Lacage optimize case where fake payload is fragmented and re-assembled.
Tue, 22 Apr 2008 14:18:33 -0700 Mathieu Lacage move Packet::AddAtEnd implementation to the Buffer code.
Tue, 22 Apr 2008 13:54:05 -0700 Mathieu Lacage kill unused code
Fri, 28 Mar 2008 18:45:10 -0700 Mathieu Lacage add Htolsb and Lsbtoh write/read methods
Thu, 13 Sep 2007 17:47:42 -0700 Craig Dowell checkpoint debug to log
Wed, 12 Sep 2007 11:16:18 +0200 Mathieu Lacage add 'internal' documentation, cleanup a bit
Tue, 11 Sep 2007 15:06:27 +0200 Mathieu Lacage optimize Iterator::ReadU8
Tue, 11 Sep 2007 14:56:10 +0200 Mathieu Lacage optimize Buffer::WriteU8 variants
Tue, 11 Sep 2007 14:10:02 +0200 Mathieu Lacage optimize Buffer::WriteU8
Tue, 11 Sep 2007 13:53:39 +0200 Mathieu Lacage move around Iterator code
Tue, 11 Sep 2007 13:47:17 +0200 Mathieu Lacage print some statistics about free list efficiency
Mon, 10 Sep 2007 18:49:00 +0200 Mathieu Lacage fix buggy assert
Mon, 10 Sep 2007 18:43:29 +0200 Mathieu Lacage update carefully m_maxZeroAreaSize and update correctly m_end and m_zeroAreaEnd in RemoveAtStart
Mon, 10 Sep 2007 17:55:39 +0200 Mathieu Lacage it is possible to zeroAreaStart to be bigger than the data buffer size
Mon, 10 Sep 2007 17:43:33 +0200 Mathieu Lacage CreateFullCopy: the data area at the end of the buffer starts at m_zeroAreaStart. AddAtStart: the assert should be used only when the optimization is enabled.
Mon, 10 Sep 2007 16:57:25 +0200 Mathieu Lacage max zero area start can be bigger than m_end if data is removed from end of buffer
Mon, 10 Sep 2007 16:55:26 +0200 Mathieu Lacage add state checking and fix Buffer::CreateFullCopy
Mon, 10 Sep 2007 16:45:52 +0200 Mathieu Lacage rewrite the buffer code extensively
Mon, 10 Sep 2007 08:54:11 +0200 Mathieu Lacage add Buffer::m_zeroAreaStart
Sun, 09 Sep 2007 21:16:05 +0200 Mathieu Lacage make Buffer::m_end really represent the end of the data rather than its size
Sun, 09 Sep 2007 10:38:22 +0200 Mathieu Lacage Buffer::m_size -> Buffer::m_end
Fri, 07 Sep 2007 19:51:46 +0200 Mathieu Lacage add testcase
Fri, 07 Sep 2007 19:50:40 +0200 Mathieu Lacage add failing testcase
Fri, 07 Sep 2007 19:47:06 +0200 Mathieu Lacage get rid of GetIndex
Fri, 07 Sep 2007 19:39:47 +0200 Mathieu Lacage re-implement all Iterator::Write and Iterator::Read methods
Fri, 07 Sep 2007 19:22:20 +0200 Mathieu Lacage rewrite Iterator::WriteU8
Fri, 07 Sep 2007 18:49:47 +0200 Mathieu Lacage simplify Iterator::GetDistanceFrom method
Fri, 07 Sep 2007 18:45:00 +0200 Mathieu Lacage add a m_dataStart member in Buffer::Iterator
Fri, 07 Sep 2007 17:39:18 +0200 Mathieu Lacage small typo
Fri, 07 Sep 2007 08:34:46 +0200 Mathieu Lacage move inline code from header to .cc file prior to rework of Buffer
Sat, 04 Aug 2007 09:31:52 +0200 Mathieu Lacage add Buffer::CreateFullCopy and make TransformInto private
Mon, 23 Jul 2007 13:58:53 +0200 Mathieu Lacage fix bug 57
Thu, 19 Jul 2007 12:48:22 +0100 Gustavo J. A. M. Carneiro Buffer::Iterator::Write (buffer, size) should have a uint32_t parameter, not
Thu, 21 Jun 2007 11:07:04 +0200 Mathieu Lacage add testcase, fix bug
Fri, 01 Jun 2007 12:42:29 +0200 Mathieu Lacage add test and fix buggy assert
Thu, 19 Apr 2007 22:29:09 +0200 Mathieu Lacage a new testcase with the corresponding bug fix.
Fri, 16 Feb 2007 09:56:21 +0100 Mathieu Lacage convert use of <cassert> to "ns3/assert.h"
Wed, 01 Nov 2006 13:11:30 +0100 Mathieu Lacage fix coding style
Sat, 21 Oct 2006 11:35:02 +0200 Mathieu Lacage fix coding style
less more (0) -60 tip