Thu, 25 Jun 2009 14:15:27 +0200 Mathieu Lacage make dist generation work again
Thu, 25 Jun 2009 09:21:18 +0200 Mathieu Lacage ignore emacs backup files
Thu, 25 Jun 2009 09:07:44 +0200 Mathieu Lacage fix mingw regression tests
Thu, 25 Jun 2009 09:07:31 +0200 Mathieu Lacage update ignore rules
Wed, 24 Jun 2009 21:53:55 -0700 Tom Henderson do not assert if remote side of a PointToPoint link doesn't participate in global routing
Wed, 24 Jun 2009 15:31:53 -0700 Tom Henderson update bindings
Fri, 19 Jun 2009 20:26:51 -0700 Tom Henderson WifiHelper method to enable all Wifi logging
Wed, 24 Jun 2009 14:35:07 -0700 Tom Henderson some wifi manual updates
Wed, 24 Jun 2009 19:38:59 +0100 Gustavo J. A. M. Carneiro When comparing regression traces, ignore newline differences for text files (.tr and .mob extensions); this makes regression testing in win32/mingw pass.
Wed, 24 Jun 2009 18:43:04 +0100 Gustavo J. A. M. Carneiro merge
Wed, 24 Jun 2009 18:42:07 +0100 Gustavo J. A. M. Carneiro Fix win32/mingw bug running commands with command-template: needed to escape backslashes before calling shlex.split().
Wed, 24 Jun 2009 16:12:09 +0100 Gustavo J. A. M. Carneiro Handle WindowsError exception in subprocess.Popen called from _run_argv
Wed, 24 Jun 2009 10:57:52 -0400 tjkopena Minor tweak to stats example.
Wed, 24 Jun 2009 10:43:52 -0400 tjkopena Minor tweaks to stats API.
Wed, 24 Jun 2009 09:45:31 +0200 fmoatamr Bug 456: doxygen introspection for trace source config paths is wrong
Tue, 23 Jun 2009 22:42:09 -0700 Francesco Malandrino New Zipf random variable
Tue, 23 Jun 2009 22:12:35 -0700 Craig Dowell Finally make tap bridge work with VMs (bug 569)
Tue, 23 Jun 2009 19:44:57 -0700 Craig Dowell Allow UDP echo client to specify packet contents
Mon, 22 Jun 2009 18:29:43 -0700 Craig Dowell remind v4ping.cc that echo data is variable length
Mon, 22 Jun 2009 18:08:01 -0700 Craig Dowell variable size buffer for icmpv4 echo header
Sun, 21 Jun 2009 23:38:40 -0700 Tom Henderson rescan bindings
Sun, 21 Jun 2009 23:32:23 -0700 Tom Henderson move list routing and static routing to src/routing directories
Sun, 21 Jun 2009 22:36:43 -0700 Tom Henderson Remove Ipv4Interface::GetMtu ()
Sun, 21 Jun 2009 22:29:08 -0700 Tom Henderson cleanup ip alias unfinished cases (bug 591)
Fri, 19 Jun 2009 14:12:59 -0700 Tom Henderson avoid using non-portable reverse iterator methods
Fri, 19 Jun 2009 07:51:57 -0700 Tom Henderson merge with tip
Fri, 19 Jun 2009 07:50:05 -0700 Tom Henderson fix examples and documentation for CalcChecksum changes
Fri, 19 Jun 2009 16:49:09 +0200 Faker Moatamri Bug 597: Ns-3 doesn't compile under MingWin
Fri, 19 Jun 2009 07:25:40 -0700 Tom Henderson rescan bindings
Sun, 14 Jun 2009 20:57:52 -0700 Tom Henderson correct a few XXX in the Ipv4L3Protocol class
Sun, 14 Jun 2009 20:53:29 -0700 Tom Henderson remove obsolete XXX from UdpHeader API
Sat, 13 Jun 2009 15:57:04 -0700 Tom Henderson fix for bug 588
Sat, 13 Jun 2009 14:59:35 -0700 Tom Henderson Fix bug 587 for ListRoutingProtocol bug; add unit test
Fri, 12 Jun 2009 14:43:22 -0700 Tom Henderson Move Ipv4ListRouting to src/internet-stack; get rid of Impl class
Fri, 12 Jun 2009 13:44:19 -0700 Mathieu Lacage Remove static routing dependencies in code
Fri, 19 Jun 2009 09:17:08 +0200 Mathieu Lacage forgot to add bindings for new module
Fri, 19 Jun 2009 09:13:29 +0200 Mathieu Lacage bug 491: It is painful to enable all checksums
Fri, 19 Jun 2009 09:06:35 +0200 Tommaso Pecorella bug 562: bug in TagBuffer::WriteU64
Fri, 19 Jun 2009 09:04:27 +0200 Kirill V. Andreev bug 585: NAV bug
Fri, 19 Jun 2009 09:01:26 +0200 Mathieu Lacage update for API changes
Fri, 19 Jun 2009 08:43:58 +0200 Mathieu Lacage make CreateObject<> behave like Create<>: use positional constructor arguments rather than attribute lists.
Fri, 19 Jun 2009 08:37:15 +0200 Mathieu Lacage merge with head
Fri, 19 Jun 2009 08:36:48 +0200 Mathieu Lacage kill unused method
Thu, 18 Jun 2009 11:43:40 +0200 fmoatamr Bug 589: UdpSocketImpl unit test is leaking
Wed, 17 Jun 2009 17:05:51 +0200 Mathieu Lacage remove dead code
Wed, 17 Jun 2009 12:07:25 +0100 Gustavo J. A. M. Carneiro merge with ns-3-dev
Fri, 12 Jun 2009 10:31:19 +0100 Gustavo J. A. M. Carneiro Don't remove all tags, only the SocketAddressTag.
Thu, 11 Jun 2009 16:12:11 +0100 Gustavo J. A. M. Carneiro Remove packet tags before reinjecting the packet into the stack
Thu, 11 Jun 2009 16:02:58 +0100 Gustavo J. A. M. Carneiro merge
Thu, 11 Jun 2009 16:02:10 +0100 Gustavo J. A. M. Carneiro VirtualNetDevice: Single Receive() (promisc. one); add trace sources to align better with CsmaNetDevice. Add SetAddress()
Tue, 09 Jun 2009 18:00:52 +0100 Gustavo J. A. M. Carneiro merge
Tue, 09 Jun 2009 18:00:24 +0100 Gustavo J. A. M. Carneiro Make the value returned by VirtualNetDevice::IsPointToPoint configurable.
Tue, 09 Jun 2009 17:48:51 +0100 Gustavo J. A. M. Carneiro cleanup virtual netdevice example
Tue, 09 Jun 2009 17:42:57 +0100 Gustavo J. A. M. Carneiro Rename TapNetDevice to VirtualNetDevice
Tue, 02 Jun 2009 18:35:05 +0100 Gustavo J. A. M. Carneiro api docs fixes
Sat, 30 May 2009 17:37:38 +0100 Gustavo J. A. M. Carneiro merge
Sat, 30 May 2009 17:36:50 +0100 Gustavo J. A. M. Carneiro Add an example for TapNetDevice
Sat, 30 May 2009 17:36:29 +0100 Gustavo J. A. M. Carneiro Remove TapNetDevice::[GS]etName; a couple of bug fixes.
Sun, 24 May 2009 16:18:20 +0100 Gustavo J. A. M. Carneiro Add TapNetDevice (formerly known as VirtualNetDevice)
Wed, 17 Jun 2009 11:26:36 +0100 Gustavo J. A. M. Carneiro Bug #594: cygwin won't build.
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip