1. 120bf31 When giving up PIT entry, remove all outgoing interests. Otherwise, by Alexander Afanasyev · 13 years ago
  2. 8f5a9bb Rescanned bindings. Slight change in input format for AnnotatedTopology by Alexander Afanasyev · 13 years ago
  3. 141d131 Implementing CcnxTraceHelper (only aggregate traces for now) by Alexander Afanasyev · 13 years ago
  4. f377b33 Update of tracing by Alexander Afanasyev · 13 years ago
  5. cbe92ae All CCNx faces are now available through FaceList object attribute by Alexander Afanasyev · 13 years ago
  6. f9f4eb0 Resolve compilation issues (more accurate with headers) by Alexander Afanasyev · 13 years ago
  7. 0782718 Correcting python bindings (+ rescan) by Alexander Afanasyev · 13 years ago
  8. 4a5c2c1 Implementing notion of default routes (useful for Flooding scenarios) by Alexander Afanasyev · 13 years ago
  9. c39f0b4 Finalizing interest limits. Now everything seem to work. by Alexander Afanasyev · 13 years ago
  10. 1145314 Enable limits options in CcnxStackHelper by Alexander Afanasyev · 13 years ago
  11. 19426ef Making everything compile. Now everything seems to work, but more by Alexander Afanasyev · 13 years ago
  12. a5bbe0e Correcting everything to the stage that everything compiles by Alexander Afanasyev · 13 years ago
  13. a46844b Correcting bugs with cleaning timeouts in PIT/RIT/ContentStore by Alexander Afanasyev · 13 years ago
  14. 4fa5e84 Removing unnecessary debug information. Adding missing virtual by Alexander Afanasyev · 13 years ago
  15. 795f9b5 More debug by Alexander Afanasyev · 13 years ago
  16. 233f197 Temporary commit by Alexander Afanasyev · 13 years ago
  17. d02a5d6 Adding several corrections. Most important is fixing regression in ccnb-parser-block.cc by Alexander Afanasyev · 13 years ago
  18. 8c193dc small fix of congestion by Ilya Moiseenko · 13 years ago
  19. d83eb0d I think congestion works by Ilya Moiseenko · 13 years ago
  20. d1f1951 serialization / deserialization fixed by Ilya Moiseenko · 13 years ago
  21. a4e3f85 Merge remote-tracking branch 'git.irl/Ilya' by Alexander Afanasyev · 13 years ago
  22. 52e9aa9 Finishing with FIB initialization based on IPv4 global routing controller by Alexander Afanasyev · 13 years ago
  23. ae39487 ccnx stack helper corrections by Ilya Moiseenko · 13 years ago
  24. 82b8eea ccnx-grid example corrections by Ilya Moiseenko · 13 years ago
  25. c926604 Ccnx-grid example by Ilya Moiseenko · 13 years ago
  26. fb2362f CcnxProducerHelper was refactored by Ilya Moiseenko · 13 years ago
  27. fbd0a8b Setup for packet filtering was added by Ilya Moiseenko · 13 years ago
  28. 9181afd Refactoring of CcnxForwardingHelper by Ilya Moiseenko · 13 years ago
  29. 2a59e0e dummy commit by Ilya Moiseenko · 13 years ago
  30. aa17c8e Serialization for Nack and Congestion fields was added by Ilya Moiseenko · 13 years ago
  31. 0f13db6 NDN_DTAG_Nack and NDN_DTAG_Congested were added by Ilya Moiseenko · 13 years ago
  32. 25f7d4d Flooding forwarding strategy added by Ilya Moiseenko · 13 years ago
  33. c5a23e2 Many corrections to face/local-face/net-device-face/fib/pit. Now by Alexander Afanasyev · 13 years ago
  34. cf133f0 Initial steps for Interest packet processing by Alexander Afanasyev · 13 years ago
  35. 78cf0c9 NDN layer now knows how to process ContentObject packets by Alexander Afanasyev · 13 years ago
  36. a67e28c Adding RIT, PIT, FIB, and CS to ccnx-l3-protocol. Some small by Alexander Afanasyev · 13 years ago
  37. e91ab75 ContentObject and Interest serialization and deserialization seem to by Alexander Afanasyev · 13 years ago
  38. 85a3bca Debugging and resolving problems with interest serialization/deserialization by Alexander Afanasyev · 13 years ago
  39. ae0d652 Adding temporary solution to estimate packet size. Should be changed to by Alexander Afanasyev · 13 years ago
  40. 152cf11 Small updates to reflect changes in CcnxNameComponents by Alexander Afanasyev · 13 years ago
  41. 24d2166 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  42. a121411 Producer and consumer helpers by Ilya Moiseenko · 13 years ago
  43. 7fd74f9 Implementing first approximation of FIB by Alexander Afanasyev · 13 years ago
  44. d26e682 file and header renaming by Ilya Moiseenko · 13 years ago
  45. 946b87b CcnxInterestSender and its helper fixes by Ilya Moiseenko · 13 years ago
  46. 171afe1 Interest Sender Helper was added by Ilya Moiseenko · 13 years ago
  47. 2bd1bc3 Refactoring of Name::Components into CcnxNameComponents by Ilya Moiseenko · 13 years ago
  48. 2922365 headers fix by Ilya Moiseenko · 13 years ago
  49. f21c5be Implement forgotten Timestamp and Nonce visitors and appropriate by Alexander Afanasyev · 13 years ago
  50. e709f3d Make everything compile by Alexander Afanasyev · 13 years ago
  51. 8b37905 Checkpoint. Reorganizing ccnb parsing into many small files. by Alexander Afanasyev · 13 years ago
  52. 0ab833e Solving compilation problems, adding more comments. Modified ccnx-test example by Alexander Afanasyev · 13 years ago
  53. eface60 Update of Python bindings, commenting out broken code by Alexander Afanasyev · 13 years ago
  54. 7112f48 Repair bug in ccnb parsing. First steps in adding correct documentation tags by Alexander Afanasyev · 13 years ago
  55. 834f35c Implementing visitor pattern for CCNx message parsing. Needs debugging. by Alexander Afanasyev · 13 years ago
  56. 2a5df20 Finalizing packet serialization. Set boost requirement (module will not be compiled without boost) by Alexander Afanasyev · 13 years ago
  57. c74a602 First steps in CCNx packet coding. ccnx_encode* routines rewritten in NS3 style (using NS3::Buffer) by Alexander Afanasyev · 13 years ago
  58. 45b92d4 More progress on CCNx stack. Now we have helpers. Everything compiles, but not yet working by Alexander Afanasyev · 13 years ago
  59. 9b273ce Canonical helper for InterestGenerator was added by Ilya Moiseenko · 13 years ago
  60. a9b20d1 file extensions changed - ns-3 sometimes doesn't build *.c files by Ilya Moiseenko · 13 years ago
  61. 54a6bba settings for external dependency to OpenSSL by Ilya Moiseenko · 13 years ago
  62. 1762af7 Module template now builds into ns-3 by Ilya Moiseenko · 13 years ago