Commit Graph

3190 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
312b8da3a3 Check for the 'diff' command, don't allow running regression tests without it. 2008-05-31 16:14:49 +01:00
Mathieu Lacage
26d46a960d fix a couple of XXX 2008-05-30 11:11:00 -07:00
Mathieu Lacage
2a323473e4 doxygen 2008-05-30 11:03:18 -07:00
Mathieu Lacage
4904c44f15 merge with HEAD 2008-05-30 10:39:43 -07:00
Mathieu Lacage
e4ec46dd52 fix dox warnings 2008-05-30 10:38:59 -07:00
Tom Henderson
a947ff3967 more doxygen 2008-05-30 10:36:02 -07:00
Mathieu Lacage
bbf1d7cce3 fix dox warning 2008-05-30 10:35:25 -07:00
Tom Henderson
dfb9b7360a Doxygen organization 2008-05-29 23:24:10 -07:00
Craig Dowell
554fcfda0d point-to-point cleanup 2008-05-29 19:09:56 -07:00
Mathieu Lacage
16d1d635a0 new Packet testcases, bug fix. 2008-05-29 12:13:42 -07:00
Mathieu Lacage
62d8743f1c bug 146: s/HostOrder// 2008-05-29 09:37:07 -07:00
Mathieu Lacage
5872949e0a make sure we output the right diff command 2008-05-29 09:06:42 -07:00
Mathieu Lacage
f173b434dd DequeuePending returns 0 upon error, not the other way round. 2008-05-29 09:01:31 -07:00
Mathieu Lacage
48fa3d344c fix valgrind-reported leak 2008-05-29 08:16:53 -07:00
Gustavo J. A. M. Carneiro
b9d448c83b Fix TCP valgrind problem (bug #194): TcpSocketImpl::m_wouldBlock was not always being initialized. 2008-05-29 15:10:40 +01:00
Gustavo J. A. M. Carneiro
6152ba1a89 Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191. 2008-05-29 11:45:57 +01:00
Gustavo J. A. M. Carneiro
08f2b87daa merge 2008-05-29 09:34:47 +01:00
Gustavo J. A. M. Carneiro
39c1412e3e Don't register IPv4 protocol handler for all interfaces, only for IPv4-enabled interfaces. 2008-05-29 09:34:31 +01:00
Tom Henderson
41b7eadd33 undo changeset 3161 (to pass unit tests) 2008-05-28 22:45:59 -07:00
Tom Henderson
b851cc5b0b Undo changeset 3163 (breaks multicast) 2008-05-28 22:06:14 -07:00
Mathieu Lacage
08961f4883 make sure that the mac low listener is destroyed _after_ the mac low itself. 2008-05-28 13:59:53 -07:00
Mathieu Lacage
c9ccce91ed remove dead code 2008-05-28 13:22:50 -07:00
Mathieu Lacage
76dd4d1db4 Fix off-by-2 errors 2008-05-28 13:03:29 -07:00
Mathieu Lacage
27e5640201 the TypeId for Packet sockets is PacketSocketFactory, not PacketSocket. fix bug introduced by changeset c33b6d2775b7. 2008-05-28 11:28:06 -07:00
Mathieu Lacage
fdc3e27c11 merge with HEAD 2008-05-28 10:49:01 -07:00
Mathieu Lacage
709f6a6d5b document 2008-05-28 10:47:21 -07:00
Mathieu Lacage
45793c3a02 fix new packet bug 2008-05-28 10:47:14 -07:00
Mathieu Lacage
137ff47a46 fix the testcase 2008-05-28 10:31:09 -07:00
Mathieu Lacage
ab01dd65a4 a failing testcase. 2008-05-28 10:11:25 -07:00
Mathieu Lacage
31870b3bc0 more logging code 2008-05-28 10:11:08 -07:00
Mathieu Lacage
0c34dea05b kill dead code 2008-05-28 10:10:47 -07:00
Gustavo J. A. M. Carneiro
b135ced7aa Bug #154: Attach sockets to nodes. Patch by Rajib Bhattacharjea. 2008-05-28 17:52:42 +01:00
Mathieu Lacage
16018e8d7e add logging 2008-05-28 08:51:27 -07:00
Craig Dowell
0ef25b59c4 CSMA Model Description 2008-05-27 22:30:11 -07:00
Mathieu Lacage
20b1d65d07 avoid segfault 2008-05-27 15:57:51 -07:00
Mathieu Lacage
eaf4fb4a6d doxygen. 2008-05-27 15:32:08 -07:00
Mathieu Lacage
f86b2de0af merge with HEAD 2008-05-27 15:01:11 -07:00
Tom Henderson
4182edbc93 fix optimized build 2008-05-27 06:03:48 -07:00
Tom Henderson
6af434b9f9 branch merge 2008-05-26 21:41:23 -07:00
Mathieu Lacage
f79ac9e373 fix optimized build 2008-05-26 21:03:59 -07:00
Mathieu Lacage
c352b35d3f add NS_LOG_APPEND_CONTEXT 2008-05-26 21:00:25 -07:00
Mathieu Lacage
b91e3b0e4c ATTRIBUTE_HELPER_HEADER_2 -> ATTRIBUTE_HELPER_HEADER 2008-05-26 20:48:54 -07:00
Mathieu Lacage
0d86d03be0 kill ATTRIBUTE_HELPER_HEADER_1 2008-05-26 20:44:19 -07:00
Tom Henderson
9a94ef7a2d some doxygen cleanup 2008-05-26 11:48:18 -07:00
Tom Henderson
791e9ae464 Receive raw buffer variant 2008-05-26 11:22:42 -07:00
Tom Henderson
c2a543f568 Tutorial material for sockets 2008-05-26 11:07:41 -07:00
Mathieu Lacage
b3390aaa3e report packet drops in ARP. 2008-05-25 14:58:22 -07:00
Mathieu Lacage
3d0264e3a3 fix bug 185 2008-05-25 14:44:36 -07:00
Mathieu Lacage
42fbffdbdb more logging. Make sure we do dispose attached Ipv4Interface 2008-05-25 14:44:14 -07:00
Mathieu Lacage
f83b6c7ab1 more logging. Make sure we invoke parent's Dispose method 2008-05-25 14:43:41 -07:00