1. f6d3285 Upgrade the underlying NFD and ndn-cxx to version 0.6.0 by Spyridon Mastorakis · 7 years ago
  2. b0b2241 all: Fixing compatibility with NFD 0.5 and ndn-cxx 0.5 by Spyridon Mastorakis · 8 years ago
  3. 50ea1a3 apps+examples: Adjust Face creation and Face operations for NFD 0.4+ model by Alexander Afanasyev · 8 years ago
  4. c018a56 model+apps: Replace AppFace with AppFaceModel and relevant changes in ndn::App by Alexander Afanasyev · 8 years ago
  5. ca3c67e helper+model: Fix helpers to work with NFD/ndn-cxx 0.4+ by Alexander Afanasyev · 8 years ago
  6. a91aab4 model+helper+ndn-cxx: Adjust ndn::L3Protocol and ndn::StackHelper for NFD 0.4+ model by Alexander Afanasyev · 8 years ago
  7. 9101873 model: Change NetDeviceFace into NetDeviceLinkService to match NFD 0.4+ Face model by Xuxiang Tian · 8 years ago
  8. 325c253 NFD+ndn-cxx: Update version of submodules by Alexander Afanasyev · 8 years ago
  9. 8fde22b model+NFD/rib: Enable full-featured RIB manager by Spyridon Mastorakis · 9 years ago
  10. f542c0b ndn-cxx+build+docs: Attaching ndn-cxx as a submodule by Spyridon Mastorakis · 9 years ago
  11. a1d135b NFD+ci+docs: Attaching NFD as a submodule by Spyridon Mastorakis · 9 years ago
  12. a5587ca tests: Add unit tests framework by Yuanzhi Gao · 9 years ago
  13. fee51a0 build: Tweak default pkg-config search paths by Alexander Afanasyev · 9 years ago
  14. 43a3000 build: Correct the way dependencies are defined for ndnSIM module by Alexander Afanasyev · 9 years ago
  15. ce308b6 build: Embed setting of PKG_CONFIG_PATH variable to commonly used values by Alexander Afanasyev · 9 years ago
  16. 15db772 ci: Add script to enable checks with Travis CI by Alexander Afanasyev · 9 years ago
  17. 8e60bcd build: Fix compilation on Ubuntu platform and add work-around for ndn-cxx regression by Alexander Afanasyev · 9 years ago
  18. b4bd4b7 tests: Simple test to measure the number of interests that the current ndnSIM version can handle. by Spyridon Mastorakis · 9 years ago
  19. db8280f examples: Modifying examples to work with the new codebase by Spyridon Mastorakis · 10 years ago
  20. dca091a utils: Fix compilation of topology readers by Alexander Afanasyev · 9 years ago
  21. da904f2 utils: Fixes compilation of tracers by Spyridon Mastorakis · 10 years ago
  22. 89046c1 apps+helper+utils: Fixes of consumer and producer apps to work with the new codebase by Mickey Sweatt · 10 years ago
  23. 3f7dd87 helper: Redesigned link control helper by Alexander Afanasyev · 10 years ago
  24. 60f4b99 helper+model: GlobalRoutingHelper now interacts with NFD by Spyridon Mastorakis · 10 years ago
  25. 592fcba helper: StrategyChoiceHelper by Spyridon Mastorakis · 10 years ago
  26. 588fd10 helper: FibHelper to handle all Fib operations by Spyridon Mastorakis · 10 years ago
  27. 9760bd0 model+helper: Converting L3Protocol and StackHelper to use NFD codebase by Spyridon Mastorakis · 10 years ago
  28. 82d5ffe model: Enabling face operations based on NFD's face by Alexander Afanasyev · 10 years ago
  29. 1f1cd5e model: Fix original Contest Store to compile in new environment by Spyridon Mastorakis · 10 years ago
  30. e4f0d3c model: Removing more legacy code and make code to compile by Spyridon Mastorakis · 10 years ago
  31. 60c0462 build: Updated build scripts by Alexander Afanasyev · 10 years ago
  32. db31e7c build: Fixes and disabling PyNDN unless specifically requested by Alexander Afanasyev · 10 years ago
  33. adcff3d build: Honor "--disable-python" and disable PyNDN "compilation"/installation by Alexander Afanasyev · 11 years ago
  34. 0d584e3 examples: Adding an extremely basic WiFi-based ndnSIM scenario by Alexander Afanasyev · 11 years ago
  35. 9ab7d67 docs: Documentation update and returning requirement of boost 1.48 by Alexander Afanasyev · 11 years ago
  36. 3fe94dc utils/tracers: Modifying (simplifying) interface for ndnSIM tracers by Alexander Afanasyev · 11 years ago
  37. b4921ec PyNDN: adding option to install PyNDN to a custom location by Alexander Afanasyev · 11 years ago
  38. 6eba36f src: One more set of renaming: ndn-content-object.h|cc is renamed to ndn-data.h|cc by Alexander Afanasyev · 11 years ago
  39. f4e2452 plugins/ip-faces: ip-faces plugin, which implements ndn::TcpFace by Alexander Afanasyev · 11 years ago
  40. c141ec0 build: Fixing build problem with python bindings enabled, but visualizer disabled by Alexander Afanasyev · 11 years ago
  41. 0fb80b9 helper+docs+examples: New helper to simplify link failing by Alexander Afanasyev · 11 years ago
  42. 7992ab6 PyNDN: Small change and installing API by Alexander Afanasyev · 11 years ago
  43. 76b1157 PyNDN: Initial changes of PyNDN emulation in ndnSIM by Alexander Afanasyev · 11 years ago
  44. f23a7b6 model: A couple of tricks and fixes in NDN.cxx, so it will play nice with python bindings by Alexander Afanasyev · 11 years ago
  45. 9213601 model: Another major change: switching to NDN.cxx API for ndn::Name by Alexander Afanasyev · 11 years ago
  46. 7b923f3 model: Updated API for pluggable wire format by Alexander Afanasyev · 11 years ago
  47. 1043c70 model: Returning back support for CCNb wire format by Alexander Afanasyev · 11 years ago
  48. e4795ae model+ndn.cxx+apps: New application template (CallbackBasedApp) that can be used to prototype NS-3 applications in python by Alexander Afanasyev · 11 years ago
  49. 7960606 model: A basic implementation of ndn::ApiFace that can be used as an NDN handler in any "normal" NS-3 application by Alexander Afanasyev · 11 years ago
  50. 858d531 bindings: Rescan of python bindings by Alexander Afanasyev · 11 years ago
  51. faa01f9 model: Another set of refactoring/renaming to make code compile (not tested yet) by Alexander Afanasyev · 11 years ago
  52. 5bee19e model: First set of major API changes and reorganizations by Alexander Afanasyev · 11 years ago
  53. 79a5bd6 ndn.cxx: Initial work to introduce full NDN application API to ndnSIM by Alexander Afanasyev · 11 years ago
  54. c9f2e25 src: Adding LICENSE file and updating license statements in several files by Alexander Afanasyev · 11 years ago
  55. cd38c84 build: fixing bug with detection of installed boost libraries by Alexander Afanasyev · 11 years ago
  56. b66a89b build: allowing compilation with boost 1.46; removing requirement of boost-iostream library, requiring boost-graph library by Alexander Afanasyev · 11 years ago
  57. 1a62e61 build: no longer require fake `ns3' directory in NS-3's root folder by Alexander Afanasyev · 11 years ago
  58. 152660b build: Update wscript for waf-1.7.x by Alexander Afanasyev · 11 years ago
  59. d9a7f19 Issue #25 Replacing usage of TCP RTT estimator with a customized version by Alexander Afanasyev · 11 years ago
  60. 32c0756 model: Renaming ndn::NameComponents to simply ndn::Name by Alexander Afanasyev · 11 years ago
  61. 957a84a plugins+tools: Adding experimental RocketfuelMapReader and tool to convert topology from .cch format into annotated topology format by Alexander Afanasyev · 11 years ago
  62. 5931480 tracers+docs: Correcting compilation and installation of trace helpers by Alexander Afanasyev · 12 years ago
  63. 7d8127a build: Automatically adding 'mobility' dependency if topology plugin is enabled by Alexander Afanasyev · 12 years ago
  64. 1bfce32 build: Check minimum boost libraries version (1.48) by Alexander Afanasyev · 12 years ago
  65. e8dab50 general: Topology plugin is now compiled by default by Alexander Afanasyev · 12 years ago
  66. 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
  67. f5c0774 limits: Introducing modularity for Interest limits by Alexander Afanasyev · 12 years ago
  68. a65ab32 build scripts: installing all ndnSIM header files under <ns3-include-path>/ndnSIM/ preserving folder hierarchy by Alexander Afanasyev · 12 years ago
  69. ed449cc Checkpoint by Alexander Afanasyev · 12 years ago
  70. 1a2df6a Small reorganization of utils/ folder contents by Alexander Afanasyev · 12 years ago
  71. ea9b3e6 Implementing base support for TCP-style window-based limiting on per-FIB-prefix and per-face granularity by Alexander Afanasyev · 12 years ago
  72. 2b4c947 Another set of refactoring by Alexander Afanasyev · 12 years ago
  73. 4aac557 First step of refactoring code (ccnx prefix => ndn prefix) by Alexander Afanasyev · 12 years ago
  74. e3d126f Start of serious reorganization by Alexander Afanasyev · 12 years ago
  75. 5662b36 python: rescanned bindings by Alexander Afanasyev · 12 years ago
  76. 11f7bb4 First step in reimplementing CcnxPit. Everything is broken as of right now by Alexander Afanasyev · 12 years ago
  77. 78057c3 Separating interface and implementation of FIB. Right now everything is by Alexander Afanasyev · 12 years ago
  78. 9a98970 Implementing new cache replacement strategies: Random and FIFO by Alexander Afanasyev · 12 years ago
  79. 4a3b2be Add dynamic dependency to 'mobile' if ndn plugin with the same name is enabled by Alexander Afanasyev · 12 years ago
  80. 4a4ea60 Renaming CcnxLocalFace to CcnxAppFace by Alexander Afanasyev · 12 years ago
  81. 57bcbc3 Renaming module to ndnSIM by Alexander Afanasyev · 12 years ago
  82. ac46d45 Adding --enable-ndn-plugins option to waf by Alexander Afanasyev · 12 years ago
  83. c1e33eb Moving helper components to the plugins/ folder. Disabling compilation of these components by Alexander Afanasyev · 12 years ago
  84. 7f3e49e For duplicate interests keep incoming face !!! Need more thinking by Alexander Afanasyev · 12 years ago
  85. 161a5c4 Small file reorganization (moving CCNx-unrelated stuff out of model/) 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. f04d451 Adding a simple tutorial example by Alexander Afanasyev · 12 years ago
  88. 34a177c Merge remote-tracking branch 'git.irl/car2car' by Alexander Afanasyev · 12 years ago
  89. 18750bb Adding highway-mobility + CCNx scenario (vanet-ccnx.cc) by Alexander Afanasyev · 12 years ago
  90. 64b8536 Add car2car-wifi scenario by Lucas · 12 years ago
  91. 7e71c75 Adding IPv4 rate tracer by Alexander Afanasyev · 12 years ago
  92. ed78b63 New scenario to see details of reaction on congestion. Small change in AnnotatedTopologyReader API by Alexander Afanasyev · 12 years ago
  93. 812f7ab Adding one more scenario to compute shortest paths after failure by Alexander Afanasyev · 12 years ago
  94. 6c67838 Finalizing LinkFailure scenario by Alexander Afanasyev · 12 years ago
  95. 17acc11 Removing hijacker app. Hijacking is implemented now by changing face states by Alexander Afanasyev · 12 years ago
  96. e9c9d72 Change in CcnxApp API. Now callbacks also contain pointer of original by Alexander Afanasyev · 12 years ago
  97. b7ad232 One more change in Consumer API. Now there are more consumers and they by Alexander Afanasyev · 12 years ago
  98. 1067197 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 12 years ago
  99. 2063c88 link failure and blackhole scenarios seem to work by Ilya Moiseenko · 12 years ago
  100. e4c2ece Tracing window size in CcnxConsumerWindow by Alexander Afanasyev · 12 years ago