Mercurial
Mercurial
>
ns-3.24
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
move slot and pifs down to MacLow
2008-09-02, by Mathieu Lacage
move sifs down to MacLow
2008-09-02, by Mathieu Lacage
move cts timeout down to MacLow
2008-09-02, by Mathieu Lacage
move Address and ack timeout down to MacLow
2008-09-02, by Mathieu Lacage
nsc: Fix build problem if gtk config store is disabled
2008-09-03, by Florian Westphal
Added tag ns-3.2-RC1 for changeset dfd634417b8d
2008-09-03, by Craig Dowell
update AUTHORS, CHANGES, RELEASE_NOTES for ns-3.2
ns-3.2-RC1
2008-09-03, by Craig Dowell
merge
2008-09-03, by Gustavo J. A. M. Carneiro
Fix build when ns3_module_*__local.py files are used.
2008-09-03, by Gustavo J. A. M. Carneiro
add missing aggregate removed by previous commit
2008-09-03, by Mathieu Lacage
make nsc build again.
2008-09-02, by Mathieu Lacage
bug 282: remove Ipv4L4Demux
2008-09-02, by Mathieu Lacage
use std::string instead of raw string
2008-09-02, by Mathieu Lacage
improve debugging output
2008-09-02, by Mathieu Lacage
use Mac48Address::GetMulticast to avoid code duplication
2008-09-02, by Mathieu Lacage
bug 274: bridge must detect compatibility of devices with bridging mode
2008-09-02, by Mathieu Lacage
merge with HEAD
2008-09-02, by Mathieu Lacage
catch KeyError exception to avoid failing when sqlite or gtk are not installed
2008-09-02, by Mathieu Lacage
merge nsc phase one
2008-09-02, by Craig Dowell
nsc: example files.
2008-08-29, by Florian Westphal
nsc: enable network simulation cradle
2008-08-29, by Florian Westphal
nsc: core files.
2008-08-29, by Florian Westphal
ipv4-end-point-demux: add method to fetch list of all endpoints
2008-08-29, by Florian Westphal
bug 303: return value should not be const
2008-09-02, by Mathieu Lacage
Fix compilation of Python bindings when libsqlite3 is not available (and so the class SqliteDataOutput is omitted).
2008-09-02, by Gustavo J. A. M. Carneiro
New pybindgen and API rescan. Extensive API description files changes because pybindgen now handles consts differently.
2008-09-02, by Gustavo J. A. M. Carneiro
Python: fix constructor wrapper name for templated ns3::Objects.
2008-08-31, by Gustavo J. A. M. Carneiro
branch merge
2008-08-29, by Craig Dowell
Some cleanup.
2008-08-29, by tjkopena
Stats module and example merged in.
2008-08-29, by tjkopena
merge with HEAD
2008-08-29, by Mathieu Lacage
bug 299: packet socket broken by promiscuous update
2008-08-29, by Mathieu Lacage
Require new PyBindGen (now ignores the badly scanned anonymous containers that cause problems on cygwin) and rescan API.
2008-08-29, by Gustavo J. A. M. Carneiro
RealTimeSimulatorImpl::EnableLogTo() is not implemented, remove it from the header file.
2008-08-29, by Gustavo J. A. M. Carneiro
expunge any mention of the possibility that the real-time simlator could operate in real-time mode
2008-08-28, by craigdo
don't assume posix compatibility means posix clocks
2008-08-28, by craigdo
forgot to remove uneeded copy
2008-08-27, by Mathieu Lacage
branch merge
2008-08-26, by Craig Dowell
ifdef out ability to feed real-time through simulator
2008-08-26, by Craig Dowell
add realtime simulator and associated tests
2008-08-26, by Craig Dowell
Pull in Mathieu's PyBindGen fix.
2008-08-26, by Gustavo J. A. M. Carneiro
doxygen OnOffHelper.
2008-08-26, by Mathieu Lacage
merge with HEAD
2008-08-26, by Mathieu Lacage
remove dead code.
2008-08-26, by Mathieu Lacage
merge
2008-08-26, by Gustavo J. A. M. Carneiro
Bridge documentation (#286)
2008-08-26, by Gustavo J. A. M. Carneiro
bug 279: Packets need metadata support for printing without header checking
2008-08-25, by Mathieu Lacage
bug 273: fix python bindings.
2008-08-25, by Mathieu Lacage
document API change
2008-08-25, by Mathieu Lacage
repeat enum keyword.
2008-08-25, by Mathieu Lacage
shared Mac48 multicast code
2008-08-25, by Mathieu Lacage
bug 273: constify packet pointers.
2008-08-25, by Mathieu Lacage
bug 285: NetDevice base class should define an attribute Mtu.
2008-08-25, by Mathieu Lacage
New PyBindGen, fixes python wrapper identity issue.
2008-08-23, by Gustavo J. A. M. Carneiro
Fix a unit test typo (thanks Providence Salumu Munga
2008-08-19, by Raj Bhattacharjea
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, by 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, by Gustavo J. A. M. Carneiro
New pybindgen version, fixes a couple of bugs caught by regression testing.
2008-08-19, by 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, by Gustavo J. A. M. Carneiro
New PyBindGen version needed.
2008-08-18, by Gustavo J. A. M. Carneiro
Rescan Python bindings
2008-08-18, by Gustavo J. A. M. Carneiro
Python: fix bad parameter passed into pybindgen.
2008-08-18, by 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-18, by Gustavo J. A. M. Carneiro
remove uneeded EnableMetadata calls
2008-08-15, by Mathieu Lacage
Refactor OnOff so Start doesn't immediate close the socket (bug 259)
2008-08-15, by Raj Bhattacharjea
Use scheduler to call up the stack in SimpleNetDevice (bug 287)
2008-08-15, by Raj Bhattacharjea
Add another test to TcpSocketImplTest
2008-08-14, by Raj Bhattacharjea
Add a test to TcpSocketImpl unit tests
2008-08-14, by Raj Bhattacharjea
Make TypeId(const char * name) explicit (bug 281)
2008-08-14, by Raj Bhattacharjea
fully qualify class name to use macro outside of ns3 namespace.
2008-08-13, by Mathieu Lacage
make it build with gcc 4.1.3
2008-08-13, by Mathieu Lacage
Stub TcpSocketImpl unit test
2008-08-11, by Raj Bhattacharjea
allow attribute setters to fail.
2008-08-12, by Mathieu Lacage
make sure we don't attempt to read outside of ourselves when deserializing a header for printing.
2008-08-11, by Mathieu Lacage
bug 275: Queue::Peek should return Ptr<const Packet>
2008-08-11, by Mathieu Lacage
bug 276: bridge netdevice has no helper class.
2008-08-11, by Mathieu Lacage
rm examples/tcp-2way.cc
2008-08-10, by Raj Bhattacharjea
use the right log component name for PacketSink. use NS_LOG_FUNCTION.
2008-08-09, by Mathieu Lacage
remove uneeded virtual keyword
2008-08-08, by Mathieu Lacage
Rescan API (due to wifi changes to support bridging)
2008-08-08, by Gustavo J. A. M. Carneiro
ensure type is registered
2008-08-07, by Mathieu Lacage
merge with HEAD
2008-08-07, by Mathieu Lacage
implement WifiNetDevice::SendFrom
2008-08-07, by Mathieu Lacage
remove Node::GetFirstApplication checked in changeset 38b8549b1ad3 by mistake.
2008-08-07, by Mathieu Lacage
Bug #270: Simulator::RunOneEvent
2008-08-06, by Gustavo J. A. M. Carneiro
Oops, typo (evil copy-paste)
2008-08-06, by Gustavo J. A. M. Carneiro
Add bounds checking asserts to Node::GetApplication, NodeList::GetNode, and Node::GetDevice.
2008-08-06, by Gustavo J. A. M. Carneiro
merge
2008-08-05, by Gustavo J. A. M. Carneiro
Python: re-scan API; unblock python threads during Simulator::Run; new pybindgen brings improved thread safety for virtual methods.
2008-08-05, by Gustavo J. A. M. Carneiro
Comment to clarify MTU policy was insufficiently clear
2008-08-05, by Craig Dowell
repeat the virtual keyword in the subclass
2008-08-05, by Mathieu Lacage
actually use CHANGES.html
2008-08-04, by Craig Dowell
branch merge
2008-08-04, by Craig Dowell
sort out various MTU options
2008-08-04, by Craig Dowell
Add CHANGES.html
2008-08-04, by Tom Henderson
128 column pages
2008-08-03, by Craig Dowell
bug 269: revert parts of 9e763021e045 and add comments to avoid getting these again.
2008-08-03, by Mathieu Lacage
merge
2008-08-01, by Gustavo J. A. M. Carneiro
Python: use hash() as temporary workaround to check if two objects with different wrappers are underneath the same.
2008-08-01, by Gustavo J. A. M. Carneiro
branch merge
2008-08-01, by Tom Henderson
revised patch to fix bug 253
2008-07-30, by Tom Henderson
bug 266: src/wscript unconditionally sets conf.env['NS3_MODULE_PATH']
2008-07-31, by Mathieu Lacage
Misspelling in AUTHORS file
2008-07-30, by Raj Bhattacharjea
merge with HEAD
2008-07-30, by Mathieu Lacage
use fully-qualified c++ typename to allow using macros outside of the ns3 namespace.
2008-07-30, by Mathieu Lacage
kill dead code
2008-07-30, by Mathieu Lacage
Fix TcpSocketImpl rx buffer logic (closes 248)
2008-07-29, by Raj Bhattacharjea
bug 264: NS_BREAKPOINT never stops the debugger at the right location.
2008-07-29, by Mathieu Lacage
bug 251: mobility helper has no ascii output
2008-07-28, by Mathieu Lacage
bug 252: make python bindings compile
2008-07-28, by Mathieu Lacage
bug 252: get rid of dead code.
2008-07-28, by Mathieu Lacage
bug 262: fix g++ 4.3 build
2008-07-28, by Sebastien Vincent
OLSR: HELLO messages hold time should be 3 times hello interval, not hello interval.
2008-07-28, by Gustavo J. A. M. Carneiro
Only generate everything.h if python bindings are enabled. Based on patch by Mathieu Lacage. Closes #260.
2008-07-26, by Gustavo J. A. M. Carneiro
When generating the everything.h header file for Python, handle ns3 headers inside subdirectories properly.
2008-07-26, by Gustavo J. A. M. Carneiro
When python scanning API, remove again the NS3_LOG_ENABLE define; it is no longer needed.
2008-07-25, by Gustavo J. A. M. Carneiro
Make the LogComponent* utility functions available for optimized builds as well, albeit as noops. Closes #258.
2008-07-25, by Gustavo J. A. M. Carneiro
hg ignore the pybindgen checkout dir
2008-07-24, by Gustavo J. A. M. Carneiro
merge
2008-07-24, by Gustavo J. A. M. Carneiro
Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence.
2008-07-24, by Gustavo J. A. M. Carneiro
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip