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