Mon, 28 Jul 2008 09:03:10 -0700 |
Mathieu Lacage |
bug 251: mobility helper has no ascii output
|
changeset |
files
|
Mon, 28 Jul 2008 08:59:05 -0700 |
Mathieu Lacage |
bug 252: make python bindings compile
|
changeset |
files
|
Mon, 28 Jul 2008 08:54:20 -0700 |
Mathieu Lacage |
bug 252: get rid of dead code.
|
changeset |
files
|
Mon, 28 Jul 2008 08:30:32 -0700 |
Sebastien Vincent |
bug 262: fix g++ 4.3 build
|
changeset |
files
|
Mon, 28 Jul 2008 16:06:46 +0100 |
Gustavo J. A. M. Carneiro |
OLSR: HELLO messages hold time should be 3 times hello interval, not hello interval.
|
changeset |
files
|
Sat, 26 Jul 2008 15:23:41 +0100 |
Gustavo J. A. M. Carneiro |
Only generate everything.h if python bindings are enabled. Based on patch by Mathieu Lacage. Closes #260.
|
changeset |
files
|
Sat, 26 Jul 2008 15:10:34 +0100 |
Gustavo J. A. M. Carneiro |
When generating the everything.h header file for Python, handle ns3 headers inside subdirectories properly.
|
changeset |
files
|
Fri, 25 Jul 2008 16:54:29 +0100 |
Gustavo J. A. M. Carneiro |
When python scanning API, remove again the NS3_LOG_ENABLE define; it is no longer needed.
|
changeset |
files
|
Fri, 25 Jul 2008 16:51:40 +0100 |
Gustavo J. A. M. Carneiro |
Make the LogComponent* utility functions available for optimized builds as well, albeit as noops. Closes #258.
|
changeset |
files
|
Thu, 24 Jul 2008 17:24:01 +0100 |
Gustavo J. A. M. Carneiro |
hg ignore the pybindgen checkout dir
|
changeset |
files
|
Thu, 24 Jul 2008 11:41:56 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Thu, 24 Jul 2008 11:41:15 +0100 |
Gustavo J. A. M. Carneiro |
Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence.
|
changeset |
files
|
Thu, 24 Jul 2008 11:37:56 +0100 |
Gustavo J. A. M. Carneiro |
Add empty implementation of Simulator::SetImplementation, to make Python bindings work.
|
changeset |
files
|
Thu, 24 Jul 2008 11:27:57 +0100 |
Gustavo J. A. M. Carneiro |
Add helper waf proxy script
|
changeset |
files
|
Wed, 23 Jul 2008 18:29:13 -0700 |
Craig Dowell |
fix supidity in mtu stuff
|
changeset |
files
|
Wed, 23 Jul 2008 17:09:12 -0700 |
Craig Dowell |
begin sorting out mtu woes
|
changeset |
files
|
Wed, 23 Jul 2008 16:09:17 -0400 |
Raj Bhattacharjea |
Make PacketSink multitasking for TCP (closes bug 244)
|
changeset |
files
|
Wed, 23 Jul 2008 11:48:17 +0100 |
Gustavo J. A. M. Carneiro |
Define NS3_ASSERT_ENABLE and NS3_LOG_ENABLE, to make sure we pick up all definitions (such as the logging APIs)
|
changeset |
files
|
Tue, 22 Jul 2008 16:54:24 +0100 |
Gustavo J. A. M. Carneiro |
Require new PyBindGen; make it work for Python 2.3.
|
changeset |
files
|
Mon, 21 Jul 2008 15:53:03 -0700 |
Craig Dowell |
branch merge
|
changeset |
files
|
Fri, 18 Jul 2008 21:59:43 -0700 |
Craig Dowell |
update on-demand RELEASE_NOTES
|
changeset |
files
|
Fri, 18 Jul 2008 21:51:31 -0700 |
Craig Dowell |
make simulator implementation replaceable via global default value
|
changeset |
files
|
Thu, 17 Jul 2008 23:52:59 -0700 |
Craig Dowell |
factor simulator into interface and (multiple) implementation pieces
|
changeset |
files
|
Mon, 21 Jul 2008 15:30:15 +0100 |
Gustavo J. A. M. Carneiro |
Python: new pybindgen, rescan API definitions, new API definition files are more multi-line and hopefully easier to read
|
changeset |
files
|
Mon, 21 Jul 2008 11:43:05 +0100 |
Gustavo J. A. M. Carneiro |
python scanning: remove redundant incref/decref_method annotations
|
changeset |
files
|
Sun, 20 Jul 2008 07:59:21 -0700 |
Tom Henderson |
more details for 3.2 release notes
|
changeset |
files
|
Fri, 18 Jul 2008 12:12:43 +0100 |
Gustavo J. A. M. Carneiro |
Add release notes.
|
changeset |
files
|
Fri, 18 Jul 2008 11:41:22 +0100 |
Gustavo J. A. M. Carneiro |
No need to make NetDevice::SendFrom pure virtual; instead just give a fatal error if used in runtime (it's only used by the learning bridge, anyway, so...).
|
changeset |
files
|
Fri, 18 Jul 2008 11:23:29 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Fri, 18 Jul 2008 11:12:31 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Wed, 16 Jul 2008 16:17:21 +0100 |
Gustavo J. A. M. Carneiro |
Remove some useless code
|
changeset |
files
|
Wed, 16 Jul 2008 16:06:50 +0100 |
Gustavo J. A. M. Carneiro |
New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
|
changeset |
files
|
Wed, 16 Jul 2008 14:33:44 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Mon, 14 Jul 2008 15:41:51 +0100 |
Gustavo J. A. M. Carneiro |
Add csma-bridge example ported to Python.
|
changeset |
files
|
Mon, 14 Jul 2008 11:42:49 +0100 |
Gustavo J. A. M. Carneiro |
Rescan API
|
changeset |
files
|
Mon, 14 Jul 2008 11:39:41 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Mon, 14 Jul 2008 11:29:31 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Mon, 14 Jul 2008 11:29:13 +0100 |
Gustavo J. A. M. Carneiro |
Again, make Python depend only on scanned modules (last fix was incomplete).
|
changeset |
files
|
Mon, 14 Jul 2008 11:25:59 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Mon, 14 Jul 2008 11:12:30 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Tue, 08 Jul 2008 14:40:01 +0100 |
Gustavo J. A. M. Carneiro |
Adapt to evil API breakage
|
changeset |
files
|
Tue, 08 Jul 2008 14:18:50 +0100 |
Gustavo J. A. M. Carneiro |
sync with ns-3-dev
|
changeset |
files
|
Mon, 07 Jul 2008 12:52:48 +0100 |
Gustavo J. A. M. Carneiro |
Add BridgeChannel
|
changeset |
files
|
Mon, 07 Jul 2008 12:18:05 +0100 |
Gustavo J. A. M. Carneiro |
Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
|
changeset |
files
|
Mon, 07 Jul 2008 10:37:09 +0100 |
Gustavo J. A. M. Carneiro |
Move the csma packet-from-self receive filtering away from the CsmaChannel into the CsmaNetDevice, with the help of an extra Ptr<CsmaNetDevice> parameter in Receive(). As discussed in the mailing list.
|
changeset |
files
|
Mon, 07 Jul 2008 10:26:00 +0100 |
Gustavo J. A. M. Carneiro |
Backed out changeset ae9f7d5e2d56
|
changeset |
files
|
Fri, 04 Jul 2008 19:15:00 +0100 |
Gustavo J. A. M. Carneiro |
Try to preserve API compatibility, after SendFrom / promiscuous mode changes.
|
changeset |
files
|
Fri, 04 Jul 2008 18:48:10 +0100 |
Gustavo J. A. M. Carneiro |
Add the 'learning' part of the Learning Bridge, with option to disable it and revert to dummy mode (hub-like).
|
changeset |
files
|
Fri, 04 Jul 2008 18:04:13 +0100 |
Gustavo J. A. M. Carneiro |
Use NetDevice::SendFrom where appropriate, in order to preserve source address of bridged mac frames.
|
changeset |
files
|
Fri, 04 Jul 2008 18:03:26 +0100 |
Gustavo J. A. M. Carneiro |
Add a NetDevice::SendFrom API, for sending packets with a custom source MAC address (a.k.a. MAC spoofing). Only implemented for CsmaNetDevice for now.
|
changeset |
files
|
Fri, 04 Jul 2008 17:58:31 +0100 |
Gustavo J. A. M. Carneiro |
Don't allow csma devices to receive packets sent by themselves.
|
changeset |
files
|
Fri, 04 Jul 2008 15:40:29 +0100 |
Gustavo J. A. M. Carneiro |
Start of a BridgeNetDevice example, using csma (basically an Ethernet Switch).
|
changeset |
files
|
Fri, 04 Jul 2008 15:39:24 +0100 |
Gustavo J. A. M. Carneiro |
Start of a BridgeNetDevice; for now does not yet do the 'learning' part, and does not preserve the source address of mac frames.
|
changeset |
files
|
Fri, 04 Jul 2008 15:37:54 +0100 |
Gustavo J. A. M. Carneiro |
Implement the promiscuous receive callback for CsmaNetDevice.
|
changeset |
files
|
Fri, 04 Jul 2008 15:37:03 +0100 |
Gustavo J. A. M. Carneiro |
Changes in the promiscuous mode API: now the callback receives everything, both 'for me' and 'not for me', with an additional 'forMe' parameter.
|
changeset |
files
|
Fri, 04 Jul 2008 12:35:13 +0100 |
Gustavo J. A. M. Carneiro |
For csma, set a sensible netdevice name, if none has been set.
|
changeset |
files
|
Mon, 30 Jun 2008 19:25:58 +0100 |
Gustavo J. A. M. Carneiro |
Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
|
changeset |
files
|
Thu, 17 Jul 2008 18:57:08 -0700 |
craigdo |
fix darwin build break
|
changeset |
files
|
Thu, 17 Jul 2008 18:45:58 -0700 |
Craig Dowell |
fix darwin build break
|
changeset |
files
|
Thu, 17 Jul 2008 17:58:14 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|