1. 08b7d9e More progress with buffers by Alexander Afanasyev · 12 years ago
  2. 0ffa716 One more checkpoint. Now the code seems to work in a basic scenario by Alexander Afanasyev · 12 years ago
  3. 91e1128 Another checkpoint by Alexander Afanasyev · 12 years ago
  4. 5db9217 Checkpoint. Some changes in forwarding strategy API by Alexander Afanasyev · 12 years ago
  5. 38ba9b2 Checkpoint #2 by Alexander Afanasyev · 12 years ago
  6. ed449cc Checkpoint by Alexander Afanasyev · 12 years ago
  7. ec1e395 Checkpoint by Alexander Afanasyev · 12 years ago
  8. 1a2df6a Small reorganization of utils/ folder contents by Alexander Afanasyev · 12 years ago
  9. 31cb469 One more big change: prototypes of most of the forwarding strategy functions has been changed by Alexander Afanasyev · 12 years ago
  10. ccbd834 (Re-)Implementing randomized Interest accept based on satisfaction ratio stats. by Alexander Afanasyev · 12 years ago
  11. 70426a0 Disabling FIB-entry-limit decrease. Implementing probabilistic interest by Alexander Afanasyev · 12 years ago
  12. 6a3bb13 ForwardingStrategy removes PIT if interest wasn't propagated. Updated by Alexander Afanasyev · 12 years ago
  13. 8067ff1 BUG: Default value of ns3 object system is created exactly once, not per CreateObject operation. by Alexander Afanasyev · 12 years ago
  14. ea9b3e6 Implementing base support for TCP-style window-based limiting on per-FIB-prefix and per-face granularity by Alexander Afanasyev · 12 years ago
  15. f986cde Removing support for LeakyBucket per-face limit by Alexander Afanasyev · 12 years ago
  16. 29c19b9 Content Store extension. Now it supports the same enumeration interface available for PIT and FIB by Alexander Afanasyev · 12 years ago
  17. b18ae02 Memory optimization (removing scheduled events instead of just cancelling them) by Alexander Afanasyev · 12 years ago
  18. c202fd9 Replacing boost::multi_index to std::set for OutgoingFaces in PIT entry by Alexander Afanasyev · 12 years ago
  19. f6807a5 Final updates and documentation fixes by Alexander Afanasyev · 12 years ago
  20. cf6dc92 Now everything compiles, but not everything is working yet by Alexander Afanasyev · 12 years ago
  21. 2b4c947 Another set of refactoring by Alexander Afanasyev · 12 years ago
  22. b8d14ad Documentation correction by Alexander Afanasyev · 12 years ago
  23. e77db79 Normalizing namespace usage (ndnSIM namespace is now always under ns3) by Alexander Afanasyev · 12 years ago
  24. 4aac557 First step of refactoring code (ccnx prefix => ndn prefix) by Alexander Afanasyev · 12 years ago
  25. 98d85e1 An extension for CcnxFace, allowing a non-persistent (randomized) limit checking procedure by Alexander Afanasyev · 12 years ago
  26. b1b7f5d Small corrections by Alexander Afanasyev · 12 years ago
  27. ad82e25 BUGS: Solving (apparently) two subtle bugs in new PIT and ContentStore implementations by Alexander Afanasyev · 12 years ago
  28. 6b51b08 BUG: time index for PIT entry was using wrong data structure (set instead of multiset), which caused extremely unexpected behavior by Alexander Afanasyev · 12 years ago
  29. 0a0dc39 BUG: Solving the problem that was crashing the simulator by Alexander Afanasyev · 12 years ago
  30. d4c4f36 FwStats now does not track full prefixes. Instead, the last components by Alexander Afanasyev · 12 years ago
  31. 59dedfd New 'cut' method in CcnxNameComponents (similar to java API cut method) by Alexander Afanasyev · 12 years ago
  32. 33364b6 Implementing face clean up callback in forwarding strategy by Alexander Afanasyev · 12 years ago
  33. bd6f3f4 Small update of PIT. Now pit implementation is policy-templated. by Alexander Afanasyev · 12 years ago
  34. 1c0248b Adding more statistics collection (number of transmitted/received bytes by Alexander Afanasyev · 12 years ago
  35. 77495a9 FwStats: when PIT entry cannot be created (limit or unknown prefix), by Alexander Afanasyev · 12 years ago
  36. 3c5b6a7 Changed behavior: when a node receives an interest that cannot be by Alexander Afanasyev · 12 years ago
  37. e288d8b Small compilation-related bug in ccnx-forwarding-strategy.cc by Alexander Afanasyev · 12 years ago
  38. 39e0f34 BUG: WilLSatisfyPendingInterest method is now may be called with 0 as by Alexander Afanasyev · 12 years ago
  39. b310a9a Renaming methods so it works without errors with boost::bind (for some by Alexander Afanasyev · 12 years ago
  40. e55d1e3 More corrections. Now everything is ready for real tests by Alexander Afanasyev · 12 years ago
  41. f249a19 Finalizing implementation of almost all events for forwarding strategy. by Alexander Afanasyev · 12 years ago
  42. 786936a Small corrections and python bindings rescan by Alexander Afanasyev · 12 years ago
  43. 996b487 Serious refactoring. Making forwarding strategy really modular by Alexander Afanasyev · 12 years ago
  44. e3d126f Start of serious reorganization by Alexander Afanasyev · 12 years ago
  45. 0560eec Stats tree seems to work properly, including pruning of "empty" leaves by Alexander Afanasyev · 12 years ago
  46. 0845c09 Initial steps in stats tree building. Almost done, but something is fishy by Alexander Afanasyev · 12 years ago
  47. f1e013f Introducing a couple of real test cases. by Alexander Afanasyev · 12 years ago
  48. 413c7f1 Now everything suppose to work, but testing is necessary to determine how well it works. by Alexander Afanasyev · 12 years ago
  49. 36b4577 Checkpoint by Alexander Afanasyev · 12 years ago
  50. 30f60e3 Some progress on CcnxPit. Partially working by Alexander Afanasyev · 12 years ago
  51. 1aa4bbc Simplifying a FIB entry modification (now we can do it directly, without notifying the container) by Alexander Afanasyev · 12 years ago
  52. 11f7bb4 First step in reimplementing CcnxPit. Everything is broken as of right now by Alexander Afanasyev · 12 years ago
  53. 95a4fa3 Fighting off python bindings and repairing ccnx_fib visualizer plugin by Alexander Afanasyev · 12 years ago
  54. 1ba09b8 Small changes in in FIB re-implementations with tries, rescanned python bindings by Alexander Afanasyev · 12 years ago
  55. 44bb6ea New implementation of FIB seems to be working now by Alexander Afanasyev · 12 years ago
  56. 78057c3 Separating interface and implementation of FIB. Right now everything is by Alexander Afanasyev · 12 years ago
  57. 71ed238 Removing n_th index from FIB by Alexander Afanasyev · 12 years ago
  58. 30cb117 Small reoraganization, cleaning 'use namespace' usages by Alexander Afanasyev · 12 years ago
  59. 051d378 Make code compilable using clang compiler by Alexander Afanasyev · 12 years ago
  60. 9e96e36 Making policy container more flexible by Alexander Afanasyev · 12 years ago
  61. 480e456 Small renaming by Alexander Afanasyev · 12 years ago
  62. 9a98970 Implementing new cache replacement strategies: Random and FIFO by Alexander Afanasyev · 12 years ago
  63. f034cbd Initial redesign of internal data structures by Alexander Afanasyev · 12 years ago
  64. 3a4a0b3 Changing internals. PIT, FIB, CS, and ForwardingStrategy now are aggregated onto the node by Alexander Afanasyev · 12 years ago
  65. 3073da8 Correcting small bug in CcnxAppFace (unnecessary function was defined by Alexander Afanasyev · 12 years ago
  66. b0c4389 Modifying implementation of content store to use new trie by Alexander Afanasyev · 12 years ago
  67. fd0c41c Experimental trie implementation by Alexander Afanasyev · 12 years ago
  68. 39485d8 Adding Hit/Miss trace source by Alexander Afanasyev · 12 years ago
  69. d9fecdd Modularize ContentStore by Alexander Afanasyev · 12 years ago
  70. b4fee8b Adding more doxygen documentation by Alexander Afanasyev · 12 years ago
  71. 4a4ea60 Renaming CcnxLocalFace to CcnxAppFace by Alexander Afanasyev · 12 years ago
  72. 30c33e3 Adding new trace into CcnxFace by Alexander Afanasyev · 12 years ago
  73. faf9581 Fixing bugs with new fields in ContentObject. Implementing basic support of new fields in CcnxProducer by Alexander Afanasyev · 12 years ago
  74. 8c5046a Adding support of more fields in ContentObject by Alexander Afanasyev · 12 years ago
  75. 6315ef7 Updating documentation by Alexander Afanasyev · 12 years ago
  76. de7601a Commening out PathStretch trace-related code (will be available as a patch in plugins/ folder) by Alexander Afanasyev · 12 years ago
  77. c1e33eb Moving helper components to the plugins/ folder. Disabling compilation of these components by Alexander Afanasyev · 12 years ago
  78. 9a517db Don't retransmit interests within 100ms by Alexander Afanasyev · 12 years ago
  79. d459ec3 Repair serious bug with caching (wrong packet was sent from cache) by Alexander Afanasyev · 12 years ago
  80. 7f3e49e For duplicate interests keep incoming face !!! Need more thinking by Alexander Afanasyev · 12 years ago
  81. ff8c5d6 Several important corrections. Adding option to delay data at every node (random from 0.1 to 2 ms) by Alexander Afanasyev · 12 years ago
  82. 1aeaf92 BUG. (need more corrections) Don't remove PIT if interests has not been by Alexander Afanasyev · 12 years ago
  83. e275cf8 Making CcnxContentObjectHeader and CcnxInterestHeader to be inherited by Alexander Afanasyev · 12 years ago
  84. 161a5c4 Small file reorganization (moving CCNx-unrelated stuff out of model/) by Alexander Afanasyev · 12 years ago
  85. 8e2f112 Finalizing BGL-implementation of ccnx global routing controller. Also, several extensions in CcnxFib by Alexander Afanasyev · 12 years ago
  86. a5abcd9 BGL implementation for ccnx global routing seems to work. Need more debugging by Alexander Afanasyev · 12 years ago
  87. ad3757f Initial support for route calculations with Boost.Graph library (BGL) by Alexander Afanasyev · 12 years ago
  88. ee217df Bug. For some reason lookup in PIT (for content objects) wasn't longest prefix match. Corrected by Alexander Afanasyev · 12 years ago
  89. e192a2a ! Changing suppression logic. We will send interests to faces from which we previously received interests by Alexander Afanasyev · 12 years ago
  90. bed7569 Important change to FloodingStrategy: by default it will perform by Alexander Afanasyev · 12 years ago
  91. 9568f95 Adding support for Timestamp and Freshness in ContentObject by Alexander Afanasyev · 12 years ago
  92. 4e97094 Small change in Interest suppression logic by Alexander Afanasyev · 12 years ago
  93. a95b739 Adding PIT printout capability by Alexander Afanasyev · 12 years ago
  94. a514d63 Adding slightly more complicated tutorial example by Alexander Afanasyev · 12 years ago
  95. 082dbca Disabling NACKs by default by Alexander Afanasyev · 12 years ago
  96. de00999 Adding options to enable caching of unsolicited (e.g., overheard over broadcast media) data packets by Alexander Afanasyev · 12 years ago
  97. 34a177c Merge remote-tracking branch 'git.irl/car2car' by Alexander Afanasyev · 12 years ago
  98. bab81b1 Adding option to disable NACKs by Alexander Afanasyev · 12 years ago
  99. 64b8536 Add car2car-wifi scenario by Lucas · 12 years ago
  100. ed78b63 New scenario to see details of reaction on congestion. Small change in AnnotatedTopologyReader API by Alexander Afanasyev · 12 years ago