1. c2f25b7 Switch to std::filesystem by Davide Pesavento · 8 weeks ago master
  2. c12f915 build: require gcc >= 9.1, recommend gcc >= 10.2 by Davide Pesavento · 8 weeks ago
  3. 9bec15a ci: python3-minimal is insufficient by Davide Pesavento · 10 months ago
  4. 8cb3cb7 build: update waf to version 2.0.27 by Davide Pesavento · 11 months ago
  5. 7227d64 ci: minimize installed libboost packages by Davide Pesavento · 12 months ago
  6. 4c24cf7 build: sync default CXXFLAGS and DEFINES with ndn-cxx by Davide Pesavento · 1 year, 1 month ago
  7. 33a39bd ci: add build testing against named-data PPA by Davide Pesavento · 1 year, 2 months ago
  8. 06784b4 build: disable `-Wnon-virtual-dtor` compiler warning by Davide Pesavento · 1 year, 3 months ago
  9. 42db029 Eliminate (direct) dependency on libboost_thread by Davide Pesavento · 1 year, 5 months ago
  10. 915ce80 Use `asio::io_context` instead of `asio::io_service` by Davide Pesavento · 1 year, 5 months ago
  11. edd2184 build: do not rely on transitive link dependencies by Davide Pesavento · 1 year, 5 months ago
  12. 8cd5a04 build: update waf to version 2.0.26 by Davide Pesavento · 1 year, 6 months ago
  13. c1a7fbc build: sync default build flags with ndn-cxx by Davide Pesavento · 1 year, 6 months ago
  14. dfbf8a1 client: accept fractional inputs for TrafficPercentage by Zeke Lewis · 1 year, 11 months ago
  15. e9fe187 Improve logging functionality by Alexander Lane · 1 year, 7 months ago
  16. 0820849 build: align minimum build requirements with ndn-cxx by Davide Pesavento · 1 year, 10 months ago
  17. 84e7730 client: replace std::bind with lambda expressions by Davide Pesavento · 1 year, 10 months ago
  18. 665f89c ci: adopt reusable workflows from `named-data/actions` by Davide Pesavento · 2 years ago
  19. 326ec85 build: bump ndn-cxx dependency by Davide Pesavento · 2 years ago
  20. 054f366 build: update waf to version 2.0.24 by Davide Pesavento · 2 years, 2 months ago
  21. f855ec1 build: link with lld by default on Linux; add Xcode 14.1 to CI matrix by Davide Pesavento · 2 years, 3 months ago
  22. f5006be build+ci: support CentOS Stream 9 and macOS/arm64 by Davide Pesavento · 2 years, 6 months ago
  23. ef06489 build: switch to C++17 by Davide Pesavento · 2 years, 10 months ago
  24. bfb33ab build: explicitly require libndn-cxx >= 0.8.0 by Davide Pesavento · 2 years, 11 months ago
  25. 9266906 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 2 years, 11 months ago
  26. ab6ac5d Sync build system and CI scripts with ndn-cxx by Davide Pesavento · 3 years, 4 months ago
  27. 1cbe1d0 ci: update Travis CI build matrix by Davide Pesavento · 4 years, 6 months ago
  28. 7393cb4 ci: update Travis configuration by Davide Pesavento · 4 years, 10 months ago
  29. 5b9c85a build+ci: upgrade waf to version 2.0.19, switch to python3 by Davide Pesavento · 4 years, 10 months ago
  30. f291881 docs: add AUTHORS.md by Eric Newberry · 5 years ago
  31. 772d747 build: pass pkg_config_path to check_cfg() when looking for libndn-cxx by Davide Pesavento · 5 years ago
  32. d2ef9a7 ci: update .travis.yml by Davide Pesavento · 5 years ago
  33. 58c07d1 ci: update .travis.yml by Davide Pesavento · 6 years ago
  34. e5a7394 Add systemd unit files by Davide Pesavento · 6 years ago
  35. 56f79d6 client: CanBePrefix support by Davide Pesavento · 6 years ago
  36. 306e5bc Refactor config file parsing and improve error handling by Davide Pesavento · 6 years ago
  37. 032c980 Rename ndn-traffic to ndn-traffic-client by Davide Pesavento · 6 years ago
  38. 3518533 Code modernization by Davide Pesavento · 6 years ago
  39. 912d2e8 client: drop support for Selectors by Davide Pesavento · 6 years ago
  40. 7eaed5c Update build system and CI scripts by Davide Pesavento · 6 years ago
  41. 5145940 server: clear SIGINT/SIGTERM handler to exit cleanly by Eric Newberry · 7 years ago
  42. b4ef478 server: use unsetInterestFilter on Face instead of shutdown by Eric Newberry · 7 years ago
  43. c8e1858 server: add timeout before shutdown to avoid lost Data packets by Eric Newberry · 7 years ago
  44. 64cafaa build: require gcc >= 5.3 and switch to C++14 by Davide Pesavento · 7 years ago
  45. ee18cce ci: update Travis-CI configuration by Davide Pesavento · 7 years ago
  46. 74de145 ci: add clang 5.0 and Xcode 9.0 to Travis-CI build matrix by Davide Pesavento · 7 years ago
  47. 2a7f32b Add .travis.yml by Davide Pesavento · 7 years ago
  48. 29db0fd Sync build system and CI scripts with ndn-tools by Davide Pesavento · 7 years ago
  49. 9a47123 ndn-traffic-server.conf: add SigningInfo usage example by Spencer Lee · 9 years ago
  50. b82cace Set custom PKG_CONFIG_PATH if unset by Jennica Guan · 8 years ago
  51. 6f33e0f add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
  52. 25e9ba0 Add Exclude range to client by Eric Newberry · 9 years ago
  53. 976c204 Added Nack handling to client by Eric Newberry · 9 years ago
  54. eab462b Added NextHopFaceId to client by Eric Newberry · 9 years ago
  55. ef56143 SigningInfo configuration option by Spencer Lee · 9 years ago
  56. 8e99023 alternative to std::to_string by Spencer Lee · 9 years ago
  57. e7a5b74 allow DigestSha256 signing by Spencer Lee · 9 years ago
  58. 3b28419 Random name components now generated with generateRandomNameComponent() by Eric Newberry · 10 years ago
  59. 4afb7cf Remove usage of removed Interest.Scope field by Alexander Afanasyev · 10 years ago
  60. d0b5998 Fix signed-unsigned comparison warnings, plus lots of other cleanups. by Davide Pesavento · 10 years ago
  61. 740812e build: Always build in C++11 mode. by Alexander Afanasyev · 10 years ago
  62. 976c397 build: Fixes for the latest updates in ndn-cxx library by Alexander Afanasyev · 11 years ago
  63. 420dbf0 Changes to support ndn-cpp-dev -> ndn-cxx renaming and adding quiet by jeraldabraham · 11 years ago
  64. dbfee2e ndn-traffic-client: correcting few counter initializations and code by jeraldabraham · 11 years ago
  65. 79c0c23 ndn-traffic-client: Bug fix so that client can process configuration by jeraldabraham · 11 years ago
  66. cc3c6c9 ndn-traffic-generator: Correcting exit status code and some changes by jeraldabraham · 11 years ago
  67. fda32a3 doc+src: More reorganization and fixing of README by Alexander Afanasyev · 11 years ago
  68. 473ef3d Added Data correctness check and performance enhancements by jeraldabraham · 11 years ago
  69. 5f61ec2 build: Update for the new time structs in ndn-cpp-dev by jeraldabraham · 11 years ago
  70. a8f2a92 Small style fixes to (partially) conform to NFD code style by Alexander Afanasyev · 11 years ago
  71. bd241fe All Instructions Updated - Ready For Use/Testing by jeraldabraham · 11 years ago
  72. b735e8d Printing Text Updated by jeraldabraham · 11 years ago
  73. a599af3 Sample Client Configuration File Added by jeraldabraham · 11 years ago
  74. 89a5842 Development Complete, README File To Be Updated by jeraldabraham · 11 years ago
  75. 662266d Client Tool Complete, Server Tool Work In Progress by jeraldabraham · 11 years ago
  76. e891ac9 Client Tool 70%, Server Tool 50% Complete by jeraldabraham · 11 years ago
  77. f9543a4 Adding Project Files by jeraldabraham · 11 years ago