1. 0b0942b src: Reorganization by Alexander Afanasyev · 10 years ago
  2. be55cf6 src: Updating code style to conform (more or less) to ndn-cxx style by Alexander Afanasyev · 10 years ago
  3. 0c39537 build: Fixing of includes by Alexander Afanasyev · 10 years ago
  4. 60c0462 build: Updated build scripts by Alexander Afanasyev · 10 years ago
  5. 76f8f65 src: Renaming files according to ndn-cxx naming convention by Alexander Afanasyev · 10 years ago
  6. 012760b ndnSIM-v2: Removing old and legacy code by Alexander Afanasyev · 10 years ago
  7. 38c215d ndn.cxx: Fixing small bug in name::Component::toUri() by Alexander Afanasyev · 10 years ago ndnSIM-1.0 v0.6
  8. db31e7c build: Fixes and disabling PyNDN unless specifically requested by Alexander Afanasyev · 10 years ago
  9. 9fd46ba bindings: Rescanned bindings by Alexander Afanasyev · 10 years ago
  10. a8e339c docs: Update by Alexander Afanasyev · 10 years ago
  11. c837263 helper: Commenting out unused local variables in ndn::GlobalRoutingHelper by Zongyi Zhao · 10 years ago
  12. 4a6eccc fw: Fix detection of whether face is towards an application or not by Chaoyi Bian · 10 years ago
  13. 4597741 docs: Adding explanation of columns in trace files by Alexander Afanasyev · 10 years ago
  14. b42619d docs: Adding documentation item about ndn::cs::Nocache content store by Alexander Afanasyev · 10 years ago
  15. 9b7504c pit: Adding missing 'const' markers for comparison operator of PitEntryIncomingFace by Alexander Afanasyev · 10 years ago
  16. e091bea cs: Instantiating ContentStores with AggreageStats policy (e.g., ns3::ndn::cs::Lfu::AggregateStats) by Alexander Afanasyev · 10 years ago
  17. bc1d1e2 ndn.cxx: Check whether Callback IsNull() for ApiFace by YuZhang · 10 years ago
  18. 7606f70 apps/producer: Include in the Data packet timestamp field the actual time the packet was created by José Quevedo · 11 years ago
  19. 16d252a helper: ndn::GlobalRoutingHelper extension by Alexander Afanasyev · 11 years ago
  20. 1914d49 Fix route calculation for shared channel by José Quevedo · 11 years ago
  21. 465f781 model/pit: Fixing implementation bugs in serialized_size_policy_traits by Alexander Afanasyev · 11 years ago
  22. dfa6985 model: Fixing bug with wire format handling by Alexander Afanasyev · 11 years ago
  23. 4e30a8f docs: Typo correction by Alexander Afanasyev · 11 years ago
  24. f21bfc1 model: Extending ContentStoreImpl interface to get access to the underlying policy by Alexander Afanasyev · 11 years ago
  25. 547e5e6 tools: Make sure code compiles with the latest version of base NS-3 by Alexander Afanasyev · 11 years ago v0.5.1
  26. dc794a3 model: Remove assert in fib::Entry::UpdateFaceRtt and fib::Entry::UpdateStatus by Alexander Afanasyev · 11 years ago
  27. adcff3d build: Honor "--disable-python" and disable PyNDN "compilation"/installation by Alexander Afanasyev · 11 years ago
  28. f5a0bf2 docs: Small update by Alexander Afanasyev · 11 years ago
  29. cd31abd model: Adding experimental support for caching policies with probability caching by Alexander Afanasyev · 11 years ago
  30. 6283f30 docs: Another small addition by Alexander Afanasyev · 11 years ago
  31. dfd5249 model: Fixing bug with CCNb name encoding/decoding by Alexander Afanasyev · 11 years ago
  32. 51c9f9b model: Extending ndn::fib::Entry to provide access to RTT estimate by Alexander Afanasyev · 11 years ago
  33. d16b50c docs: Another small update by Alexander Afanasyev · 11 years ago
  34. 819eb77 docs: Small update and bugfix by Alexander Afanasyev · 11 years ago
  35. 0d584e3 examples: Adding an extremely basic WiFi-based ndnSIM scenario by Alexander Afanasyev · 11 years ago
  36. 39314e0 examples: Adding missing command-line processing in pcap example by Alexander Afanasyev · 11 years ago
  37. f0bda2f PyNDN: Removing no longer necessary memory cleanup cheatings by Alexander Afanasyev · 11 years ago
  38. 260e409 utils/tracers: An optimized way to connect to L2 and ndn.CS traces by Alexander Afanasyev · 11 years ago
  39. 9ab7d67 docs: Documentation update and returning requirement of boost 1.48 by Alexander Afanasyev · 11 years ago
  40. fc9d9e1 docs: Documentation update by Alexander Afanasyev · 11 years ago
  41. db5f3b6 utils/tracers: Adding *::Destroy () method in Tracers by Alexander Afanasyev · 11 years ago v0.5-rc2
  42. f34fe56 docs: Redesigned the index page of the ndnSIM website by Alexander Afanasyev · 11 years ago
  43. 3fe94dc utils/tracers: Modifying (simplifying) interface for ndnSIM tracers by Alexander Afanasyev · 11 years ago
  44. 05d4094 PyNDN: Fixing bug in Data, and adding compatibility tricks to Key and SignedInfo by Alexander Afanasyev · 11 years ago
  45. baccf7d ndn.cxx: Expressing interests and publishing data use event scheduling, instead of directly calling the callback by Alexander Afanasyev · 11 years ago
  46. 666a57f PyNDN: Fixing bug in nre (needed an explicit casting name components to str) by Alexander Afanasyev · 11 years ago
  47. 7ff81b7 PyNDN: A couple of bug fixes in Name and Data classes by Alexander Afanasyev · 11 years ago
  48. 7271156 ndn.cxx: Bug with timeout-policy by Alexander Afanasyev · 11 years ago
  49. 208c25d model: Data packet's copy constructor had a bug regarding KeyLocator by Alexander Afanasyev · 11 years ago
  50. 36f1053 PyNDN: Adding python exception handing inside callback. Fixing nre by Alexander Afanasyev · 11 years ago
  51. 40bc46d PyNDN: A lot of fixes and API unification by Alexander Afanasyev · 11 years ago
  52. fce5bbd PyNDN: Bug fixing and API unification by Alexander Afanasyev · 11 years ago
  53. b4921ec PyNDN: adding option to install PyNDN to a custom location by Alexander Afanasyev · 11 years ago
  54. 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
  55. 4699242 ndn.cxx: Add trick for gcc to ignore warning from boost includes by Alexander Afanasyev · 11 years ago
  56. 772f51b src: Global renaming ContentObject -> Data by Alexander Afanasyev · 11 years ago
  57. e63a7c1 docs: Adding one more research paper by Alexander Afanasyev · 11 years ago
  58. 0aa47bf model-wire: Adding partial compliance to CCNb format in Signature block by Alexander Afanasyev · 11 years ago
  59. b4bf3ef model-wire: Fixing compliance with CCNb format regarding Content tag by Alexander Afanasyev · 11 years ago
  60. 52a09bd helper: Fixing bug with ndn::GlobalRoutingHelper by Alexander Afanasyev · 11 years ago
  61. a8914be model: Fixing bug with redundant adding of FwHopCountTag in fw.Nacks by Alexander Afanasyev · 11 years ago
  62. 7920651 docs: Update documentation and Doxygen documentation generation by Alexander Afanasyev · 11 years ago
  63. 8d6e3f6 python: Rescanned bindings by Alexander Afanasyev · 11 years ago
  64. b0c5ecd Merge branch 'feature/tcp-and-udp-faces' by Alexander Afanasyev · 11 years ago v0.5-rc1
  65. d573af2 plugins/ip-faces: Implementing UdpFace and fixing bugs with TcpFace by Alexander Afanasyev · 11 years ago
  66. aa84fae plugins/ip-faces: Updating TcpFace implementation by Alexander Afanasyev · 11 years ago
  67. 016a5d8 plugins/ip-faces: Initial implementation of UdpFace by Alexander Afanasyev · 11 years ago
  68. 3898e1b build: Adding tricks to suppress unwanted warnings from clang (originated from boost) by Alexander Afanasyev · 11 years ago
  69. f4e2452 plugins/ip-faces: ip-faces plugin, which implements ndn::TcpFace by Alexander Afanasyev · 11 years ago
  70. c141ec0 build: Fixing build problem with python bindings enabled, but visualizer disabled by Alexander Afanasyev · 11 years ago
  71. 0bb088a model: Fixing warning in ndn-wire.cc by Saran Tarnoi · 11 years ago
  72. 40c164f Merge branch 'release-0.5' by Alexander Afanasyev · 11 years ago
  73. f6f9ef2 PyNDN: More fixes by Alexander Afanasyev · 11 years ago
  74. a79df57 docs: Fixing typo by Alexander Afanasyev · 11 years ago
  75. ac49cad utils: Small memory optimization with trie data structure by Alexander Afanasyev · 11 years ago
  76. 37a6124 model: Fixing warning in ndn-face.cc by Alexander Afanasyev · 11 years ago
  77. 0fb80b9 helper+docs+examples: New helper to simplify link failing by Alexander Afanasyev · 11 years ago
  78. 6ed9f50 docs: Adding another research paper to the list by Alexander Afanasyev · 11 years ago
  79. eec89ba model: Adding exclude filter processing in all content store implementations by Alexander Afanasyev · 11 years ago
  80. abb493a model: Enabling serialization/deserialization of Exclude filter in ndnSIM wire format by Alexander Afanasyev · 11 years ago
  81. 7992ab6 PyNDN: Small change and installing API by Alexander Afanasyev · 11 years ago
  82. 39f5316 PyNDN: Finishing basic implementation of PyNDN emulation by Alexander Afanasyev · 11 years ago
  83. 0a15a2b model: Add ability to print interest to the standard output, so it plays nice with PyNDN by Alexander Afanasyev · 11 years ago
  84. 7d0a61d PyNDN: Simplified versions of Interset and Name are now seem to be fully working by Alexander Afanasyev · 11 years ago
  85. 76b1157 PyNDN: Initial changes of PyNDN emulation in ndnSIM by Alexander Afanasyev · 11 years ago
  86. 5ba9036 PyNDN: Initial import of PyNDN code by Alexander Afanasyev · 11 years ago
  87. 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
  88. 157c9e6 model: Bug fixes and small API change in ndn.cxx by Alexander Afanasyev · 11 years ago
  89. 9213601 model: Another major change: switching to NDN.cxx API for ndn::Name by Alexander Afanasyev · 11 years ago
  90. 7b923f3 model: Updated API for pluggable wire format by Alexander Afanasyev · 11 years ago
  91. a89bc10 model: Slight modification with wire format processing by Alexander Afanasyev · 11 years ago
  92. a6cc910 python: Rescanned bindings by Alexander Afanasyev · 11 years ago
  93. 2420762 examples: ndn-simple-with-pcap example now used CCNb packet format by Alexander Afanasyev · 11 years ago
  94. e722148 apps: Adding ability to ndn::Producer to configure desired fake signature and key locator (key name) by Alexander Afanasyev · 11 years ago
  95. 5ab2bcd model: Adding ability to select desired default wire format by Alexander Afanasyev · 11 years ago
  96. c2b5728 model-wire-ccnb: Fixing a known bug with CCNb parsing by Alexander Afanasyev · 11 years ago
  97. 1043c70 model: Returning back support for CCNb wire format by Alexander Afanasyev · 11 years ago
  98. 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
  99. a4e7428 model+ndn.cxx+test: Finishing implementation of ApiFace (now timeouts are working as well) by Alexander Afanasyev · 11 years ago
  100. 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