1. dfa6985 model: Fixing bug with wire format handling by Alexander Afanasyev · 11 years ago
  2. 4e30a8f docs: Typo correction by Alexander Afanasyev · 11 years ago
  3. f21bfc1 model: Extending ContentStoreImpl interface to get access to the underlying policy by Alexander Afanasyev · 11 years ago
  4. 547e5e6 tools: Make sure code compiles with the latest version of base NS-3 by Alexander Afanasyev · 11 years ago v0.5.1
  5. dc794a3 model: Remove assert in fib::Entry::UpdateFaceRtt and fib::Entry::UpdateStatus by Alexander Afanasyev · 11 years ago
  6. adcff3d build: Honor "--disable-python" and disable PyNDN "compilation"/installation by Alexander Afanasyev · 11 years ago
  7. f5a0bf2 docs: Small update by Alexander Afanasyev · 11 years ago
  8. cd31abd model: Adding experimental support for caching policies with probability caching by Alexander Afanasyev · 11 years ago
  9. 6283f30 docs: Another small addition by Alexander Afanasyev · 11 years ago
  10. dfd5249 model: Fixing bug with CCNb name encoding/decoding by Alexander Afanasyev · 11 years ago
  11. 51c9f9b model: Extending ndn::fib::Entry to provide access to RTT estimate by Alexander Afanasyev · 11 years ago
  12. d16b50c docs: Another small update by Alexander Afanasyev · 11 years ago
  13. 819eb77 docs: Small update and bugfix by Alexander Afanasyev · 11 years ago
  14. 0d584e3 examples: Adding an extremely basic WiFi-based ndnSIM scenario by Alexander Afanasyev · 11 years ago
  15. 39314e0 examples: Adding missing command-line processing in pcap example by Alexander Afanasyev · 11 years ago
  16. f0bda2f PyNDN: Removing no longer necessary memory cleanup cheatings by Alexander Afanasyev · 11 years ago
  17. 260e409 utils/tracers: An optimized way to connect to L2 and ndn.CS traces by Alexander Afanasyev · 11 years ago
  18. 9ab7d67 docs: Documentation update and returning requirement of boost 1.48 by Alexander Afanasyev · 11 years ago
  19. fc9d9e1 docs: Documentation update by Alexander Afanasyev · 11 years ago
  20. db5f3b6 utils/tracers: Adding *::Destroy () method in Tracers by Alexander Afanasyev · 11 years ago v0.5-rc2
  21. f34fe56 docs: Redesigned the index page of the ndnSIM website by Alexander Afanasyev · 11 years ago
  22. 3fe94dc utils/tracers: Modifying (simplifying) interface for ndnSIM tracers by Alexander Afanasyev · 11 years ago
  23. 05d4094 PyNDN: Fixing bug in Data, and adding compatibility tricks to Key and SignedInfo by Alexander Afanasyev · 11 years ago
  24. baccf7d ndn.cxx: Expressing interests and publishing data use event scheduling, instead of directly calling the callback by Alexander Afanasyev · 11 years ago
  25. 666a57f PyNDN: Fixing bug in nre (needed an explicit casting name components to str) by Alexander Afanasyev · 11 years ago
  26. 7ff81b7 PyNDN: A couple of bug fixes in Name and Data classes by Alexander Afanasyev · 11 years ago
  27. 7271156 ndn.cxx: Bug with timeout-policy by Alexander Afanasyev · 11 years ago
  28. 208c25d model: Data packet's copy constructor had a bug regarding KeyLocator by Alexander Afanasyev · 11 years ago
  29. 36f1053 PyNDN: Adding python exception handing inside callback. Fixing nre by Alexander Afanasyev · 11 years ago
  30. 40bc46d PyNDN: A lot of fixes and API unification by Alexander Afanasyev · 11 years ago
  31. fce5bbd PyNDN: Bug fixing and API unification by Alexander Afanasyev · 11 years ago
  32. b4921ec PyNDN: adding option to install PyNDN to a custom location by Alexander Afanasyev · 11 years ago
  33. 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
  34. 4699242 ndn.cxx: Add trick for gcc to ignore warning from boost includes by Alexander Afanasyev · 11 years ago
  35. 772f51b src: Global renaming ContentObject -> Data by Alexander Afanasyev · 11 years ago
  36. e63a7c1 docs: Adding one more research paper by Alexander Afanasyev · 11 years ago
  37. 0aa47bf model-wire: Adding partial compliance to CCNb format in Signature block by Alexander Afanasyev · 11 years ago
  38. b4bf3ef model-wire: Fixing compliance with CCNb format regarding Content tag by Alexander Afanasyev · 11 years ago
  39. 52a09bd helper: Fixing bug with ndn::GlobalRoutingHelper by Alexander Afanasyev · 11 years ago
  40. a8914be model: Fixing bug with redundant adding of FwHopCountTag in fw.Nacks by Alexander Afanasyev · 11 years ago
  41. 7920651 docs: Update documentation and Doxygen documentation generation by Alexander Afanasyev · 11 years ago
  42. 8d6e3f6 python: Rescanned bindings by Alexander Afanasyev · 11 years ago
  43. b0c5ecd Merge branch 'feature/tcp-and-udp-faces' by Alexander Afanasyev · 11 years ago v0.5-rc1
  44. d573af2 plugins/ip-faces: Implementing UdpFace and fixing bugs with TcpFace by Alexander Afanasyev · 11 years ago
  45. aa84fae plugins/ip-faces: Updating TcpFace implementation by Alexander Afanasyev · 11 years ago
  46. 016a5d8 plugins/ip-faces: Initial implementation of UdpFace by Alexander Afanasyev · 11 years ago
  47. 3898e1b build: Adding tricks to suppress unwanted warnings from clang (originated from boost) by Alexander Afanasyev · 11 years ago
  48. f4e2452 plugins/ip-faces: ip-faces plugin, which implements ndn::TcpFace by Alexander Afanasyev · 11 years ago
  49. c141ec0 build: Fixing build problem with python bindings enabled, but visualizer disabled by Alexander Afanasyev · 11 years ago
  50. 0bb088a model: Fixing warning in ndn-wire.cc by Saran Tarnoi · 11 years ago
  51. 40c164f Merge branch 'release-0.5' by Alexander Afanasyev · 11 years ago
  52. f6f9ef2 PyNDN: More fixes by Alexander Afanasyev · 11 years ago
  53. a79df57 docs: Fixing typo by Alexander Afanasyev · 11 years ago
  54. ac49cad utils: Small memory optimization with trie data structure by Alexander Afanasyev · 11 years ago
  55. 37a6124 model: Fixing warning in ndn-face.cc by Alexander Afanasyev · 11 years ago
  56. 0fb80b9 helper+docs+examples: New helper to simplify link failing by Alexander Afanasyev · 11 years ago
  57. 6ed9f50 docs: Adding another research paper to the list by Alexander Afanasyev · 11 years ago
  58. eec89ba model: Adding exclude filter processing in all content store implementations by Alexander Afanasyev · 11 years ago
  59. abb493a model: Enabling serialization/deserialization of Exclude filter in ndnSIM wire format by Alexander Afanasyev · 11 years ago
  60. 7992ab6 PyNDN: Small change and installing API by Alexander Afanasyev · 11 years ago
  61. 39f5316 PyNDN: Finishing basic implementation of PyNDN emulation by Alexander Afanasyev · 11 years ago
  62. 0a15a2b model: Add ability to print interest to the standard output, so it plays nice with PyNDN by Alexander Afanasyev · 11 years ago
  63. 7d0a61d PyNDN: Simplified versions of Interset and Name are now seem to be fully working by Alexander Afanasyev · 11 years ago
  64. 76b1157 PyNDN: Initial changes of PyNDN emulation in ndnSIM by Alexander Afanasyev · 11 years ago
  65. 5ba9036 PyNDN: Initial import of PyNDN code by Alexander Afanasyev · 11 years ago
  66. 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
  67. 157c9e6 model: Bug fixes and small API change in ndn.cxx by Alexander Afanasyev · 11 years ago
  68. 9213601 model: Another major change: switching to NDN.cxx API for ndn::Name by Alexander Afanasyev · 11 years ago
  69. 7b923f3 model: Updated API for pluggable wire format by Alexander Afanasyev · 11 years ago
  70. a89bc10 model: Slight modification with wire format processing by Alexander Afanasyev · 11 years ago
  71. a6cc910 python: Rescanned bindings by Alexander Afanasyev · 11 years ago
  72. 2420762 examples: ndn-simple-with-pcap example now used CCNb packet format by Alexander Afanasyev · 11 years ago
  73. e722148 apps: Adding ability to ndn::Producer to configure desired fake signature and key locator (key name) by Alexander Afanasyev · 11 years ago
  74. 5ab2bcd model: Adding ability to select desired default wire format by Alexander Afanasyev · 11 years ago
  75. c2b5728 model-wire-ccnb: Fixing a known bug with CCNb parsing by Alexander Afanasyev · 11 years ago
  76. 1043c70 model: Returning back support for CCNb wire format by Alexander Afanasyev · 11 years ago
  77. 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
  78. a4e7428 model+ndn.cxx+test: Finishing implementation of ApiFace (now timeouts are working as well) by Alexander Afanasyev · 11 years ago
  79. 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
  80. ee76255 model+test: Fixing tests and making sure all tests pass by Alexander Afanasyev · 11 years ago
  81. 858d531 bindings: Rescan of python bindings by Alexander Afanasyev · 11 years ago
  82. faa01f9 model: Another set of refactoring/renaming to make code compile (not tested yet) by Alexander Afanasyev · 11 years ago
  83. b989b12 model: Major API changes by Alexander Afanasyev · 11 years ago
  84. 5bee19e model: First set of major API changes and reorganizations by Alexander Afanasyev · 11 years ago
  85. 79a5bd6 ndn.cxx: Initial work to introduce full NDN application API to ndnSIM by Alexander Afanasyev · 11 years ago
  86. bf93929 tracers: New metrics in L3RateTracer by Alexander Afanasyev · 11 years ago v0.4.3
  87. 5352af3 tracers: Extending helper API in tracers by Alexander Afanasyev · 11 years ago
  88. c9f2e25 src: Adding LICENSE file and updating license statements in several files by Alexander Afanasyev · 11 years ago
  89. 0aa1136 topology-reader: Adding ability to specify custom queue type in topology files (AnnotatedTopologyReader) by Alexander Afanasyev · 11 years ago
  90. 3fba288 docs: Update list of research papers that use ndnSIM by Alexander Afanasyev · 11 years ago
  91. 2230d86 docs: Extending list of research papers by Alexander Afanasyev · 11 years ago v0.4.2
  92. 8c476bb model: *BUG* Fixing error regarding Freshness by Alexander Afanasyev · 11 years ago
  93. a68783a utils: Adding ability to install ndn::L3AggregateTracer on individual nodes by Alexander Afanasyev · 11 years ago
  94. e6bf47e Slight update of packet format: adding overall packet length to the by Alexander Afanasyev · 11 years ago
  95. 7bb3077 utils: LocalInfoTag to track face information by Alexander Afanasyev · 11 years ago
  96. 17741fd model: fix of a small syntactic error with templates (not all compilers complain) by Alexander Afanasyev · 11 years ago
  97. c7411ee examples: New example showing how to activate link weights for global routing controller calculations by Alexander Afanasyev · 11 years ago
  98. 2a269f7 helper: Extending customization of Face creating in ndn::StackHelper by Alexander Afanasyev · 11 years ago
  99. b70a6c5 doc: Small update with packet format description by Alexander Afanasyev · 11 years ago
  100. 8ade0be model: New trivial implementation of ContentStore (ns3::ndn::cs::Nocache) by Alexander Afanasyev · 11 years ago