1. 9e5122b catchunks: Implement CUBIC window adaptation by Klaus Schneider · 6 years ago
  2. bf2c517 chunks+ping: follow ndn::Scheduler API changes by Davide Pesavento · 6 years ago
  3. da85e25 Rename translation units containing main() to main.cpp by Davide Pesavento · 6 years ago
  4. e4687a1 Remove abandoned ndn-pib tool by Davide Pesavento · 6 years ago
  5. d8197df catchunks: refactor in preparation for CUBIC pipeline. by schneiderklaus · 6 years ago
  6. aacc7da ndn::util::scheduler => ndn::scheduler by Davide Pesavento · 6 years ago
  7. 8ff3abd catchunks: increase retx limit and improve statistics by schneiderklaus · 6 years ago
  8. 0c6fcb5 catchunks: remove iterative version discovery method by Chavoosh Ghasemi · 6 years ago
  9. d8f9af2 catchunks: add metadata-based version discovery by Chavoosh Ghasemi · 6 years ago
  10. 5cb6701 catchunks: pass versioned name to onDiscoverySuccess signal by Chavoosh Ghasemi · 6 years ago
  11. 7b9837b dump: fix compilation on CentOS 7 by Davide Pesavento · 6 years ago
  12. 80baddf Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  13. ae37cf3 build: do not look for unneeded libraries by Davide Pesavento · 6 years ago
  14. 252b707 dissect-wireshark: update Interest Parameters TLV type by Davide Pesavento · 6 years ago
  15. 06d008c chunks+poke+ping: use PendingInterestHandle and RegisteredPrefixHandle by Junxiao Shi · 6 years ago
  16. 79991a0 putchunks: respond to RDR discovery Interests by Chavoosh Ghasemi · 6 years ago
  17. 7664b12 chunks+ping: don't pass Scheduler to ScopedEventId by Junxiao Shi · 6 years ago
  18. 3347eaa build: various cleanups by Davide Pesavento · 6 years ago
  19. 2c9933c chunks: fix impossible RTT values by Ryan Wickman · 7 years ago
  20. 20d5a0b ping: set CanBePrefix=false by Junxiao Shi · 6 years ago
  21. 2bdda1d pingserver: add --quiet option by Davide Pesavento · 6 years ago
  22. 5923bf8 pingserver: code cleanup by Davide Pesavento · 6 years ago
  23. 0ca7e69 dump: add IPv6 support by Davide Pesavento · 6 years ago
  24. f912653 dump: stricter parsing of IP/TCP/UDP headers by Davide Pesavento · 6 years ago
  25. b6b176c dump: refactor packet parsing code into per-protocol functions by Davide Pesavento · 6 years ago
  26. 4fb67ea dissect-wireshark: Add support for dissecting PPP frames by Alexander Afanasyev · 6 years ago
  27. 4a1b21d dump: add udp port 56363 to the default pcap filter by Davide Pesavento · 6 years ago
  28. d1b1bf6 dump: handle exceptions thrown by lp::Packet::wireDecode() by Davide Pesavento · 6 years ago
  29. b5b8f95 dump: add -t option to suppress printing per-packet timestamp by Davide Pesavento · 6 years ago
  30. 24c0861 dump: capture in promisc mode by default, with an option to disable it by Davide Pesavento · 6 years ago
  31. c3d65c9 dump: print libpcap version in --version output by Davide Pesavento · 6 years ago
  32. fb42a3d dump: enable optimizations in pcap_compile by Davide Pesavento · 6 years ago
  33. ecd4480 dump: code cleanup by Davide Pesavento · 6 years ago
  34. 051db00 dump: stop using tcpdump headers by Davide Pesavento · 6 years ago
  35. 78de735 dump: remove dependency on Boost.Regex by Davide Pesavento · 6 years ago
  36. 468dbdf poke: use unsetInterestFilter on Face instead of shutdown by Eric Newberry · 7 years ago
  37. 034f30f chunks: fix aimd hanging with files less than chunk size by Ryan Wickman · 7 years ago
  38. 2f041d2 poke: add unit testing by Eric Newberry · 7 years ago
  39. 60f8cc1 build: switch to C++14 by Davide Pesavento · 7 years ago
  40. 89db73c dissect-wireshark: improve NDNLPv2 support by Junxiao Shi · 7 years ago
  41. c687af6 dissect-wireshark: show Name and FinalBlockId as URIs by Junxiao Shi · 7 years ago
  42. a2d4b14 dissect: recognize CanBePrefix, HopLimit, Parameters by Davide Pesavento · 7 years ago
  43. 969cd5a chunks+peek: stop using deprecated {get,set}FinalBlockId by Davide Pesavento · 7 years ago
  44. ac4b546 dissect-wireshark: recognize CanBePrefix, HopLimit, Parameters by Junxiao Shi · 7 years ago
  45. b54aabd peek: drop Selectors support by Junxiao Shi · 7 years ago
  46. 75309ae chunks: show correct packet loss stats in AIMD pipeline output by Chavoosh Ghasemi · 7 years ago
  47. 20c85cb build: Cleanup and update of build scripts by Alexander Afanasyev · 7 years ago
  48. 1aa9143 build: update waf to version 2.0.6 by Davide Pesavento · 7 years ago
  49. 1fda67d dissect-wireshark: display type+name in Info column by Junxiao Shi · 7 years ago
  50. f6991e1 chunks: print summary by default by Davide Pesavento · 7 years ago
  51. 3dae109 chunks: include RTT stats in final summary by Chavoosh Ghasemi · 7 years ago
  52. 44b3b23 chunks: respect --retries=-1 in AIMD pipeline by Davide Pesavento · 7 years ago
  53. 2c3083d catchunks: Change the default pipeline to AIMD by Klaus Schneider · 7 years ago
  54. 641f593 chunks: react to congestion marks by Chavoosh Ghasemi · 7 years ago
  55. e9c6985 chunks: consolidate accounting of received data into onData() by Davide Pesavento · 7 years ago
  56. b587cfd chunks: move getNextSegmentNo() to PipelineInterests base class by Davide Pesavento · 7 years ago
  57. 4d36ed5 chunks: Print summary for all pipeline types by Chavoosh Ghasemi · 7 years ago
  58. 6f76afc chunks: refactor Producer options handling by Davide Pesavento · 7 years ago
  59. 06807dc chunks: drop pointless init of virtual base from abstract class by Davide Pesavento · 7 years ago
  60. 887336c chunks: declare DiscoverVersion destructor virtual by Davide Pesavento · 7 years ago
  61. 7072e16 ndncatchunks: Reduce initial timeout of iterative version discovery by Klaus Schneider · 7 years ago
  62. 59ec95a ndnputchunks: display some output by default. by Klaus Schneider · 7 years ago
  63. 0ebecab chunks: fix build with clang-5.0 by Davide Pesavento · 7 years ago
  64. c070270 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
  65. a5b60cc peek: transform Link into ForwardingHint by Junxiao Shi · 7 years ago
  66. f860649 chunks: switch to v2::ValidatorNull by Junxiao Shi · 7 years ago
  67. 20b2297 ping+tests: switch to ndn-cxx KeyChain v2 by Junxiao Shi · 8 years ago
  68. 958896e chunks: more cleanups to enhance code readability by Davide Pesavento · 8 years ago
  69. 92998fe chunks: respect common options in AIMD pipeline by Davide Pesavento · 8 years ago
  70. bf1c069 chunks: code cleanups by Davide Pesavento · 8 years ago
  71. cd65c2c chunks: don't blindly call Scheduler::cancellAllEvents() by Davide Pesavento · 8 years ago
  72. 1b05b0a pib: Disable PIB tool by default, it needs refactoring by Alexander Afanasyev · 8 years ago
  73. f162839 ping: remove potential divide-by-zero in StatisticsCollector by Eric Newberry · 8 years ago
  74. 022bddf dump: recognize LINUX_SLL link-type by Junxiao Shi · 8 years ago
  75. 1c71bcd dump: minor error message fix by Junxiao Shi · 8 years ago
  76. 5e38479 dissect-wireshark: display Nonce value only by Junxiao Shi · 8 years ago
  77. 3ebb9cb dissect: warn when specified file cannot be opened by Junxiao Shi · 8 years ago
  78. 574eeb0 dissect-wireshark: Add initial support for NDNLPv2 packet dissecting by Zipeng Wang · 8 years ago
  79. 245d791 chunks: AIMD congestion control by Weiwei Liu · 8 years ago
  80. b355889 peek: Refactor ndnpeek and add unit tests by Zhuo Li · 8 years ago
  81. 72c96d2 chunks: fix misinformation in README by Weiwei Liu · 8 years ago
  82. 13fda5b chunks: change default version discovery to 'iterative' by Weiwei Liu · 8 years ago
  83. 85de842 chunks: improve help text of ndnputchunks by Weiwei Liu · 8 years ago
  84. 89d9175 build: add waf-tool to simplify building with AddressSanitizer & friends by Davide Pesavento · 8 years ago
  85. 244feac pib: Fix compilation error with new version of ndn-cxx library by Alexander Afanasyev · 8 years ago
  86. 05d9209 chunks: fix memory error in Consumer::run by Weiwei Liu · 8 years ago
  87. e65c6d7 dissect-wireshark: fix tvb overflow by Junxiao Shi · 8 years ago
  88. c759963 dump: improve error messages by Junxiao Shi · 8 years ago
  89. c1c2b83 dump: code style corrections by Junxiao Shi · 8 years ago
  90. 7809e30 pib+tests: don't use deprecated block helpers by Junxiao Shi · 8 years ago
  91. 523fcb1 pib: correct build target path by Junxiao Shi · 8 years ago
  92. b098e9f chunks: fix DiscoverVersionIterative build error by Junxiao Shi · 8 years ago
  93. e476501 chunks: modularize pipeline implementation by Weiwei Liu · 9 years ago
  94. 6288486 ndnping: recognize and trace Nack by Teng Liang · 9 years ago
  95. 25625ca chunks: stop using non-public NDN_CXX_DECL_FINAL macro by Davide Pesavento · 9 years ago
  96. 2864b9d ndnpeek: switch to Face::expressInterest that handles nack by Teng Liang · 9 years ago
  97. 799390a ndnpeek: add --link-file option by Teng Liang · 9 years ago ndn-tools-0.3
  98. f8852b3 dump: Update docs to include NACK capture feature by Vince Lehman · 9 years ago
  99. d4ab87f ndnpeek: switch from getopt to boost::program_options by Teng Liang · 9 years ago
  100. 277ecf0 dump: Capture and print network NACK packets by Vince Lehman · 9 years ago