Tom Henderson
|
396c76892c
|
release_steps.txt document
|
2007-06-17 14:17:22 -07:00 |
|
Mathieu Lacage
|
c329d7dd4e
|
improve Packet Header/Trailer API dox
|
2007-06-16 17:15:58 +02:00 |
|
Tom Henderson
|
ca3871e4f6
|
Backed out changeset 767 for the release (not ready)
|
2007-06-15 13:30:40 -07:00 |
|
Tom Henderson
|
d1c6c9a348
|
back out unfinished p2p changes
|
2007-06-15 13:19:57 -07:00 |
|
Gustavo J. A. M. Carneiro
|
d5260811dc
|
Add a Packet::AddAtEnd unit test.
|
2007-06-15 18:10:40 +01:00 |
|
Gustavo J. A. M. Carneiro
|
ce155b4d35
|
WAF: remove debugging print accidentally left in.
|
2007-06-15 15:25:01 +01:00 |
|
Gustavo J. A. M. Carneiro
|
65aca43f3f
|
WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list.
|
2007-06-15 15:19:38 +01:00 |
|
Gustavo J. A. M. Carneiro
|
96418f577d
|
re-sync cairo-wideint.c with upstream cairo's version (also fixes the recent compiler warning, but in a different way)
|
2007-06-14 13:09:56 +01:00 |
|
Gustavo J. A. M. Carneiro
|
2ee9064175
|
merge
|
2007-06-14 12:55:24 +01:00 |
|
George F. Riley
|
4042681e83
|
Simplification to p2p-net-device and p2p-channel (work in progress)
|
2007-06-14 10:41:47 +02:00 |
|
Tom Henderson
|
cdf13df87d
|
Add main-query-interface.cc sample file
|
2007-06-13 23:13:21 -07:00 |
|
Gustavo J. A. M. Carneiro
|
50037ae611
|
Fix compilier warning/error: src/simulator/cairo-wideint.c:789: warning: comparison between signed and unsigned integer expressions.
|
2007-06-13 18:40:38 +01:00 |
|
Gustavo J. A. M. Carneiro
|
e38244e7c0
|
WAF: add -Wall and -Werror to CXXFLAGS, like in the SCons build.
|
2007-06-13 18:34:05 +01:00 |
|
Mathieu Lacage
|
4f0eae4a6d
|
add a rationale for the way Trailers work
|
2007-06-13 16:37:04 +02:00 |
|
Mathieu Lacage
|
438e58cc1c
|
add test and fix buggy assert
|
2007-06-01 12:42:29 +02:00 |
|
Mathieu Lacage
|
4bfd1c4a2a
|
Packet API must call Trailer::DoSerialize on end of trailer, not start of trailer
|
2007-06-01 11:37:19 +02:00 |
|
Mathieu Lacage
|
abfdb4befc
|
test payload
|
2007-06-01 11:17:59 +02:00 |
|
Mathieu Lacage
|
5a1ffabd03
|
test fragments
|
2007-06-01 11:12:55 +02:00 |
|
Mathieu Lacage
|
66bf48b6e6
|
make the tests pass again
|
2007-06-01 11:03:56 +02:00 |
|
Mathieu Lacage
|
bf7acebc30
|
fix buggy assert
|
2007-06-01 10:49:17 +02:00 |
|
Mathieu Lacage
|
975c1dc46f
|
build the ItemList into the input list, not a temporary stack variable.
|
2007-06-01 10:35:05 +02:00 |
|
Mathieu Lacage
|
8cf2162121
|
remove PrintSimple and revert order of history data written in data buffer
|
2007-06-01 10:06:35 +02:00 |
|
Mathieu Lacage
|
9980528f1e
|
make chunkUid zero and invalid uid to improve debugging
|
2007-06-01 09:55:47 +02:00 |
|
Tom Henderson
|
0e34f6cfb8
|
Touch file for test checkin
|
2007-05-31 08:20:09 -07:00 |
|
Mathieu Lacage
|
581b34b586
|
force use of the ItemList to test it
|
2007-05-31 14:52:15 +02:00 |
|
Mathieu Lacage
|
20581afe80
|
re-implement PacketHistory to use the PacketPrinter and work on ItemList::Print
|
2007-05-31 14:30:34 +02:00 |
|
Mathieu Lacage
|
3861a96d5a
|
implement forgotten PacketPrinter::AddDefaultPrinter
|
2007-05-31 14:30:07 +02:00 |
|
Mathieu Lacage
|
af44bde349
|
fix off-by-one in uid allocation
|
2007-05-31 14:00:03 +02:00 |
|
Mathieu Lacage
|
4736067ed2
|
avoid recursive initialization of uid static variable
|
2007-05-31 13:52:29 +02:00 |
|
Mathieu Lacage
|
2e686bcca7
|
use Callback::GetImpl rather than Callback::PeekImpl
|
2007-05-31 13:45:03 +02:00 |
|
Mathieu Lacage
|
8eef599aa6
|
add public Callback::GetImpl
|
2007-05-31 13:44:40 +02:00 |
|
Mathieu Lacage
|
afb85320bf
|
constify, allow ItemList access to private methods
|
2007-05-31 13:37:05 +02:00 |
|
Mathieu Lacage
|
4b8dabddae
|
add support for a default PacketPrinter
|
2007-05-31 12:34:33 +02:00 |
|
Mathieu Lacage
|
ab5c0a43bd
|
rework the PacketPrinter code
|
2007-05-31 11:03:42 +02:00 |
|
Mathieu Lacage
|
65f215eee2
|
add a new overloaded Assign method
|
2007-05-31 11:03:26 +02:00 |
|
Mathieu Lacage
|
e7abed2def
|
try to design a packer printer class
|
2007-05-30 12:45:32 +02:00 |
|
Mathieu Lacage
|
66c3a25fe1
|
add Chunk::GetName and implement it
|
2007-05-30 10:03:15 +02:00 |
|
Mathieu Lacage
|
d9f03cafbe
|
implement ItemList::AddAtEnd
|
2007-05-30 09:48:53 +02:00 |
|
Mathieu Lacage
|
639231388c
|
implement ItemList construction
|
2007-05-30 07:42:56 +02:00 |
|
Mathieu Lacage
|
fe44d27cde
|
prepare for forward iteration of history.
|
2007-05-29 16:53:53 +02:00 |
|
Mathieu Lacage
|
b71248e0f3
|
keep track of the aggregation state
|
2007-05-29 16:24:40 +02:00 |
|
Mathieu Lacage
|
4db6e9a69a
|
merge unfinished packet history code
|
2007-05-29 16:09:20 +02:00 |
|
Mathieu Lacage
|
a6d6859aab
|
sample code for component manager
|
2007-05-25 21:53:24 +02:00 |
|
Mathieu Lacage
|
55f8e04570
|
add more code to sample code
|
2007-05-25 21:47:59 +02:00 |
|
Mathieu Lacage
|
a1f206804c
|
sample code for Object base class
|
2007-05-25 21:43:23 +02:00 |
|
Mathieu Lacage
|
18c3f768a3
|
small typo
|
2007-05-25 21:28:38 +02:00 |
|
Mathieu Lacage
|
0e277a28d8
|
improve dox
|
2007-05-25 21:27:58 +02:00 |
|
Gustavo J. A. M. Carneiro
|
081e70c7f3
|
Add the waf files and scripts to the scons dist
|
2007-05-25 19:14:05 +01:00 |
|
Mathieu Lacage
|
44007809fd
|
size of element is pointer, not value
|
2007-05-25 18:51:04 +02:00 |
|
Mathieu Lacage
|
827e1c879e
|
avoid checking for the Object::iid value from within ComponentManager::Register
|
2007-05-25 18:39:02 +02:00 |
|