1. eec89ba model: Adding exclude filter processing in all content store implementations by Alexander Afanasyev · 11 years ago
  2. abb493a model: Enabling serialization/deserialization of Exclude filter in ndnSIM wire format by Alexander Afanasyev · 11 years ago
  3. 0a15a2b model: Add ability to print interest to the standard output, so it plays nice with PyNDN by Alexander Afanasyev · 11 years ago
  4. 76b1157 PyNDN: Initial changes of PyNDN emulation in ndnSIM by Alexander Afanasyev · 11 years ago
  5. 157c9e6 model: Bug fixes and small API change in ndn.cxx by Alexander Afanasyev · 11 years ago
  6. 9213601 model: Another major change: switching to NDN.cxx API for ndn::Name by Alexander Afanasyev · 11 years ago
  7. 7b923f3 model: Updated API for pluggable wire format by Alexander Afanasyev · 11 years ago
  8. a89bc10 model: Slight modification with wire format processing by Alexander Afanasyev · 11 years ago
  9. 5ab2bcd model: Adding ability to select desired default wire format by Alexander Afanasyev · 11 years ago
  10. c2b5728 model-wire-ccnb: Fixing a known bug with CCNb parsing by Alexander Afanasyev · 11 years ago
  11. 1043c70 model: Returning back support for CCNb wire format by Alexander Afanasyev · 11 years ago
  12. 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
  13. a4e7428 model+ndn.cxx+test: Finishing implementation of ApiFace (now timeouts are working as well) by Alexander Afanasyev · 11 years ago
  14. 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
  15. ee76255 model+test: Fixing tests and making sure all tests pass by Alexander Afanasyev · 11 years ago
  16. faa01f9 model: Another set of refactoring/renaming to make code compile (not tested yet) by Alexander Afanasyev · 11 years ago
  17. b989b12 model: Major API changes by Alexander Afanasyev · 11 years ago
  18. 5bee19e model: First set of major API changes and reorganizations by Alexander Afanasyev · 11 years ago
  19. 8c476bb model: *BUG* Fixing error regarding Freshness by Alexander Afanasyev · 11 years ago
  20. e6bf47e Slight update of packet format: adding overall packet length to the by Alexander Afanasyev · 11 years ago
  21. 17741fd model: fix of a small syntactic error with templates (not all compilers complain) by Alexander Afanasyev · 11 years ago
  22. 8ade0be model: New trivial implementation of ContentStore (ns3::ndn::cs::Nocache) by Alexander Afanasyev · 11 years ago
  23. 431e9c7 model: Fixing segfault resulting from removal of FIB entries via Fib::RemoveFromAll call by Alexander Afanasyev · 11 years ago
  24. fff8498 model: Removing assert when interest payload is not zero by Alexander Afanasyev · 11 years ago
  25. dd9fa4f model: Change default behavior to cache unsolicited data from local applications by Alexander Afanasyev · 11 years ago
  26. 3749fd1 model: Fixing limit borrowing bug in PerOutFaceLimit and PerFibLimit by Alexander Afanasyev · 11 years ago
  27. 2890e57 model: Huge bug with ndn::pit::Entry by Alexander Afanasyev · 11 years ago
  28. 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
  29. 37b84c5 model+tracers: Implementing ability to trace satisfied/timed out interests by Alexander Afanasyev · 11 years ago
  30. ff0d9ca model: Add ability to get pointer to Fib from fib::Entry by Alexander Afanasyev · 11 years ago
  31. 6fa950d model: Small modification in BestRoute strategy by Alexander Afanasyev · 11 years ago
  32. ad2c54a model: Add use of "extern template" to prevent duplicate instantiation/initialization of templated classes by Alexander Afanasyev · 11 years ago
  33. be82da5 model: Small extension of printing out entries of the content store by Alexander Afanasyev · 11 years ago
  34. d6e5c5f model: Adding support for "fake" content object signatures by Alexander Afanasyev · 11 years ago
  35. 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
  36. 4ebe07e examples: Adding example for the experimental support of PIT aggregate stats by Alexander Afanasyev · 11 years ago
  37. 26719e2 model: Refactoring PIT and adding experimental support for a new policy to count container operations by Alexander Afanasyev · 11 years ago
  38. d088798 model: Changing ForwardingStrategy trace output logic by Alexander Afanasyev · 11 years ago
  39. 8e436fa model: Small extension of Name class by Alexander Afanasyev · 11 years ago
  40. c57a877 model+docs: Small corrections of Doxygen documentation for ndn::Face by Alexander Afanasyev · 11 years ago
  41. 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
  42. 73f06f6 all: Adding typedefs near forward declarations of Interest/ContentObject/Name by Alexander Afanasyev · 11 years ago
  43. eae83ee all: InterestHeader and ContentObjectHeader refactoring to Interest and ContentObject by Alexander Afanasyev · 11 years ago
  44. cfdc14f all: Replacing deprecated NameComponents class with Name by Alexander Afanasyev · 11 years ago
  45. 0e4ae8e model+cs: Now it is possible to get pointer to ContentStore from cs::Entry by Alexander Afanasyev · 11 years ago
  46. a732541 Issue #27 Fix hop counting bug when NACKs are enabled by Xiaoke Jiang · 11 years ago
  47. 4e48960 Merge feature branch 'feature-trace-value-for-fib-entry' by Alexander Afanasyev · 11 years ago
  48. b14f0bc model: Mark face YELLOW when PIT entry times out in ndn::fw::GreenYellowRed strategy by Alexander Afanasyev · 11 years ago
  49. e6dc0ac model: Finalizing implementation of FaceMetric::Status tracing by Alexander Afanasyev · 11 years ago
  50. 06dba7c model: replacing direct usage of fib::FaceMetric variables by inline methods by Alexander Afanasyev · 11 years ago
  51. e6c07b5 model: small API change with ndn::ForwardingStrategy by Alexander Afanasyev · 11 years ago v0.2.4
  52. eec6629 model: (Re-)Implementing ability to keep PIT records after Interest is getting satisfied by Alexander Afanasyev · 11 years ago
  53. ff4d2ce model: Fixing bug with hop count tag related to caching of unsolicited data by Alexander Afanasyev · 11 years ago
  54. 1fb9fed model+examples: Small corrections with new PIT version, adding an example to use it by Alexander Afanasyev · 11 years ago
  55. 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
  56. 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
  57. 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
  58. 32c0756 model: Renaming ndn::NameComponents to simply ndn::Name by Alexander Afanasyev · 11 years ago
  59. 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
  60. 3a3ce1a Fixing bugs related to NACKs implementation by Alexander Afanasyev · 11 years ago v0.2.1
  61. 41824bd model: An experimental support for LFU replacement policy (need further adjustments) by Alexander Afanasyev · 11 years ago
  62. 1a0fff6 apps+model+utils: Implementing Interest/Data hop counting using new PacketTag by Alexander Afanasyev · 11 years ago
  63. 6978611 model: Some compilers got confused with "typedef policy policy". Renaming the typedefed name to policy_base by Alexander Afanasyev · 12 years ago
  64. c3cc0b3 model: New content store variations: support for content freshness by Alexander Afanasyev · 12 years ago
  65. 8566f45 model: Adding "new" content store with ability to track lifetime of entries by Alexander Afanasyev · 12 years ago
  66. 991a0cc model: Generalizing content store implementation by Alexander Afanasyev · 12 years ago
  67. 6b0c88f model+helper: Adding new variable (realDelay) which is currently set by the global routing controller. by Alexander Afanasyev · 12 years ago
  68. adcccf4 model: Implementing two more events for forwarding strategy: DidAddFibEntry and WillRemoveFibEntry by Alexander Afanasyev · 12 years ago
  69. 67f4a4a model: small API change in ndn::ForwardingStrategy by Alexander Afanasyev · 12 years ago
  70. e095f0f docs: Restructuring docs and adding new section about customizing Content Store and PIT by Alexander Afanasyev · 12 years ago
  71. 11fdadd Correcting bug with content object serialization by Alexander Afanasyev · 12 years ago
  72. 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
  73. 5d79e68 model: Initial attempt to optimize Interest/Data encoding/decoding via a custom packet format by Alexander Afanasyev · 12 years ago
  74. 042b4a7 fw+doc: Renaming and extending limit extenstion by Alexander Afanasyev · 12 years ago
  75. db15acb fw: Slightly modifying events for Interest forwarding. by Alexander Afanasyev · 12 years ago
  76. ccd5bb4 limits: Reverting back renaming of SimpleLimits strategy by Alexander Afanasyev · 12 years ago
  77. 6f95e70 limits: one more update and small interface changes by Alexander Afanasyev · 12 years ago
  78. f5c0774 limits: Introducing modularity for Interest limits by Alexander Afanasyev · 12 years ago
  79. 0484e77 model.fw: Correcting a "slightly" broken NACKs, though still not sure if everything works as it should. by Alexander Afanasyev · 12 years ago
  80. 0fff1db model.fw: Template-based implementation of SimpleLimits strategy by Alexander Afanasyev · 12 years ago
  81. 6466fff fw: Adding a couple of new events. Adding more documentation for events. by Alexander Afanasyev · 12 years ago
  82. 9bab368 Additional cleaning. Repairing tests. by Alexander Afanasyev · 12 years ago
  83. 1cd79ae docs: Documentation update by Alexander Afanasyev · 12 years ago
  84. ed3ffc8 Removing unrelevant stuff by Alexander Afanasyev · 12 years ago
  85. 8db3cba Correcting randomized model. Treat unknown stats as 100%, call parent by Alexander Afanasyev · 12 years ago
  86. 663d63f Small extension of InterestHeader API (cheat for python bindings) by Alexander Afanasyev · 12 years ago
  87. 048c4ad Remove bug causing unnecessary limit transmission by Alexander Afanasyev · 12 years ago
  88. 1e7bcaf Adding strategy with implementation of simple face-based limits by Alexander Afanasyev · 12 years ago
  89. caeade2 Separating dynamic limits into a separate forwarding strategy enhancement by Alexander Afanasyev · 12 years ago
  90. ff22977 Add counter for interest and data packets (for performance evaluations) by Alexander Afanasyev · 12 years ago
  91. 0f83f90 Add option to enable/disable NACKs to notify about queue drops by Alexander Afanasyev · 12 years ago
  92. c771961 Checkpoint. Enabling nacks back, "reverting" count statistics on nacks by Alexander Afanasyev · 12 years ago
  93. b1ec249 Checkpoint. Basic support (and not real success) for interest limits by Alexander Afanasyev · 12 years ago
  94. aebf5cf L3Protocol::GetFace now returns face by index, not by ID as it was by Alexander Afanasyev · 12 years ago
  95. 187cba2 Checkpoint. Max bad/good ratio is 1:10. Unknown stats implies 50%. If by Alexander Afanasyev · 12 years ago
  96. c23a3e3 Now there is a semi success with nacks disabled and huge problem with nacks enabled by Alexander Afanasyev · 12 years ago
  97. 98c16e0 Checkpoint. Adding data structures to support weighted round robin by Alexander Afanasyev · 12 years ago
  98. 6f101fc Semi success with NACK enabled. Now need more NACK types and different processing by Alexander Afanasyev · 12 years ago
  99. ff03395 Semi-success with "fair" sharing without NACKs by Alexander Afanasyev · 12 years ago
  100. 08b7d9e More progress with buffers by Alexander Afanasyev · 12 years ago