1. 39d241a transport: Change the default port from 9695 to 6363. by Jeff Thompson · 11 years ago
  2. 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
  3. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  4. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  5. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  6. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  7. d1427fb Cody style: Replace init with initialize. by Jeff Thompson · 11 years ago
  8. 6ac3c0c Use default parameters in constructors. by Jeff Thompson · 11 years ago
  9. b2c01a3 Added ConnectionInfo constructor for the default port. by Jeff Thompson · 11 years ago
  10. c967108 Fix typo in comment. by Jeff Thompson · 11 years ago
  11. 10e3438 Change Transport connect to use the new ConnectionInfo object. by Jeff Thompson · 11 years ago
  12. a405697 In Transport, added getIsConnected by Jeff Thompson · 11 years ago
  13. 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
  14. c7e0744 Change receiveIsReady and processEvents to return immediately, with comment warnings that the caller needs to sleep to avoid using 100% CPU. by Jeff Thompson · 11 years ago
  15. a00f4eb In the destructor, free the memory allocated for elementReader_.partialData. by Jeff Thompson · 11 years ago
  16. 43d6c0a Added a virtual destructor. by Jeff Thompson · 11 years ago
  17. 432c8be Added support for processEvents to Transport and Face. Removed tempReceive. by Jeff Thompson · 11 years ago
  18. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  19. 94ddc27 To avoid warnings on some compilers added extra parens to if ((error = func())) by Jeff Thompson · 11 years ago
  20. 7098dd6 For now, in Transport, add virtual tempReceive by Jeff Thompson · 11 years ago
  21. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago
  22. 5796388 Added Transport close method by Jeff Thompson · 11 years ago
  23. b9e3c8e Major update to rename NDN class to Face by Jeff Thompson · 11 years ago
  24. 95a71b1 Fix typo: guard should be NDN_UDPTRANSPORT_HPP by Jeff Thompson · 11 years ago
  25. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  26. 60eaae3 In send, use const unsigned char * by Jeff Thompson · 11 years ago
  27. 3cd04e8 Change send to use const unsigned char *data by Jeff Thompson · 11 years ago
  28. b605b5d Change send to use const unsigned char * by Jeff Thompson · 11 years ago
  29. bc53c52 Added UdpTransport by Jeff Thompson · 11 years ago
  30. 5e275b4 In BinaryXMLElementReader, add a DynamicUCharArray to handle partial data by Jeff Thompson · 11 years ago
  31. 2ed62fb Added doc comment by Jeff Thompson · 11 years ago
  32. b002f90 Move the elementReader_ to a member of TcpTransport by Jeff Thompson · 11 years ago
  33. 7ed97c7 In tempReceive, disregard exceptions. by Jeff Thompson · 11 years ago
  34. caff7ef Fix comment typo 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. 0e72a16 Rename TcpTransport2.cpp to TcpTransport.cpp by Jeff Thompson · 11 years ago
  38. fcf347d Added Transport class by Jeff Thompson · 11 years ago