1. 5ea3322 model+helper+tests: Create an ndnSIM-specific transport for the NFD face system by Spyridon Mastorakis · 8 years ago
  2. 34eed98 helper+model: Create helper to select the replacement policy of NFD's CS by spirosmastorakis · 8 years ago
  3. a9d889b helper: Show NetDevice address as LocalUri for NetDevice-based Faces by Alexander Afanasyev · 8 years ago
  4. ca3c67e helper+model: Fix helpers to work with NFD/ndn-cxx 0.4+ by Alexander Afanasyev · 8 years ago
  5. a91aab4 model+helper+ndn-cxx: Adjust ndn::L3Protocol and ndn::StackHelper for NFD 0.4+ model by Alexander Afanasyev · 8 years ago
  6. 0df15ba examples+helper+model: Allowing to disable NFD managers by spirosmastorakis · 9 years ago
  7. 8fde22b model+NFD/rib: Enable full-featured RIB manager by Spyridon Mastorakis · 9 years ago
  8. 21226ae ndn-stack-helper: Update method was added by Spyridon Mastorakis · 9 years ago
  9. df26b5a utils+helper: Fix to compile against the latest version of ndn-cxx by Alexander Afanasyev · 9 years ago
  10. dde1e81 model+helper+examples: Enable configurability of NFD parameters using StackHelper by Alexander Afanasyev · 9 years ago
  11. 60a7b62 docs: Updating copyright notices in files by Alexander Afanasyev · 10 years ago
  12. de1f773 NFD: Keep both the CS of NFD and ndnSIM by Spyridon Mastorakis · 10 years ago
  13. 588fd10 helper: FibHelper to handle all Fib operations by Spyridon Mastorakis · 10 years ago
  14. 9760bd0 model+helper: Converting L3Protocol and StackHelper to use NFD codebase by Spyridon Mastorakis · 10 years ago
  15. 86edf6f utils: Enable use of the simulation time in NFD by Spyridon Mastorakis · 10 years ago
  16. 34e13f3 utils: Enable use of DummyKeychain to avoid crypto overhead by Alexander Afanasyev · 10 years ago
  17. e4f0d3c model: Removing more legacy code and make code to compile by Spyridon Mastorakis · 10 years ago
  18. 53e922f ndnSIM-v2: Initial implementation by Spyridon Mastorakis · 10 years ago
  19. be55cf6 src: Updating code style to conform (more or less) to ndn-cxx style by Alexander Afanasyev · 10 years ago
  20. 0c39537 build: Fixing of includes by Alexander Afanasyev · 10 years ago
  21. 76f8f65 src: Renaming files according to ndn-cxx naming convention by Alexander Afanasyev · 10 years ago[Renamed from helper/ndn-stack-helper.cc]
  22. 772f51b src: Global renaming ContentObject -> Data by Alexander Afanasyev · 11 years ago
  23. 2a269f7 helper: Extending customization of Face creating in ndn::StackHelper by Alexander Afanasyev · 11 years ago
  24. cfdc14f all: Replacing deprecated NameComponents class with Name by Alexander Afanasyev · 11 years ago
  25. c17e4bd helper: Fixing a recently introduced bug related to the per-face Interest limits by Alexander Afanasyev · 11 years ago v0.2.5
  26. 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
  27. fd25826 helper: Extending manual route creating in ndn::StackHelper by Alexander Afanasyev · 12 years ago
  28. a8f5d88 limits: Adding ability for GlobalRoutingController to set precise BDP prefix limits using knowledge of RTT for destination by Alexander Afanasyev · 12 years ago
  29. 6f95e70 limits: one more update and small interface changes by Alexander Afanasyev · 12 years ago
  30. f5c0774 limits: Introducing modularity for Interest limits by Alexander Afanasyev · 12 years ago
  31. 0ffa716 One more checkpoint. Now the code seems to work in a basic scenario by Alexander Afanasyev · 12 years ago
  32. 6a3bb13 ForwardingStrategy removes PIT if interest wasn't propagated. Updated by Alexander Afanasyev · 12 years ago
  33. ea9b3e6 Implementing base support for TCP-style window-based limiting on per-FIB-prefix and per-face granularity by Alexander Afanasyev · 12 years ago
  34. f986cde Removing support for LeakyBucket per-face limit by Alexander Afanasyev · 12 years ago
  35. 2b4c947 Another set of refactoring by Alexander Afanasyev · 12 years ago
  36. 4aac557 First step of refactoring code (ccnx prefix => ndn prefix) by Alexander Afanasyev · 12 years ago[Renamed (71%) from helper/ccnx-stack-helper.cc]
  37. 8bedcaf Adding one more helper to manually create routes on nodes by Alexander Afanasyev · 12 years ago
  38. 996b487 Serious refactoring. Making forwarding strategy really modular by Alexander Afanasyev · 12 years ago
  39. e3d126f Start of serious reorganization by Alexander Afanasyev · 12 years ago
  40. 11f7bb4 First step in reimplementing CcnxPit. Everything is broken as of right now by Alexander Afanasyev · 12 years ago
  41. 95a4fa3 Fighting off python bindings and repairing ccnx_fib visualizer plugin by Alexander Afanasyev · 12 years ago
  42. 44bb6ea New implementation of FIB seems to be working now by Alexander Afanasyev · 12 years ago
  43. 3a4a0b3 Changing internals. PIT, FIB, CS, and ForwardingStrategy now are aggregated onto the node by Alexander Afanasyev · 12 years ago
  44. 39485d8 Adding Hit/Miss trace source by Alexander Afanasyev · 12 years ago
  45. d9fecdd Modularize ContentStore by Alexander Afanasyev · 12 years ago
  46. 57bcbc3 Renaming module to ndnSIM by Alexander Afanasyev · 12 years ago
  47. 463fe22 Correcting default route (regression) by Alexander Afanasyev · 12 years ago
  48. 7f3e49e For duplicate interests keep incoming face !!! Need more thinking by Alexander Afanasyev · 12 years ago
  49. 161a5c4 Small file reorganization (moving CCNx-unrelated stuff out of model/) by Alexander Afanasyev · 12 years ago
  50. a5abcd9 BGL implementation for ccnx global routing seems to work. Need more debugging by Alexander Afanasyev · 12 years ago
  51. 3f1c8b0 Repair bug with broken non-p2p-based CcnxNetDeviceFaces (when limits enabled) by Alexander Afanasyev · 12 years ago
  52. 94cebd0 CcnxConsumerCbr now is really CBR (no randomization). by Alexander Afanasyev · 12 years ago
  53. b762684 Update of BlackholeSprint scenario. Extending CcnxStackHelper API by Alexander Afanasyev · 12 years ago
  54. 33d6231 Reserve bandwidth for backward-direction interests by Alexander Afanasyev · 12 years ago
  55. 36d5c2a Temp commit by Alexander Afanasyev · 13 years ago
  56. 8f5a9bb Rescanned bindings. Slight change in input format for AnnotatedTopology by Alexander Afanasyev · 13 years ago
  57. f377b33 Update of tracing by Alexander Afanasyev · 13 years ago
  58. cbe92ae All CCNx faces are now available through FaceList object attribute by Alexander Afanasyev · 13 years ago
  59. f9f4eb0 Resolve compilation issues (more accurate with headers) by Alexander Afanasyev · 13 years ago
  60. 0782718 Correcting python bindings (+ rescan) by Alexander Afanasyev · 13 years ago
  61. 4a5c2c1 Implementing notion of default routes (useful for Flooding scenarios) by Alexander Afanasyev · 13 years ago
  62. c39f0b4 Finalizing interest limits. Now everything seem to work. by Alexander Afanasyev · 13 years ago
  63. 1145314 Enable limits options in CcnxStackHelper by Alexander Afanasyev · 13 years ago
  64. 19426ef Making everything compile. Now everything seems to work, but more by Alexander Afanasyev · 13 years ago
  65. a5bbe0e Correcting everything to the stage that everything compiles by Alexander Afanasyev · 13 years ago
  66. 8c193dc small fix of congestion by Ilya Moiseenko · 13 years ago
  67. d83eb0d I think congestion works by Ilya Moiseenko · 13 years ago
  68. a4e3f85 Merge remote-tracking branch 'git.irl/Ilya' by Alexander Afanasyev · 13 years ago
  69. 52e9aa9 Finishing with FIB initialization based on IPv4 global routing controller by Alexander Afanasyev · 13 years ago
  70. ae39487 ccnx stack helper corrections by Ilya Moiseenko · 13 years ago
  71. c926604 Ccnx-grid example by Ilya Moiseenko · 13 years ago
  72. fbd0a8b Setup for packet filtering was added by Ilya Moiseenko · 13 years ago
  73. 25f7d4d Flooding forwarding strategy added by Ilya Moiseenko · 13 years ago
  74. c5a23e2 Many corrections to face/local-face/net-device-face/fib/pit. Now by Alexander Afanasyev · 13 years ago
  75. 0ab833e Solving compilation problems, adding more comments. Modified ccnx-test example by Alexander Afanasyev · 13 years ago
  76. c74a602 First steps in CCNx packet coding. ccnx_encode* routines rewritten in NS3 style (using NS3::Buffer) by Alexander Afanasyev · 13 years ago
  77. 45b92d4 More progress on CCNx stack. Now we have helpers. Everything compiles, but not yet working by Alexander Afanasyev · 13 years ago