1. e6dc0ac model: Finalizing implementation of FaceMetric::Status tracing by Alexander Afanasyev · 11 years ago
  2. 06dba7c model: replacing direct usage of fib::FaceMetric variables by inline methods by Alexander Afanasyev · 11 years ago
  3. ef91d29 utils: Removing linux support from mem-usage (needs more careful checking of available headers) by Alexander Afanasyev · 11 years ago
  4. 41684ab examples+utils: Adding example to evaluate memory footprint of ContentStore/Pit by Alexander Afanasyev · 11 years ago
  5. c17e4bd helper: Fixing a recently introduced bug related to the per-face Interest limits by Alexander Afanasyev · 11 years ago v0.2.5
  6. 5cd9a15 apps: Fixing ability to change q and s attributes in ndn::ConsumerZipfMandelbrot by Saran Tarnoi · 11 years ago
  7. 6cf8343 docs: adding disclaimer notice in examples section of documentation by Alexander Afanasyev · 11 years ago
  8. dc115ef utils: It is now possible to configure randomization interval for the initial leak in ndn::Limits::Rate by Alexander Afanasyev · 11 years ago
  9. e6c07b5 model: small API change with ndn::ForwardingStrategy by Alexander Afanasyev · 11 years ago v0.2.4
  10. 4c6bc58 examples: Add a new example showing how to set custom size of content store on different nodes by Alexander Afanasyev · 11 years ago
  11. eec6629 model: (Re-)Implementing ability to keep PIT records after Interest is getting satisfied by Alexander Afanasyev · 11 years ago
  12. ff4d2ce model: Fixing bug with hop count tag related to caching of unsolicited data by Alexander Afanasyev · 11 years ago
  13. 122f378 helper: Experimental extension of ndn::StackHelper to enable customization of NetDeviceFace (e.g., creating of custom faces based on different NetDevice's) by Alexander Afanasyev · 11 years ago
  14. 1fb9fed model+examples: Small corrections with new PIT version, adding an example to use it by Alexander Afanasyev · 11 years ago
  15. 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
  16. 8a23752 apps: Removing excessive and unnecessary logging in ndn::Consumer by Alexander Afanasyev · 11 years ago v0.2.3
  17. 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
  18. c45c4d6 helper: Extending ndn::HeaderHelper with a call to obtain ndn::Name from the raw packet by Alexander Afanasyev · 11 years ago
  19. 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
  20. 32c0756 model: Renaming ndn::NameComponents to simply ndn::Name by Alexander Afanasyev · 11 years ago
  21. 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
  22. d1f7c7b apps: Add more configurability to ndn::ConsumerWindow by Alexander Afanasyev · 11 years ago
  23. fc8425c utils: Porting several new IPv4 tracers from the old code. Extending ndn-app-delay-tracer by Alexander Afanasyev · 11 years ago
  24. 3a3ce1a Fixing bugs related to NACKs implementation by Alexander Afanasyev · 11 years ago v0.2.1
  25. 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
  26. 41824bd model: An experimental support for LFU replacement policy (need further adjustments) by Alexander Afanasyev · 11 years ago
  27. 29c10ed plugins-topology: Fixing compilation problem - back-converting c++11 syntax by Alexander Afanasyev · 11 years ago
  28. 957a84a plugins+tools: Adding experimental RocketfuelMapReader and tool to convert topology from .cch format into annotated topology format by Alexander Afanasyev · 11 years ago
  29. e685212 docs: Extending and reorganizing documentation. Adding basic description about forwarding strategies enforcing Interest limits by Alexander Afanasyev · 11 years ago
  30. 1a0fff6 apps+model+utils: Implementing Interest/Data hop counting using new PacketTag by Alexander Afanasyev · 11 years ago
  31. 400aae1 apps+utils: Correcting Interest-Delay tracing by Alexander Afanasyev · 11 years ago
  32. 29dfb98 docs: add description of generated file by ndn::AppDelayTracer by Alexander Afanasyev · 11 years ago
  33. b9faa44 utils: Bug with new app-delay-tracer. FullDelay was connected to the wrong tracesource by Alexander Afanasyev · 11 years ago
  34. 27e365b src bug: Adding missing topology files by Alexander Afanasyev · 11 years ago
  35. db64ff1 app+utils+doc: Adding application-level trace helper to record Interest-Data delays by Alexander Afanasyev · 11 years ago
  36. b1d6b03 tracers: simplification of ndn::CsTracer (there no real need for virtual calls) by Alexander Afanasyev · 11 years ago
  37. edf24d9 Enabling trace sources for Interest-Data lifetimes by Alexander Afanasyev · 11 years ago
  38. f8b0f71 apps: Adding additional NS-3 attribute to control the overall number of sent Interest (previously, application runtime defined total number of Interests) by Alexander Afanasyev · 12 years ago
  39. bf5d610 docs: zipf figure update by Alexander Afanasyev · 12 years ago
  40. 1380010 zipf: Small changes (style and small logic correction) and adding documentation section by Alexander Afanasyev · 12 years ago
  41. 8c82815 Merge pull request #17 from shockjiang/master by Alex Afanasyev · 12 years ago
  42. 5a35ca8 change to consumberCbr.h by Shock · 12 years ago
  43. ebebcda example support. change to master branch by Shock · 12 years ago
  44. b0f8315 add zipf-mandelbrot support to NDN Interest app consumer by Shock · 12 years ago
  45. 6978611 model: Some compilers got confused with "typedef policy policy". Renaming the typedefed name to policy_base by Alexander Afanasyev · 12 years ago
  46. 26b558b docs: small documentation update (restructured FAQ about boost libraries) by Alexander Afanasyev · 12 years ago
  47. 71278d4 docs: Correcting documentation of custom applications. Adding docs about new versions of ContentStore by Alexander Afanasyev · 12 years ago
  48. c3cc0b3 model: New content store variations: support for content freshness by Alexander Afanasyev · 12 years ago
  49. 68de795 examples: adding debugged implementation of a CustomApp, along with an example using it by Alexander Afanasyev · 12 years ago
  50. b2a11fe model: Multiple uses of boost-graph-ndn-global-routing-helper.h caused compilation failures due to not properly inlined functions by Alexander Afanasyev · 12 years ago
  51. c3893b2 apps: small improvement with ndn::ConsumerBatches by Alexander Afanasyev · 12 years ago
  52. 62304f2 model: fixing regression with trie data structure by Alexander Afanasyev · 12 years ago
  53. f4a0359 docs: new example with content store helper, description of special content store implementations that allow tracking of lifetime of cached entries by Alexander Afanasyev · 12 years ago
  54. 8628799 utils: Adding content store trace helper class (thanks to Xiaoyan Hu) by Alexander Afanasyev · 12 years ago
  55. 0b9e3bd docs: adding doxygen description to ndn-l3-tracer.h by Alexander Afanasyev · 12 years ago
  56. 8566f45 model: Adding "new" content store with ability to track lifetime of entries by Alexander Afanasyev · 12 years ago
  57. 991a0cc model: Generalizing content store implementation by Alexander Afanasyev · 12 years ago
  58. 9c0794a docs: Adding reference to ndnSIM mailing list by Alexander Afanasyev · 12 years ago
  59. 6b0c88f model+helper: Adding new variable (realDelay) which is currently set by the global routing controller. by Alexander Afanasyev · 12 years ago
  60. 7353251 helper: adding small debug info by Alexander Afanasyev · 12 years ago
  61. adcccf4 model: Implementing two more events for forwarding strategy: DidAddFibEntry and WillRemoveFibEntry by Alexander Afanasyev · 12 years ago
  62. 932d331 examples: Correcting custom strategy API to reflect latest changes by Alexander Afanasyev · 12 years ago
  63. 5931480 tracers+docs: Correcting compilation and installation of trace helpers by Alexander Afanasyev · 12 years ago
  64. 475c82f docs: correcting typo that disabled GoogleAnalytics in doxygen docs by Alexander Afanasyev · 12 years ago
  65. 7d8127a build: Automatically adding 'mobility' dependency if topology plugin is enabled by Alexander Afanasyev · 12 years ago
  66. 67f4a4a model: small API change in ndn::ForwardingStrategy by Alexander Afanasyev · 12 years ago
  67. 462bb21 docs: Small sphinx template correction by Alexander Afanasyev · 12 years ago
  68. 1bfce32 build: Check minimum boost libraries version (1.48) by Alexander Afanasyev · 12 years ago
  69. fd25826 helper: Extending manual route creating in ndn::StackHelper by Alexander Afanasyev · 12 years ago
  70. e97c607 docs: New example on how to use custom strategy with 2-bottleneck topology by Alexander Afanasyev · 12 years ago
  71. 674c876 tests: moving trie.cc from examples to test (not really working yet) by Alexander Afanasyev · 12 years ago
  72. b1314b1 docs: add small section about TraceSource and trace helpers by Alexander Afanasyev · 12 years ago
  73. c9d5c1a utils: Adding some NDN network-layer rate tracers by Alexander Afanasyev · 12 years ago
  74. e095f0f docs: Restructuring docs and adding new section about customizing Content Store and PIT by Alexander Afanasyev · 12 years ago
  75. e8dab50 general: Topology plugin is now compiled by default by Alexander Afanasyev · 12 years ago
  76. aa1c4c3 docs: modifying documentation examples (now code in the documentation is taken from real code in examples/ folder) by Alexander Afanasyev · 12 years ago
  77. 2170fba docs: small reorganization by Alexander Afanasyev · 12 years ago
  78. e74cc1c docs: Adding forwarding strategy example by Alexander Afanasyev · 12 years ago
  79. 7102973 topology plugin: Adding ability in AnnotatedTopologyReader to save the current topology (mostly useful to save positions) by Alexander Afanasyev · 12 years ago
  80. 5bcdc99 Small corrections by Alexander Afanasyev · 12 years ago
  81. 11fdadd Correcting bug with content object serialization by Alexander Afanasyev · 12 years ago
  82. 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
  83. 5d79e68 model: Initial attempt to optimize Interest/Data encoding/decoding via a custom packet format by Alexander Afanasyev · 12 years ago
  84. e1b2a2d apps: Correcting behavior of ndn::ConsumerWindow. by Alexander Afanasyev · 12 years ago
  85. 042b4a7 fw+doc: Renaming and extending limit extenstion by Alexander Afanasyev · 12 years ago
  86. a8f5d88 limits: Adding ability for GlobalRoutingController to set precise BDP prefix limits using knowledge of RTT for destination by Alexander Afanasyev · 12 years ago
  87. db15acb fw: Slightly modifying events for Interest forwarding. by Alexander Afanasyev · 12 years ago
  88. a0d9489 docs: README update by Alexander Afanasyev · 12 years ago
  89. 08ab572 limits: Adding support for callback that fired every time a new slot becomes available by Alexander Afanasyev · 12 years ago
  90. 697a36a plugin-mobility: Correcting implementation to work with the latest NS-3 version (3.15-dev) 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. 0484e77 model.fw: Correcting a "slightly" broken NACKs, though still not sure if everything works as it should. by Alexander Afanasyev · 12 years ago
  97. b5e54f9 plugins.topology: Adding basic error handling by Alexander Afanasyev · 12 years ago
  98. ef94e91 utils: Adding option to obtain the value of the current limit in ndn::Limits by Alexander Afanasyev · 12 years ago
  99. 0fff1db model.fw: Template-based implementation of SimpleLimits strategy by Alexander Afanasyev · 12 years ago
  100. 15b7114 docs: Small update of Doxygen by Alexander Afanasyev · 12 years ago