Thu, 03 May 2007 14:39:37 +0200 |
Mathieu Lacage |
remove Node::GetArp
|
changeset |
files
|
Thu, 03 May 2007 14:23:41 +0200 |
Mathieu Lacage |
remove Node::GetUdp
|
changeset |
files
|
Thu, 03 May 2007 14:20:04 +0200 |
Mathieu Lacage |
define and implement IUdp
|
changeset |
files
|
Thu, 03 May 2007 13:49:24 +0200 |
Mathieu Lacage |
remove spurious call to Dispose
|
changeset |
files
|
Thu, 03 May 2007 13:24:43 +0200 |
Mathieu Lacage |
finish Dispose -> DoDispose rework
|
changeset |
files
|
Thu, 03 May 2007 13:17:29 +0200 |
Mathieu Lacage |
make ApplicationList an NsUnknown object.
|
changeset |
files
|
Thu, 03 May 2007 13:11:50 +0200 |
Mathieu Lacage |
fix valgrind warning: UdpSocket must manage carefully its Ipv4EndPoint to avoid double deleting it.
|
changeset |
files
|
Thu, 03 May 2007 12:46:50 +0200 |
Mathieu Lacage |
make Ipv4L4Demux an NsUnknown object.
|
changeset |
files
|
Thu, 03 May 2007 12:33:08 +0200 |
Mathieu Lacage |
make L3Demux an NsUnknown object.
|
changeset |
files
|
Thu, 03 May 2007 11:08:13 +0200 |
Mathieu Lacage |
make Node derive from NsUnknown rather than Object
|
changeset |
files
|
Thu, 03 May 2007 11:06:51 +0200 |
Mathieu Lacage |
disable the default constructor to avoid bugs
|
changeset |
files
|
Thu, 03 May 2007 11:01:26 +0200 |
Mathieu Lacage |
add NsUnknown::Dispose
|
changeset |
files
|
Thu, 03 May 2007 10:58:08 +0200 |
Mathieu Lacage |
rename the class itself
|
changeset |
files
|
Thu, 03 May 2007 10:49:28 +0200 |
Mathieu Lacage |
rename files
|
changeset |
files
|
Thu, 03 May 2007 10:34:35 +0200 |
Mathieu Lacage |
airplane COM code
|
changeset |
files
|
Thu, 03 May 2007 00:37:48 +0200 |
Mathieu Lacage |
remove more dead code
|
changeset |
files
|
Thu, 03 May 2007 00:35:39 +0200 |
Mathieu Lacage |
remove dead code
|
changeset |
files
|
Thu, 03 May 2007 00:33:03 +0200 |
Mathieu Lacage |
remove dead code
|
changeset |
files
|
Thu, 03 May 2007 00:31:04 +0200 |
Mathieu Lacage |
fix last leaks with new refcounted mechanism
|
changeset |
files
|
Thu, 03 May 2007 00:23:23 +0200 |
Mathieu Lacage |
constify refcounted object base class
|
changeset |
files
|
Thu, 03 May 2007 00:12:39 +0200 |
Mathieu Lacage |
port sample code to refcounting model
|
changeset |
files
|
Wed, 02 May 2007 23:45:26 +0200 |
Mathieu Lacage |
remove dead method declaration and dead use
|
changeset |
files
|
Wed, 02 May 2007 23:42:22 +0200 |
Mathieu Lacage |
implement properly the refcounting rules for the capability getters
|
changeset |
files
|
Wed, 02 May 2007 23:18:51 +0200 |
Mathieu Lacage |
make capabilities and sockets refcounted
|
changeset |
files
|
Wed, 02 May 2007 23:08:41 +0200 |
Mathieu Lacage |
implement Dispose properly throughout the network stack
|
changeset |
files
|
Wed, 02 May 2007 22:32:25 +0200 |
Mathieu Lacage |
use Dispose more extensively
|
changeset |
files
|
Wed, 02 May 2007 19:14:34 +0200 |
Mathieu Lacage |
rework the socket/udp layer to remove the Ipv4EndPointDemux template
|
changeset |
files
|
Wed, 02 May 2007 15:14:27 +0200 |
Mathieu Lacage |
fix segfault
|
changeset |
files
|
Wed, 02 May 2007 15:07:33 +0200 |
Mathieu Lacage |
use ref/unref for Node in more cases
|
changeset |
files
|
Wed, 02 May 2007 14:52:34 +0200 |
Mathieu Lacage |
remove nil macro
|
changeset |
files
|
Wed, 02 May 2007 14:46:14 +0200 |
Mathieu Lacage |
remove dead files
|
changeset |
files
|
Wed, 02 May 2007 14:43:18 +0200 |
Mathieu Lacage |
remove nil macro
|
changeset |
files
|
Wed, 02 May 2007 14:41:34 +0200 |
Mathieu Lacage |
remove nil macro
|
changeset |
files
|
Wed, 02 May 2007 14:41:18 +0200 |
Mathieu Lacage |
remove nil macro
|
changeset |
files
|
Wed, 02 May 2007 14:40:40 +0200 |
Mathieu Lacage |
apply ref/unref rules consistently for Node
|
changeset |
files
|
Wed, 02 May 2007 14:28:07 +0200 |
Mathieu Lacage |
remove useless methode declaration
|
changeset |
files
|
Wed, 02 May 2007 13:59:29 +0200 |
Mathieu Lacage |
rename NodeList::GetNode to NodeList::PeekNode to avoid memory leaks. Call Dispose from NodeListPriv::~NodeListPriv
|
changeset |
files
|
Wed, 02 May 2007 13:44:41 +0200 |
Mathieu Lacage |
rework the Node and NodeList classes to manage reference counts correctly
|
changeset |
files
|
Wed, 02 May 2007 13:43:41 +0200 |
Mathieu Lacage |
a singleton template class to simplify the implementation of a few classes
|
changeset |
files
|
Wed, 02 May 2007 12:34:53 +0200 |
Mathieu Lacage |
remove Node::Copy, Node::Create and Node::*Prototype* methods.
|
changeset |
files
|
Wed, 02 May 2007 12:12:55 +0200 |
Mathieu Lacage |
do not leak the NetDevice from P2PTopology
|
changeset |
files
|
Wed, 02 May 2007 11:43:22 +0200 |
Mathieu Lacage |
do not leak the channel from simple-p2p
|
changeset |
files
|
Wed, 02 May 2007 11:38:21 +0200 |
Mathieu Lacage |
do not use Simulator::StopAt to avoid too many memory leaks
|
changeset |
files
|
Wed, 02 May 2007 11:37:52 +0200 |
Mathieu Lacage |
make Application::Stop work
|
changeset |
files
|
Wed, 02 May 2007 11:22:27 +0200 |
Mathieu Lacage |
improve debugger output for time variables when we do not need the 128 bit statistics
|
changeset |
files
|
Wed, 02 May 2007 10:41:34 +0200 |
Mathieu Lacage |
destroy prototype stack upon Simulator::Destroy
|
changeset |
files
|
Wed, 02 May 2007 10:33:39 +0200 |
Mathieu Lacage |
destroy the Node vector upon Simulator::Destroy rather than wait until the global static destructor of Node::g_nodes is invoked. This fixes a bad assert caught with valgrind.
|
changeset |
files
|
Wed, 02 May 2007 10:25:06 +0200 |
Mathieu Lacage |
manage NetDevice objects with refcounts
|
changeset |
files
|
Wed, 02 May 2007 10:24:59 +0200 |
Mathieu Lacage |
temporarily invoke node's Dispose from user script
|
changeset |
files
|
Wed, 02 May 2007 10:20:44 +0200 |
Mathieu Lacage |
make sure that Simulator::Cancel deals correctly with events which were already scheduled
|
changeset |
files
|
Wed, 02 May 2007 09:18:18 +0200 |
Mathieu Lacage |
call dispose from within the destructor
|
changeset |
files
|
Wed, 02 May 2007 09:18:02 +0200 |
Mathieu Lacage |
just a small typo
|
changeset |
files
|
Wed, 02 May 2007 09:17:42 +0200 |
Mathieu Lacage |
derive from Object for proper refcounting
|
changeset |
files
|
Wed, 02 May 2007 09:17:17 +0200 |
Mathieu Lacage |
do not try to dispose the parent's ressources from InternetNode::Dispose
|
changeset |
files
|
Wed, 02 May 2007 09:16:58 +0200 |
Mathieu Lacage |
dispose properly from Node::Dispose
|
changeset |
files
|
Wed, 02 May 2007 09:16:32 +0200 |
Mathieu Lacage |
add Object::Dispose
|
changeset |
files
|
Wed, 02 May 2007 09:10:19 +0200 |
Mathieu Lacage |
merge in raj's dispose early work
|
changeset |
files
|
Tue, 01 May 2007 11:58:19 +0200 |
Mathieu Lacage |
make sure that the code matches the documentation
|
changeset |
files
|
Tue, 01 May 2007 11:54:21 +0200 |
Mathieu Lacage |
merge Packet API changes needed for Packet pretty printing.
|
changeset |
files
|
Tue, 01 May 2007 11:38:30 +0200 |
Mathieu Lacage |
re-enable ascii trace output by default
|
changeset |
files
|