Commit Graph

10161 Commits

Author SHA1 Message Date
John Abraham
9b60ad3617 Update internet-stack-helper API for jitter and CHANGES.html 2013-08-15 21:00:57 -07:00
Tommaso Pecorella
31aac3aea7 Addendum to bug 1522 2013-08-16 02:21:51 +02:00
Peter D. Barnes, Jr.
61903c64b2 Link to RFC num with \RFC{num} 2013-08-15 13:04:01 -07:00
Peter D. Barnes, Jr.
8695d856a1 Link to bug num in bug database with \bugid{num} 2013-08-15 12:01:57 -07:00
Peter D. Barnes, Jr.
c0d6f58a71 Include all doc images in doxygen 2013-08-07 11:29:45 -07:00
Peter D. Barnes, Jr.
82525eadf4 Include all examples in doxygen 2013-08-07 11:29:17 -07:00
Peter D. Barnes, Jr.
4a6adc5e51 Make CommandLine print boolean defaults as text.
And
- clarify the documentation
- make example arguments more explicit
- make "--boolArg" toggle the value, not set to true (this enables
    toggle on default true values)
2013-08-07 10:36:45 -07:00
Steven Smith
0e5a67fd20 Bug 1753 Halting Issue with DistributedSimulatorImpl 2013-08-15 14:45:42 -04:00
John Abraham
9bc367b99f Merge 2013-08-15 09:51:32 -07:00
John Abraham
5adb032add Bug 1522 - Hidden node scenario leads to ARP failure 2013-08-15 09:50:34 -07:00
John Abraham
490bd45706 Bug 1190 - Suppress hello if bcast was sent within the last hello interval 2013-08-15 09:49:40 -07:00
John Abraham
08e8705d2b Bug 1190 - Suppress hello if bcast was sent within the last hello interval 2013-08-15 09:48:40 -07:00
Peter D. Barnes, Jr.
9c172a5b81 Fix Bug 1687: wscript features report doesn't respect NOCOLOR 2013-08-14 14:12:38 -07:00
Peter D. Barnes, Jr.
ef45e91592 Update RELEASE_NOTES with Bug 1738 2013-08-14 13:31:46 -07:00
Peter D. Barnes, Jr.
cb27e3276b Silence erroneous strict alias warning from a gcc 4.4 bug
Casting \c (void*) triggers a strict alias warning bug
in gcc 4.4 (see \bugid{1738}).

In the murmur3 code, data is returned by
\code
  void Function (... , void * out)
  {
    ...
    *(uint32_t *)out = ...
  }
\endcode

which triggers the erroneous warning.

We suppress strict-alias warnings in this compilation unit.
(gcc 4.4 doesn't support the <tt>diagnostic push/pop</tt> pragmas,
so we can't narrow down the suppression any further.)
2013-08-14 12:56:31 -07:00
Vedran Miletić
f9f3110086 Remove unused wifiMode variable, fix build 2013-08-14 12:21:20 +02:00
Alexander Afanasyev
47a985c9ca [PATCH] core: Extending public interface of CommandLine class 2013-08-13 23:19:31 -07:00
Alexander Afanasyev
a6857b4ec7 bug 1754: add missing GIL lock in generated callback destructor 2013-08-13 22:56:39 -07:00
Tom Henderson
b4828adb74 update wifi bindings 2013-08-13 22:54:45 -07:00
Tom Henderson
92b58436dd remove unimplemented declaration 2013-08-13 22:43:08 -07:00
Ghada Badawy
085a0eea39 partial 802.11n support 2013-08-13 22:05:25 -07:00
Tom Henderson
8ae2fe07e2 rescan bindings 2013-08-13 10:37:49 -07:00
Tom Henderson
41f1d3a0f1 avoid use of core-module.h header in src tree 2013-08-13 10:37:41 -07:00
Tommaso Pecorella
81d40b0d40 Add "verbose" command line to IPv6 examples 2013-08-13 17:56:01 +02:00
Tommaso Pecorella
7dea6107f3 Remove obsolete StackHelper from IPv6 examples 2013-08-13 17:56:25 +02:00
Tom Henderson
c9e45e84a4 add missing files 2013-08-12 22:51:37 -07:00
Tommaso Pecorella
4674443c4e Fix optimized build 2013-08-12 22:07:12 +02:00
Tom Henderson
e90499b800 rescan bindings 2013-08-12 10:19:28 -07:00
Tommaso Pecorella
54564e2fa6 Bug 1702 - A router should't aways add itself as the default router 2013-08-07 23:18:48 +02:00
Tommaso Pecorella
3f302f67cf Missing header in RadvdHelper 2013-08-12 15:54:59 +02:00
Tommaso Pecorella
cf8ee5fccb Spectrum model documetation placeholder 2013-07-13 15:31:12 +02:00
Tommaso Pecorella
c8cdd17d4d Bug 1728 - Radvd application is missing an Helper 2013-07-12 00:03:20 +02:00
Tommaso Pecorella
020b61615e Bug 1752 - RadvdInterface m_defaultLifeTime is set to milliseconds instead of seconds 2013-08-12 07:35:18 +02:00
Tommaso Pecorella
17e7d24deb Bug 1721 - Path MTU isn't handled properly 2013-08-12 06:51:18 +02:00
Tom Henderson
f2eaddb1c8 add logging to aggregators 2013-08-11 20:53:01 -07:00
Tommaso Pecorella
ce46777402 Add IPv6 packet support to data collection 2013-08-11 12:34:17 +02:00
Tom Henderson
164b71ff79 fix typo 2013-08-10 16:55:31 -07:00
Tom Henderson
45df4eb9d0 rescan bindings 2013-08-09 07:03:31 -07:00
Tom Henderson
d34a027551 fix module dependency 2013-08-09 06:35:28 -07:00
Tom Henderson
73237d891a fix return type 2013-08-09 06:15:11 -07:00
Tom Henderson
77c6927bbb data collection documentation 2013-08-09 05:22:00 -07:00
Tom Henderson
73a35c8397 update CHANGES.html and RELEASE_NOTES 2013-08-09 04:35:13 -07:00
Tom Henderson
2a08426b17 data collection extensions for stats module 2013-08-08 06:40:41 -07:00
John Abraham
fe13017646 Bug 1747 - Openflow traces not triggering on some occasions 2013-08-07 22:33:15 -07:00
Tom Henderson
7bcffef2ad fix optimized build 2013-08-06 21:41:54 -07:00
Peter D. Barnes, Jr.
97646e6481 Fix broken merge of LTE docs with Models 2013-08-06 15:34:43 -07:00
Peter D. Barnes, Jr.
24f144493f Fix quoting error 2013-08-06 15:34:02 -07:00
Peter D. Barnes, Jr.
ca0a436d75 Remove duplicate Makefile rules 2013-08-06 15:07:25 -07:00
Francisco Javier Sánchez-Roselly
8614ce3317 Bug 1742 - IPv6 HbH and Dst Extension Header size is not correctly calculated 2013-08-05 19:19:43 +02:00
Tom Henderson
3847257057 update required pybindgen version 2013-08-03 07:56:38 -07:00