1. 374f4e4 Prepare release 0.7.1 by Eric Newberry · 4 years, 3 months ago ndn-tools-0.7.1
  2. 02ec47c ci: add clang 12 (dev snapshot) to Travis CI build matrix by Davide Pesavento · 4 years, 5 months ago
  3. 9a1b65d ci: disable frames in lcov HTML coverage report by Davide Pesavento · 4 years, 5 months ago
  4. 3527558 tests: avoid deprecated Data::getSignature() by Davide Pesavento · 4 years, 5 months ago
  5. d653afa ci: add Xcode 11.6 and 12 to Travis CI build matrix by Davide Pesavento · 4 years, 6 months ago
  6. 28181ee Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  7. 298c435 Rename VERSION to VERSION.info to avoid conflicts with modern STL by Alexander Afanasyev · 4 years, 7 months ago
  8. b07d7a9 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 4 years, 8 months ago
  9. 8a2907e ci: avoid exceeding Travis time limit on arm64 by Davide Pesavento · 4 years, 9 months ago
  10. d5c2447 ci: build ndn-cxx with AddressSanitizer by Davide Pesavento · 4 years, 9 months ago
  11. fce3963 ci: use https URL in git clone command by Davide Pesavento · 4 years, 9 months ago
  12. d839882 ci: add CentOS 8 support; drop CentOS 7 by Davide Pesavento · 4 years, 9 months ago
  13. a1a9d70 build: switch to python3 by Davide Pesavento · 4 years, 9 months ago
  14. 4ab5eed tests: fix ndndump unit tests with latest ndn-cxx by Davide Pesavento · 4 years, 10 months ago
  15. 9fa6a78 ci: update Travis configuration by Davide Pesavento · 4 years, 10 months ago
  16. 3b0fccd docs: restructure and update AUTHORS.md by Eric Newberry · 5 years ago
  17. 9b70f57 build: upgrade waf to version 2.0.19 by Davide Pesavento · 5 years ago
  18. 7d14815 build: increase version number by Davide Pesavento · 5 years ago
  19. 6ab7f91 Prepare release 0.7 by Davide Pesavento · 5 years ago ndn-tools-0.7
  20. a8600b0 tests: avoid deprecated boost headers; define BOOST_TEST_MODULE by Davide Pesavento · 5 years ago
  21. 2cd6ae8 build: pass pkg_config_path to check_cfg() when looking for libndn-cxx by Davide Pesavento · 5 years ago
  22. 4a2e89d catchunks: Improve CUBIC performance for lossy networks by Klaus Schneider · 5 years ago
  23. 296b385 catchunks: add --no-version-discovery option by Davide Pesavento · 5 years ago
  24. 97a33b2 catchunks: simplify internal options handling by Davide Pesavento · 5 years ago
  25. 32c0df2 catchunks: silence new clang-10 warning "final-dtor-non-final-class" by Davide Pesavento · 5 years ago
  26. 327fb4b dump: update test cases for packet format v0.3 by Davide Pesavento · 5 years ago
  27. cbef7b8 ci: upgrade Travis config to Ubuntu 18.04 by Davide Pesavento · 5 years ago
  28. 11c6991 dump: add missing include by Davide Pesavento · 5 years ago
  29. c214e07 peek: add --hop-limit option by Davide Pesavento · 5 years ago
  30. 9602823 peek: add --app-params and --app-params-file options by Davide Pesavento · 5 years ago
  31. 5e3773d catchunks: switch to RttEstimatorWithStats by Davide Pesavento · 5 years ago
  32. 50cf6db peek: change --link-file option to expect a raw binary file by Davide Pesavento · 5 years ago
  33. 0d4b182 pingserver: change the short form of --freshness to -f by Davide Pesavento · 5 years ago
  34. 7de32c1 poke: add --signing-info option by Davide Pesavento · 5 years ago
  35. 0da1f44 chunks+peek+ping: use correct underlying type for time::milliseconds by Davide Pesavento · 5 years ago
  36. 6a1396e poke: rename -f/--force option to -u/--unsolicited by Davide Pesavento · 5 years ago
  37. 6752d94 catchunks: remove previously deprecated options by Davide Pesavento · 5 years ago
  38. c5243b4 poke: don't respond if the Interest cannot be satisfied by Davide Pesavento · 5 years ago
  39. b3ae634 poke: add --verbose option by Davide Pesavento · 5 years ago
  40. de01c81 poke: wait indefinitely if --timeout is not specified by Davide Pesavento · 5 years ago
  41. 94dff00 poke: exit with status 3 on timeout by Davide Pesavento · 5 years ago
  42. 87434be poke: exit with status 5 if prefix registration fails by Davide Pesavento · 5 years ago
  43. e75861e poke: code modernization and cleanup by Davide Pesavento · 5 years ago
  44. c1eb2fc ci: add Xcode 11 to Travis CI build matrix by Davide Pesavento · 5 years ago
  45. ba56066 catchunks: adapt to recent RttEstimator API changes by Davide Pesavento · 6 years ago
  46. 0353bae ci: add gcc-9 to Travis CI build matrix by Davide Pesavento · 6 years ago
  47. 65d1155 peek: code modernization and cleanup by Davide Pesavento · 6 years ago
  48. 526ff43 peek: with --verbose, show Data name and Nack reason by Jeff Thompson · 6 years ago
  49. 7057640 catchunks: use ndn-cxx's RttEstimator by Davide Pesavento · 6 years ago
  50. 9619295 tests: add FreshnessPeriod where MustBeFresh is used by Junxiao Shi · 6 years ago
  51. 6cc1dfb Prepare release 0.6.4 by Davide Pesavento · 6 years ago ndn-tools-0.6.4
  52. 630b008 ci: adapt to new repo layout for CentOS boost RPMs by Davide Pesavento · 6 years ago
  53. 786a7f2 Sync sphinx build config with ndn-cxx, improve README.md by Davide Pesavento · 6 years ago
  54. 84d8477 catchunks: get rid of the last few remaining uses of Selectors by Davide Pesavento · 6 years ago
  55. 105cd9e Parameters => ApplicationParameters by Davide Pesavento · 6 years ago
  56. e90a358 putchunks: include man files and add signing info by Klaus Schneider · 6 years ago
  57. bb2d280 catchunks: remove modular version discovery by Chavoosh Ghasemi · 6 years ago
  58. 9e5122b catchunks: Implement CUBIC window adaptation by Klaus Schneider · 6 years ago
  59. bf2c517 chunks+ping: follow ndn::Scheduler API changes by Davide Pesavento · 6 years ago
  60. c16ec57 ci: update .travis.yml by Davide Pesavento · 6 years ago
  61. da85e25 Rename translation units containing main() to main.cpp by Davide Pesavento · 6 years ago
  62. e4687a1 Remove abandoned ndn-pib tool by Davide Pesavento · 6 years ago
  63. d8197df catchunks: refactor in preparation for CUBIC pipeline. by schneiderklaus · 6 years ago
  64. aacc7da ndn::util::scheduler => ndn::scheduler by Davide Pesavento · 6 years ago
  65. 8ff3abd catchunks: increase retx limit and improve statistics by schneiderklaus · 6 years ago
  66. 0c6fcb5 catchunks: remove iterative version discovery method by Chavoosh Ghasemi · 6 years ago
  67. d8f9af2 catchunks: add metadata-based version discovery by Chavoosh Ghasemi · 6 years ago
  68. 5cb6701 catchunks: pass versioned name to onDiscoverySuccess signal by Chavoosh Ghasemi · 6 years ago
  69. 25c37f1 ci: add support for CentOS 7 by Md Ashiqur Rahman · 6 years ago
  70. 7b9837b dump: fix compilation on CentOS 7 by Davide Pesavento · 6 years ago
  71. 80baddf Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  72. ae37cf3 build: do not look for unneeded libraries by Davide Pesavento · 6 years ago
  73. 252b707 dissect-wireshark: update Interest Parameters TLV type by Davide Pesavento · 6 years ago
  74. d5449e5 Prepare release 0.6.3 by Alexander Afanasyev · 6 years ago ndn-tools-0.6.3
  75. 06d008c chunks+poke+ping: use PendingInterestHandle and RegisteredPrefixHandle by Junxiao Shi · 6 years ago
  76. 79991a0 putchunks: respond to RDR discovery Interests by Chavoosh Ghasemi · 6 years ago
  77. 7664b12 chunks+ping: don't pass Scheduler to ScopedEventId by Junxiao Shi · 6 years ago
  78. 3347eaa build: various cleanups by Davide Pesavento · 6 years ago
  79. cb903ea Add systemd unit file for ndnpingserver by Davide Pesavento · 6 years ago
  80. 4e2a542 Add git .mailmap by Davide Pesavento · 6 years ago
  81. e1b18a6 build: ensure /usr/local/include is treated as system include path on FreeBSD by Davide Pesavento · 6 years ago
  82. 1f0cad7 ci: install gcovr via apt by ashiqopu · 6 years ago
  83. f66e40a Use the official markdown version of the GPLv3 by Davide Pesavento · 6 years ago
  84. 162bdbb ci: fix several issues with preinstalled homebrew packages on Travis by Davide Pesavento · 6 years ago
  85. 2c9933c chunks: fix impossible RTT values by Ryan Wickman · 7 years ago
  86. a8b03df Prepare release 0.6.2 by Alexander Afanasyev · 6 years ago ndn-tools-0.6.2
  87. 4f1d13d ci: enable LeakSanitizer by Davide Pesavento · 6 years ago
  88. 88beb4d build+ci: sync compilation flags and Travis-CI matrix with ndn-cxx by Davide Pesavento · 6 years ago
  89. 3f2f486 ci: introduce helper to preserve select env variables under sudo by Davide Pesavento · 6 years ago
  90. 20d5a0b ping: set CanBePrefix=false by Junxiao Shi · 6 years ago
  91. 2bdda1d pingserver: add --quiet option by Davide Pesavento · 6 years ago
  92. 5923bf8 pingserver: code cleanup by Davide Pesavento · 6 years ago
  93. 0ca7e69 dump: add IPv6 support by Davide Pesavento · 6 years ago
  94. f912653 dump: stricter parsing of IP/TCP/UDP headers by Davide Pesavento · 6 years ago
  95. b6b176c dump: refactor packet parsing code into per-protocol functions by Davide Pesavento · 6 years ago
  96. 4fb67ea dissect-wireshark: Add support for dissecting PPP frames by Alexander Afanasyev · 6 years ago
  97. 4a1b21d dump: add udp port 56363 to the default pcap filter by Davide Pesavento · 6 years ago
  98. d1b1bf6 dump: handle exceptions thrown by lp::Packet::wireDecode() by Davide Pesavento · 6 years ago
  99. b5b8f95 dump: add -t option to suppress printing per-packet timestamp by Davide Pesavento · 6 years ago
  100. 24c0861 dump: capture in promisc mode by default, with an option to disable it by Davide Pesavento · 6 years ago