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.
add NamesPriv cleanup for code that doesn't use simulator -- for valgrind-clean runs
2009-01-20, by Craig Dowell
add examples of Config::Set to example names.cc
2009-01-20, by Craig Dowell
fix crasher in config unit tests
2009-01-20, by Craig Dowell
fix crasher in config
2009-01-20, by Craig Dowell
make simple version of Names:Add even simpler. Use that in examples/names.cc
2009-01-20, by Craig Dowell
Brute force all of the helpers to use object name service
2009-01-20, by Craig Dowell
add an object name service
2009-01-20, by Craig Dowell
examples/first.cc ported to Python
2009-02-10, by Gustavo J. A. M. Carneiro
Fix waf --pyrun bug
2009-02-10, by Gustavo J. A. M. Carneiro
Fix TagBuffer::ReadU64 bug.
2009-02-09, by Gustavo J. A. M. Carneiro
branch merge
2009-02-03, by Tom Henderson
start a manual section on new models
2009-02-03, by Tom Henderson
Skip the real-time udp echo test if real-time support not compiled in.
2009-02-01, by Gustavo J. A. M. Carneiro
Upgrade waf to 1.5.3; closes #474.
2009-01-31, by Gustavo J. A. M. Carneiro
Skip the NSC-based regression test on non-linux platforms
2009-01-30, by Gustavo J. A. M. Carneiro
Skip the NSC test when valgrind is enabled.
2009-01-28, by Gustavo J. A. M. Carneiro
Interpret regression program non-zero exit as a test failure, instead of showing a traceback.
2009-01-28, by Gustavo J. A. M. Carneiro
Make sure to call ns3.Simulator.Destroy() before python exit to avoid segmentation faults on program exit.
2009-01-27, by Gustavo J. A. M. Carneiro
add wifi-architecture figure to manual
2009-01-26, by Tom Henderson
Workaround WAF issue 325 for generating module header files
2009-01-25, by Gustavo J. A. M. Carneiro
samples/main-test-sync also depends on the realtime optional feature
2009-01-25, by Gustavo J. A. M. Carneiro
Don't use the flag -pthread on darwin to avoid warning message
2009-01-25, by Gustavo J. A. M. Carneiro
Fix 'no newline at the end of file' compilation error in the pthread test
2009-01-25, by Gustavo J. A. M. Carneiro
EmuNetDevice also depends on the availibility of threading support
2009-01-25, by Gustavo J. A. M. Carneiro
Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file.
2009-01-24, by Gustavo J. A. M. Carneiro
librt is need not for threading primitives but for the real time scheduler
2009-01-24, by Gustavo J. A. M. Carneiro
Bug #323: waf --valgrind doesn't check for valgrind first
2009-01-24, by Gustavo J. A. M. Carneiro
(from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449.
2009-01-24, by Gustavo J. A. M. Carneiro
Try to guess NSC location (finally closes #478)
2009-01-24, by Gustavo J. A. M. Carneiro
Try to guess pybindgen location (more #478)
2009-01-24, by Gustavo J. A. M. Carneiro
Try to guess the location of the reference traces, when --with-regression-traces is not given (#478)
2009-01-24, by Gustavo J. A. M. Carneiro
Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes #480.
2009-01-24, by Gustavo J. A. M. Carneiro
Add a dashed box around DcaTxop and MacRxMiddle in the wifi architecture figure; closes #447.
2009-01-23, by Gustavo J. A. M. Carneiro
merge
2009-01-23, by Gustavo J. A. M. Carneiro
Wifi internal architecture diagram
2008-12-16, by Gustavo J. A. M. Carneiro
Don't abuse os.chdir so much (not thread safe)
2009-01-18, by Gustavo J. A. M. Carneiro
Cleanup: remove regression reference traces downloading code (moved to allinone)
2009-01-18, by Gustavo J. A. M. Carneiro
waf --run now takes either full path to a program or just the (flat) program name, for all C++ programs
2009-01-18, by Gustavo J. A. M. Carneiro
bug 472: fix build with gcc 3.4.6
2009-01-18, by Mathieu Lacage
Update waf; closes #466.
2009-01-17, by Gustavo J. A. M. Carneiro
Make it easy to turn on profiling of pybindgen
2009-01-17, by Gustavo J. A. M. Carneiro
On native win32, we cannot use -D_DEBUG when compiling Python extensions
2009-01-17, by Gustavo J. A. M. Carneiro
Remove no longer needed WAF command execution win32 workaround
2009-01-17, by Gustavo J. A. M. Carneiro
Fix WifiMacQueue typeid registration
2009-01-16, by Gustavo J. A. M. Carneiro
Remove the last remnants of local pybindgen handling (allinone takes care of pybindgen now)
2009-01-16, by Gustavo J. A. M. Carneiro
examples/wifi-ap.cc ported to Python (minus tracing)
2009-01-16, by Gustavo J. A. M. Carneiro
bug 329: pcap files generated in native win32 (mingw) are always corrupt
2009-01-16, by Guillaume Vu-Brugier
add missing include
2009-01-16, by Mathieu Lacage
add missing copyright/license statement
2009-01-16, by Mathieu Lacage
ns-2 calendar code
2009-01-15, by Mathieu Lacage
test calendar+ns2calendar schedulers
2009-01-15, by Mathieu Lacage
add new comparison operators.
2009-01-15, by Mathieu Lacage
memleak
2009-01-15, by Mathieu Lacage
empty skeleton for ns2 calendar scheduler
2009-01-15, by Mathieu Lacage
Fix build for systems without posix threads library
2009-01-14, by Gustavo J. A. M. Carneiro
RealtimeEventLock is gone
2009-01-14, by Gustavo J. A. M. Carneiro
Correct documentation
2009-01-14, by Gustavo J. A. M. Carneiro
Add dependency annotations for the task that generates Python bindings
2009-01-14, by Gustavo J. A. M. Carneiro
merge
2009-01-13, by Gustavo J. A. M. Carneiro
Bug 375: Ctrl-C does not always work when running Python simulations
2009-01-13, by Gustavo J. A. M. Carneiro
Make Simulator::IsFinished () take into account the stop time. Needed to run custom simulation loops (see bug 375)
2009-01-13, by Gustavo J. A. M. Carneiro
fix for bug451-- arp cache
2008-12-30, by Tom Henderson
Don't set a value for env['INCLUDEDIR']; pointless as it is not used. Should fix bug #466.
2009-01-12, by Gustavo J. A. M. Carneiro
Bug 467: waf configure enables python after detecting pybindgen is missing
2009-01-12, by Gustavo J. A. M. Carneiro
add wifi features to release notes
2009-01-12, by Mathieu Lacage
merge
2009-01-12, by Mathieu Lacage
add wifi multicast support. Based on patch by Mauchle Fabian.
2009-01-12, by Mathieu Lacage
Put back the variable NSC_RELEASE_NAME in the wscript; it is read by the download script in allinone.
2009-01-12, by Gustavo J. A. M. Carneiro
Don't build or fetch NSC/pybindgen, those tasks are now moved to ns-3-allinone
2009-01-11, by Gustavo J. A. M. Carneiro
Upgrade WAF; fix Darwin (OSX) build problems.
2009-01-11, by Gustavo J. A. M. Carneiro
Gracefully ignore missing pkg-config
2009-01-10, by Gustavo J. A. M. Carneiro
Append the NSC kernel dirs to LD_LIBRARY_PATH
2009-01-10, by Gustavo J. A. M. Carneiro
rescan python
2009-01-09, by Mathieu Lacage
bug 412: support more arguments in callbacks.
2009-01-09, by Providence.Salumu
merge
2009-01-09, by Gustavo J. A. M. Carneiro
Correct way to enable WAF autoconfigure
2009-01-03, by Gustavo J. A. M. Carneiro
New WAF cflags tool, to add back the compilation flags (debug/optimized)
2008-12-31, by Gustavo J. A. M. Carneiro
correct dependency problem
2008-12-31, by Gustavo J. A. M. Carneiro
Convert warning to Logs.warn (waf api change)
2008-12-29, by Gustavo J. A. M. Carneiro
Fix --python-scan
2008-12-29, by Gustavo J. A. M. Carneiro
merge
2008-12-29, by Gustavo J. A. M. Carneiro
Upgrade to new WAF, work in progress
2008-12-29, by Gustavo J. A. M. Carneiro
add tex package for nakagami doc formula
2009-01-09, by Mathieu Lacage
rescan python
2009-01-09, by Mathieu Lacage
extend gnuplot classes
2009-01-09, by Timo Bingmann
rescan python
2009-01-09, by Mathieu Lacage
PropagationLossModel::GetLoss -> CalcRxPower. Add ThreeLogDistancePropagationLossModel.
2009-01-09, by Timo Bingmann
update prev even if it is null
2009-01-09, by Timo Bingmann
bug 459: Simulator::Run does nothing after Simulator::Stop is called
2009-01-09, by Mathieu Lacage
bug 461: RandomWaypointMobilityModel broken
2009-01-09, by Mauro Tortonesi
bug 460: ListPositionAllocator bug
2009-01-09, by Mauro Tortonesi
add SchedulerType global variable
2009-01-09, by Mathieu Lacage
handle calendar scheduler in bench
2009-01-09, by Mathieu Lacage
simplify the implementation
2009-01-09, by Mathieu Lacage
introduce lastPrio to handle resizing correctly
2009-01-08, by Mathieu Lacage
optimize resizing
2009-01-08, by Mathieu Lacage
add back asserts
2009-01-08, by Mathieu Lacage
resize calendar queue. Slow :/
2009-01-08, by Mathieu Lacage
a Calendar queue without resizing.
2009-01-08, by Mathieu Lacage
bug 455: Scalar(0.1) / Scalar(1.25) has no effect
2009-01-07, by Mathieu Lacage
fix coding style
2009-01-07, by Mathieu Lacage
rescan python
2009-01-07, by Mathieu Lacage
remove uneeded PeekPointer calls
2009-01-06, by Mathieu Lacage
fix coding style
2009-01-06, by Mathieu Lacage
fix typo
2009-01-06, by Mathieu Lacage
ensure that all wifi modes are registered
2009-01-06, by Mathieu Lacage
remove public static variables. Use public static methods
2009-01-06, by Mathieu Lacage
virtualize ErrorRateModel
2009-01-06, by Mathieu Lacage
Additional cleanup of mixed-wireless; get packets to flow across different device technologies
2008-12-30, by Tom Henderson
fix course change notification portion of the script
2008-12-30, by Tom Henderson
mixed-wireless was not instantiating a stationManager in helper
2008-12-30, by Tom Henderson
merge
2008-12-28, by Gustavo J. A. M. Carneiro
Add --with-nsc configuration option
2008-12-07, by Gustavo J. A. M. Carneiro
Fix misprints in tutorial (bug 453)
2008-12-27, by Tom Henderson
Added tag ns-3.3 for changeset 2efae18e7379
2008-12-18, by Craig Dowell
Added tag ns-3.3-RC6 for changeset 4267fd454004
ns-3.3
2008-12-17, by Craig Dowell
gustavo's retcode patch for regression
ns-3.3-RC6
2008-12-17, by gjc
fixed seeds for tutorial examples and updates to tutorial to match
2008-12-17, by Craig Dowell
Added tag ns-3.3-RC5 for changeset 58ae52c5845f
2008-12-16, by Craig Dowell
bug 448: V4Ping Application Sends uint32_t Data in Host Order
ns-3.3-RC5
2008-12-16, by Craig Dowell
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip