| 2009-11-13 |
Pavel Boyko |
ChannelNumber attribute added to YansWifiPhy. Now it is possible to setup wifi channel using WifiPhyHelper::Set() method.
|
changeset |
files
|
| 2009-11-13 |
Pavel Boyko |
cosmetics
|
changeset |
files
|
| 2009-11-13 |
Kirill Andreev |
[Bug 740] OLSR MprCompute () works wrong: fixed
|
changeset |
files
|
| 2009-11-12 |
fmoatamr |
Make building works under g++-4.0.4,4.1.2 and OSX PPC
|
changeset |
files
|
| 2009-11-12 |
Guillaume Seguin |
Simulator::SetScheduler now takes an ObjectFactory
|
changeset |
files
|
| 2009-11-12 |
Mathieu Lacage |
merge with HEAD
|
changeset |
files
|
| 2009-11-12 |
Mathieu Lacage |
replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
|
changeset |
files
|
| 2009-11-12 |
Faker Moatamri |
Rescan python bindings
|
changeset |
files
|
| 2009-11-11 |
Sebastien Vincent |
Bug #729 IPv6 over PPP.
|
changeset |
files
|
| 2009-11-11 |
Andras Varga |
Bug #645: fixes for opening stats file with OMNeT++
|
changeset |
files
|
| 2009-11-11 |
Phillip Sitbon |
Variables time and position in waypoint are public as in the original code
|
changeset |
files
|
| 2009-11-11 |
Andrey Mazo |
Mesh: make GetFields () const
|
changeset |
files
|
| 2009-11-11 |
Andrey Mazo |
Mesh: add constructor to TypeId of WifiInformationElementVector
|
changeset |
files
|
| 2009-11-10 |
Craig Dowell |
correct some wildly out-of-date doxygen
|
changeset |
files
|
| 2009-11-10 |
Tom Henderson |
Document changes to YansWifiPhy defaults
|
changeset |
files
|
| 2009-11-10 |
Tom Henderson |
Point to CHANGES.html
|
changeset |
files
|
| 2009-11-10 |
Pavel Boyko |
Bug 689: default energy detection and CCA thresholds are changed to be more realistic.
|
changeset |
files
|
| 2009-11-10 |
Phillip Sitbon |
Add Waypoint Mobility model to mainstream
|
changeset |
files
|
| 2009-11-10 |
Guillaume Seguin |
set the implementation Scheduler after setting the implementation
|
changeset |
files
|
| 2009-11-10 |
Mathieu Lacage |
remove uneeded header
|
changeset |
files
|
| 2009-11-09 |
Mathieu Lacage |
gah, we don't want to copy the count in the assignment operator
|
changeset |
files
|
| 2009-11-09 |
Mathieu Lacage |
delete dead code
|
changeset |
files
|
| 2009-11-09 |
Andrey Mazo |
Remove my old email from AUTHORS list.
|
changeset |
files
|
| 2009-11-06 |
Tom Henderson |
update AUTHORS list
|
changeset |
files
|
| 2009-11-06 |
Mathieu Lacage |
Ipv4L3Protocol::GetInterface optimization
|
changeset |
files
|
| 2009-11-06 |
Mathieu Lacage |
Optimization: use a shared reference counter instead of a per-object counter in Object::Ref/Unref
|
changeset |
files
|
| 2009-11-06 |
Mathieu Lacage |
merge with HEAD
|
changeset |
files
|
| 2009-11-06 |
Mathieu Lacage |
Optimization: try to optimistically dynamically_cast in case the requested object is the first entry in the aggregate buffer.
|
changeset |
files
|
| 2009-11-05 |
Craig Dowell |
Make tests pass on MinGW, add fifth tutorial example
|
changeset |
files
|
| 2009-11-05 |
Craig Dowell |
branch merge
|
changeset |
files
|
| 2009-11-05 |
Craig Dowell |
pass explicit temp directory to test suites
|
changeset |
files
|
| 2009-11-05 |
Mathieu Lacage |
merge with HEAD
|
changeset |
files
|
| 2009-11-05 |
Mathieu Lacage |
Optimize Object::GetObject. Introduce an array of aggregates and sort is by access frequency.
|
changeset |
files
|
| 2009-11-05 |
Kirill Andreev |
mesh:Fixed valgrind errors
|
changeset |
files
|
| 2009-11-05 |
fmoatamr |
Bug 705: Make building works under Mingw by disabling socket.h and in.h includes only when Mingw is used
|
changeset |
files
|
| 2009-11-04 |
Craig Dowell |
swap in released 3.6 release notes
|
changeset |
files
|
| 2009-11-04 |
Craig Dowell |
Remove mingw from list of supported platforms
|
changeset |
files
|
| 2009-11-04 |
Mathieu Lacage |
Optimize Object::GetObject. A 40% improvement on some testcases
|
changeset |
files
|
| 2009-11-03 |
Kirill Andreev |
Mesh: fixed updating routing information in HWMP, fixed precursor list in
|
changeset |
files
|
| 2009-11-02 |
Kirill Andreev |
Mesh: fixed initiating proactive PREQ
|
changeset |
files
|
| 2009-11-01 |
Gustavo J. A. M. Carneiro |
Bug 733: OLSR MPR Computation give incorrect result
|
changeset |
files
|
| 2009-10-30 |
Craig Dowell |
remind test.py how to build on unix and limit build scope when posible
|
changeset |
files
|
| 2009-10-29 |
Kirill Andreev |
Mesh: HWMP: fixed proactive routes
|
changeset |
files
|
| 2009-10-29 |
Gustavo J. A. M. Carneiro |
Bring back the --doxygen-no-build option from the dead.
|
changeset |
files
|
| 2009-10-28 |
Mirko Banchi |
A-MSDU aggregation is not a default feature.
|
changeset |
files
|
| 2009-10-28 |
fmoatamr |
Fix testing under Mac OS X
|
changeset |
files
|
| 2009-10-28 |
Pavel Boyko |
Pcap::Diff() method added to compare PCAP traces packet-by-packet
|
changeset |
files
|
| 2009-10-27 |
Kirill Andreev |
Mesh: fixed FLAME PATH_UPDATE procedure, fixed mesh.cc, valgrind errors in
|
changeset |
files
|
| 2009-10-27 |
Andrey Mazo |
omit -march=native for <gcc-4.2;
|
changeset |
files
|
| 2009-10-27 |
Andrey Mazo |
mesh: small doxygen fix.
|
changeset |
files
|
| 2009-10-27 |
Craig Dowell |
Make test.py work on MinGW
|
changeset |
files
|
| 2009-10-27 |
craigdo |
test.py prints example elapsed times
|
changeset |
files
|
| 2009-10-26 |
Craig Dowell |
try and make test.py a bit more portable
|
changeset |
files
|
| 2009-10-26 |
Craig Dowell |
make win32 compile again
|
changeset |
files
|
| 2009-10-26 |
Craig Dowell |
Apply Gustavo's patch for MinGW compatibiliy
|
changeset |
files
|
| 2009-10-26 |
Gustavo J. A. M. Carneiro |
Python API rescan
|
changeset |
files
|
| 2009-10-23 |
Tom Henderson |
add back TCP test case
|
changeset |
files
|
| 2009-10-23 |
Andrey Mazo |
append {CC,CXX,LINK,LD}FLAGS_EXTRA to corresponding {CC,CXX,LINK}FLAGS.
|
changeset |
files
|
| 2009-10-23 |
Andrey Mazo |
append -fomit-frame-pointer and -march=native to CXXFLAGS in release profile.
|
changeset |
files
|
| 2009-10-23 |
Andrey Mazo |
introduce new build profile "release": -O3 -g0.
|
changeset |
files
|