Craig Dowell <craigdo@ee.washington.edu> [Thu, 29 May 2008 19:09:56 -0700] rev 3181
point-to-point cleanup
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Thu, 29 May 2008 12:13:42 -0700] rev 3180
new Packet testcases, bug fix.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Thu, 29 May 2008 09:37:07 -0700] rev 3179
bug 146: s/HostOrder//
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Thu, 29 May 2008 09:06:42 -0700] rev 3178
make sure we output the right diff command
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Thu, 29 May 2008 09:01:31 -0700] rev 3177
DequeuePending returns 0 upon error, not the other way round.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Thu, 29 May 2008 08:16:53 -0700] rev 3176
fix valgrind-reported leak
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 29 May 2008 15:10:40 +0100] rev 3175
Fix TCP valgrind problem (bug #194): TcpSocketImpl::m_wouldBlock was not always being initialized.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 29 May 2008 11:45:57 +0100] rev 3174
Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 29 May 2008 09:34:47 +0100] rev 3173
merge
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 29 May 2008 09:34:31 +0100] rev 3172
Don't register IPv4 protocol handler for all interfaces, only for IPv4-enabled interfaces.