1. a4e7428 model+ndn.cxx+test: Finishing implementation of ApiFace (now timeouts are working as well) by Alexander Afanasyev · 11 years ago
  2. 7960606 model: A basic implementation of ndn::ApiFace that can be used as an NDN handler in any "normal" NS-3 application by Alexander Afanasyev · 11 years ago
  3. ee76255 model+test: Fixing tests and making sure all tests pass by Alexander Afanasyev · 11 years ago
  4. 858d531 bindings: Rescan of python bindings by Alexander Afanasyev · 11 years ago
  5. faa01f9 model: Another set of refactoring/renaming to make code compile (not tested yet) by Alexander Afanasyev · 11 years ago
  6. b989b12 model: Major API changes by Alexander Afanasyev · 11 years ago
  7. 5bee19e model: First set of major API changes and reorganizations by Alexander Afanasyev · 11 years ago
  8. 79a5bd6 ndn.cxx: Initial work to introduce full NDN application API to ndnSIM by Alexander Afanasyev · 11 years ago
  9. bf93929 tracers: New metrics in L3RateTracer by Alexander Afanasyev · 11 years ago v0.4.3
  10. 5352af3 tracers: Extending helper API in tracers by Alexander Afanasyev · 11 years ago
  11. c9f2e25 src: Adding LICENSE file and updating license statements in several files by Alexander Afanasyev · 11 years ago
  12. 0aa1136 topology-reader: Adding ability to specify custom queue type in topology files (AnnotatedTopologyReader) by Alexander Afanasyev · 11 years ago
  13. 3fba288 docs: Update list of research papers that use ndnSIM by Alexander Afanasyev · 11 years ago
  14. 2230d86 docs: Extending list of research papers by Alexander Afanasyev · 11 years ago v0.4.2
  15. 8c476bb model: *BUG* Fixing error regarding Freshness by Alexander Afanasyev · 11 years ago
  16. a68783a utils: Adding ability to install ndn::L3AggregateTracer on individual nodes by Alexander Afanasyev · 11 years ago
  17. e6bf47e Slight update of packet format: adding overall packet length to the by Alexander Afanasyev · 11 years ago
  18. 7bb3077 utils: LocalInfoTag to track face information by Alexander Afanasyev · 11 years ago
  19. 17741fd model: fix of a small syntactic error with templates (not all compilers complain) by Alexander Afanasyev · 11 years ago
  20. c7411ee examples: New example showing how to activate link weights for global routing controller calculations by Alexander Afanasyev · 11 years ago
  21. 2a269f7 helper: Extending customization of Face creating in ndn::StackHelper by Alexander Afanasyev · 11 years ago
  22. b70a6c5 doc: Small update with packet format description by Alexander Afanasyev · 11 years ago
  23. 8ade0be model: New trivial implementation of ContentStore (ns3::ndn::cs::Nocache) by Alexander Afanasyev · 11 years ago
  24. 431e9c7 model: Fixing segfault resulting from removal of FIB entries via Fib::RemoveFromAll call by Alexander Afanasyev · 11 years ago
  25. fff8498 model: Removing assert when interest payload is not zero by Alexander Afanasyev · 11 years ago
  26. 87cd065 utils+apps: Fix a bug in ndn::RttEstimator by Yaogong Wang · 11 years ago
  27. fdd4541 apps: Fixing bug with setting Size/MaxSeq in ndn::ConsumerWindow by Alexander Afanasyev · 11 years ago
  28. acab4b9 utils/trie: Simplify return type of get_frequency() in lfu-policy by Alexander Afanasyev · 11 years ago
  29. dd9fa4f model: Change default behavior to cache unsolicited data from local applications by Alexander Afanasyev · 11 years ago
  30. 3749fd1 model: Fixing limit borrowing bug in PerOutFaceLimit and PerFibLimit by Alexander Afanasyev · 11 years ago
  31. 455e441 plugins/topology: Adding ability for AnnotatedTopologyReader to save topology in .dot format by Alexander Afanasyev · 11 years ago
  32. ee4ce7e apps: Adding MaxSeq parameter to ndn::ConsumerWindow as an alternative to Size parameter by Alexander Afanasyev · 11 years ago v0.4.1
  33. e3af7b1 examples: Correcting output header in ndn-simple-with-pit-count-stats by Alexander Afanasyev · 11 years ago
  34. 6692e0b utils/tracers: Fixing bug that resulted in segmentation faults in L3(Aggregate|Rate)Tracer by Alexander Afanasyev · 11 years ago
  35. c386644 examples: Make sure that examples are linked against all compiled NS-3 modules by Alexander Afanasyev · 11 years ago
  36. cd38c84 build: fixing bug with detection of installed boost libraries by Alexander Afanasyev · 11 years ago
  37. b66a89b build: allowing compilation with boost 1.46; removing requirement of boost-iostream library, requiring boost-graph library by Alexander Afanasyev · 11 years ago
  38. 89e688a apps: Fixing bug with randomization configuration of ndn::ConsumerCbr by Alexander Afanasyev · 11 years ago
  39. ce8684f apps: Fixing bug with ns3::ndn::ConsumerWindow::InFlight trace source by Alexander Afanasyev · 11 years ago
  40. 5b8d61b python bindings: Rescanned by Alexander Afanasyev · 11 years ago v0.4
  41. 1a62e61 build: no longer require fake `ns3' directory in NS-3's root folder by Alexander Afanasyev · 11 years ago
  42. 152660b build: Update wscript for waf-1.7.x by Alexander Afanasyev · 11 years ago
  43. 2890e57 model: Huge bug with ndn::pit::Entry by Alexander Afanasyev · 11 years ago
  44. cdeefb4 model: Add ns3::ndn::Pit::MaxPitEntryLifetime to configure maximum time for which routers are willing to accept any incoming interest by Alexander Afanasyev · 11 years ago
  45. 37b84c5 model+tracers: Implementing ability to trace satisfied/timed out interests by Alexander Afanasyev · 11 years ago
  46. 4cd50e3 docs: Adding research papers section to ndnSIM website by Alexander Afanasyev · 11 years ago
  47. 4d8e2e9 Merge feature branch 'feature/topology-reader-error-model' by Alexander Afanasyev · 11 years ago
  48. ff0d9ca model: Add ability to get pointer to Fib from fib::Entry by Alexander Afanasyev · 11 years ago
  49. da2f23a topology-reader: Adding support for adding and configuring ErrorModel on each link by Alexander Afanasyev · 11 years ago
  50. 298c844 bindings: Rescanned python bindings by Alexander Afanasyev · 11 years ago
  51. 6fa950d model: Small modification in BestRoute strategy by Alexander Afanasyev · 11 years ago
  52. 79b2fb3 apps: Solving a serious bug #33 in ndn::ConsumerWindow by Alexander Afanasyev · 11 years ago v0.3
  53. b5e77d8 examples+docs: Adding a new example to print out instantaneous PIT sizes periodically by Alexander Afanasyev · 11 years ago
  54. ad2c54a model: Add use of "extern template" to prevent duplicate instantiation/initialization of templated classes by Alexander Afanasyev · 11 years ago
  55. 7e6749a tests: Fixing issue #31 related signed/unsigned comparison warning in one of the tests by Alexander Afanasyev · 11 years ago
  56. be82da5 model: Small extension of printing out entries of the content store by Alexander Afanasyev · 11 years ago
  57. 9fb2e3d docs: Small update of the documentation by Alexander Afanasyev · 11 years ago
  58. d6e5c5f model: Adding support for "fake" content object signatures by Alexander Afanasyev · 11 years ago
  59. cc50d98 model: Adding one more way to set Name of Interests and ContentObjects using reference to the Name object by Alexander Afanasyev · 11 years ago
  60. 52ba2a3 utils: *BUG* Solving a bug with Lfu policy, which effectively made the policy unusable by Alexander Afanasyev · 11 years ago
  61. 462a56b apps: *BUG* Solving a small bug with ndn::ConsumerZipfMandelbrot, causing excessive memory utilization in some cases (m_N was used before being initialized) by Alexander Afanasyev · 11 years ago
  62. 9b56987 utils: Linux support in mem-usage.h script (reading data from /proc/self/statm) by Saran Tarnoi · 11 years ago
  63. 4ebe07e examples: Adding example for the experimental support of PIT aggregate stats by Alexander Afanasyev · 11 years ago
  64. 26719e2 model: Refactoring PIT and adding experimental support for a new policy to count container operations by Alexander Afanasyev · 11 years ago
  65. dca0f37 utils: Extending l2-rate-tracer to include raw packet counts by Alexander Afanasyev · 11 years ago
  66. d088798 model: Changing ForwardingStrategy trace output logic by Alexander Afanasyev · 11 years ago
  67. f1a4f1e utils: (Re-)enabling printing "dropped" Interests/Data seen by ndn::ForwardingStrategy by Alexander Afanasyev · 11 years ago
  68. 8e436fa model: Small extension of Name class by Alexander Afanasyev · 11 years ago
  69. c57a877 model+docs: Small corrections of Doxygen documentation for ndn::Face by Alexander Afanasyev · 11 years ago
  70. 87daed1 src: Update AUTHORS by Alexander Afanasyev · 11 years ago
  71. e5a8b5a model: Extending FIB and PIT interface to include Find call to search for exact match of FIB and PIT entry by Alexander Afanasyev · 11 years ago
  72. 73f06f6 all: Adding typedefs near forward declarations of Interest/ContentObject/Name by Alexander Afanasyev · 11 years ago
  73. eae83ee all: InterestHeader and ContentObjectHeader refactoring to Interest and ContentObject by Alexander Afanasyev · 11 years ago
  74. cfdc14f all: Replacing deprecated NameComponents class with Name by Alexander Afanasyev · 11 years ago
  75. 30ca19c patches: Deprecating patches. ndnSIM requires custom fork of NS-3 by Alexander Afanasyev · 11 years ago
  76. 701e508 docs: Adding google mirrors and new section referring to the recommended way to run custom simulation using the provided template by Alexander Afanasyev · 11 years ago
  77. 0e4ae8e model+cs: Now it is possible to get pointer to ContentStore from cs::Entry by Alexander Afanasyev · 11 years ago
  78. f0b831d src: Update AUTHORS file by Alexander Afanasyev · 11 years ago
  79. b99cb6c Merge feature branch 'feature-l2-tracer' by Alexander Afanasyev · 11 years ago
  80. 27370c5 docs: Documenting new L2Tracer with a scenario and graph building example by Alexander Afanasyev · 11 years ago
  81. 8682ae0 examples: Adding new example to illustrate use of L2Tracer to trace aggregate packet drop rate on nodes by Hovaidi Ardestani Mohammad · 11 years ago
  82. 7664a87 src: Creating file to track current version of ndnSIM (in addition to git tags) by Alexander Afanasyev · 11 years ago v0.2.8
  83. 2c23278 Refs #27 Merge branch 'issue-27-hop-count-fix' by Alexander Afanasyev · 11 years ago
  84. 484ccd1 Refs #25 Merge branch 'issue-25-rtt-estimation' by Alexander Afanasyev · 11 years ago
  85. a732541 Issue #27 Fix hop counting bug when NACKs are enabled by Xiaoke Jiang · 11 years ago
  86. 326410e docs: Updating documentation by Alexander Afanasyev · 11 years ago
  87. 3089c47 Issue #25: fix the logic in SentSeq and AckSeq to capture retx and support random seq by Cheng Yi · 11 years ago
  88. d9a7f19 Issue #25 Replacing usage of TCP RTT estimator with a customized version by Alexander Afanasyev · 11 years ago
  89. 93f1396 tools: fix compilation warning about an unused return value by Alexander Afanasyev · 11 years ago v0.2.7
  90. 07e97d6 helper: Fixing unused variable warning by Alexander Afanasyev · 11 years ago v0.2.6
  91. f484fb9 helper: New experimental CalculateAllPossibleRoutes method in ndn::GlobalRoutingHelper by Alexander Afanasyev · 11 years ago
  92. 4e48960 Merge feature branch 'feature-trace-value-for-fib-entry' by Alexander Afanasyev · 11 years ago
  93. b14f0bc model: Mark face YELLOW when PIT entry times out in ndn::fw::GreenYellowRed strategy by Alexander Afanasyev · 11 years ago
  94. 1ab1aad examples: Fixing error in ndn-simple-with-pcap by Alexander Afanasyev · 11 years ago
  95. c759762 utils: draft implementation for queue drop tracer by Alexander Afanasyev · 11 years ago
  96. 82ad4d7 utils: Fixing compilation warning by Alexander Afanasyev · 11 years ago
  97. e6dc0ac model: Finalizing implementation of FaceMetric::Status tracing by Alexander Afanasyev · 11 years ago
  98. 06dba7c model: replacing direct usage of fib::FaceMetric variables by inline methods by Alexander Afanasyev · 11 years ago
  99. ef91d29 utils: Removing linux support from mem-usage (needs more careful checking of available headers) by Alexander Afanasyev · 11 years ago
  100. 41684ab examples+utils: Adding example to evaluate memory footprint of ContentStore/Pit by Alexander Afanasyev · 11 years ago