1. d6453cd model+apps+utils+examples+ci+docs: Update code for changes in ns-2.23 by Alexander Afanasyev · 9 years ago
  2. 60a7b62 docs: Updating copyright notices in files by Alexander Afanasyev · 10 years ago
  3. 1f1cd5e model: Fix original Contest Store to compile in new environment by Spyridon Mastorakis · 10 years ago
  4. 53e922f ndnSIM-v2: Initial implementation by Spyridon Mastorakis · 10 years ago
  5. be55cf6 src: Updating code style to conform (more or less) to ndn-cxx style by Alexander Afanasyev · 10 years ago
  6. 0c39537 build: Fixing of includes by Alexander Afanasyev · 10 years ago
  7. 76f8f65 src: Renaming files according to ndn-cxx naming convention by Alexander Afanasyev · 10 years ago[Renamed from model/cs/ndn-content-store.cc]
  8. 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
  9. 772f51b src: Global renaming ContentObject -> Data by Alexander Afanasyev · 11 years ago
  10. faa01f9 model: Another set of refactoring/renaming to make code compile (not tested yet) by Alexander Afanasyev · 11 years ago
  11. b989b12 model: Major API changes by Alexander Afanasyev · 11 years ago
  12. eae83ee all: InterestHeader and ContentObjectHeader refactoring to Interest and ContentObject by Alexander Afanasyev · 11 years ago
  13. cfdc14f all: Replacing deprecated NameComponents class with Name by Alexander Afanasyev · 11 years ago
  14. 0e4ae8e model+cs: Now it is possible to get pointer to ContentStore from cs::Entry by Alexander Afanasyev · 11 years ago
  15. 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
  16. 2b4c947 Another set of refactoring by Alexander Afanasyev · 12 years ago[Renamed (68%) from model/content-store/ndn-content-store.cc]
  17. 4aac557 First step of refactoring code (ccnx prefix => ndn prefix) by Alexander Afanasyev · 12 years ago[Renamed (61%) from model/content-store/ccnx-content-store.cc]
  18. 996b487 Serious refactoring. Making forwarding strategy really modular by Alexander Afanasyev · 12 years ago
  19. e3d126f Start of serious reorganization by Alexander Afanasyev · 12 years ago[Renamed from model/ccnx-content-store.cc]
  20. f034cbd Initial redesign of internal data structures by Alexander Afanasyev · 12 years ago
  21. 39485d8 Adding Hit/Miss trace source by Alexander Afanasyev · 12 years ago
  22. d9fecdd Modularize ContentStore by Alexander Afanasyev · 12 years ago
  23. a514d63 Adding slightly more complicated tutorial example by Alexander Afanasyev · 12 years ago
  24. de00999 Adding options to enable caching of unsolicited (e.g., overheard over broadcast media) data packets by Alexander Afanasyev · 12 years ago
  25. c86c283 Rate recorder trace helper by Alexander Afanasyev · 13 years ago
  26. a5bbe0e Correcting everything to the stage that everything compiles by Alexander Afanasyev · 13 years ago
  27. a46844b Correcting bugs with cleaning timeouts in PIT/RIT/ContentStore by Alexander Afanasyev · 13 years ago
  28. 7e6d0c9 Bug fix (bug - double removing of the header) by Ilya Moiseenko · 13 years ago
  29. 8accdf6 Small progress on pit/fib interaction by Alexander Afanasyev · 13 years ago
  30. c5a23e2 Many corrections to face/local-face/net-device-face/fib/pit. Now by Alexander Afanasyev · 13 years ago
  31. cf133f0 Initial steps for Interest packet processing by Alexander Afanasyev · 13 years ago
  32. 78cf0c9 NDN layer now knows how to process ContentObject packets by Alexander Afanasyev · 13 years ago
  33. fccdb9e Implementing RIT (also using Boost.MultiIndex) by Alexander Afanasyev · 13 years ago
  34. dd32de8 Forgot to actually enforce limit on content store. Solved. by Alexander Afanasyev · 13 years ago
  35. 070aa48 Implementing content store using Boost.MultiIndex container by Alexander Afanasyev · 13 years ago
  36. 1c570bc CcnxContentStore with BOOST hash by Ilya Moiseenko · 13 years ago