1. 0c39537 build: Fixing of includes by Alexander Afanasyev · 10 years ago
  2. 76f8f65 src: Renaming files according to ndn-cxx naming convention by Alexander Afanasyev · 10 years ago
  3. 012760b ndnSIM-v2: Removing old and legacy code by Alexander Afanasyev · 10 years ago
  4. db31e7c build: Fixes and disabling PyNDN unless specifically requested by Alexander Afanasyev · 10 years ago
  5. 4a6eccc fw: Fix detection of whether face is towards an application or not by Chaoyi Bian · 10 years ago
  6. 9b7504c pit: Adding missing 'const' markers for comparison operator of PitEntryIncomingFace by Alexander Afanasyev · 10 years ago
  7. e091bea cs: Instantiating ContentStores with AggreageStats policy (e.g., ns3::ndn::cs::Lfu::AggregateStats) by Alexander Afanasyev · 10 years ago
  8. 465f781 model/pit: Fixing implementation bugs in serialized_size_policy_traits by Alexander Afanasyev · 11 years ago
  9. dfa6985 model: Fixing bug with wire format handling by Alexander Afanasyev · 11 years ago
  10. f21bfc1 model: Extending ContentStoreImpl interface to get access to the underlying policy by Alexander Afanasyev · 11 years ago
  11. dc794a3 model: Remove assert in fib::Entry::UpdateFaceRtt and fib::Entry::UpdateStatus by Alexander Afanasyev · 11 years ago
  12. cd31abd model: Adding experimental support for caching policies with probability caching by Alexander Afanasyev · 11 years ago
  13. dfd5249 model: Fixing bug with CCNb name encoding/decoding by Alexander Afanasyev · 11 years ago
  14. 51c9f9b model: Extending ndn::fib::Entry to provide access to RTT estimate by Alexander Afanasyev · 11 years ago
  15. f0bda2f PyNDN: Removing no longer necessary memory cleanup cheatings by Alexander Afanasyev · 11 years ago
  16. fc9d9e1 docs: Documentation update by Alexander Afanasyev · 11 years ago
  17. 208c25d model: Data packet's copy constructor had a bug regarding KeyLocator by Alexander Afanasyev · 11 years ago
  18. 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
  19. 772f51b src: Global renaming ContentObject -> Data by Alexander Afanasyev · 11 years ago
  20. 0aa47bf model-wire: Adding partial compliance to CCNb format in Signature block by Alexander Afanasyev · 11 years ago
  21. b4bf3ef model-wire: Fixing compliance with CCNb format regarding Content tag by Alexander Afanasyev · 11 years ago
  22. 52a09bd helper: Fixing bug with ndn::GlobalRoutingHelper by Alexander Afanasyev · 11 years ago
  23. a8914be model: Fixing bug with redundant adding of FwHopCountTag in fw.Nacks by Alexander Afanasyev · 11 years ago
  24. 7920651 docs: Update documentation and Doxygen documentation generation by Alexander Afanasyev · 11 years ago
  25. 016a5d8 plugins/ip-faces: Initial implementation of UdpFace by Alexander Afanasyev · 11 years ago
  26. 0bb088a model: Fixing warning in ndn-wire.cc by Saran Tarnoi · 11 years ago
  27. 37a6124 model: Fixing warning in ndn-face.cc by Alexander Afanasyev · 11 years ago
  28. eec89ba model: Adding exclude filter processing in all content store implementations by Alexander Afanasyev · 11 years ago
  29. abb493a model: Enabling serialization/deserialization of Exclude filter in ndnSIM wire format by Alexander Afanasyev · 11 years ago
  30. 0a15a2b model: Add ability to print interest to the standard output, so it plays nice with PyNDN by Alexander Afanasyev · 11 years ago
  31. 76b1157 PyNDN: Initial changes of PyNDN emulation in ndnSIM by Alexander Afanasyev · 11 years ago
  32. 157c9e6 model: Bug fixes and small API change in ndn.cxx by Alexander Afanasyev · 11 years ago
  33. 9213601 model: Another major change: switching to NDN.cxx API for ndn::Name by Alexander Afanasyev · 11 years ago
  34. 7b923f3 model: Updated API for pluggable wire format by Alexander Afanasyev · 11 years ago
  35. a89bc10 model: Slight modification with wire format processing by Alexander Afanasyev · 11 years ago
  36. 5ab2bcd model: Adding ability to select desired default wire format by Alexander Afanasyev · 11 years ago
  37. c2b5728 model-wire-ccnb: Fixing a known bug with CCNb parsing by Alexander Afanasyev · 11 years ago
  38. 1043c70 model: Returning back support for CCNb wire format by Alexander Afanasyev · 11 years ago
  39. 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
  40. a4e7428 model+ndn.cxx+test: Finishing implementation of ApiFace (now timeouts are working as well) by Alexander Afanasyev · 11 years ago
  41. 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
  42. ee76255 model+test: Fixing tests and making sure all tests pass by Alexander Afanasyev · 11 years ago
  43. faa01f9 model: Another set of refactoring/renaming to make code compile (not tested yet) by Alexander Afanasyev · 11 years ago
  44. b989b12 model: Major API changes by Alexander Afanasyev · 11 years ago
  45. 5bee19e model: First set of major API changes and reorganizations by Alexander Afanasyev · 11 years ago
  46. 8c476bb model: *BUG* Fixing error regarding Freshness by Alexander Afanasyev · 11 years ago
  47. e6bf47e Slight update of packet format: adding overall packet length to the by Alexander Afanasyev · 11 years ago
  48. 17741fd model: fix of a small syntactic error with templates (not all compilers complain) by Alexander Afanasyev · 11 years ago
  49. 8ade0be model: New trivial implementation of ContentStore (ns3::ndn::cs::Nocache) by Alexander Afanasyev · 11 years ago
  50. 431e9c7 model: Fixing segfault resulting from removal of FIB entries via Fib::RemoveFromAll call by Alexander Afanasyev · 11 years ago
  51. fff8498 model: Removing assert when interest payload is not zero by Alexander Afanasyev · 11 years ago
  52. dd9fa4f model: Change default behavior to cache unsolicited data from local applications by Alexander Afanasyev · 11 years ago
  53. 3749fd1 model: Fixing limit borrowing bug in PerOutFaceLimit and PerFibLimit by Alexander Afanasyev · 11 years ago
  54. 2890e57 model: Huge bug with ndn::pit::Entry by Alexander Afanasyev · 11 years ago
  55. 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
  56. 37b84c5 model+tracers: Implementing ability to trace satisfied/timed out interests by Alexander Afanasyev · 11 years ago
  57. ff0d9ca model: Add ability to get pointer to Fib from fib::Entry by Alexander Afanasyev · 11 years ago
  58. 6fa950d model: Small modification in BestRoute strategy by Alexander Afanasyev · 11 years ago
  59. ad2c54a model: Add use of "extern template" to prevent duplicate instantiation/initialization of templated classes by Alexander Afanasyev · 11 years ago
  60. be82da5 model: Small extension of printing out entries of the content store by Alexander Afanasyev · 11 years ago
  61. d6e5c5f model: Adding support for "fake" content object signatures by Alexander Afanasyev · 11 years ago
  62. 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
  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. d088798 model: Changing ForwardingStrategy trace output logic by Alexander Afanasyev · 11 years ago
  66. 8e436fa model: Small extension of Name class by Alexander Afanasyev · 11 years ago
  67. c57a877 model+docs: Small corrections of Doxygen documentation for ndn::Face by Alexander Afanasyev · 11 years ago
  68. 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
  69. 73f06f6 all: Adding typedefs near forward declarations of Interest/ContentObject/Name by Alexander Afanasyev · 11 years ago
  70. eae83ee all: InterestHeader and ContentObjectHeader refactoring to Interest and ContentObject by Alexander Afanasyev · 11 years ago
  71. cfdc14f all: Replacing deprecated NameComponents class with Name by Alexander Afanasyev · 11 years ago
  72. 0e4ae8e model+cs: Now it is possible to get pointer to ContentStore from cs::Entry by Alexander Afanasyev · 11 years ago
  73. a732541 Issue #27 Fix hop counting bug when NACKs are enabled by Xiaoke Jiang · 11 years ago
  74. 4e48960 Merge feature branch 'feature-trace-value-for-fib-entry' by Alexander Afanasyev · 11 years ago
  75. b14f0bc model: Mark face YELLOW when PIT entry times out in ndn::fw::GreenYellowRed strategy by Alexander Afanasyev · 11 years ago
  76. e6dc0ac model: Finalizing implementation of FaceMetric::Status tracing by Alexander Afanasyev · 11 years ago
  77. 06dba7c model: replacing direct usage of fib::FaceMetric variables by inline methods by Alexander Afanasyev · 11 years ago
  78. e6c07b5 model: small API change with ndn::ForwardingStrategy by Alexander Afanasyev · 11 years ago v0.2.4
  79. eec6629 model: (Re-)Implementing ability to keep PIT records after Interest is getting satisfied by Alexander Afanasyev · 11 years ago
  80. ff4d2ce model: Fixing bug with hop count tag related to caching of unsolicited data by Alexander Afanasyev · 11 years ago
  81. 1fb9fed model+examples: Small corrections with new PIT version, adding an example to use it by Alexander Afanasyev · 11 years ago
  82. 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
  83. 565b50c model: Resolving bug/regression in ndn::NetDeviceFace that effectively prevented using ndnSIM with network devices other than PointToPointNetDevice in debug mode by Alexander Afanasyev · 11 years ago
  84. 25093a3 model: Extending all content store implementations with a "new" trace source, which allows tracking items additions to the content store container by Alexander Afanasyev · 11 years ago
  85. 32c0756 model: Renaming ndn::NameComponents to simply ndn::Name by Alexander Afanasyev · 11 years ago
  86. 91d7c7c apps: Fixing bug in ndn::ConsumerWindow---packet was not (re-)scheduled when NACK was received by Alexander Afanasyev · 11 years ago v0.2.2
  87. 3a3ce1a Fixing bugs related to NACKs implementation by Alexander Afanasyev · 11 years ago v0.2.1
  88. 41824bd model: An experimental support for LFU replacement policy (need further adjustments) by Alexander Afanasyev · 11 years ago
  89. 1a0fff6 apps+model+utils: Implementing Interest/Data hop counting using new PacketTag by Alexander Afanasyev · 11 years ago
  90. 6978611 model: Some compilers got confused with "typedef policy policy". Renaming the typedefed name to policy_base by Alexander Afanasyev · 12 years ago
  91. c3cc0b3 model: New content store variations: support for content freshness by Alexander Afanasyev · 12 years ago
  92. 8566f45 model: Adding "new" content store with ability to track lifetime of entries by Alexander Afanasyev · 12 years ago
  93. 991a0cc model: Generalizing content store implementation by Alexander Afanasyev · 12 years ago
  94. 6b0c88f model+helper: Adding new variable (realDelay) which is currently set by the global routing controller. by Alexander Afanasyev · 12 years ago
  95. adcccf4 model: Implementing two more events for forwarding strategy: DidAddFibEntry and WillRemoveFibEntry by Alexander Afanasyev · 12 years ago
  96. 67f4a4a model: small API change in ndn::ForwardingStrategy by Alexander Afanasyev · 12 years ago
  97. e095f0f docs: Restructuring docs and adding new section about customizing Content Store and PIT by Alexander Afanasyev · 12 years ago
  98. 11fdadd Correcting bug with content object serialization by Alexander Afanasyev · 12 years ago
  99. bd9c18e Solving a couple of bugs resulting from the packet format changes. Code compiles, but haven't fully tested yet by Alexander Afanasyev · 12 years ago
  100. 5d79e68 model: Initial attempt to optimize Interest/Data encoding/decoding via a custom packet format by Alexander Afanasyev · 12 years ago