1. 8e0d281 Moving around path weight tagging. Now CcnxFace owns metric field, which is used for tagging. by Alexander Afanasyev · 12 years ago
  2. 6bff0df Finalizing PathWeight tracing by Alexander Afanasyev · 12 years ago
  3. e9c9d72 Change in CcnxApp API. Now callbacks also contain pointer of original by Alexander Afanasyev · 12 years ago
  4. b7ad232 One more change in Consumer API. Now there are more consumers and they by Alexander Afanasyev · 12 years ago
  5. 94cebd0 CcnxConsumerCbr now is really CBR (no randomization). by Alexander Afanasyev · 12 years ago
  6. 2c069b9 shortest path calculation added by Ilya Moiseenko · 12 years ago
  7. 4d66de5 Repair critical bug in CcnxConsumer. Due to accidental commenting out a by Alexander Afanasyev · 12 years ago
  8. 1067197 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 12 years ago
  9. 098dd76 hijacker application added by Ilya Moiseenko · 12 years ago
  10. 06b42ec Enabling TCP window tracing (there is a trick to do it with by Alexander Afanasyev · 12 years ago
  11. e4c2ece Tracing window size in CcnxConsumerWindow by Alexander Afanasyev · 12 years ago
  12. 359bfb7 Implementing window-based CCNx consumer. Adding RTO estimation. by Alexander Afanasyev · 12 years ago
  13. 029d38d Creating a pure virtual class CcnxConsumer. CcnxConsumerCbr now by Alexander Afanasyev · 12 years ago
  14. 8dcfa5d Commenting out unused variable by Alexander Afanasyev · 12 years ago
  15. 8080940 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 12 years ago
  16. c4f8828 Correcting GlobalRouting lookups. Adding Ipv4SeqsAppTracer by Alexander Afanasyev · 13 years ago
  17. 36d5c2a Temp commit by Alexander Afanasyev · 13 years ago
  18. 956d054 documentation by Ilya Moiseenko · 13 years ago
  19. e93ee43 documentation by Ilya Moiseenko · 13 years ago
  20. 3183b5a Adding sequence number tracer by Alexander Afanasyev · 13 years ago
  21. b3e4b85 Separating ccnx-tracers into separate files. by Alexander Afanasyev · 13 years ago
  22. 011b859 Implementing Poisson Process for consumer requests (exponential distribution for inter-arrival times) by Alexander Afanasyev · 13 years ago
  23. 4975f73 Slight API change. Now there is only one CcnxAppHelper that can create all CcnxApps by Alexander Afanasyev · 13 years ago
  24. 120bf31 When giving up PIT entry, remove all outgoing interests. Otherwise, by Alexander Afanasyev · 13 years ago
  25. 8f5a9bb Rescanned bindings. Slight change in input format for AnnotatedTopology by Alexander Afanasyev · 13 years ago
  26. a845f72 Uncommenting important code that was commented before by Alexander Afanasyev · 13 years ago
  27. cbe92ae All CCNx faces are now available through FaceList object attribute by Alexander Afanasyev · 13 years ago
  28. bdc0d98 Enabling app-layer tracing by Alexander Afanasyev · 13 years ago
  29. f9f4eb0 Resolve compilation issues (more accurate with headers) by Alexander Afanasyev · 13 years ago
  30. 781ea81 Modified CcnxConsumer: retransmission after NACK or default timeout by Alexander Afanasyev · 13 years ago
  31. 4a5c2c1 Implementing notion of default routes (useful for Flooding scenarios) by Alexander Afanasyev · 13 years ago
  32. c39f0b4 Finalizing interest limits. Now everything seem to work. by Alexander Afanasyev · 13 years ago
  33. 19426ef Making everything compile. Now everything seems to work, but more by Alexander Afanasyev · 13 years ago
  34. 09c7deb Modification of CcnxFace interface and unification of CCNx applications via common CcnxApp class by Alexander Afanasyev · 13 years ago
  35. a46844b Correcting bugs with cleaning timeouts in PIT/RIT/ContentStore by Alexander Afanasyev · 13 years ago
  36. d02a5d6 Adding several corrections. Most important is fixing regression in ccnb-parser-block.cc by Alexander Afanasyev · 13 years ago
  37. 82b8eea ccnx-grid example corrections by Ilya Moiseenko · 13 years ago
  38. b62c740 GetPrefix was added to Producer app by Ilya Moiseenko · 13 years ago
  39. 0605d26 Nonce generation bug fixed in Consumer app by Ilya Moiseenko · 13 years ago
  40. e4aae55 small fix of Consumer Application by Ilya Moiseenko · 13 years ago
  41. c5a23e2 Many corrections to face/local-face/net-device-face/fib/pit. Now by Alexander Afanasyev · 13 years ago
  42. 78cf0c9 NDN layer now knows how to process ContentObject packets by Alexander Afanasyev · 13 years ago
  43. 152cf11 Small updates to reflect changes in CcnxNameComponents by Alexander Afanasyev · 13 years ago
  44. 24d2166 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  45. 8196d2e Consumer and producer applications by Ilya Moiseenko · 13 years ago
  46. 7fd74f9 Implementing first approximation of FIB by Alexander Afanasyev · 13 years ago
  47. d26e682 file and header renaming by Ilya Moiseenko · 13 years ago
  48. 946b87b CcnxInterestSender and its helper fixes by Ilya Moiseenko · 13 years ago
  49. 2bd1bc3 Refactoring of Name::Components into CcnxNameComponents by Ilya Moiseenko · 13 years ago
  50. c706f26 Ccnx-interest-sender, not complete yet by Ilya Moiseenko · 13 years ago
  51. 45b92d4 More progress on CCNx stack. Now we have helpers. Everything compiles, but not yet working by Alexander Afanasyev · 13 years ago
  52. 2536e20 Moving apps back to apps/ folder. Finally worked out the problem with headers by Alexander Afanasyev · 13 years ago
  53. 8a677dd Initial routines for ContentObjectHeader. Another round of moving files around by Alexander Afanasyev · 13 years ago
  54. c166cd3 python binding bug is fixed by Ilya Moiseenko · 13 years ago
  55. 3a6ea5c New InterestHeader implementation (with a fake serialization for now) by Alexander Afanasyev · 13 years ago
  56. 02fb706 autogenerated bindings and prototype of traffic sink by Ilya Moiseenko · 13 years ago
  57. 404c079 Compiles, but almost everything is commented out. by Alexander Afanasyev · 13 years ago