1. f6d3285 Upgrade the underlying NFD and ndn-cxx to version 0.6.0 by Spyridon Mastorakis · 7 years ago
  2. 5ea3322 model+helper+tests: Create an ndnSIM-specific transport for the NFD face system by Spyridon Mastorakis · 8 years ago
  3. b0b2241 all: Fixing compatibility with NFD 0.5 and ndn-cxx 0.5 by Spyridon Mastorakis · 8 years ago
  4. 34eed98 helper+model: Create helper to select the replacement policy of NFD's CS by spirosmastorakis · 8 years ago
  5. ac541b1 model+NFD: Re-enable tracing for sentInterests/Data/Nacks by Alexander Afanasyev · 8 years ago
  6. c018a56 model+apps: Replace AppFace with AppFaceModel and relevant changes in ndn::App by Alexander Afanasyev · 8 years ago
  7. ca3c67e helper+model: Fix helpers to work with NFD/ndn-cxx 0.4+ by Alexander Afanasyev · 8 years ago
  8. a91aab4 model+helper+ndn-cxx: Adjust ndn::L3Protocol and ndn::StackHelper for NFD 0.4+ model by Alexander Afanasyev · 8 years ago
  9. 9101873 model: Change NetDeviceFace into NetDeviceLinkService to match NFD 0.4+ Face model by Xuxiang Tian · 8 years ago
  10. 0df15ba examples+helper+model: Allowing to disable NFD managers by spirosmastorakis · 9 years ago
  11. 5dee361 docs: Documentation update, initial preparation for version 2.1 release by Alexander Afanasyev · 9 years ago
  12. 8fde22b model+NFD/rib: Enable full-featured RIB manager by Spyridon Mastorakis · 9 years ago
  13. 5b4c467 ndn-cxx+build: Enable ndnSIM-specific ndn::Face implementation by Alexander Afanasyev · 9 years ago
  14. c3c7f04 NFD+model+apps+helper+tests: Upgrade NFD and related changes by Alexander Afanasyev · 9 years ago
  15. d6453cd model+apps+utils+examples+ci+docs: Update code for changes in ns-2.23 by Alexander Afanasyev · 9 years ago
  16. dd516fe tests+ci: Add and enable a partial unit test coverage by Yuanzhi Gao · 9 years ago
  17. 8e60bcd build: Fix compilation on Ubuntu platform and add work-around for ndn-cxx regression by Alexander Afanasyev · 9 years ago
  18. 460f57c docs: Documentation update by Spyridon Mastorakis · 10 years ago
  19. dc6fae8 model+utils: Enable SatisfiedInterests and TimedOutInterests trace sources in L3Protocol by Alexander Afanasyev · 9 years ago
  20. 5713e7a bindings: Manually adding some python bindings by Alexander Afanasyev · 9 years ago
  21. 6b2a3c0 model: Add method that is necessary for python bindings by Alexander Afanasyev · 9 years ago
  22. dde1e81 model+helper+examples: Enable configurability of NFD parameters using StackHelper by Alexander Afanasyev · 9 years ago
  23. 60a7b62 docs: Updating copyright notices in files by Alexander Afanasyev · 10 years ago
  24. 89046c1 apps+helper+utils: Fixes of consumer and producer apps to work with the new codebase by Mickey Sweatt · 10 years ago
  25. de1f773 NFD: Keep both the CS of NFD and ndnSIM by Spyridon Mastorakis · 10 years ago
  26. 60f4b99 helper+model: GlobalRoutingHelper now interacts with NFD by Spyridon Mastorakis · 10 years ago
  27. 9760bd0 model+helper: Converting L3Protocol and StackHelper to use NFD codebase by Spyridon Mastorakis · 10 years ago
  28. 86edf6f utils: Enable use of the simulation time in NFD by Spyridon Mastorakis · 10 years ago
  29. 82d5ffe model: Enabling face operations based on NFD's face by Alexander Afanasyev · 10 years ago
  30. ded1aa6 model: PacketHeader<T> and interface with NS-3 by Spyridon Mastorakis · 10 years ago
  31. 0717901 model+utils: Replace boost::tuple with std::tuple in trie implementation by Alexander Afanasyev · 10 years ago
  32. 1f1cd5e model: Fix original Contest Store to compile in new environment by Spyridon Mastorakis · 10 years ago
  33. e4f0d3c model: Removing more legacy code and make code to compile by Spyridon Mastorakis · 10 years ago
  34. 53e922f ndnSIM-v2: Initial implementation by Spyridon Mastorakis · 10 years ago
  35. 0b0942b src: Reorganization by Alexander Afanasyev · 10 years ago
  36. be55cf6 src: Updating code style to conform (more or less) to ndn-cxx style by Alexander Afanasyev · 10 years ago
  37. 0c39537 build: Fixing of includes by Alexander Afanasyev · 10 years ago
  38. 76f8f65 src: Renaming files according to ndn-cxx naming convention by Alexander Afanasyev · 10 years ago
  39. 012760b ndnSIM-v2: Removing old and legacy code by Alexander Afanasyev · 10 years ago
  40. db31e7c build: Fixes and disabling PyNDN unless specifically requested by Alexander Afanasyev · 10 years ago
  41. 4a6eccc fw: Fix detection of whether face is towards an application or not by Chaoyi Bian · 10 years ago
  42. 9b7504c pit: Adding missing 'const' markers for comparison operator of PitEntryIncomingFace by Alexander Afanasyev · 10 years ago
  43. e091bea cs: Instantiating ContentStores with AggreageStats policy (e.g., ns3::ndn::cs::Lfu::AggregateStats) by Alexander Afanasyev · 10 years ago
  44. 465f781 model/pit: Fixing implementation bugs in serialized_size_policy_traits by Alexander Afanasyev · 11 years ago
  45. dfa6985 model: Fixing bug with wire format handling by Alexander Afanasyev · 11 years ago
  46. f21bfc1 model: Extending ContentStoreImpl interface to get access to the underlying policy by Alexander Afanasyev · 11 years ago
  47. dc794a3 model: Remove assert in fib::Entry::UpdateFaceRtt and fib::Entry::UpdateStatus by Alexander Afanasyev · 11 years ago
  48. cd31abd model: Adding experimental support for caching policies with probability caching by Alexander Afanasyev · 11 years ago
  49. dfd5249 model: Fixing bug with CCNb name encoding/decoding by Alexander Afanasyev · 11 years ago
  50. 51c9f9b model: Extending ndn::fib::Entry to provide access to RTT estimate by Alexander Afanasyev · 11 years ago
  51. f0bda2f PyNDN: Removing no longer necessary memory cleanup cheatings by Alexander Afanasyev · 11 years ago
  52. fc9d9e1 docs: Documentation update by Alexander Afanasyev · 11 years ago
  53. 208c25d model: Data packet's copy constructor had a bug regarding KeyLocator by Alexander Afanasyev · 11 years ago
  54. 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
  55. 772f51b src: Global renaming ContentObject -> Data by Alexander Afanasyev · 11 years ago
  56. 0aa47bf model-wire: Adding partial compliance to CCNb format in Signature block by Alexander Afanasyev · 11 years ago
  57. b4bf3ef model-wire: Fixing compliance with CCNb format regarding Content tag by Alexander Afanasyev · 11 years ago
  58. 52a09bd helper: Fixing bug with ndn::GlobalRoutingHelper by Alexander Afanasyev · 11 years ago
  59. a8914be model: Fixing bug with redundant adding of FwHopCountTag in fw.Nacks by Alexander Afanasyev · 11 years ago
  60. 7920651 docs: Update documentation and Doxygen documentation generation by Alexander Afanasyev · 11 years ago
  61. 016a5d8 plugins/ip-faces: Initial implementation of UdpFace by Alexander Afanasyev · 11 years ago
  62. 0bb088a model: Fixing warning in ndn-wire.cc by Saran Tarnoi · 11 years ago
  63. 37a6124 model: Fixing warning in ndn-face.cc by Alexander Afanasyev · 11 years ago
  64. eec89ba model: Adding exclude filter processing in all content store implementations by Alexander Afanasyev · 11 years ago
  65. abb493a model: Enabling serialization/deserialization of Exclude filter in ndnSIM wire format by Alexander Afanasyev · 11 years ago
  66. 0a15a2b model: Add ability to print interest to the standard output, so it plays nice with PyNDN by Alexander Afanasyev · 11 years ago
  67. 76b1157 PyNDN: Initial changes of PyNDN emulation in ndnSIM by Alexander Afanasyev · 11 years ago
  68. 157c9e6 model: Bug fixes and small API change in ndn.cxx by Alexander Afanasyev · 11 years ago
  69. 9213601 model: Another major change: switching to NDN.cxx API for ndn::Name by Alexander Afanasyev · 11 years ago
  70. 7b923f3 model: Updated API for pluggable wire format by Alexander Afanasyev · 11 years ago
  71. a89bc10 model: Slight modification with wire format processing by Alexander Afanasyev · 11 years ago
  72. 5ab2bcd model: Adding ability to select desired default wire format by Alexander Afanasyev · 11 years ago
  73. c2b5728 model-wire-ccnb: Fixing a known bug with CCNb parsing by Alexander Afanasyev · 11 years ago
  74. 1043c70 model: Returning back support for CCNb wire format by Alexander Afanasyev · 11 years ago
  75. e4795ae model+ndn.cxx+apps: New application template (CallbackBasedApp) that can be used to prototype NS-3 applications in python by Alexander Afanasyev · 11 years ago
  76. a4e7428 model+ndn.cxx+test: Finishing implementation of ApiFace (now timeouts are working as well) by Alexander Afanasyev · 11 years ago
  77. 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
  78. ee76255 model+test: Fixing tests and making sure all tests pass by Alexander Afanasyev · 11 years ago
  79. faa01f9 model: Another set of refactoring/renaming to make code compile (not tested yet) by Alexander Afanasyev · 11 years ago
  80. b989b12 model: Major API changes by Alexander Afanasyev · 11 years ago
  81. 5bee19e model: First set of major API changes and reorganizations by Alexander Afanasyev · 11 years ago
  82. 8c476bb model: *BUG* Fixing error regarding Freshness by Alexander Afanasyev · 11 years ago
  83. e6bf47e Slight update of packet format: adding overall packet length to the by Alexander Afanasyev · 11 years ago
  84. 17741fd model: fix of a small syntactic error with templates (not all compilers complain) by Alexander Afanasyev · 11 years ago
  85. 8ade0be model: New trivial implementation of ContentStore (ns3::ndn::cs::Nocache) by Alexander Afanasyev · 11 years ago
  86. 431e9c7 model: Fixing segfault resulting from removal of FIB entries via Fib::RemoveFromAll call by Alexander Afanasyev · 11 years ago
  87. fff8498 model: Removing assert when interest payload is not zero by Alexander Afanasyev · 11 years ago
  88. dd9fa4f model: Change default behavior to cache unsolicited data from local applications by Alexander Afanasyev · 11 years ago
  89. 3749fd1 model: Fixing limit borrowing bug in PerOutFaceLimit and PerFibLimit by Alexander Afanasyev · 11 years ago
  90. 2890e57 model: Huge bug with ndn::pit::Entry by Alexander Afanasyev · 11 years ago
  91. 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
  92. 37b84c5 model+tracers: Implementing ability to trace satisfied/timed out interests by Alexander Afanasyev · 11 years ago
  93. ff0d9ca model: Add ability to get pointer to Fib from fib::Entry by Alexander Afanasyev · 11 years ago
  94. 6fa950d model: Small modification in BestRoute strategy by Alexander Afanasyev · 11 years ago
  95. ad2c54a model: Add use of "extern template" to prevent duplicate instantiation/initialization of templated classes by Alexander Afanasyev · 11 years ago
  96. be82da5 model: Small extension of printing out entries of the content store by Alexander Afanasyev · 11 years ago
  97. d6e5c5f model: Adding support for "fake" content object signatures by Alexander Afanasyev · 11 years ago
  98. 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
  99. 4ebe07e examples: Adding example for the experimental support of PIT aggregate stats by Alexander Afanasyev · 11 years ago
  100. 26719e2 model: Refactoring PIT and adding experimental support for a new policy to count container operations by Alexander Afanasyev · 11 years ago