7
I Use This!
Inactive

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rename NsUnknown to Interface and NsUnknownManager to ComponentManager
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
rename ns-unknown.h/cc ns-unknown-manager.h/cc
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
Added/fixed some doxygen More... almost 18 years ago
rename Erase to Remove as suggested by Tom
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
remove un-implemented method
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
add disabled test
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
add small comment
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
rename Ptr::Get and Ptr::Peek to GetPointer and PeekPointer
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
remove useless assignments
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
rework the refcounting framework to use the MakeNewObject function
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
add MakeNewObject template with more arguments
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
add MakeNewObject template function and fix operator == (T1,T2)
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
use Ptr<> everywhere Object or NsUnknown are used
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
remove leaks and rework the Ptr class to work with a new refcount mechanism
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
add some refcount debugging
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
use the NS_DEBUG env var rather than NS3_DEBUG, as explained by the documentation.
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
make sure that NodeList::GetNode is correctly implemented
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
implement properly Application::DoDispose and rename Application::PeekNOde to Application::GetNode
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
rename NodeList::PeekNode to NodeList::GetNode
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
implement properly NetDevice::DoDispose and rename NetDevice::PeekNode to NetDevice::GetNode
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
remove some dead code
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
remove useless forward declaration
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
convert Node * to Ptr<Node>
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
convert UdpSocket and Udp to Ptr<Node>
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
convert Node * to Ptr<Node>
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
convert Node * to Ptr<Node>
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
remove useless forward declaration
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
convert more code to use Ptr<Node> instead of Node *
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
convert Arp code to use Ptr<Node> instead of Node *
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
revert Ipv4Interface * -> Ptr<Ipv4Interface>
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago