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