1. f73f063 src: Removing unnecessary use of cref() in concert with make_shared by Alexander Afanasyev · 10 years ago
  2. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  3. 2a7f720 exceptions: Make Tlv::Error a base class for all packet-processing exceptions by Alexander Afanasyev · 10 years ago
  4. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  5. c07b3a2 util, transport: add configuration file support and make default unix socket configurable by Steve DiBenedetto · 10 years ago
  6. 52afb3f face: When there are no more events to process, pausing transport instead of closing it by Alexander Afanasyev · 10 years ago
  7. 5964fb7 management: Making LocalControlHeader encoding independent of Interest/Data wire by Alexander Afanasyev · 10 years ago
  8. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 10 years ago
  9. 1950885 build+src: Updating common.hpp to import (std|boost)::(shared_ptr|function|...) into ndn namespace by Alexander Afanasyev · 10 years ago
  10. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago[Renamed (97%) from include/ndn-cpp-dev/transport/transport.hpp]
  11. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago[Renamed (98%) from include/ndn-cpp/transport/transport.hpp]
  12. 3ae2da2 node+transport: Improving async operations and error reporting by Alexander Afanasyev · 11 years ago
  13. a557d5a face: Extending Face interface to support ``put`` call by Alexander Afanasyev · 11 years ago
  14. e2e0d75 face+transport: Cleanup and preparation for implementation of fully async Face operations by Alexander Afanasyev · 11 years ago
  15. 0b688dc face+transport: Eliminating concept of ConnectionInfo by Alexander Afanasyev · 11 years ago
  16. 17cb30c transport: Remove unused member elementListener_. by Jeff Thompson · 11 years ago
  17. 25b4e61 make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files. by Jeff Thompson · 11 years ago[Renamed (96%) from ndn-cpp/transport/transport.hpp]
  18. 97223af globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it. by Jeff Thompson · 11 years ago
  19. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  20. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  21. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  22. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  23. 10e3438 Change Transport connect to use the new ConnectionInfo object. by Jeff Thompson · 11 years ago
  24. a405697 In Transport, added getIsConnected by Jeff Thompson · 11 years ago
  25. bf50a1a Added Node class, and move most functionality from Face to Node. Make connect take a Node, not a Face. by Jeff Thompson · 11 years ago
  26. 43d6c0a Added a virtual destructor. by Jeff Thompson · 11 years ago
  27. 432c8be Added support for processEvents to Transport and Face. Removed tempReceive. by Jeff Thompson · 11 years ago
  28. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  29. 7098dd6 For now, in Transport, add virtual tempReceive by Jeff Thompson · 11 years ago
  30. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/transport/Transport.hpp]
  31. 5796388 Added Transport close method by Jeff Thompson · 11 years ago
  32. b9e3c8e Major update to rename NDN class to Face by Jeff Thompson · 11 years ago
  33. b605b5d Change send to use const unsigned char * by Jeff Thompson · 11 years ago
  34. 2ed62fb Added doc comment by Jeff Thompson · 11 years ago
  35. 0cb7aee Pass the NDN object to connect. Added TcpTransport::tempReceive() by Jeff Thompson · 11 years ago
  36. beb8b7d Pass host and port to NDN constructor and Transport::connect by Jeff Thompson · 11 years ago
  37. fcf347d Added Transport class by Jeff Thompson · 11 years ago