1. 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
  2. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  3. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  4. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  5. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  6. 10e3438 Change Transport connect to use the new ConnectionInfo object. by Jeff Thompson · 11 years ago
  7. a405697 In Transport, added getIsConnected by Jeff Thompson · 11 years ago
  8. 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
  9. 43d6c0a Added a virtual destructor. by Jeff Thompson · 11 years ago
  10. 432c8be Added support for processEvents to Transport and Face. Removed tempReceive. by Jeff Thompson · 11 years ago
  11. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed (93%) from ndn-cpp/transport/Transport.cpp]
  12. 5796388 Added Transport close method by Jeff Thompson · 11 years ago
  13. b9e3c8e Major update to rename NDN class to Face by Jeff Thompson · 11 years ago
  14. 3cd04e8 Change send to use const unsigned char *data by Jeff Thompson · 11 years ago
  15. 0cb7aee Pass the NDN object to connect. Added TcpTransport::tempReceive() by Jeff Thompson · 11 years ago
  16. beb8b7d Pass host and port to NDN constructor and Transport::connect by Jeff Thompson · 11 years ago
  17. fcf347d Added Transport class by Jeff Thompson · 11 years ago