3515 Commits (bf060fddf851d52acdff485deb6fce43f71cd696)
 

Author SHA1 Message Date
Gustavo J. A. M. Carneiro bf060fddf8 Oops, typo (evil copy-paste) 17 years ago
Gustavo J. A. M. Carneiro 3883a5e095 Add bounds checking asserts to Node::GetApplication, NodeList::GetNode, and Node::GetDevice. 17 years ago
Gustavo J. A. M. Carneiro 1eecaa6abd merge 17 years ago
Gustavo J. A. M. Carneiro 2d872a846d Python: re-scan API; unblock python threads during Simulator::Run; new pybindgen brings improved thread safety for virtual methods. 17 years ago
Craig Dowell 2966ca33b9 Comment to clarify MTU policy was insufficiently clear 17 years ago
Mathieu Lacage 162194c37f repeat the virtual keyword in the subclass 17 years ago
Craig Dowell 13bdfdf131 actually use CHANGES.html 17 years ago
Craig Dowell 6116a532db branch merge 17 years ago
Craig Dowell 6c7bdf5845 sort out various MTU options 17 years ago
Tom Henderson b6a0e35db1 Add CHANGES.html 17 years ago
Craig Dowell 3a519a71da 128 column pages 17 years ago
Mathieu Lacage 7a711ae53e bug 269: revert parts of 9e763021e045 and add comments to avoid getting these again. 17 years ago
Gustavo J. A. M. Carneiro 1e654fa962 merge 17 years ago
Gustavo J. A. M. Carneiro 27df0a5c92 Python: use hash() as temporary workaround to check if two objects with different wrappers are underneath the same. 17 years ago
Tom Henderson af0efdeab3 branch merge 17 years ago
Mathieu Lacage 4ba6e58745 bug 266: src/wscript unconditionally sets conf.env['NS3_MODULE_PATH'] 17 years ago
Raj Bhattacharjea 172db792a8 Misspelling in AUTHORS file 17 years ago
Mathieu Lacage 51d31554c4 merge with HEAD 17 years ago
Mathieu Lacage 660c536a49 use fully-qualified c++ typename to allow using macros outside of the ns3 namespace. 17 years ago
Mathieu Lacage 317878411a kill dead code 17 years ago
Tom Henderson 3af1dc7235 revised patch to fix bug 253 17 years ago
Raj Bhattacharjea caaae1c1dd Fix TcpSocketImpl rx buffer logic (closes 248) 17 years ago
Mathieu Lacage 1f86e826e5 bug 264: NS_BREAKPOINT never stops the debugger at the right location. 17 years ago
Mathieu Lacage 5857618635 bug 251: mobility helper has no ascii output 17 years ago
Mathieu Lacage 89cb48c524 bug 252: make python bindings compile 17 years ago
Mathieu Lacage 36f196a9a0 bug 252: get rid of dead code. 17 years ago
Sebastien Vincent 8d844b7502 bug 262: fix g++ 4.3 build 17 years ago
Gustavo J. A. M. Carneiro b157853a0c OLSR: HELLO messages hold time should be 3 times hello interval, not hello interval. 17 years ago
Gustavo J. A. M. Carneiro 91f0ef0320 Only generate everything.h if python bindings are enabled. Based on patch by Mathieu Lacage. Closes #260. 17 years ago
Gustavo J. A. M. Carneiro c95c773d17 When generating the everything.h header file for Python, handle ns3 headers inside subdirectories properly. 17 years ago
Gustavo J. A. M. Carneiro 5e24aed9dd When python scanning API, remove again the NS3_LOG_ENABLE define; it is no longer needed. 17 years ago
Gustavo J. A. M. Carneiro fbf681955e Make the LogComponent* utility functions available for optimized builds as well, albeit as noops. Closes #258. 17 years ago
Gustavo J. A. M. Carneiro 565483bc09 hg ignore the pybindgen checkout dir 17 years ago
Gustavo J. A. M. Carneiro 2aceead32f merge 17 years ago
Gustavo J. A. M. Carneiro ca2fef3bd8 Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence. 17 years ago
Gustavo J. A. M. Carneiro 732b7994de Add empty implementation of Simulator::SetImplementation, to make Python bindings work. 17 years ago
Gustavo J. A. M. Carneiro f573eaa47a Add helper waf proxy script 17 years ago
Craig Dowell c51f635cfb fix supidity in mtu stuff 17 years ago
Craig Dowell dbb7f0f738 begin sorting out mtu woes 17 years ago
Raj Bhattacharjea 0ad768c938 Make PacketSink multitasking for TCP (closes bug 244) 17 years ago
Gustavo J. A. M. Carneiro 5a71f60c7a Define NS3_ASSERT_ENABLE and NS3_LOG_ENABLE, to make sure we pick up all definitions (such as the logging APIs) 17 years ago
Gustavo J. A. M. Carneiro b9722796d7 Require new PyBindGen; make it work for Python 2.3. 17 years ago
Craig Dowell c415957dfc branch merge 17 years ago
Gustavo J. A. M. Carneiro f890b8e138 Python: new pybindgen, rescan API definitions, new API definition files are more multi-line and hopefully easier to read 17 years ago
Gustavo J. A. M. Carneiro fd2cf07d30 python scanning: remove redundant incref/decref_method annotations 17 years ago
Tom Henderson d711e853d0 more details for 3.2 release notes 17 years ago
Craig Dowell 44c48d41e3 update on-demand RELEASE_NOTES 17 years ago
Craig Dowell 9c8ee223b3 make simulator implementation replaceable via global default value 17 years ago
Gustavo J. A. M. Carneiro a303c4bfad Add release notes. 17 years ago
Gustavo J. A. M. Carneiro ae074d9e03 No need to make NetDevice::SendFrom pure virtual; instead just give a fatal error if used in runtime (it's only used by the learning bridge, anyway, so...). 17 years ago