1. adcccf4 model: Implementing two more events for forwarding strategy: DidAddFibEntry and WillRemoveFibEntry by Alexander Afanasyev · 12 years ago
  2. 932d331 examples: Correcting custom strategy API to reflect latest changes by Alexander Afanasyev · 12 years ago
  3. 5931480 tracers+docs: Correcting compilation and installation of trace helpers by Alexander Afanasyev · 12 years ago
  4. 475c82f docs: correcting typo that disabled GoogleAnalytics in doxygen docs by Alexander Afanasyev · 12 years ago
  5. 7d8127a build: Automatically adding 'mobility' dependency if topology plugin is enabled by Alexander Afanasyev · 12 years ago
  6. 67f4a4a model: small API change in ndn::ForwardingStrategy by Alexander Afanasyev · 12 years ago
  7. 462bb21 docs: Small sphinx template correction by Alexander Afanasyev · 12 years ago
  8. 1bfce32 build: Check minimum boost libraries version (1.48) by Alexander Afanasyev · 12 years ago
  9. fd25826 helper: Extending manual route creating in ndn::StackHelper by Alexander Afanasyev · 12 years ago
  10. e97c607 docs: New example on how to use custom strategy with 2-bottleneck topology by Alexander Afanasyev · 12 years ago
  11. 674c876 tests: moving trie.cc from examples to test (not really working yet) by Alexander Afanasyev · 12 years ago
  12. b1314b1 docs: add small section about TraceSource and trace helpers by Alexander Afanasyev · 12 years ago
  13. c9d5c1a utils: Adding some NDN network-layer rate tracers by Alexander Afanasyev · 12 years ago
  14. e095f0f docs: Restructuring docs and adding new section about customizing Content Store and PIT by Alexander Afanasyev · 12 years ago
  15. e8dab50 general: Topology plugin is now compiled by default by Alexander Afanasyev · 12 years ago
  16. aa1c4c3 docs: modifying documentation examples (now code in the documentation is taken from real code in examples/ folder) by Alexander Afanasyev · 12 years ago
  17. 2170fba docs: small reorganization by Alexander Afanasyev · 12 years ago
  18. e74cc1c docs: Adding forwarding strategy example by Alexander Afanasyev · 12 years ago
  19. 7102973 topology plugin: Adding ability in AnnotatedTopologyReader to save the current topology (mostly useful to save positions) by Alexander Afanasyev · 12 years ago
  20. 5bcdc99 Small corrections by Alexander Afanasyev · 12 years ago
  21. 11fdadd Correcting bug with content object serialization by Alexander Afanasyev · 12 years ago
  22. 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
  23. 5d79e68 model: Initial attempt to optimize Interest/Data encoding/decoding via a custom packet format by Alexander Afanasyev · 12 years ago
  24. e1b2a2d apps: Correcting behavior of ndn::ConsumerWindow. by Alexander Afanasyev · 12 years ago
  25. 042b4a7 fw+doc: Renaming and extending limit extenstion by Alexander Afanasyev · 12 years ago
  26. a8f5d88 limits: Adding ability for GlobalRoutingController to set precise BDP prefix limits using knowledge of RTT for destination by Alexander Afanasyev · 12 years ago
  27. db15acb fw: Slightly modifying events for Interest forwarding. by Alexander Afanasyev · 12 years ago
  28. a0d9489 docs: README update by Alexander Afanasyev · 12 years ago
  29. 08ab572 limits: Adding support for callback that fired every time a new slot becomes available by Alexander Afanasyev · 12 years ago
  30. 697a36a plugin-mobility: Correcting implementation to work with the latest NS-3 version (3.15-dev) by Alexander Afanasyev · 12 years ago
  31. 669cafd Fixing "batches.h" header inclusions. by Alexander Afanasyev · 12 years ago
  32. ccd5bb4 limits: Reverting back renaming of SimpleLimits strategy by Alexander Afanasyev · 12 years ago
  33. 7e4235a limits: finalizing rate-based limits by Alexander Afanasyev · 12 years ago
  34. 6f95e70 limits: one more update and small interface changes by Alexander Afanasyev · 12 years ago
  35. f5c0774 limits: Introducing modularity for Interest limits by Alexander Afanasyev · 12 years ago
  36. 0484e77 model.fw: Correcting a "slightly" broken NACKs, though still not sure if everything works as it should. by Alexander Afanasyev · 12 years ago
  37. b5e54f9 plugins.topology: Adding basic error handling by Alexander Afanasyev · 12 years ago
  38. ef94e91 utils: Adding option to obtain the value of the current limit in ndn::Limits by Alexander Afanasyev · 12 years ago
  39. 0fff1db model.fw: Template-based implementation of SimpleLimits strategy by Alexander Afanasyev · 12 years ago
  40. 15b7114 docs: Small update of Doxygen by Alexander Afanasyev · 12 years ago
  41. 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
  42. 6466fff fw: Adding a couple of new events. Adding more documentation for events. by Alexander Afanasyev · 12 years ago
  43. a65ab32 build scripts: installing all ndnSIM header files under <ns3-include-path>/ndnSIM/ preserving folder hierarchy by Alexander Afanasyev · 12 years ago
  44. 9bab368 Additional cleaning. Repairing tests. by Alexander Afanasyev · 12 years ago
  45. 6dbacda docs: Adding a new example of how to use AnnotatedTopologyReader, as well as a new FAQ section with a couple of commonly asked questions. by Alexander Afanasyev · 12 years ago
  46. 7099ffb docs: Adding example of how to build ndnSIM using non-root-installed boost libraries by Alexander Afanasyev · 12 years ago
  47. e1aa9b9 When interest is satisfied from the local cache, the wrong order of by Alexander Afanasyev · 12 years ago
  48. f383047 Correcting wrong assert in ndn::App. Actually, making this assert to just print an error message instead. by Alexander Afanasyev · 12 years ago
  49. 1cd79ae docs: Documentation update by Alexander Afanasyev · 12 years ago
  50. cba7392 More unrelevant files by Alexander Afanasyev · 12 years ago
  51. ed3ffc8 Removing unrelevant stuff by Alexander Afanasyev · 12 years ago
  52. 8db3cba Correcting randomized model. Treat unknown stats as 100%, call parent by Alexander Afanasyev · 12 years ago
  53. 663d63f Small extension of InterestHeader API (cheat for python bindings) by Alexander Afanasyev · 12 years ago
  54. 048c4ad Remove bug causing unnecessary limit transmission by Alexander Afanasyev · 12 years ago
  55. 1e7bcaf Adding strategy with implementation of simple face-based limits by Alexander Afanasyev · 12 years ago
  56. caeade2 Separating dynamic limits into a separate forwarding strategy enhancement by Alexander Afanasyev · 12 years ago
  57. 3cdda24 doc: Adding more descriptions of how to compile ndnSIM by Alexander Afanasyev · 12 years ago
  58. ca5f6d1 Rescanned python binding by Alexander Afanasyev · 12 years ago
  59. cdd223c Suppressing warning in debug mode by Alexander Afanasyev · 12 years ago
  60. ff22977 Add counter for interest and data packets (for performance evaluations) by Alexander Afanasyev · 12 years ago
  61. 0f83f90 Add option to enable/disable NACKs to notify about queue drops by Alexander Afanasyev · 12 years ago
  62. c771961 Checkpoint. Enabling nacks back, "reverting" count statistics on nacks by Alexander Afanasyev · 12 years ago
  63. b1ec249 Checkpoint. Basic support (and not real success) for interest limits by Alexander Afanasyev · 12 years ago
  64. aebf5cf L3Protocol::GetFace now returns face by index, not by ID as it was by Alexander Afanasyev · 12 years ago
  65. 187cba2 Checkpoint. Max bad/good ratio is 1:10. Unknown stats implies 50%. If by Alexander Afanasyev · 12 years ago
  66. c23a3e3 Now there is a semi success with nacks disabled and huge problem with nacks enabled by Alexander Afanasyev · 12 years ago
  67. 98c16e0 Checkpoint. Adding data structures to support weighted round robin by Alexander Afanasyev · 12 years ago
  68. 6f101fc Semi success with NACK enabled. Now need more NACK types and different processing by Alexander Afanasyev · 12 years ago
  69. ff03395 Semi-success with "fair" sharing without NACKs by Alexander Afanasyev · 12 years ago
  70. 08b7d9e More progress with buffers by Alexander Afanasyev · 12 years ago
  71. 67ae4b6 Small update of documentation (changing ndnSIM website URL) by Alexander Afanasyev · 12 years ago
  72. 372cbab Base per-incoming queue limit on per-Face limit (instead of a precompiled value) by Alexander Afanasyev · 12 years ago
  73. 0ffa716 One more checkpoint. Now the code seems to work in a basic scenario by Alexander Afanasyev · 12 years ago
  74. 91e1128 Another checkpoint by Alexander Afanasyev · 12 years ago
  75. 5db9217 Checkpoint. Some changes in forwarding strategy API by Alexander Afanasyev · 12 years ago
  76. 38ba9b2 Checkpoint #2 by Alexander Afanasyev · 12 years ago
  77. ed449cc Checkpoint by Alexander Afanasyev · 12 years ago
  78. ec1e395 Checkpoint by Alexander Afanasyev · 12 years ago
  79. 048ae42 Draft PitQueue implementation using virtual time concept (good thing, but most likely not be used, at least initially) by Alexander Afanasyev · 12 years ago
  80. 1a2df6a Small reorganization of utils/ folder contents by Alexander Afanasyev · 12 years ago
  81. 31cb469 One more big change: prototypes of most of the forwarding strategy functions has been changed by Alexander Afanasyev · 12 years ago
  82. ccbd834 (Re-)Implementing randomized Interest accept based on satisfaction ratio stats. by Alexander Afanasyev · 12 years ago
  83. 92b5f83 Reverting back exponential averaging for LoadStats. Disabling two long-term time granularities (affects entry lifetime). by Alexander Afanasyev · 12 years ago
  84. 70426a0 Disabling FIB-entry-limit decrease. Implementing probabilistic interest by Alexander Afanasyev · 12 years ago
  85. 6a3bb13 ForwardingStrategy removes PIT if interest wasn't propagated. Updated by Alexander Afanasyev · 12 years ago
  86. 3476edf A slightly modified FwPerFibLimits test. Modified ConsumerBatches by Alexander Afanasyev · 12 years ago
  87. 8067ff1 BUG: Default value of ns3 object system is created exactly once, not per CreateObject operation. by Alexander Afanasyev · 12 years ago
  88. ea9b3e6 Implementing base support for TCP-style window-based limiting on per-FIB-prefix and per-face granularity by Alexander Afanasyev · 12 years ago
  89. f986cde Removing support for LeakyBucket per-face limit by Alexander Afanasyev · 12 years ago
  90. 29c19b9 Content Store extension. Now it supports the same enumeration interface available for PIT and FIB by Alexander Afanasyev · 12 years ago
  91. b18ae02 Memory optimization (removing scheduled events instead of just cancelling them) by Alexander Afanasyev · 12 years ago
  92. c202fd9 Replacing boost::multi_index to std::set for OutgoingFaces in PIT entry by Alexander Afanasyev · 12 years ago
  93. 92d5be1 Regression: RTO in Consumers was not exponentially increased by Alexander Afanasyev · 12 years ago
  94. 5b054aa Small documentation update by Alexander Afanasyev · 12 years ago
  95. 424d584 Fixes #6 unordered_set buckets are increased exponentially by Alexander Afanasyev · 12 years ago
  96. f6807a5 Final updates and documentation fixes by Alexander Afanasyev · 12 years ago
  97. cf6dc92 Now everything compiles, but not everything is working yet by Alexander Afanasyev · 12 years ago
  98. 2b4c947 Another set of refactoring by Alexander Afanasyev · 12 years ago
  99. b8d14ad Documentation correction by Alexander Afanasyev · 12 years ago
  100. e77db79 Normalizing namespace usage (ndnSIM namespace is now always under ns3) by Alexander Afanasyev · 12 years ago