1. c8625bb ping: use a member function rather than `operator<<` for stats by Davide Pesavento · 11 months ago
  2. 5748e82 Slim down `common.hpp` by Davide Pesavento · 11 months ago
  3. 11fc3eb Fix build with latest ndn-cxx by Davide Pesavento · 11 months ago
  4. 7e9d7e4 Switch to Face::getIoContext() by Davide Pesavento · 1 year, 2 months ago
  5. 2ab04a2 build: require boost >= 1.71.0 by Davide Pesavento · 1 year, 3 months ago
  6. b6e10dd build: use python f-strings by Davide Pesavento · 1 year, 4 months ago
  7. 869d73e Change namespace of DummyClientFace, Signal, Segmenter by Junxiao Shi · 1 year, 5 months ago
  8. 0df0e1c dissect: avoid deprecated overload of ndn::escape by Davide Pesavento · 1 year, 8 months ago
  9. 003e45a build: fix detection of libpcap on Ubuntu 23.04 by Davide Pesavento · 1 year, 8 months ago
  10. db9613e Minor README improvements; fix outdated URLs by Davide Pesavento · 2 years ago
  11. d66fb49 dissect: recognize TLV elements related to Certificate and SafeBag by Davide Pesavento · 2 years, 1 month ago
  12. b61e3e2 putchunks: use ndn-cxx's Segmenter by Davide Pesavento · 2 years, 2 months ago
  13. 0168d28 dissect-wireshark: add type, len, bin fields by Varun Patil · 2 years, 3 months ago
  14. 40eae03 catchunks: avoid excess window decrease in certain conditions by Sichen Song · 2 years, 8 months ago
  15. 242d506 dissect+peek: avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  16. b3570c6 build: switch to C++17 by Davide Pesavento · 2 years, 10 months ago
  17. 5998428 Avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  18. ed0017b dump: replace pcap_lookupdev with pcap_findalldevs by Junxiao Shi · 2 years, 11 months ago
  19. fd2d101 ndnpeek: replace --link-file with --fwhint by Junxiao Shi · 3 years ago
  20. 84eb487 dissect-wireshark: recognize ForwardingHint by Davide Pesavento · 3 years, 1 month ago
  21. 38dca39 dissect-wireshark: update TLV type of IncomingFaceId by Davide Pesavento · 3 years ago
  22. 585e18a dissect-wireshark: minor cleanups by Davide Pesavento · 3 years, 1 month ago
  23. 9186528 dissect-wireshark: fix decoding of several fields by Davide Pesavento · 3 years, 1 month ago
  24. 89b52d4 dissect-wireshark: recognize ParametersSha256DigestComponent by Davide Pesavento · 3 years, 1 month ago
  25. 200014a dissect-wireshark: remove support for obsolete TLV elements by Davide Pesavento · 3 years, 1 month ago
  26. 79482ec dissect: add signed Interest fields and more name component types by Davide Pesavento · 3 years, 1 month ago
  27. f8d9a53 Eradicate all uses of std::bind() by Davide Pesavento · 3 years, 6 months ago
  28. a209f67 docs: use typed name components instead of markers by Eric Newberry · 3 years, 9 months ago
  29. 7c4246c putchunks: increase the default segment size to 8000 bytes by Davide Pesavento · 3 years, 10 months ago
  30. f8a14d8 chunks: add --naming-convention option by Davide Pesavento · 3 years, 10 months ago
  31. a420e97 dissect: no longer dissect Content element by default by Davide Pesavento · 3 years, 10 months ago
  32. 3f588ca dissect: do not try to dissect the TLV-VALUE of SignatureValue by Davide Pesavento · 3 years, 10 months ago
  33. 7ef5cf7 dissect: use Unicode characters to draw the TLV tree on the terminal by Davide Pesavento · 4 years ago
  34. 9b1fd4b dissect: print offset of parsing error by Davide Pesavento · 4 years ago
  35. 6929b43 poke: change the short form of --freshness to -f by Davide Pesavento · 4 years ago
  36. 814ad34 poke+pingserver: remove deprecated command-line options by Davide Pesavento · 4 years ago
  37. a0e6b60 Cleanup includes in common.hpp by Davide Pesavento · 4 years ago
  38. 28181ee Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  39. 4a2e89d catchunks: Improve CUBIC performance for lossy networks by Klaus Schneider · 5 years ago
  40. 296b385 catchunks: add --no-version-discovery option by Davide Pesavento · 5 years ago
  41. 97a33b2 catchunks: simplify internal options handling by Davide Pesavento · 5 years ago
  42. 32c0df2 catchunks: silence new clang-10 warning "final-dtor-non-final-class" by Davide Pesavento · 5 years ago
  43. 11c6991 dump: add missing include by Davide Pesavento · 5 years ago
  44. c214e07 peek: add --hop-limit option by Davide Pesavento · 5 years ago
  45. 9602823 peek: add --app-params and --app-params-file options by Davide Pesavento · 5 years ago
  46. 5e3773d catchunks: switch to RttEstimatorWithStats by Davide Pesavento · 5 years ago
  47. 50cf6db peek: change --link-file option to expect a raw binary file by Davide Pesavento · 5 years ago
  48. 0d4b182 pingserver: change the short form of --freshness to -f by Davide Pesavento · 5 years ago
  49. 7de32c1 poke: add --signing-info option by Davide Pesavento · 5 years ago
  50. 0da1f44 chunks+peek+ping: use correct underlying type for time::milliseconds by Davide Pesavento · 5 years ago
  51. 6a1396e poke: rename -f/--force option to -u/--unsolicited by Davide Pesavento · 5 years ago
  52. 6752d94 catchunks: remove previously deprecated options by Davide Pesavento · 5 years ago
  53. c5243b4 poke: don't respond if the Interest cannot be satisfied by Davide Pesavento · 5 years ago
  54. b3ae634 poke: add --verbose option by Davide Pesavento · 5 years ago
  55. de01c81 poke: wait indefinitely if --timeout is not specified by Davide Pesavento · 5 years ago
  56. 94dff00 poke: exit with status 3 on timeout by Davide Pesavento · 5 years ago
  57. 87434be poke: exit with status 5 if prefix registration fails by Davide Pesavento · 5 years ago
  58. e75861e poke: code modernization and cleanup by Davide Pesavento · 5 years ago
  59. ba56066 catchunks: adapt to recent RttEstimator API changes by Davide Pesavento · 6 years ago
  60. 65d1155 peek: code modernization and cleanup by Davide Pesavento · 6 years ago
  61. 526ff43 peek: with --verbose, show Data name and Nack reason by Jeff Thompson · 6 years ago
  62. 7057640 catchunks: use ndn-cxx's RttEstimator by Davide Pesavento · 6 years ago
  63. 84d8477 catchunks: get rid of the last few remaining uses of Selectors by Davide Pesavento · 6 years ago
  64. 105cd9e Parameters => ApplicationParameters by Davide Pesavento · 6 years ago
  65. e90a358 putchunks: include man files and add signing info by Klaus Schneider · 6 years ago
  66. bb2d280 catchunks: remove modular version discovery by Chavoosh Ghasemi · 6 years ago
  67. 9e5122b catchunks: Implement CUBIC window adaptation by Klaus Schneider · 6 years ago
  68. bf2c517 chunks+ping: follow ndn::Scheduler API changes by Davide Pesavento · 6 years ago
  69. da85e25 Rename translation units containing main() to main.cpp by Davide Pesavento · 6 years ago
  70. e4687a1 Remove abandoned ndn-pib tool by Davide Pesavento · 6 years ago
  71. d8197df catchunks: refactor in preparation for CUBIC pipeline. by schneiderklaus · 6 years ago
  72. aacc7da ndn::util::scheduler => ndn::scheduler by Davide Pesavento · 6 years ago
  73. 8ff3abd catchunks: increase retx limit and improve statistics by schneiderklaus · 6 years ago
  74. 0c6fcb5 catchunks: remove iterative version discovery method by Chavoosh Ghasemi · 6 years ago
  75. d8f9af2 catchunks: add metadata-based version discovery by Chavoosh Ghasemi · 6 years ago
  76. 5cb6701 catchunks: pass versioned name to onDiscoverySuccess signal by Chavoosh Ghasemi · 6 years ago
  77. 7b9837b dump: fix compilation on CentOS 7 by Davide Pesavento · 6 years ago
  78. 80baddf Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  79. ae37cf3 build: do not look for unneeded libraries by Davide Pesavento · 6 years ago
  80. 252b707 dissect-wireshark: update Interest Parameters TLV type by Davide Pesavento · 6 years ago
  81. 06d008c chunks+poke+ping: use PendingInterestHandle and RegisteredPrefixHandle by Junxiao Shi · 6 years ago
  82. 79991a0 putchunks: respond to RDR discovery Interests by Chavoosh Ghasemi · 6 years ago
  83. 7664b12 chunks+ping: don't pass Scheduler to ScopedEventId by Junxiao Shi · 6 years ago
  84. 3347eaa build: various cleanups by Davide Pesavento · 6 years ago
  85. 2c9933c chunks: fix impossible RTT values by Ryan Wickman · 7 years ago
  86. 20d5a0b ping: set CanBePrefix=false by Junxiao Shi · 6 years ago
  87. 2bdda1d pingserver: add --quiet option by Davide Pesavento · 6 years ago
  88. 5923bf8 pingserver: code cleanup by Davide Pesavento · 6 years ago
  89. 0ca7e69 dump: add IPv6 support by Davide Pesavento · 6 years ago
  90. f912653 dump: stricter parsing of IP/TCP/UDP headers by Davide Pesavento · 6 years ago
  91. b6b176c dump: refactor packet parsing code into per-protocol functions by Davide Pesavento · 6 years ago
  92. 4fb67ea dissect-wireshark: Add support for dissecting PPP frames by Alexander Afanasyev · 6 years ago
  93. 4a1b21d dump: add udp port 56363 to the default pcap filter by Davide Pesavento · 6 years ago
  94. d1b1bf6 dump: handle exceptions thrown by lp::Packet::wireDecode() by Davide Pesavento · 6 years ago
  95. b5b8f95 dump: add -t option to suppress printing per-packet timestamp by Davide Pesavento · 6 years ago
  96. 24c0861 dump: capture in promisc mode by default, with an option to disable it by Davide Pesavento · 6 years ago
  97. c3d65c9 dump: print libpcap version in --version output by Davide Pesavento · 6 years ago
  98. fb42a3d dump: enable optimizations in pcap_compile by Davide Pesavento · 6 years ago
  99. ecd4480 dump: code cleanup by Davide Pesavento · 6 years ago
  100. 051db00 dump: stop using tcpdump headers by Davide Pesavento · 6 years ago