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