Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
f4585af557346d177b1ef68716bbf3e70dc505c8
/
ndn-cpp
/
node.cpp
f4585af
Move publisherPublicKeyDigest and keyLocator from MetaInfo to Signature.
by Jeff Thompson
· 11 years ago
fec716d
Renamed SignedInfo to MetaInfo (except for encoding binary XML).
by Jeff Thompson
· 11 years ago
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
7a57f67
Fix bug in getEntryForRegisteredPrefix: properly check size of registeredPrefixTable_.
by Jeff Thompson
· 11 years ago
9cc4be4
Finish implementing registerPrefix.
by Jeff Thompson
· 11 years ago
7a67cb6
Move key-chain to security subdirectory.
by Jeff Thompson
· 11 years ago
fb29cda
Move the default parameters for methods from Node to Face.
by Jeff Thompson
· 11 years ago
86507bc
Added preliminary code for registerPrefix.
by Jeff Thompson
· 11 years ago
4fe4551
Added expressInterest which takes the Interest directly.
by Jeff Thompson
· 11 years ago
7aec025
Major change: in expressInterest, remove the Closure class and use function objects for onData and onTimeout.
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
b09fcc1
Fix typo for include node.hpp
by Jeff Thompson
· 11 years ago
8b173cc
Make onReceivedElement take const unsigned char *
by Jeff Thompson
· 11 years ago
48917f0
Update processEvents to check for timeout. Make PitEntry take a const Interest pointer.
by Jeff Thompson
· 11 years ago
557b81e
Added PitEntry and make expressInterest use the PIT.
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