Commit Graph

5497 Commits

Author SHA1 Message Date
Tom Henderson
3f2d10b3c8 Point to CHANGES.html 2009-11-10 06:13:29 -08:00
Pavel Boyko
3e852713a3 Bug 689: default energy detection and CCA thresholds are changed to be more realistic. 2009-11-10 14:44:23 +03:00
Phillip Sitbon
a12e6a18c2 Add Waypoint Mobility model to mainstream 2009-11-10 12:10:35 +01:00
Guillaume Seguin
fa3ec32522 set the implementation Scheduler after setting the implementation 2009-11-10 10:31:51 +01:00
Mathieu Lacage
0f37dd8bdc remove uneeded header 2009-11-10 07:45:32 +01:00
Mathieu Lacage
f0a2528a9f gah, we don't want to copy the count in the assignment operator 2009-11-09 16:45:54 +01:00
Mathieu Lacage
1fc1107e92 delete dead code 2009-11-09 16:02:05 +01:00
Andrey Mazo
c057928e1e Remove my old email from AUTHORS list. 2009-11-09 12:24:51 +03:00
Tom Henderson
4a367fd431 update AUTHORS list 2009-11-06 15:22:33 -08:00
Mathieu Lacage
f8fe3ebcb3 Ipv4L3Protocol::GetInterface optimization 2009-11-06 15:16:18 -08:00
Mathieu Lacage
a0ff88e591 Optimization: use a shared reference counter instead of a per-object counter in Object::Ref/Unref 2009-11-06 17:47:44 +01:00
Mathieu Lacage
622273405c merge with HEAD 2009-11-06 11:27:17 +01:00
Mathieu Lacage
b1400fd928 Optimization: try to optimistically dynamically_cast in case the requested object is the first entry in the aggregate buffer. 2009-11-06 11:27:04 +01:00
Craig Dowell
932c44209e Make tests pass on MinGW, add fifth tutorial example 2009-11-05 22:29:53 -08:00
Craig Dowell
d2837e960b branch merge 2009-11-05 19:15:28 -08:00
Craig Dowell
4450bbafc3 pass explicit temp directory to test suites 2009-11-05 19:14:37 -08:00
Mathieu Lacage
c407986259 merge with HEAD 2009-11-05 21:04:37 +01:00
Mathieu Lacage
580033fc2b Optimize Object::GetObject. Introduce an array of aggregates and sort is by access frequency. 2009-11-05 21:04:05 +01:00
Kirill Andreev
b47dff2311 mesh:Fixed valgrind errors 2009-11-05 13:45:33 +03:00
fmoatamr
46d64d4b8e Bug 705: Make building works under Mingw by disabling socket.h and in.h includes only when Mingw is used 2009-11-05 11:17:44 +01:00
Craig Dowell
41b20ef8ea swap in released 3.6 release notes 2009-11-04 21:08:32 -08:00
Craig Dowell
486d478dae Remove mingw from list of supported platforms 2009-11-04 20:28:31 -08:00
Mathieu Lacage
6a66402911 Optimize Object::GetObject. A 40% improvement on some testcases 2009-11-04 22:08:21 +01:00
Kirill Andreev
3bb49b6aa4 Mesh: fixed updating routing information in HWMP, fixed precursor list in
routing table
2009-11-03 12:50:18 +03:00
Kirill Andreev
970c98baa8 Mesh: fixed initiating proactive PREQ 2009-11-02 12:28:38 +03:00
Gustavo J. A. M. Carneiro
4fe473bca2 Bug 733: OLSR MPR Computation give incorrect result 2009-11-01 22:47:04 +00:00
Craig Dowell
acaad3a93d remind test.py how to build on unix and limit build scope when posible 2009-10-30 10:23:40 -07:00
Kirill Andreev
30bcda7b13 Mesh: HWMP: fixed proactive routes 2009-10-29 15:39:41 +03:00
Gustavo J. A. M. Carneiro
1fc87be0b0 Bring back the --doxygen-no-build option from the dead. 2009-10-29 11:12:12 +00:00
Mirko Banchi
0af2cc7a7f A-MSDU aggregation is not a default feature. 2009-10-28 18:27:43 +01:00
fmoatamr
a93f09f7de Fix testing under Mac OS X 2009-10-28 15:43:43 +01:00
Pavel Boyko
663d743257 Pcap::Diff() method added to compare PCAP traces packet-by-packet 2009-10-28 11:43:57 +03:00
Kirill Andreev
7531f59258 Mesh: fixed FLAME PATH_UPDATE procedure, fixed mesh.cc, valgrind errors in
FLAME
2009-10-27 18:43:45 +03:00
Andrey Mazo
07112c91bc omit -march=native for <gcc-4.2;
pass -fomit-frame-pointer and -march=native only to gcc and icc.
2009-10-27 13:56:38 +03:00
Andrey Mazo
5f8471d37b mesh: small doxygen fix. 2009-10-27 13:42:27 +03:00
Craig Dowell
3936de47d2 Make test.py work on MinGW 2009-10-27 01:05:46 -07:00
Unknown
306b8c892b test.py prints example elapsed times 2009-10-27 00:19:02 -07:00
Craig Dowell
0fa02f5f5d try and make test.py a bit more portable 2009-10-26 23:44:04 -07:00
Craig Dowell
e17fe2e7cf make win32 compile again 2009-10-26 14:50:38 -07:00
Craig Dowell
1ea257ac14 Apply Gustavo's patch for MinGW compatibiliy 2009-10-26 11:26:35 -07:00
Gustavo J. A. M. Carneiro
4bcced389f Python API rescan 2009-10-26 10:15:22 +00:00
Tom Henderson
0d5e8b4bfa add back TCP test case 2009-10-23 15:54:35 -07:00
Andrey Mazo
217b044c77 append {CC,CXX,LINK,LD}FLAGS_EXTRA to corresponding {CC,CXX,LINK}FLAGS. 2009-10-23 17:35:38 +04:00
Andrey Mazo
0b82cab889 append -fomit-frame-pointer and -march=native to CXXFLAGS in release profile. 2009-10-23 17:31:36 +04:00
Andrey Mazo
b14f273040 introduce new build profile "release": -O3 -g0. 2009-10-23 17:23:45 +04:00
Kirill Andreev
664f556dbd Merge 2009-10-23 16:23:38 +04:00
Kirill Andreev
7c4f42fbf1 Mesh: fixed coding style 2009-10-23 16:22:56 +04:00
Gustavo J. A. M. Carneiro
e9e43bd05c Update the build.txt file with new WAF information 2009-10-23 13:08:12 +01:00
Gustavo J. A. M. Carneiro
e520be0836 Merge in upgrade to WAF 1.5.9 2009-10-23 13:05:56 +01:00
Kirill Andreev
84e1fc122d Mesh: fixed HWMP sequence and metric filtering, added route discovery time
trace source, fixed beacon collision avoidanceadded ability to enable/disable
BCA
2009-10-23 15:34:14 +04:00