Commit Graph

147 Commits

Author SHA1 Message Date
Peter D. Barnes, Jr.
86109ec9b5 Fix vector index range. 2013-05-24 12:50:44 -07:00
Peter D. Barnes, Jr.
666bcc699f Merge Coverity fixes 2013-05-22 17:58:58 -07:00
Peter D. Barnes, Jr.
258eba0cf3 Add duration to test cases. 2013-05-22 17:22:49 -07:00
Peter D. Barnes, Jr.
4fc79291b9 Use PacketTagList::TagData::MAX_SIZE in DeviceNameTag 2013-05-22 12:57:58 -07:00
Peter D. Barnes, Jr.
572eaccd20 [Coverity] Unchecked return value from library (CHECKED_RETURN) 2013-05-16 11:18:20 -04:00
Peter D. Barnes, Jr.
3bc4f0efd0 [Coverity] Overflowed return value (INTEGER_OVERFLOW) 2013-05-16 10:52:29 -04:00
Peter D. Barnes, Jr.
80b15ea83f [Coverity] Unchecked return value (CHECKED_RETURN) 2013-05-15 16:26:46 -04:00
Peter D. Barnes, Jr.
a8745360c4 [Coverity] Overflowed return value (INTEGER_OVERFLOW) 2013-05-15 10:10:26 -04:00
Tom Henderson
89e67bbb33 update python bindings 2013-04-08 12:48:36 -07:00
Vedran Miletić
44e8b40ac9 Rename SequenceNumber TestSuite to sequence-number for consistency 2013-04-06 17:54:20 +02:00
Hajime Tazaki
792e59bf38 Bug 1409: Add an attribute "SystemId" to configure the ID for MPI 2013-04-06 23:08:13 +09:00
Vedran Miletić
bbdb4231b3 Upgrade waf to 1.7.10 and fix included wscripts
This is a massive upgrade removing almost all pre-waf 1.6 script code. In addition, this does away with custom pkgconfig.py script for making .pc files and replaces it with waf's builtin mechanism.

Massive thanks to Alex Afanasyev for ideas and bugfixing, to Alina Quereilhac for bugfixing and testing, and to Tom Henderson for thorough testing.
2013-04-01 22:33:46 +02:00
Nicola Baldo
b69928a648 bug 1563: get rid of default argument value in AddTestCase 2013-03-22 13:14:38 +01:00
Tom Henderson
d999b6f255 add documentation for error models 2013-03-18 22:29:43 -07:00
Tom Henderson
676215d236 move error model test suite to network module 2013-03-18 22:24:11 -07:00
Tommaso Pecorella
5e2d3e7604 Bug 1568 - Deserialized Addresses are implicitly marked as Mac48Address 2013-03-11 23:06:41 +01:00
Brian Swenson
80ca7c14a3 bug 1569 droptail_vs_red example fix 2013-02-01 10:57:36 -05:00
frederic.
b936760604 fix bug on previous commit 2013-01-10 18:29:32 +01:00
frederic.
81e8199503 Add some tags to packets passing through PacketSocket. 2013-01-09 13:45:23 +01:00
Peter D. Barnes, Jr.
a1a1c6d36d Delete _fp suffix, per code review 2012-11-14 00:07:50 -08:00
Peter D. Barnes, Jr.
6a0691f121 Undo whitespace-only changes, to ease review 2012-11-14 00:03:41 -08:00
Peter D. Barnes, Jr.
8a5e56e414 Measure micro-benchmark timing. 2012-11-13 23:56:26 -08:00
Peter D. Barnes, Jr.
06addb49e0 Minor doc corrections 2012-11-13 23:52:34 -08:00
Peter D. Barnes, Jr.
a10b29e1fd Remove free list from PacketTagList. 2012-11-13 23:51:56 -08:00
Peter D. Barnes, Jr.
2ecedb3e87 Trim excess copies from PacketTagList::Remove, add PacketTagList::Replace, documentation. 2012-11-13 23:44:58 -08:00
Tom Henderson
a6f30c16a6 assign streams to burst error model test case 2013-05-01 06:29:57 -07:00
Tom Henderson
7d87d6b3cf burst error model uses two random variables 2013-05-01 06:14:51 -07:00
Tommaso Pecorella
1cd5127d1c bug 1661 - Variable ub1 defined but not used in ipv6-address.cc 2013-04-29 19:52:58 +02:00
Mitch Watrous
b72c268305 Update Python bindings 2013-04-19 17:17:35 -07:00
Vedran Miletić
53ec6a479e Rename Start and DoStart methods to Initialize and DoInitialize
The goal of this patch is to allows us to differentiate the Start/Stop
functionality present in some classes from Initialize/Dispose functionality.
2013-04-19 22:39:55 +02:00
Anh Nguyen
14506d5d6e Add BurstErrorModel class 2013-04-19 12:58:25 -07:00
Mitch Watrous
51b1212de9 Remove more log messages from operators and copy constructors 2012-12-14 14:07:33 -08:00
Mitch Watrous
858f0702d9 Remove log messages from some operators and copy constructors 2012-12-13 17:02:39 -08:00
Tom Henderson
53931dd4ca bug 1549: remove logging statements causing stack overflows 2012-12-12 22:43:49 -08:00
Tom Henderson
61f9323e32 update bindings 2012-12-12 13:14:40 -08:00
Tom Henderson
54ccc7ad0f remove logging that leads to stack overflow 2012-12-12 10:23:05 -08:00
Maja Grubišić
19b51bfe74 Fix printing of uint8_t data in NS_LOG_FUNCTION introduced by 9144:6a15c50388bc Clean up function logging of network module. 2012-12-01 20:05:49 +01:00
Daniel Lertpratchya
b69e3c1278 Bug 1361 - Set TOS from Application level (sockets) 2012-11-20 17:52:39 -05:00
Maja Grubišić
6c6e275ec2 Clean up function logging of network module. 2012-11-16 22:27:18 +01:00
Tom Henderson
cc613cb57b rescan bindings 2012-10-29 05:33:13 -07:00
Mitch Watrous
2a17e8910b Update release notes 2012-10-03 12:06:18 -07:00
Mitch Watrous
d387160f6f Bug 976 2012-10-03 10:06:52 -07:00
Vedran Miletić
aa554e051d Clean up core, network, internet, point-to-point tests that don't access private class attributes and methods in accordance to sample-test-suite.cc. 2012-09-21 13:47:41 +02:00
Tom Henderson
7b0697e2b0 fix error: call of overloaded pow() is ambiguous 2012-09-07 12:45:26 -07:00
Vedran Miletić
71e380b55e Bug 1237 - code cleanups related to includes 2012-09-01 20:57:21 +02:00
Tom Henderson
e1c6f789d3 suppress maybe-uninitialized warnings 2012-08-28 21:30:41 -07:00
Mitch Watrous
da1cf74f90 Replace various instances of RandomVariable with RandomVariableStream 2012-08-20 14:25:35 -07:00
Mitch Watrous
998713685f Replace src/network usage of RandomVariable with RandomVariableStream 2012-08-16 09:13:36 -07:00
Mitch Watrous
190f314ba5 Replace src/application usage of RandomVariable with RandomVariableStream 2012-08-13 16:08:13 -07:00
Peter D. Barnes, Jr.
916e030ae7 Protect ascii art picture of Buffer layout. 2012-05-10 09:31:35 -07:00