1. a89bc10 model: Slight modification with wire format processing by Alexander Afanasyev · 11 years ago
  2. 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
  3. ee76255 model+test: Fixing tests and making sure all tests pass by Alexander Afanasyev · 11 years ago
  4. faa01f9 model: Another set of refactoring/renaming to make code compile (not tested yet) by Alexander Afanasyev · 11 years ago
  5. b989b12 model: Major API changes by Alexander Afanasyev · 11 years ago
  6. e6bf47e Slight update of packet format: adding overall packet length to the by Alexander Afanasyev · 11 years ago
  7. cc50d98 model: Adding one more way to set Name of Interests and ContentObjects using reference to the Name object by Alexander Afanasyev · 11 years ago
  8. eae83ee all: InterestHeader and ContentObjectHeader refactoring to Interest and ContentObject by Alexander Afanasyev · 11 years ago
  9. cfdc14f all: Replacing deprecated NameComponents class with Name by Alexander Afanasyev · 11 years ago
  10. 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[Renamed (96%) from model/ndn-interest-header.cc]
  11. 5d79e68 model: Initial attempt to optimize Interest/Data encoding/decoding via a custom packet format by Alexander Afanasyev · 12 years ago
  12. 663d63f Small extension of InterestHeader API (cheat for python bindings) by Alexander Afanasyev · 12 years ago
  13. 08b7d9e More progress with buffers by Alexander Afanasyev · 12 years ago
  14. ec1e395 Checkpoint by Alexander Afanasyev · 12 years ago
  15. 31cb469 One more big change: prototypes of most of the forwarding strategy functions has been changed by Alexander Afanasyev · 12 years ago
  16. 2b4c947 Another set of refactoring by Alexander Afanasyev · 12 years ago
  17. 4aac557 First step of refactoring code (ccnx prefix => ndn prefix) by Alexander Afanasyev · 12 years ago[Renamed (62%) from model/ccnx-interest-header.cc]
  18. 30f60e3 Some progress on CcnxPit. Partially working by Alexander Afanasyev · 12 years ago
  19. d9fecdd Modularize ContentStore by Alexander Afanasyev · 12 years ago
  20. 7f3e49e For duplicate interests keep incoming face !!! Need more thinking by Alexander Afanasyev · 12 years ago
  21. f9f4eb0 Resolve compilation issues (more accurate with headers) by Alexander Afanasyev · 13 years ago
  22. a5bbe0e Correcting everything to the stage that everything compiles by Alexander Afanasyev · 13 years ago
  23. a46844b Correcting bugs with cleaning timeouts in PIT/RIT/ContentStore by Alexander Afanasyev · 13 years ago
  24. 19dbcf3 unit test edited by Ilya Moiseenko · 13 years ago
  25. 3b8c50c Correction of the compilation issue in optimized mode (./waf -d optimized) by Alexander Afanasyev · 13 years ago
  26. 75d9bf5 Interesrt header supports nack and congested fields by Ilya Moiseenko · 13 years ago
  27. 85a3bca Debugging and resolving problems with interest serialization/deserialization by Alexander Afanasyev · 13 years ago
  28. ae0d652 Adding temporary solution to estimate packet size. Should be changed to by Alexander Afanasyev · 13 years ago
  29. 2bd1bc3 Refactoring of Name::Components into CcnxNameComponents by Ilya Moiseenko · 13 years ago
  30. 070aa48 Implementing content store using Boost.MultiIndex container by Alexander Afanasyev · 13 years ago
  31. 834f35c Implementing visitor pattern for CCNx message parsing. Needs debugging. by Alexander Afanasyev · 13 years ago
  32. 2a5df20 Finalizing packet serialization. Set boost requirement (module will not be compiled without boost) by Alexander Afanasyev · 13 years ago
  33. c74a602 First steps in CCNx packet coding. ccnx_encode* routines rewritten in NS3 style (using NS3::Buffer) by Alexander Afanasyev · 13 years ago
  34. 45b92d4 More progress on CCNx stack. Now we have helpers. Everything compiles, but not yet working by Alexander Afanasyev · 13 years ago
  35. 08d984e First approximation of CCNx protocol stack by Alexander Afanasyev · 13 years ago