2008-09-03 Gustavo J. A. M. Carneiro PyViz: interface to sample packet transmissions (using ns-3 tracing).
2008-09-02 Gustavo J. A. M. Carneiro merge
2008-09-02 Gustavo J. A. M. Carneiro New pybindgen and API rescan. Extensive API description files changes because pybindgen now handles consts differently.
2008-08-31 Gustavo J. A. M. Carneiro Python: fix constructor wrapper name for templated ns3::Objects.
2008-08-29 Craig Dowell branch merge
2008-08-29 tjkopena Some cleanup.
2008-08-29 tjkopena Stats module and example merged in.
2008-08-29 Mathieu Lacage merge with HEAD
2008-08-29 Mathieu Lacage bug 299: packet socket broken by promiscuous update
2008-08-29 Gustavo J. A. M. Carneiro Require new PyBindGen (now ignores the badly scanned anonymous containers that cause problems on cygwin) and rescan API.
2008-08-29 Gustavo J. A. M. Carneiro RealTimeSimulatorImpl::EnableLogTo() is not implemented, remove it from the header file.
2008-08-28 craigdo expunge any mention of the possibility that the real-time simlator could operate in real-time mode
2008-08-28 craigdo don't assume posix compatibility means posix clocks
2008-08-27 Mathieu Lacage forgot to remove uneeded copy
2008-08-26 Craig Dowell branch merge
2008-08-26 Craig Dowell ifdef out ability to feed real-time through simulator
2008-08-26 Craig Dowell add realtime simulator and associated tests
2008-08-26 Gustavo J. A. M. Carneiro Pull in Mathieu's PyBindGen fix.
2008-08-26 Mathieu Lacage doxygen OnOffHelper.
2008-08-26 Mathieu Lacage merge with HEAD
2008-08-26 Mathieu Lacage remove dead code.
2008-08-26 Gustavo J. A. M. Carneiro merge
2008-08-25 Mathieu Lacage bug 279: Packets need metadata support for printing without header checking
2008-08-25 Mathieu Lacage bug 273: fix python bindings.
2008-08-25 Mathieu Lacage document API change
2008-08-25 Mathieu Lacage repeat enum keyword.
2008-08-25 Mathieu Lacage shared Mac48 multicast code
2008-08-25 Mathieu Lacage bug 273: constify packet pointers.
2008-08-25 Mathieu Lacage bug 285: NetDevice base class should define an attribute Mtu.
2008-08-26 Gustavo J. A. M. Carneiro Bridge documentation (#286)
2008-08-25 Gustavo J. A. M. Carneiro Using hash() to find out object identity is no longer required and was a hack, use id() instead.
2008-08-23 Gustavo J. A. M. Carneiro merge
2008-08-23 Gustavo J. A. M. Carneiro New PyBindGen, fixes python wrapper identity issue.
2008-08-23 Gustavo J. A. M. Carneiro merge
2008-08-19 Raj Bhattacharjea Fix a unit test typo (thanks Providence Salumu Munga
2008-08-19 Gustavo J. A. M. Carneiro New PyBindGen version and API rescan: adds missing copy constructors, and generates __copy__ methods so that python's copy.copy() works on our objects.
2008-08-19 Gustavo J. A. M. Carneiro Make copy constructors of some wifi classes private so that pybindgen won't use them (they are not usable)
2008-08-19 Gustavo J. A. M. Carneiro New pybindgen version, fixes a couple of bugs caught by regression testing.
2008-08-18 Gustavo J. A. M. Carneiro Don't scan python bindings until the everything.h file to be scanned is generated. Closes #288.
2008-08-18 Gustavo J. A. M. Carneiro New PyBindGen version needed.
2008-08-18 Gustavo J. A. M. Carneiro Rescan Python bindings
2008-08-18 Gustavo J. A. M. Carneiro Python: fix bad parameter passed into pybindgen.
2008-08-18 Gustavo J. A. M. Carneiro Python: ignore TracedCallback classes for the time being: they were never usable and were triggering pybindgen generate code compilation problems.
2008-08-15 Mathieu Lacage remove uneeded EnableMetadata calls
2008-08-15 Raj Bhattacharjea Refactor OnOff so Start doesn't immediate close the socket (bug 259)
2008-08-15 Raj Bhattacharjea Use scheduler to call up the stack in SimpleNetDevice (bug 287)
2008-08-14 Raj Bhattacharjea Add another test to TcpSocketImplTest
2008-08-14 Raj Bhattacharjea Add a test to TcpSocketImpl unit tests
2008-08-14 Raj Bhattacharjea Make TypeId(const char * name) explicit (bug 281)
2008-08-13 Mathieu Lacage fully qualify class name to use macro outside of ns3 namespace.
2008-08-13 Mathieu Lacage make it build with gcc 4.1.3
2008-08-11 Raj Bhattacharjea Stub TcpSocketImpl unit test
2008-08-12 Mathieu Lacage allow attribute setters to fail.
2008-08-11 Mathieu Lacage make sure we don't attempt to read outside of ourselves when deserializing a header for printing.
2008-08-11 Mathieu Lacage bug 275: Queue::Peek should return Ptr<const Packet>
2008-08-11 Mathieu Lacage bug 276: bridge netdevice has no helper class.
2008-08-10 Raj Bhattacharjea rm examples/tcp-2way.cc
2008-08-09 Mathieu Lacage use the right log component name for PacketSink. use NS_LOG_FUNCTION.
2008-08-08 Mathieu Lacage remove uneeded virtual keyword
2008-08-08 Gustavo J. A. M. Carneiro Rescan API (due to wifi changes to support bridging)