1. cb9be5c Upgrade the underlying NFD and ndn-cxx to version 0.6.1 and fixing compilation by Spyridon Mastorakis · 6 years ago
  2. 17be058 utils: Refactor DummyKeychain to work with security v2 of ndn-cxx by Spyridon Mastorakis · 7 years ago
  3. f6d3285 Upgrade the underlying NFD and ndn-cxx to version 0.6.0 by Spyridon Mastorakis · 7 years ago
  4. f98a341 Upgrade to the latest version of NS-3 (ns-3.27-22-g90fb309d5) by Spyridon Mastorakis · 7 years ago
  5. 73df9f5 apps: Change to new HopCount tag that is carried in NDNLPv2 header between nodes by Spyridon Mastorakis · 8 years ago
  6. 8a74d0c utils: Add tracing functionality of network-layer NACKs by Spyridon Mastorakis · 8 years ago
  7. b0b2241 all: Fixing compatibility with NFD 0.5 and ndn-cxx 0.5 by Spyridon Mastorakis · 8 years ago
  8. c018a56 model+apps: Replace AppFace with AppFaceModel and relevant changes in ndn::App by Alexander Afanasyev · 8 years ago
  9. 03361aa utils: Remove unnecessary include by Alexander Afanasyev · 8 years ago
  10. b4102ce utils+helper+tests: Fix an issue with RandomPolicy by Alexander Afanasyev · 8 years ago
  11. 5dee361 docs: Documentation update, initial preparation for version 2.1 release by Alexander Afanasyev · 9 years ago
  12. d6453cd model+apps+utils+examples+ci+docs: Update code for changes in ns-2.23 by Alexander Afanasyev · 9 years ago
  13. 18d8bc9 tests+consumer+docs: Test case for AppDelayTracer and related bugfixes by Alexander Afanasyev · 9 years ago
  14. df26b5a utils+helper: Fix to compile against the latest version of ndn-cxx by Alexander Afanasyev · 9 years ago
  15. 8e60bcd build: Fix compilation on Ubuntu platform and add work-around for ndn-cxx regression by Alexander Afanasyev · 9 years ago
  16. 460f57c docs: Documentation update by Spyridon Mastorakis · 10 years ago
  17. dc6fae8 model+utils: Enable SatisfiedInterests and TimedOutInterests trace sources in L3Protocol by Alexander Afanasyev · 9 years ago
  18. 66ae18b utils: Fix AnnotatedTopologyReader to process customized LossRate or Queue models by Alexander Afanasyev · 9 years ago
  19. 60a7b62 docs: Updating copyright notices in files by Alexander Afanasyev · 10 years ago
  20. dca091a utils: Fix compilation of topology readers by Alexander Afanasyev · 9 years ago
  21. da904f2 utils: Fixes compilation of tracers by Spyridon Mastorakis · 10 years ago
  22. 89046c1 apps+helper+utils: Fixes of consumer and producer apps to work with the new codebase by Mickey Sweatt · 10 years ago
  23. 86edf6f utils: Enable use of the simulation time in NFD by Spyridon Mastorakis · 10 years ago
  24. 34e13f3 utils: Enable use of DummyKeychain to avoid crypto overhead by Alexander Afanasyev · 10 years ago
  25. ded1aa6 model: PacketHeader<T> and interface with NS-3 by Spyridon Mastorakis · 10 years ago
  26. 0717901 model+utils: Replace boost::tuple with std::tuple in trie implementation by Alexander Afanasyev · 10 years ago
  27. 1f1cd5e model: Fix original Contest Store to compile in new environment by Spyridon Mastorakis · 10 years ago
  28. e4f0d3c model: Removing more legacy code and make code to compile by Spyridon Mastorakis · 10 years ago
  29. 53e922f ndnSIM-v2: Initial implementation by Spyridon Mastorakis · 10 years ago
  30. 0b0942b src: Reorganization by Alexander Afanasyev · 10 years ago
  31. be55cf6 src: Updating code style to conform (more or less) to ndn-cxx style by Alexander Afanasyev · 10 years ago
  32. 0c39537 build: Fixing of includes by Alexander Afanasyev · 10 years ago
  33. 76f8f65 src: Renaming files according to ndn-cxx naming convention by Alexander Afanasyev · 10 years ago
  34. 012760b ndnSIM-v2: Removing old and legacy code by Alexander Afanasyev · 10 years ago
  35. 260e409 utils/tracers: An optimized way to connect to L2 and ndn.CS traces by Alexander Afanasyev · 11 years ago
  36. db5f3b6 utils/tracers: Adding *::Destroy () method in Tracers by Alexander Afanasyev · 11 years ago v0.5-rc2
  37. 3fe94dc utils/tracers: Modifying (simplifying) interface for ndnSIM tracers by Alexander Afanasyev · 11 years ago
  38. 6eba36f src: One more set of renaming: ndn-content-object.h|cc is renamed to ndn-data.h|cc by Alexander Afanasyev · 11 years ago
  39. 772f51b src: Global renaming ContentObject -> Data by Alexander Afanasyev · 11 years ago
  40. 7920651 docs: Update documentation and Doxygen documentation generation by Alexander Afanasyev · 11 years ago
  41. ac49cad utils: Small memory optimization with trie data structure by Alexander Afanasyev · 11 years ago
  42. eec89ba model: Adding exclude filter processing in all content store implementations by Alexander Afanasyev · 11 years ago
  43. 9213601 model: Another major change: switching to NDN.cxx API for ndn::Name by Alexander Afanasyev · 11 years ago
  44. faa01f9 model: Another set of refactoring/renaming to make code compile (not tested yet) by Alexander Afanasyev · 11 years ago
  45. bf93929 tracers: New metrics in L3RateTracer by Alexander Afanasyev · 11 years ago v0.4.3
  46. 5352af3 tracers: Extending helper API in tracers by Alexander Afanasyev · 11 years ago
  47. a68783a utils: Adding ability to install ndn::L3AggregateTracer on individual nodes by Alexander Afanasyev · 11 years ago
  48. 7bb3077 utils: LocalInfoTag to track face information by Alexander Afanasyev · 11 years ago
  49. 87cd065 utils+apps: Fix a bug in ndn::RttEstimator by Yaogong Wang · 11 years ago
  50. acab4b9 utils/trie: Simplify return type of get_frequency() in lfu-policy by Alexander Afanasyev · 11 years ago
  51. 6692e0b utils/tracers: Fixing bug that resulted in segmentation faults in L3(Aggregate|Rate)Tracer by Alexander Afanasyev · 11 years ago
  52. 37b84c5 model+tracers: Implementing ability to trace satisfied/timed out interests by Alexander Afanasyev · 11 years ago
  53. 52ba2a3 utils: *BUG* Solving a bug with Lfu policy, which effectively made the policy unusable by Alexander Afanasyev · 11 years ago
  54. 9b56987 utils: Linux support in mem-usage.h script (reading data from /proc/self/statm) by Saran Tarnoi · 11 years ago
  55. 4ebe07e examples: Adding example for the experimental support of PIT aggregate stats by Alexander Afanasyev · 11 years ago
  56. 26719e2 model: Refactoring PIT and adding experimental support for a new policy to count container operations by Alexander Afanasyev · 11 years ago
  57. dca0f37 utils: Extending l2-rate-tracer to include raw packet counts by Alexander Afanasyev · 11 years ago
  58. f1a4f1e utils: (Re-)enabling printing "dropped" Interests/Data seen by ndn::ForwardingStrategy by Alexander Afanasyev · 11 years ago
  59. 73f06f6 all: Adding typedefs near forward declarations of Interest/ContentObject/Name by Alexander Afanasyev · 11 years ago
  60. eae83ee all: InterestHeader and ContentObjectHeader refactoring to Interest and ContentObject by Alexander Afanasyev · 11 years ago
  61. b99cb6c Merge feature branch 'feature-l2-tracer' by Alexander Afanasyev · 11 years ago
  62. 3089c47 Issue #25: fix the logic in SentSeq and AckSeq to capture retx and support random seq by Cheng Yi · 11 years ago
  63. d9a7f19 Issue #25 Replacing usage of TCP RTT estimator with a customized version by Alexander Afanasyev · 11 years ago
  64. c759762 utils: draft implementation for queue drop tracer by Alexander Afanasyev · 11 years ago
  65. 82ad4d7 utils: Fixing compilation warning by Alexander Afanasyev · 11 years ago
  66. ef91d29 utils: Removing linux support from mem-usage (needs more careful checking of available headers) by Alexander Afanasyev · 11 years ago
  67. 41684ab examples+utils: Adding example to evaluate memory footprint of ContentStore/Pit by Alexander Afanasyev · 11 years ago
  68. dc115ef utils: It is now possible to configure randomization interval for the initial leak in ndn::Limits::Rate by Alexander Afanasyev · 11 years ago
  69. eec6629 model: (Re-)Implementing ability to keep PIT records after Interest is getting satisfied by Alexander Afanasyev · 11 years ago
  70. 7456b70 model+utils: New implementation (realization) of PIT, implementing limiting based on Interest packet sizes, not the number of entries by Alexander Afanasyev · 11 years ago
  71. fc8425c utils: Porting several new IPv4 tracers from the old code. Extending ndn-app-delay-tracer by Alexander Afanasyev · 11 years ago
  72. 4916586 helper+utils: Small extension of global routing helper and restoring several IP-based metric collectors, including Ipv4RateL3Tracer by Alexander Afanasyev · 11 years ago v0.2
  73. 41824bd model: An experimental support for LFU replacement policy (need further adjustments) by Alexander Afanasyev · 11 years ago
  74. 1a0fff6 apps+model+utils: Implementing Interest/Data hop counting using new PacketTag by Alexander Afanasyev · 11 years ago
  75. 400aae1 apps+utils: Correcting Interest-Delay tracing by Alexander Afanasyev · 11 years ago
  76. b9faa44 utils: Bug with new app-delay-tracer. FullDelay was connected to the wrong tracesource by Alexander Afanasyev · 11 years ago
  77. db64ff1 app+utils+doc: Adding application-level trace helper to record Interest-Data delays by Alexander Afanasyev · 11 years ago
  78. b1d6b03 tracers: simplification of ndn::CsTracer (there no real need for virtual calls) by Alexander Afanasyev · 11 years ago
  79. 6978611 model: Some compilers got confused with "typedef policy policy". Renaming the typedefed name to policy_base by Alexander Afanasyev · 12 years ago
  80. c3cc0b3 model: New content store variations: support for content freshness by Alexander Afanasyev · 12 years ago
  81. 62304f2 model: fixing regression with trie data structure by Alexander Afanasyev · 12 years ago
  82. 8628799 utils: Adding content store trace helper class (thanks to Xiaoyan Hu) by Alexander Afanasyev · 12 years ago
  83. 0b9e3bd docs: adding doxygen description to ndn-l3-tracer.h by Alexander Afanasyev · 12 years ago
  84. 8566f45 model: Adding "new" content store with ability to track lifetime of entries by Alexander Afanasyev · 12 years ago
  85. 991a0cc model: Generalizing content store implementation by Alexander Afanasyev · 12 years ago
  86. adcccf4 model: Implementing two more events for forwarding strategy: DidAddFibEntry and WillRemoveFibEntry by Alexander Afanasyev · 12 years ago
  87. 5931480 tracers+docs: Correcting compilation and installation of trace helpers by Alexander Afanasyev · 12 years ago
  88. c9d5c1a utils: Adding some NDN network-layer rate tracers by Alexander Afanasyev · 12 years ago
  89. a8f5d88 limits: Adding ability for GlobalRoutingController to set precise BDP prefix limits using knowledge of RTT for destination by Alexander Afanasyev · 12 years ago
  90. 08ab572 limits: Adding support for callback that fired every time a new slot becomes available by Alexander Afanasyev · 12 years ago
  91. 669cafd Fixing "batches.h" header inclusions. by Alexander Afanasyev · 12 years ago
  92. ccd5bb4 limits: Reverting back renaming of SimpleLimits strategy by Alexander Afanasyev · 12 years ago
  93. 7e4235a limits: finalizing rate-based limits by Alexander Afanasyev · 12 years ago
  94. 6f95e70 limits: one more update and small interface changes by Alexander Afanasyev · 12 years ago
  95. f5c0774 limits: Introducing modularity for Interest limits by Alexander Afanasyev · 12 years ago
  96. ef94e91 utils: Adding option to obtain the value of the current limit in ndn::Limits by Alexander Afanasyev · 12 years ago
  97. a28ec56 utils: ndn::Limits now uses double for the internal limits parameter and invalid when (by default) it is set to a negative value by Alexander Afanasyev · 12 years ago
  98. 9bab368 Additional cleaning. Repairing tests. by Alexander Afanasyev · 12 years ago
  99. cba7392 More unrelevant files by Alexander Afanasyev · 12 years ago
  100. caeade2 Separating dynamic limits into a separate forwarding strategy enhancement by Alexander Afanasyev · 12 years ago