1. 5748e82 Slim down `common.hpp` by Davide Pesavento · 11 months ago
  2. 11fc3eb Fix build with latest ndn-cxx by Davide Pesavento · 11 months ago
  3. 7e9d7e4 Switch to Face::getIoContext() by Davide Pesavento · 1 year, 2 months ago
  4. 2ab04a2 build: require boost >= 1.71.0 by Davide Pesavento · 1 year, 3 months ago
  5. 869d73e Change namespace of DummyClientFace, Signal, Segmenter by Junxiao Shi · 1 year, 5 months ago
  6. db9613e Minor README improvements; fix outdated URLs by Davide Pesavento · 2 years ago
  7. b61e3e2 putchunks: use ndn-cxx's Segmenter by Davide Pesavento · 2 years, 2 months ago
  8. 40eae03 catchunks: avoid excess window decrease in certain conditions by Sichen Song · 2 years, 8 months ago
  9. b3570c6 build: switch to C++17 by Davide Pesavento · 2 years, 10 months ago
  10. 5998428 Avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  11. f8d9a53 Eradicate all uses of std::bind() by Davide Pesavento · 3 years, 6 months ago
  12. a209f67 docs: use typed name components instead of markers by Eric Newberry · 3 years, 9 months ago
  13. 7c4246c putchunks: increase the default segment size to 8000 bytes by Davide Pesavento · 3 years, 10 months ago
  14. f8a14d8 chunks: add --naming-convention option by Davide Pesavento · 3 years, 10 months ago
  15. a0e6b60 Cleanup includes in common.hpp by Davide Pesavento · 4 years ago
  16. 28181ee Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  17. 4a2e89d catchunks: Improve CUBIC performance for lossy networks by Klaus Schneider · 5 years ago
  18. 296b385 catchunks: add --no-version-discovery option by Davide Pesavento · 5 years ago
  19. 97a33b2 catchunks: simplify internal options handling by Davide Pesavento · 5 years ago
  20. 32c0df2 catchunks: silence new clang-10 warning "final-dtor-non-final-class" by Davide Pesavento · 5 years ago
  21. 5e3773d catchunks: switch to RttEstimatorWithStats by Davide Pesavento · 5 years ago
  22. 0da1f44 chunks+peek+ping: use correct underlying type for time::milliseconds by Davide Pesavento · 5 years ago
  23. 6752d94 catchunks: remove previously deprecated options by Davide Pesavento · 5 years ago
  24. ba56066 catchunks: adapt to recent RttEstimator API changes by Davide Pesavento · 6 years ago
  25. 7057640 catchunks: use ndn-cxx's RttEstimator by Davide Pesavento · 6 years ago
  26. 84d8477 catchunks: get rid of the last few remaining uses of Selectors by Davide Pesavento · 6 years ago
  27. e90a358 putchunks: include man files and add signing info by Klaus Schneider · 6 years ago
  28. bb2d280 catchunks: remove modular version discovery by Chavoosh Ghasemi · 6 years ago
  29. 9e5122b catchunks: Implement CUBIC window adaptation by Klaus Schneider · 6 years ago
  30. bf2c517 chunks+ping: follow ndn::Scheduler API changes by Davide Pesavento · 6 years ago
  31. da85e25 Rename translation units containing main() to main.cpp by Davide Pesavento · 6 years ago
  32. d8197df catchunks: refactor in preparation for CUBIC pipeline. by schneiderklaus · 6 years ago
  33. 8ff3abd catchunks: increase retx limit and improve statistics by schneiderklaus · 6 years ago
  34. 0c6fcb5 catchunks: remove iterative version discovery method by Chavoosh Ghasemi · 6 years ago
  35. d8f9af2 catchunks: add metadata-based version discovery by Chavoosh Ghasemi · 6 years ago
  36. 5cb6701 catchunks: pass versioned name to onDiscoverySuccess signal by Chavoosh Ghasemi · 6 years ago
  37. 80baddf Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  38. 06d008c chunks+poke+ping: use PendingInterestHandle and RegisteredPrefixHandle by Junxiao Shi · 6 years ago
  39. 79991a0 putchunks: respond to RDR discovery Interests by Chavoosh Ghasemi · 6 years ago
  40. 7664b12 chunks+ping: don't pass Scheduler to ScopedEventId by Junxiao Shi · 6 years ago
  41. 3347eaa build: various cleanups by Davide Pesavento · 6 years ago
  42. 2c9933c chunks: fix impossible RTT values by Ryan Wickman · 7 years ago
  43. 034f30f chunks: fix aimd hanging with files less than chunk size by Ryan Wickman · 7 years ago
  44. 60f8cc1 build: switch to C++14 by Davide Pesavento · 7 years ago
  45. 969cd5a chunks+peek: stop using deprecated {get,set}FinalBlockId by Davide Pesavento · 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. f6991e1 chunks: print summary by default by Davide Pesavento · 7 years ago
  49. 3dae109 chunks: include RTT stats in final summary by Chavoosh Ghasemi · 7 years ago
  50. 44b3b23 chunks: respect --retries=-1 in AIMD pipeline by Davide Pesavento · 7 years ago
  51. 2c3083d catchunks: Change the default pipeline to AIMD by Klaus Schneider · 7 years ago
  52. 641f593 chunks: react to congestion marks by Chavoosh Ghasemi · 7 years ago
  53. e9c6985 chunks: consolidate accounting of received data into onData() by Davide Pesavento · 7 years ago
  54. b587cfd chunks: move getNextSegmentNo() to PipelineInterests base class by Davide Pesavento · 7 years ago
  55. 4d36ed5 chunks: Print summary for all pipeline types by Chavoosh Ghasemi · 7 years ago
  56. 6f76afc chunks: refactor Producer options handling by Davide Pesavento · 7 years ago
  57. 06807dc chunks: drop pointless init of virtual base from abstract class by Davide Pesavento · 7 years ago
  58. 887336c chunks: declare DiscoverVersion destructor virtual by Davide Pesavento · 7 years ago
  59. 7072e16 ndncatchunks: Reduce initial timeout of iterative version discovery by Klaus Schneider · 7 years ago
  60. 59ec95a ndnputchunks: display some output by default. by Klaus Schneider · 7 years ago
  61. 0ebecab chunks: fix build with clang-5.0 by Davide Pesavento · 7 years ago
  62. c070270 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
  63. f860649 chunks: switch to v2::ValidatorNull by Junxiao Shi · 7 years ago
  64. 958896e chunks: more cleanups to enhance code readability by Davide Pesavento · 8 years ago
  65. 92998fe chunks: respect common options in AIMD pipeline by Davide Pesavento · 8 years ago
  66. bf1c069 chunks: code cleanups by Davide Pesavento · 8 years ago
  67. cd65c2c chunks: don't blindly call Scheduler::cancellAllEvents() by Davide Pesavento · 8 years ago
  68. 245d791 chunks: AIMD congestion control by Weiwei Liu · 8 years ago
  69. 72c96d2 chunks: fix misinformation in README by Weiwei Liu · 8 years ago
  70. 13fda5b chunks: change default version discovery to 'iterative' by Weiwei Liu · 8 years ago
  71. 85de842 chunks: improve help text of ndnputchunks by Weiwei Liu · 8 years ago
  72. 05d9209 chunks: fix memory error in Consumer::run by Weiwei Liu · 8 years ago
  73. b098e9f chunks: fix DiscoverVersionIterative build error by Junxiao Shi · 8 years ago
  74. e476501 chunks: modularize pipeline implementation by Weiwei Liu · 9 years ago
  75. 25625ca chunks: stop using non-public NDN_CXX_DECL_FINAL macro by Davide Pesavento · 9 years ago
  76. 672b9a7 chunks: segmented file transfer by Andrea Tosatto · 9 years ago