Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
1656e6a7e7d671eaab2e04cc4c11ebb6a2aac98c
/
ndn-cpp
/
transport
/
tcp-transport.hpp
1656e6a
Code style: Declare (Type& value) instead of (Type &value)
by Jeff Thompson
· 11 years ago
d1427fb
Cody style: Replace init with initialize.
by Jeff Thompson
· 11 years ago
6ac3c0c
Use default parameters in constructors.
by Jeff Thompson
· 11 years ago
b2c01a3
Added ConnectionInfo constructor for the default port.
by Jeff Thompson
· 11 years ago
c967108
Fix typo in comment.
by Jeff Thompson
· 11 years ago
10e3438
Change Transport connect to use the new ConnectionInfo object.
by Jeff Thompson
· 11 years ago
a405697
In Transport, added getIsConnected
by Jeff Thompson
· 11 years ago
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
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
a00f4eb
In the destructor, free the memory allocated for elementReader_.partialData.
by Jeff Thompson
· 11 years ago
432c8be
Added support for processEvents to Transport and Face. Removed tempReceive.
by Jeff Thompson
· 11 years ago
2d27e2f
Convert tabs to spaces.
by Jeff Thompson
· 11 years ago
5341219
Major code style change to rename all files to lower case.
by Jeff Thompson
· 11 years ago
[Renamed (86%) from ndn-cpp/transport/TcpTransport.hpp]
5796388
Added Transport close method
by Jeff Thompson
· 11 years ago
b9e3c8e
Major update to rename NDN class to Face
by Jeff Thompson
· 11 years ago
f0fea00
Code style: Rename BinaryXML to BinaryXml
by Jeff Thompson
· 11 years ago
b605b5d
Change send to use const unsigned char *
by Jeff Thompson
· 11 years ago
2ed62fb
Added doc comment
by Jeff Thompson
· 11 years ago
b002f90
Move the elementReader_ to a member of TcpTransport
by Jeff Thompson
· 11 years ago
0cb7aee
Pass the NDN object to connect. Added TcpTransport::tempReceive()
by Jeff Thompson
· 11 years ago
beb8b7d
Pass host and port to NDN constructor and Transport::connect
by Jeff Thompson
· 11 years ago
fcf347d
Added Transport class
by Jeff Thompson
· 11 years ago