93cea27ad8
force users to register their header/trailer uid strings by hand rather than do lazy uid allocation.
Mathieu Lacage
2007-08-04 16:37:16 +02:00
a905bf35a7
Send PacketMetadataTest unit test output to Failure (), not std::cout.
Gustavo J. A. M. Carneiro
2007-08-02 14:56:04 +01:00
bd1932f12c
In some places, print debug messages / errors to stderr, not stdout.
Gustavo J. A. M. Carneiro
2007-08-02 14:48:36 +01:00
d272bd4e05
Replace the stdout "warning" with a NS_FATAL_ERROR
Gustavo J. A. M. Carneiro
2007-08-02 14:47:51 +01:00
67e42e8600
Bug #7: Better breakpoints.
Gustavo J. A. M. Carneiro
2007-08-02 13:59:08 +01:00
078d8b607c
do not access the iterator after erasing it
Mathieu Lacage
2007-08-02 08:55:56 +02:00
7c001bf468
Detect when running waf --shell with stale environment variables and give an error when it happens.
Gustavo J. A. M. Carneiro
2007-08-01 21:35:34 +01:00
2eef3ac5fb
small bug in InetSocketAddress deserialization
Mathieu Lacage
2007-08-01 20:17:28 +02:00
63cc2150a0
WAF: when changing environment (e.g. LD_LIBRARY_PATH for --run and --shell), make the new paths take precedence over the old ones.
Gustavo J. A. M. Carneiro
2007-08-01 18:34:23 +01:00
2476dd4474
merge with trunk
Mathieu Lacage
2007-08-01 19:52:59 +02:00
b954d65b8f
remove uint8_t * from the send path of the socket API
Mathieu Lacage
2007-08-01 19:19:42 +02:00
1b62aa5a79
consitify the API a bit
Mathieu Lacage
2007-08-01 19:19:28 +02:00
48d1219f5c
remove uint8_t * buffers from socket receive API
Mathieu Lacage
2007-08-01 19:09:11 +02:00
210e88b511
split callback registration from socket operations in socket.h API.
Mathieu Lacage
2007-08-01 18:48:24 +02:00
3d9d4ce7be
I wonder what the point of that code was: why should you test for zero _after_ using the pointer ? It needs to be tested _before_.
Mathieu Lacage
2007-07-31 10:47:29 +02:00
222eea66fa
Patch from Mathieu, makes EnableNodes templated
Gustavo J. A. M. Carneiro
2007-07-30 19:11:21 +01:00
072626d390
Add documentation for the (few) OLSR public APIs
Gustavo J. A. M. Carneiro
2007-07-30 17:43:52 +01:00
e4dedb226f
Add a simpler olsr::EnableAllNodes API as suggested by Mathieu.
Gustavo J. A. M. Carneiro
2007-07-30 17:33:12 +01:00
acde0b6311
fix indentation in some places (was broken due to class rename)
Gustavo J. A. M. Carneiro
2007-07-30 17:15:35 +01:00
8cb57d43d6
Reorganize source tree and rename classes in a more sensible way; Olsr becomes OlsrAgent, olsr::Olsr becomes OlsrAgentImpl.
Gustavo J. A. M. Carneiro
2007-07-30 17:06:06 +01:00
f597f96152
solve some merge problems
Gustavo J. A. M. Carneiro
2007-07-30 15:03:45 +01:00
0f5b5f1f6c
merge
Gustavo J. A. M. Carneiro
2007-07-30 15:01:18 +01:00
ea0a9ae7ab
EventCollector: tune the parameters and add a shrinking heuristic.
Gustavo J. A. M. Carneiro
2007-07-30 14:48:56 +01:00
98abf1d812
Add simple EventCollector benchmark
Gustavo J. A. M. Carneiro
2007-07-30 14:22:12 +01:00
f1b9327123
remove implicit conversion from Address to Eui48Address, to Ipv4Address and to InetSocketAddress
Mathieu Lacage
2007-07-30 14:57:49 +02:00