1. b682891 face: Interest loopback by Junxiao Shi · 7 years ago
  2. 859888f face: retain PendingInterest during Interest processing by Junxiao Shi · 7 years ago
  3. 79a7a16 face: send Nack after every InterestCallback has responded by Junxiao Shi · 7 years ago
  4. 1ad0b4b face: insert pending Interest records for Interests from forwarder by Junxiao Shi · 7 years ago
  5. b38e6d4 util: ignore NextHopFaceId on Nack in DummyClientFace by Junxiao Shi · 7 years ago
  6. b6e276f face: move packet encoding to Impl class by Junxiao Shi · 7 years ago
  7. 4460e82 face: add logging statements in Face by Junxiao Shi · 7 years ago
  8. 1013fd0 face: Invoke NackCallback on all matching Interests by Alexander Afanasyev · 8 years ago
  9. 4d261b6 lp: add CongestionMark field and tag by Eric Newberry · 8 years ago
  10. 7357ef2 mgmt: move management/nfd-* to mgmt/nfd/ by Junxiao Shi · 8 years ago
  11. e7c7f15 management: Controller::CommandFailCallback exposes ControlResponse by Junxiao Shi · 8 years ago
  12. e7bb6c8 face: perform wire format encoding in frontend class by Junxiao Shi · 8 years ago
  13. 76e0eb2 face: accommodate empty InterestCallback/DataCallback/NackCallback by Junxiao Shi · 8 years ago
  14. 103d8ed face: minor refactoring and Doxygen improvements by Junxiao Shi · 8 years ago
  15. 446de3c transport: minor refactoring by Junxiao Shi · 8 years ago
  16. 4b46998 lp: IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  17. 56b0bf8 face: API to remove all pending Interests by Ilya Moiseenko · 9 years ago
  18. 83872fd face: send and receive NACK by Eric Newberry · 9 years ago
  19. 73e3004 docs: Correct copyright statements by Alexander Afanasyev · 9 years ago
  20. 9d158f0 face: Refactor internal PIT to use scheduled events by Alexander Afanasyev · 9 years ago
  21. ba1e3b9 face: drop direct FIB management by Joao Pereira · 9 years ago
  22. 68c0d88 face: use lambda expression and smart pointers by Joao Pereira · 9 years ago
  23. c759a20 management: add CachingPolicy to LocalControlHeader by Jiewen Tan · 9 years ago
  24. ea71967 util: Extend DummyClientFace to process LocalControlHeader by Alexander Afanasyev · 9 years ago
  25. a1ea506 face: connect to Transport during construction by Junxiao Shi · 10 years ago
  26. 0fa2845 wscript: don't install detail/*.hpp by Junxiao Shi · 10 years ago
  27. 2cced06 face: delete deprecated shared_ptr<io_service> constructor and getter by Junxiao Shi · 10 years ago
  28. 388ec25 face: specify registerPrefix signing parameters with CommandOptions by Junxiao Shi · 10 years ago
  29. edd834e face: internal KeyChain by Junxiao Shi · 10 years ago
  30. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  31. 851228a face: Fix segfault caused by Face::unregisterPrefix when registeredPrefixId does not exist by Alexander Afanasyev · 10 years ago
  32. 4a9b6bb face: Prevent flags being set for rib/unregister command by Alexander Afanasyev · 10 years ago
  33. 6fcdde2 face: Fix bug with removePendingInterest by Alexander Afanasyev · 10 years ago
  34. 0866f51 face: Add ability to specify RIB flags for setInterestFilter and registerPrefix by Alexander Afanasyev · 10 years ago
  35. 6a05b4b transport: Serialize socket write operations by Alexander Afanasyev · 10 years ago
  36. 407e949 face: Issuing Transport::connect() within the same thread as Transport::send() by Alexander Afanasyev · 10 years ago
  37. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  38. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  39. 258ec2b src: Refactoring common.hpp and minimizing exposed includes by Alexander Afanasyev · 10 years ago
  40. 984ad19 face: Finalizing separation between registerPrefix and setInterstFilter by Alexander Afanasyev · 10 years ago
  41. ee8bb1e face+management: Removing ndnd::Controller and re-designing controllers by Alexander Afanasyev · 10 years ago
  42. 9016496 face: Implementing InterestFilter abstraction to be used with setInterestFilter by Alexander Afanasyev · 10 years ago
  43. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  44. 2a7f720 exceptions: Make Tlv::Error a base class for all packet-processing exceptions by Alexander Afanasyev · 10 years ago
  45. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  46. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  47. c348f83 encoding: Optimized encoding of Interest and related data structures by Alexander Afanasyev · 10 years ago
  48. 0222fba api: Major API change. OnInterest/OnData callbacks now use just references, not shared pointers by Alexander Afanasyev · 10 years ago
  49. c8823bc face: Refactored code to set interest filter by Alexander Afanasyev · 10 years ago