Commit Graph

1436 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
315dfd2041 Remove 'All rights reserved.' GPL-incompatible phrase from OLSR sources. 2007-10-13 13:09:55 +01:00
Tom Henderson
c96ad24a35 Add support for non-unit-cost metrics for Ipv4Interfaces (for use in routing); add example script simple-alternate-routing.cc 2007-10-06 21:21:07 -07:00
Craig Dowell
9a7694f32a deal with static constructor problem 2007-10-12 13:41:24 -07:00
Craig Dowell
73e9110b64 branch merge 2007-10-12 12:31:29 -07:00
Craig Dowell
90439fc8c4 env var changes 2007-10-12 12:30:19 -07:00
Mathieu Lacage
1a480445c9 make sure we cleanup after ourselves in DefaultValueTests 2007-10-12 15:49:04 +02:00
Gustavo J. A. M. Carneiro
adf066acdd Add a missing const. 2007-10-11 18:34:15 +01:00
Gustavo J. A. M. Carneiro
a2d11d8100 Optimize EventGarbageCollector by using std::multiset with EventIds sorted by expiration time. 2007-10-11 17:26:32 +01:00
Gustavo J. A. M. Carneiro
f77b8a9137 Make EventGarbageCollector private to the olsr module; adapt olsr to Timer API changes. 2007-10-11 16:17:27 +01:00
Gustavo J. A. M. Carneiro
ad0241047d merge 2007-10-11 15:51:36 +01:00
Gustavo J. A. M. Carneiro
6218b00486 Bug #88 (Ipv4Address operator ==, !=, < should be inline for performance reasons) 2007-10-11 15:39:39 +01:00
Mathieu Lacage
4585f14b5f bug 87: do not export the garbage collection facility from the Timer class. 2007-10-11 17:59:59 +02:00
Mathieu Lacage
cd045df1c3 bug 86: add missing functions to manipulate Mac48Address 2007-10-11 13:11:45 +02:00
Mathieu Lacage
20b226769f constify more conversion operators 2007-10-11 13:02:47 +02:00
Mathieu Lacage
8460428f2e constify conversion operator 2007-10-11 13:00:12 +02:00
Mathieu Lacage
b42e00961b add missing call to Simulator::Destroy to cleanup after test 2007-10-10 15:32:04 +02:00
Gustavo J. A. M. Carneiro
86abaf4009 Fix CommandLine::AddArgCommand memory leak. 2007-10-10 11:14:16 +01:00
Gustavo J. A. M. Carneiro
c0af9c2bf1 merge 2007-10-09 13:25:30 +01:00
Gustavo J. A. M. Carneiro
10baa77dbc Bug 81 (CommandLine::AddArgValue not working correctly) 2007-10-09 11:38:01 +01:00
Craig Dowell
bf2adc6861 log verbosity changes 2007-10-08 18:13:26 -07:00
Gustavo J. A. M. Carneiro
3a41b51160 Bug 82 (Add convenience API to retrieve default values) 2007-10-08 17:49:18 +01:00
Gustavo J. A. M. Carneiro
c0ed9be287 Fix bug 80 (valgrind error when finalizing PacketMetadata). 2007-10-08 17:44:17 +01:00
Gustavo J. A. M. Carneiro
7a37ee7c30 merge 2007-10-08 14:14:24 +01:00
Mathieu Lacage
d42e7a6d0a remove 'All rights reserved' mention 2007-10-08 15:54:36 +02:00
Mathieu Lacage
115506476b add missing copyright 2007-10-08 15:50:25 +02:00
Gustavo J. A. M. Carneiro
fab9df7825 Use 'const Ptr<T>' rather than 'Ptr<T> const' 2007-10-08 14:13:58 +01:00
Gustavo J. A. M. Carneiro
743a4eaf02 Adapt the OLSR agent code to use the new Timer class. 2007-10-08 11:37:03 +01:00
Gustavo J. A. M. Carneiro
4df07ae61f merge 2007-10-08 11:24:16 +01:00
Gustavo J. A. M. Carneiro
6c1d1db4b4 Fix typo 2007-10-08 11:23:53 +01:00
Mathieu Lacage
907ad64f96 merge with HEAD 2007-10-08 10:28:52 +02:00
Gustavo J. A. M. Carneiro
ffdc440926 Add operator < to Ptr smart pointers, to make them behave well with STL containers. 2007-10-05 19:13:36 +01:00
Mathieu Lacage
f70700c330 add Timer::GetDelayLeft 2007-10-04 09:22:05 +02:00
Mathieu Lacage
b28727ef8c make the timer a tristate object 2007-10-04 09:14:16 +02:00
Gustavo J. A. M. Carneiro
2422ec276d Fix a couple more warnings in OLSR 2007-10-03 19:11:46 +01:00
Gustavo J. A. M. Carneiro
c00aa2d807 Fix unused variable warning in optimized build. 2007-10-03 19:06:31 +01:00
Gustavo J. A. M. Carneiro
829a28c986 merge 2007-10-03 17:38:49 +01:00
Gustavo J. A. M. Carneiro
89ff51cc09 mereg 2007-10-03 17:33:45 +01:00
Mathieu Lacage
855d52908b add Timer::Suspend/Resume/IsSuspended 2007-10-03 13:01:29 +02:00
Mathieu Lacage
1440302ab3 add Simulator::GetDelayLeft 2007-10-03 13:01:12 +02:00
Craig Dowell
ef9c8a4716 tutorial 2007-10-02 15:34:00 -07:00
Mathieu Lacage
e216675ca1 remove uneeded forward declaration 2007-10-02 11:32:16 +02:00
Tom Henderson
fec546e939 Fix callbacks in packet-sink 2007-10-01 21:04:46 -07:00
Gustavo J. A. M. Carneiro
e7fb2a2c7c According to the literature, in RandomWaypointMobilityModel the pause should come before the walk, not after; fixed. 2007-10-01 18:55:04 +01:00
Gustavo J. A. M. Carneiro
1bc6f6eeda Add ns2-mobility-file-topology sources 2007-10-01 18:01:38 +01:00
Gustavo J. A. M. Carneiro
afc46ac1d3 Adapt to StaticSpeedHelper change 2007-10-01 17:11:06 +01:00
Gustavo J. A. M. Carneiro
636e47d219 Adapt to StaticSpeedHelper change 2007-10-01 17:10:46 +01:00
Gustavo J. A. M. Carneiro
9c219d647d Refactor handling of pauses in StaticSpeedHelper to fix bug (must return null speed when paused) 2007-10-01 17:10:15 +01:00
Gustavo J. A. M. Carneiro
99da16b834 Improve the precision of the RandomDirection2dMobilityModel::PI constant (value copied from glibc's math.h header file). 2007-10-01 15:11:16 +01:00
Gustavo J. A. M. Carneiro
d8e5697bfe Add the random-direction-2d-mobility-model.cc,h sources to the build. 2007-10-01 15:05:43 +01:00
Gustavo J. A. M. Carneiro
b504a88459 Add a bit of function name logging. 2007-10-01 15:05:03 +01:00