Peter D. Barnes, Jr.
|
79b5c59706
|
Closed branch default
|
2013-05-22 17:49:39 -07:00 |
|
Peter D. Barnes, Jr.
|
62e7de83a2
|
Coverity static checking script
|
2013-05-22 17:48:15 -07:00 |
|
Peter D. Barnes, Jr.
|
258eba0cf3
|
Add duration to test cases.
|
2013-05-22 17:22:49 -07:00 |
|
Peter D. Barnes, Jr.
|
f8bd5c208f
|
Closed branch ptl
|
2013-05-22 15:04:15 -07:00 |
|
Peter D. Barnes, Jr.
|
423b193696
|
Merge packet-tag-list refactoring
|
2013-05-22 15:04:04 -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.
|
686bd41f4a
|
Defer null pointer check to Packet class.
|
2013-05-22 10:11:39 -07:00 |
|
Peter D. Barnes, Jr.
|
8ffa0f7c30
|
[Coverity] Structurally dead code (UNREACHABLE)
|
2013-05-21 15:11:10 -07:00 |
|
Peter D. Barnes, Jr.
|
5920bdc24d
|
[Coverity] Dead default in switch (DEADCODE)
|
2013-05-20 15:56:47 -07:00 |
|
Peter D. Barnes, Jr.
|
84126f97be
|
[Coverity] Untrusted loop bound (TAINTED_SCALAR)
|
2013-05-20 15:50:00 -07:00 |
|
Peter D. Barnes, Jr.
|
9ef6072262
|
[Coverity] Unintended sign extension (SIGN_EXTENSION)
|
2013-05-20 15:37:04 -07:00 |
|
Tommaso Pecorella
|
bcfcc5a3f4
|
Better fix for bug 1643
|
2013-05-20 22:57:37 +02:00 |
|
Tommaso Pecorella
|
9ae3e7d5db
|
bug 1662 - m_type not set for Ipv6OptionRouterAlertHeader (by Francisco <fnavarro@ujaen.es>)
|
2013-05-17 13:46:25 +02:00 |
|
Peter D. Barnes, Jr.
|
74a3079c12
|
[Coverity] Better document why regions are unreachable
|
2013-05-16 12:30:44 -04:00 |
|
Peter D. Barnes, Jr.
|
2516df45bb
|
[Coverity] Explicit null dereferenced (FORWARD_NULL)
|
2013-05-16 11:25:29 -04: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.
|
403d97e6f3
|
Document deliberate case fall through.
|
2013-05-16 11:06:52 -04:00 |
|
Peter D. Barnes, Jr.
|
9ee67412c4
|
[Coverity] Division or modulo by zero (DIVIDE_BY_ZERO)
|
2013-05-16 10:57:10 -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.
|
87819c2734
|
[Coverity] Division or modulo by zero (DIVIDE_BY_ZERO)
|
2013-05-16 02:06:55 -04:00 |
|
Peter D. Barnes, Jr.
|
beb2763dd1
|
[Coverity] Logically dead code (DEADCODE)
|
2013-05-15 17:18:23 -04:00 |
|
Peter D. Barnes, Jr.
|
138d242a9d
|
[Coverity] Operands don't affect result (CONSTANT_EXPRESSION_RESULT)
|
2013-05-15 16:37:31 -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.
|
764cedd639
|
[Coverity] Unchecked dynamic_cast (FORWARD_NULL)
|
2013-05-15 15:47:58 -04:00 |
|
Peter D. Barnes, Jr.
|
6d84519cc7
|
[Coverity] Missing break in switch (MISSING_BREAK)
|
2013-05-15 15:17:20 -04:00 |
|
Peter D. Barnes, Jr.
|
8ce493fd02
|
[Coverity] Structurally dead code (UNREACHABLE)
|
2013-05-15 14:45:28 -04:00 |
|
Peter D. Barnes, Jr.
|
2af3c22d07
|
[Coverity] Dereference before null check (REVERSE_INULL)
|
2013-05-15 14:00:06 -04:00 |
|
Peter D. Barnes, Jr.
|
a4917e8935
|
[Coverity] Out-of-bounds access (OVERRUN)
|
2013-05-15 11:16:59 -04:00 |
|
Peter D. Barnes, Jr.
|
a8745360c4
|
[Coverity] Overflowed return value (INTEGER_OVERFLOW)
|
2013-05-15 10:10:26 -04:00 |
|
Peter D. Barnes, Jr.
|
51eb08677b
|
[Coverity] Not restoring ostream format (STREAM_FORMAT_STATE)
|
2013-05-15 10:09:33 -04:00 |
|
Peter D. Barnes, Jr.
|
4a1b70f220
|
[Coverity] Unused pointer value (UNUSED_VALUE)
|
2013-05-15 09:57:26 -04:00 |
|
Peter D. Barnes, Jr.
|
426f22be0c
|
[Coverity] Copy into fixed size buffer (STRING_OVERFLOW)
|
2013-05-15 09:56:21 -04:00 |
|
Peter D. Barnes, Jr.
|
71f388c000
|
[Coverity] Failed to override method (BAD_OVERRIDE)
|
2013-05-15 09:55:22 -04:00 |
|
Peter D. Barnes, Jr.
|
263ea7bc9b
|
[Coverity] Missing varargs init or cleanup (VARARGS)
|
2013-05-15 09:54:01 -04:00 |
|
Tommaso Pecorella
|
32f00291e7
|
bug 1643 - NdiscCache creation and existence checks
|
2013-04-20 00:11:33 +02:00 |
|
Tommaso Pecorella
|
77b0af3971
|
bug 1683 - IPv6 autoconfigured don't use *infinite* lifetimes
|
2013-05-17 13:11:22 +02:00 |
|
Tom Henderson
|
6ad306b66c
|
prepare for next release
|
2013-05-14 08:01:34 -07:00 |
|
Tom Henderson
|
077b8e3e02
|
Added tag ns-3.17 for changeset b4a70b99171a
|
2013-05-14 07:54:21 -07:00 |
|
Tom Henderson
|
f07d1611be
|
update RELEASE_NOTES for availability
|
2013-05-14 07:51:26 -07:00 |
|
Tom Henderson
|
4d0b8b05d8
|
clarify statement in tutorial
|
2013-05-12 11:46:51 -07:00 |
|
Tom Henderson
|
b77fb7f40c
|
update emulation section to deprecate EmuNetDevice and add FdNetDevice
|
2013-05-11 13:27:05 -07:00 |
|
Tom Henderson
|
2e20d86a39
|
add FdNetDevice descriptor
|
2013-05-11 11:24:37 -07:00 |
|
Tom Henderson
|
3a8d684c9e
|
update changes.html and release notes for FdNetDevice changes
|
2013-05-11 11:08:52 -07:00 |
|
Tom Henderson
|
49eb8e5a9f
|
improve formatting
|
2013-05-11 10:50:48 -07:00 |
|
Tom Henderson
|
21f96dc635
|
update RELEASE_NOTES
|
2013-05-09 22:43:52 -07:00 |
|
Tom Henderson
|
15058e8967
|
more tutorial updates
|
2013-05-09 22:38:09 -07:00 |
|
Tom Henderson
|
76c91ed1f4
|
update CHANGES.html
|
2013-05-09 16:17:01 -07:00 |
|
Yufei Cheng
|
3b0c201a73
|
update DSR routing documentation
|
2013-05-09 14:50:43 -07:00 |
|
Tom Henderson
|
71614226c9
|
rescan bindings
|
2013-05-08 07:00:47 -07:00 |
|
Nicola Baldo
|
568cd20be1
|
fixed bug 1421 - Frequency dependent propagation loss models need uniform Frequency / Lambda attribute
|
2013-05-07 18:57:51 +02:00 |
|