1. b310a9a Renaming methods so it works without errors with boost::bind (for some by Alexander Afanasyev · 12 years ago
  2. e55d1e3 More corrections. Now everything is ready for real tests by Alexander Afanasyev · 12 years ago
  3. f249a19 Finalizing implementation of almost all events for forwarding strategy. by Alexander Afanasyev · 12 years ago
  4. 786936a Small corrections and python bindings rescan by Alexander Afanasyev · 12 years ago
  5. 996b487 Serious refactoring. Making forwarding strategy really modular by Alexander Afanasyev · 12 years ago
  6. e3d126f Start of serious reorganization by Alexander Afanasyev · 12 years ago
  7. 0560eec Stats tree seems to work properly, including pruning of "empty" leaves by Alexander Afanasyev · 12 years ago
  8. 0845c09 Initial steps in stats tree building. Almost done, but something is fishy by Alexander Afanasyev · 12 years ago
  9. f1e013f Introducing a couple of real test cases. by Alexander Afanasyev · 12 years ago
  10. 413c7f1 Now everything suppose to work, but testing is necessary to determine how well it works. by Alexander Afanasyev · 12 years ago
  11. 36b4577 Checkpoint by Alexander Afanasyev · 12 years ago
  12. 30f60e3 Some progress on CcnxPit. Partially working by Alexander Afanasyev · 12 years ago
  13. 1aa4bbc Simplifying a FIB entry modification (now we can do it directly, without notifying the container) by Alexander Afanasyev · 12 years ago
  14. 11f7bb4 First step in reimplementing CcnxPit. Everything is broken as of right now by Alexander Afanasyev · 12 years ago
  15. 95a4fa3 Fighting off python bindings and repairing ccnx_fib visualizer plugin by Alexander Afanasyev · 12 years ago
  16. 1ba09b8 Small changes in in FIB re-implementations with tries, rescanned python bindings by Alexander Afanasyev · 12 years ago
  17. 44bb6ea New implementation of FIB seems to be working now by Alexander Afanasyev · 12 years ago
  18. 78057c3 Separating interface and implementation of FIB. Right now everything is by Alexander Afanasyev · 12 years ago
  19. 71ed238 Removing n_th index from FIB by Alexander Afanasyev · 12 years ago
  20. 30cb117 Small reoraganization, cleaning 'use namespace' usages by Alexander Afanasyev · 12 years ago
  21. 051d378 Make code compilable using clang compiler by Alexander Afanasyev · 12 years ago
  22. 9e96e36 Making policy container more flexible by Alexander Afanasyev · 12 years ago
  23. 480e456 Small renaming by Alexander Afanasyev · 12 years ago
  24. 9a98970 Implementing new cache replacement strategies: Random and FIFO by Alexander Afanasyev · 12 years ago
  25. f034cbd Initial redesign of internal data structures by Alexander Afanasyev · 12 years ago
  26. 3a4a0b3 Changing internals. PIT, FIB, CS, and ForwardingStrategy now are aggregated onto the node by Alexander Afanasyev · 12 years ago
  27. 3073da8 Correcting small bug in CcnxAppFace (unnecessary function was defined by Alexander Afanasyev · 12 years ago
  28. b0c4389 Modifying implementation of content store to use new trie by Alexander Afanasyev · 12 years ago
  29. fd0c41c Experimental trie implementation by Alexander Afanasyev · 12 years ago
  30. 39485d8 Adding Hit/Miss trace source by Alexander Afanasyev · 12 years ago
  31. d9fecdd Modularize ContentStore by Alexander Afanasyev · 12 years ago
  32. b4fee8b Adding more doxygen documentation by Alexander Afanasyev · 12 years ago
  33. 4a4ea60 Renaming CcnxLocalFace to CcnxAppFace by Alexander Afanasyev · 12 years ago
  34. 30c33e3 Adding new trace into CcnxFace by Alexander Afanasyev · 12 years ago
  35. faf9581 Fixing bugs with new fields in ContentObject. Implementing basic support of new fields in CcnxProducer by Alexander Afanasyev · 12 years ago
  36. 8c5046a Adding support of more fields in ContentObject by Alexander Afanasyev · 12 years ago
  37. 6315ef7 Updating documentation by Alexander Afanasyev · 12 years ago
  38. de7601a Commening out PathStretch trace-related code (will be available as a patch in plugins/ folder) by Alexander Afanasyev · 12 years ago
  39. c1e33eb Moving helper components to the plugins/ folder. Disabling compilation of these components by Alexander Afanasyev · 12 years ago
  40. 9a517db Don't retransmit interests within 100ms by Alexander Afanasyev · 12 years ago
  41. d459ec3 Repair serious bug with caching (wrong packet was sent from cache) by Alexander Afanasyev · 12 years ago
  42. 7f3e49e For duplicate interests keep incoming face !!! Need more thinking by Alexander Afanasyev · 12 years ago
  43. 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
  44. 1aeaf92 BUG. (need more corrections) Don't remove PIT if interests has not been by Alexander Afanasyev · 12 years ago
  45. e275cf8 Making CcnxContentObjectHeader and CcnxInterestHeader to be inherited by Alexander Afanasyev · 12 years ago
  46. 161a5c4 Small file reorganization (moving CCNx-unrelated stuff out of model/) by Alexander Afanasyev · 12 years ago
  47. 8e2f112 Finalizing BGL-implementation of ccnx global routing controller. Also, several extensions in CcnxFib by Alexander Afanasyev · 12 years ago
  48. a5abcd9 BGL implementation for ccnx global routing seems to work. Need more debugging by Alexander Afanasyev · 12 years ago
  49. ad3757f Initial support for route calculations with Boost.Graph library (BGL) by Alexander Afanasyev · 12 years ago
  50. ee217df Bug. For some reason lookup in PIT (for content objects) wasn't longest prefix match. Corrected by Alexander Afanasyev · 12 years ago
  51. e192a2a ! Changing suppression logic. We will send interests to faces from which we previously received interests by Alexander Afanasyev · 12 years ago
  52. bed7569 Important change to FloodingStrategy: by default it will perform by Alexander Afanasyev · 12 years ago
  53. 9568f95 Adding support for Timestamp and Freshness in ContentObject by Alexander Afanasyev · 12 years ago
  54. 4e97094 Small change in Interest suppression logic by Alexander Afanasyev · 12 years ago
  55. a95b739 Adding PIT printout capability by Alexander Afanasyev · 12 years ago
  56. a514d63 Adding slightly more complicated tutorial example by Alexander Afanasyev · 12 years ago
  57. 082dbca Disabling NACKs by default by Alexander Afanasyev · 12 years ago
  58. de00999 Adding options to enable caching of unsolicited (e.g., overheard over broadcast media) data packets by Alexander Afanasyev · 12 years ago
  59. 34a177c Merge remote-tracking branch 'git.irl/car2car' by Alexander Afanasyev · 12 years ago
  60. bab81b1 Adding option to disable NACKs by Alexander Afanasyev · 12 years ago
  61. 64b8536 Add car2car-wifi scenario by Lucas · 12 years ago
  62. ed78b63 New scenario to see details of reaction on congestion. Small change in AnnotatedTopologyReader API by Alexander Afanasyev · 12 years ago
  63. 3661e23 Adding face metric (along with the total prefix/interface cost) information when printing CcnxFibEntries by Alexander Afanasyev · 12 years ago
  64. ef05655 OSPF metric bug in BaseExperiment. Moving ApplyOSPFMetric to the right place by Alexander Afanasyev · 12 years ago
  65. 8e0d281 Moving around path weight tagging. Now CcnxFace owns metric field, which is used for tagging. by Alexander Afanasyev · 12 years ago
  66. 6bff0df Finalizing PathWeight tracing by Alexander Afanasyev · 12 years ago
  67. e9c9d72 Change in CcnxApp API. Now callbacks also contain pointer of original by Alexander Afanasyev · 12 years ago
  68. 9f75815 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 12 years ago
  69. 1a8be03 path stretch support by Ilya Moiseenko · 12 years ago
  70. b7ad232 One more change in Consumer API. Now there are more consumers and they by Alexander Afanasyev · 12 years ago
  71. ad9e8ab annotated topology reader small fix by Ilya Moiseenko · 12 years ago
  72. 8080940 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 13 years ago
  73. 1d2642a Congestion for Sprint-POP scenario (half-working) by Alexander Afanasyev · 13 years ago
  74. 956d054 documentation by Ilya Moiseenko · 13 years ago
  75. 8d11fcc Making optimized version to compile by Alexander Afanasyev · 13 years ago
  76. 332add0 documentation by Ilya Moiseenko · 13 years ago
  77. 3183b5a Adding sequence number tracer by Alexander Afanasyev · 13 years ago
  78. c86c283 Rate recorder trace helper by Alexander Afanasyev · 13 years ago
  79. 5beb35a Modifying SpringMobilityModel to make all nodes readjust after even one by Alexander Afanasyev · 13 years ago
  80. 011b859 Implementing Poisson Process for consumer requests (exponential distribution for inter-arrival times) by Alexander Afanasyev · 13 years ago
  81. 4975f73 Slight API change. Now there is only one CcnxAppHelper that can create all CcnxApps by Alexander Afanasyev · 13 years ago
  82. 120bf31 When giving up PIT entry, remove all outgoing interests. Otherwise, by Alexander Afanasyev · 13 years ago
  83. 8f5a9bb Rescanned bindings. Slight change in input format for AnnotatedTopology by Alexander Afanasyev · 13 years ago
  84. f377b33 Update of tracing by Alexander Afanasyev · 13 years ago
  85. cbe92ae All CCNx faces are now available through FaceList object attribute by Alexander Afanasyev · 13 years ago
  86. bdc0d98 Enabling app-layer tracing by Alexander Afanasyev · 13 years ago
  87. f9f4eb0 Resolve compilation issues (more accurate with headers) by Alexander Afanasyev · 13 years ago
  88. 9ad10af Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  89. d76f4aa Repair bug in CcnxPit regarding timed out records pruning (sequential by Alexander Afanasyev · 13 years ago
  90. 816de83 Tracing by Ilya Moiseenko · 13 years ago
  91. 7dbdcaf Adding SpringMobilityModel to adjust positions of nodes in large topologies by Alexander Afanasyev · 13 years ago
  92. ae3b7c3 Simplified and unified implementation of RocketfuelWeightReader by Alexander Afanasyev · 13 years ago
  93. a174aa5 Repair regression in CcnxFib. by Alexander Afanasyev · 13 years ago
  94. 0782718 Correcting python bindings (+ rescan) by Alexander Afanasyev · 13 years ago
  95. 66e6fd7 Processing the original format of Abilene topology file by Alexander Afanasyev · 13 years ago
  96. 0777f1c Merge remote-tracking branch 'git.irl/Ilya' by Alexander Afanasyev · 13 years ago
  97. 91b496a Visualization for abilene by Ilya Moiseenko · 13 years ago
  98. 4a5c2c1 Implementing notion of default routes (useful for Flooding scenarios) by Alexander Afanasyev · 13 years ago
  99. 8633d5d An update for AnnotatedTopologyReader and examples that use this reader by Alexander Afanasyev · 13 years ago
  100. 7e14efa Annotated topology reader now reads coordinates by Ilya Moiseenko · 13 years ago