Commit Graph

9879 Commits

Author SHA1 Message Date
Peter D. Barnes, Jr.
198d9f8ce9 Automated merge with file:///Users/barnes26/Code/netsim/ns3/repos/ns-3-dev 2013-06-26 17:32:03 -07:00
Peter D. Barnes, Jr.
351249c559 [Coverity] "erase" invalidates iterator 2013-06-26 17:26:56 -07:00
Peter D. Barnes, Jr.
f14f746227 [Coverity] Logically dead code (DEADCODE) 2013-06-26 17:15:56 -07:00
Peter D. Barnes, Jr.
397b75c1b4 Merge 2013-06-26 16:43:20 -07:00
Tommaso Pecorella
c49c678cbc Bug 1720 - IPv6 Fragmentation cause crashes (tweak, thanks Peter) 2013-06-26 01:20:11 +02:00
Tommaso Pecorella
e4e367ad27 Bug 1720 - IPv6 Fragmentation cause crashes (better fix) 2013-06-25 23:01:41 +02:00
Tommaso Pecorella
b589986de5 Bug 1720 - IPv6 Fragmentation cause crashes 2013-06-25 22:46:01 +02:00
Tommaso Pecorella
e83e0ee9f8 Bug 1719 - IPv6 default state is set to not forward packets 2013-06-25 00:13:50 +02:00
Tommaso Pecorella
f91ad6f841 Bug 1718 - Ipv4StaticRouting log component is misspelled 2013-06-25 00:08:12 +02:00
Mitch Watrous
96fe3c2132 Bug 1710 - Examples crash when run like this: ./test.py -e example-name 2013-06-20 10:23:10 -07:00
Mitch Watrous
b11234bba3 Make examples again work for nonrelease builds 2013-06-19 13:55:49 -07:00
Mitch Watrous
5f1a54818f Bug 1707 - test.py doesn't work with the release profile 2013-06-19 11:17:17 -07:00
Guowang Shi
727abcda3e Bug 1697 - ICMPv6 Redirect trigger contains multiple bugs 2013-06-19 09:21:39 +02:00
Guowang Shi
70f2ea6e92 Bug 1688 - Routers should advertise themselves from the link-local address 2013-06-19 09:10:31 +02:00
Tom Henderson
ffd2a5f0b1 build the manual in the same way as model library documentation, in a temporary directory 2013-06-18 21:49:35 -07:00
Tom Henderson
8159a8ec39 rescan bindings 2013-06-18 15:29:09 -07:00
Tom Henderson
0f657f5a6a update CHANGES.html to reflect the removal of tools module 2013-06-18 14:18:57 -07:00
Tom Henderson
63606febe2 remove tools module 2013-06-18 13:47:15 -07:00
Tom Henderson
2180f8ad5d move average.h from tools to stats module 2013-06-18 13:42:57 -07:00
Tom Henderson
7477fb5d43 move delay-jitter-estimation to stats/helper 2013-06-18 13:21:35 -07:00
Tom Henderson
5b536a7932 add license to files 2013-06-18 13:18:19 -07:00
Tom Henderson
1071fd3d46 move gnuplot support from src/tools to src/stats 2013-06-18 13:16:51 -07:00
Tom Henderson
201f7e084a move event-garbage-collector from tools module to core/helper 2013-06-18 10:05:15 -07:00
Tom Henderson
eb8227f290 make core/helper directory; move random-stream helper code there 2013-06-18 09:46:32 -07:00
Guowang Shi
0292598490 Bug 1703 - Nodes don't react to a DAD 2013-06-16 13:30:41 +02:00
Tommaso Pecorella
7f9ede9841 Bug 1701 - Ipv6StaticRouting: the source address should match the destination scope 2013-06-16 09:34:36 +02:00
Tommaso Pecorella
8fcd718f03 Bug 1700 - Ipv6RawSocket does not honor the bound address when sending packets 2013-06-16 08:58:39 +02:00
Tom Henderson
88e80b4b9f rescan internet bindings 2013-06-15 15:34:38 -07:00
Guowang Shi
4c6280072c bug 1646 - ICMPv6 Redirect are sent from global address instead of link-local 2013-06-15 10:56:55 +02:00
Mitch Watrous
dc9c9f08f4 Bug 1695 - improve test.py output when -g selected without valgrind 2013-06-14 16:31:10 -07:00
Peter D. Barnes, Jr.
38a03c2802 Refactor utils/bench-simulator to use CommandLine, RandomVariableStream 2013-06-14 14:12:56 -07:00
Peter D. Barnes, Jr.
2b4ec72110 CommandLine: correct license.
Sorry Mathieu ;)
2013-06-14 14:01:19 -07:00
Peter D. Barnes, Jr.
744b0617a5 CommandLine: add Usage message, simplify bool args
Accept obvious bool arguments:  --arg --arg=t --arg=true
Get program name from argv[0]
Example program
Doxygenate
2013-06-14 13:54:39 -07:00
Tom Henderson
42c055f11b bugfix: add TcpSocket to the SocketList vector, to make each socket accessible through the Config subsystem 2013-06-14 08:08:29 -07:00
Mitch Watrous
54805f0915 Back out Bug 1695 fix 2013-06-13 14:27:04 -07:00
Mitch Watrous
e7475e5552 Bug 1695 - improve test.py output when -g selected without valgrind 2013-06-13 11:29:15 -07:00
Morten V. Pedersen
71e266473d bug 1693: missing include 2013-06-12 08:43:51 -07:00
Alexander D'souza
66120cc3fc bug 1694: documentation fix 2013-06-12 06:22:36 -07:00
Alexander D'souza
f195e9a146 bug 1305: remove list of modules at end of waf clean 2013-06-12 06:20:14 -07:00
Peter D. Barnes, Jr.
c55d9ac5a9 Show defaults for global values. 2013-06-11 17:41:37 -07:00
Peter D. Barnes, Jr.
39ff2c926b Use a common portable pdf rescaling script. 2013-06-11 17:28:15 -07:00
Peter D. Barnes, Jr.
433a24d419 [Doxygen] use \deprecated 2013-06-11 17:27:05 -07:00
Peter D. Barnes, Jr.
1bca805862 [Doxygen] use \todo 2013-06-11 17:02:23 -07:00
Peter D. Barnes, Jr.
51550a9e39 doxygenate type-traits 2013-06-11 16:48:13 -07:00
Peter D. Barnes, Jr.
bc13311955 doxygenate simulator group 2013-06-11 16:45:49 -07:00
Peter D. Barnes, Jr.
881223720e doxygenate callbacks 2013-06-11 16:45:01 -07:00
Peter D. Barnes, Jr.
6b39f62563 Run introspection before doing doxygen warnings report 2013-06-11 16:43:36 -07:00
Mitch Watrous
4f20392af0 rescan DSR bindings 2013-06-02 09:27:51 -07:00
Mitch Watrous
54d457f233 bug 1595: remove unimplemented function declarations 2013-06-02 09:27:30 -07:00
Peter D. Barnes, Jr.
4998f46162 Allow oxygen grouping using /**@{*/, etc. 2013-05-31 14:37:49 -07:00