Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
d1b5c41ec593220f51cf75da598d98c7772b1c22
/
src
« Previous
29e5c3d
encoding: Fixing Block (and as a result Name) encoding bugs
by Alexander Afanasyev
· 11 years ago
d79fc2a
management: Fix exception handling in nfd::Controller
by Alexander Afanasyev
· 11 years ago
10257b1
interest: Add setExclude function for Interest abstraction
by chenatu
· 11 years ago
0222fba
api: Major API change. OnInterest/OnData callbacks now use just references, not shared pointers
by Alexander Afanasyev
· 11 years ago
e289b53
face: Implementing nfd::Controller
by Alexander Afanasyev
· 11 years ago
380420b
name: Converting name to use EncodingBuffer
by Alexander Afanasyev
· 11 years ago
c8823bc
face: Refactored code to set interest filter
by Alexander Afanasyev
· 11 years ago
e2dcdfd
build: Experimental support to build using precompiled headers
by Alexander Afanasyev
· 11 years ago
5b60f70
sqlite3: Enabling option to disable filesystem locking (POSIX advisory locks)
by Alexander Afanasyev
· 11 years ago
9c7ed11
src: Fixing signed/unsigned comparison warnings and removing all warning-suppressing pragmas
by Alexander Afanasyev
· 11 years ago
52eb20d
name: Fixes and improvements in Name and name::Component classes
by Alexander Afanasyev
· 11 years ago
035c7b4
exclude: Fixes of Exclude and adding unit tests for the exclude filter
by Alexander Afanasyev
· 11 years ago
95e8c2f
name: Optimization of Name implementation
by Alexander Afanasyev
· 11 years ago
8ea763d
encoding: Fixes in Block: using std::vector for subblocks and allowing block with empty value
by Alexander Afanasyev
· 11 years ago
187bc48
encoding: Allow creation of a Block from EncodingBuffer
by Alexander Afanasyev
· 11 years ago
217325b
encoding: Extended version of EncodingBuffer (allow buffer length estimation)
by Alexander Afanasyev
· 11 years ago
a4e5767
interest+data: Add incomingFaceId into Interest and Data.
by Yingdi Yu
· 11 years ago
e9fdb80
face: Fixing face registration protocol by ensuring uniqueness of each command interest
by Alexander Afanasyev
· 11 years ago
f2a8209
util: Fix rescheduling and add test case.
by Yingdi Yu
· 11 years ago
2b2b479
security: Explicitly request password to unlock keychain
by Yingdi Yu
· 11 years ago
7794921
fast-encoding: implement fast encoding for Name, NameComponent and FibManagementOptions, including test case.
by Wentao Shang
· 11 years ago
ab13655
util: fix "delete event in the same event" bug in scheduler.
by Yingdi Yu
· 11 years ago
7056ce8
security: Fix a bug in generating new key id.
by Yingdi Yu
· 11 years ago
9a33535
security: Fix a bug of Validator, making checkPolicy methods pure abstract
by Yingdi Yu
· 11 years ago
196b9aa
data: Ensure that content block always exists, even content wasn't set explicitly
by Alexander Afanasyev
· 11 years ago
73f428d
management: fix include name.hpp
by Steve DiBenedetto
· 11 years ago
274f2b0
src: Fixing several includes
by Alexander Afanasyev
· 11 years ago
6ac9798
security: Merging SecPolicy into Validator (previously Verifier)
by Yingdi Yu
· 11 years ago
0d92081
face: Expose ioService from Node and Face.
by Yingdi Yu
· 11 years ago
4d5e1de
nfd-control: Implementation of FibManagementOptions data structure
by Wentao Shang
· 11 years ago
eaf105c
nfd-control: Adding class of ControlResponse
by Alexander Afanasyev
· 11 years ago
3715f8d
security: Adding SecPolicyRegex and related rules
by Yingdi Yu
· 11 years ago
7640cb3
security: Adding CertificateCache and CertificateCacheTtl
by Yingdi Yu
· 11 years ago
5e97420
util: Adding regex support.
by Yingdi Yu
· 11 years ago
28fd32f
security: Adding delete methods in KeyChain
by Yingdi Yu
· 11 years ago
4270f20
security: Adding supports to signed interest
by Yingdi Yu
· 11 years ago
e07e339
security: Enabling SignedInterest processing in SecPolicy and Verifier.
by Yingdi Yu
· 11 years ago
f646889
util: Importing scheduler, originally implemented in NFD
by Alexander Afanasyev
· 11 years ago
1950885
build+src: Updating common.hpp to import (std|boost)::(shared_ptr|function|...) into ndn namespace
by Alexander Afanasyev
· 11 years ago
09c613f
src: Another round of source updates: moving all headers close to implementation files
by Alexander Afanasyev
· 11 years ago
1e0a077
build: Fixing build and unit tests
by Alexander Afanasyev
· 11 years ago
d409d59
build: Finalizing waf building system (removing legacy code)
by Alexander Afanasyev
· 11 years ago
0b9c315
security: Changing file operation code in SecPublicInfoSqlite to use boost::filesystem.
by Yingdi Yu
· 11 years ago
20d2c58
transport: Implementing TcpTransport
by Alexander Afanasyev
· 11 years ago
fb44c97
node: Need to explicitly specify MustBeFresh, othewise subsequent self-registrations will not work
by Alexander Afanasyev
· 11 years ago
b790d95
face+node: Improving async operations
by Alexander Afanasyev
· 11 years ago
6e9fc18
node: Fix of getting a pointer to the static member function (& necessary for some compilers)
by Jeff Thompson
· 11 years ago
874678f
security: Hiding sqlite3 from the header of SecPublicInfoSqlite
by Yingdi Yu
· 11 years ago
afc45a9
name: Added compare and comparison operators. Remove breadthFirstLess
by Jeff Thompson
· 11 years ago
0402092
security: Changing security storage location. Adding test case
by Yingdi Yu
· 11 years ago
2d9c50f
security: Adding SecTpmFile which a pure file based "TPM".
by Yingdi Yu
· 11 years ago
3c5887c
security: Moving signInTpm(Data& data, ...) from SecTpm to KeyChain.
by Yingdi Yu
· 11 years ago
2715839
encoding: Construct Block from istream
by Yingdi Yu
· 11 years ago
19dea68
c/util: Correcting qualifiers for memory operations
by Alexander Afanasyev
· 11 years ago
61ec272
renaming: ndn-cpp to ndn-cpp-dev
by Yingdi Yu
· 11 years ago
929e86d
interest/tlv: Do not encode InterestLifetime if it has default value (4sec)
by Alexander Afanasyev
· 11 years ago
8995f54
node+transport: Fixing bug that prevented reconnection to the forwarder after being disconnected for some reason
by Alexander Afanasyev
· 11 years ago
b4bb85a
security: renaming methods
by Yingdi Yu
· 11 years ago
4f32463
security: renaming PolicyManager classess to SecPolicy___ and re-organize security file layout
by Yingdi Yu
· 11 years ago
ea23f57
security: Fixing bug with signing in SecTpmOsx
by Alexander Afanasyev
· 11 years ago
88663af
security: fixing bugs and adding methods
by Yingdi Yu
· 11 years ago
8758158
security: renaming sub-classess of SecPublicInfo and SecTpm and adapting corresponding interfaces
by Yingdi Yu
· 11 years ago
31b4af2
security: refactoring KeyChain and related classess
by Yingdi Yu
· 11 years ago
913b0c7
security: Changing Verifier::verifySignature method to be more generalized, so that users can avoid explicit exception processing
by Yingdi Yu
· 11 years ago
2abd73f
security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces
by Yingdi Yu
· 11 years ago
94a356e
c/util: Making util/crypto.h a public header
by Alexander Afanasyev
· 11 years ago
7b4a7fc
name+data: Small improvements
by Alexander Afanasyev
· 11 years ago
50ca627
transport/unix: Fixing segfault due to errorneous creation of multiple UnixTransport::Impl instances
by Alexander Afanasyev
· 11 years ago
bc343ef
node: Implement prefix 'unreg' when interest filter is unset
by Alexander Afanasyev
· 11 years ago
0102be9
transport/unix: Implementing connect timeout
by Alexander Afanasyev
· 11 years ago
f75a0aa
node: Extending processEvents API to allow processing thread management flexibility
by Alexander Afanasyev
· 11 years ago
bf08211
node: Ensure that processEvents blocks only if there are active events
by Alexander Afanasyev
· 11 years ago
54467af
build: Fixing gcc compilation
by Alexander Afanasyev
· 11 years ago
d155da4
build: Conditional enabling of osx-private-key-storage compilation
by Alexander Afanasyev
· 11 years ago
bdfa624
security: Change default osx keychain from NDN to login
by Yingdi Yu
· 11 years ago
8548084
binary-xml-wire-format: Partial enabling of binary-xml-wire-format
by Alexander Afanasyev
· 11 years ago
736708b
build: Fixing and suppressing all warnings
by Alexander Afanasyev
· 11 years ago
4440290
security+tests: Temporarily disable broken code
by Alexander Afanasyev
· 11 years ago
6be1a6a
security+node: Fixing includes and removing deprecated files
by Alexander Afanasyev
· 11 years ago
3c03420
transport/unix: Fixing compilation in c++11 mode
by Alexander Afanasyev
· 11 years ago
fab95ed
security: Final fixes for (basic-)identity-storage
by Alexander Afanasyev
· 11 years ago
5d7db8e
face-management-protocol: Add abstraction for FaceInstance
by Alexander Afanasyev
· 11 years ago
bd5ba40
security: Change in KeyChain creation API
by Alexander Afanasyev
· 11 years ago
04b22a9
security: Signature interface change and initial fixes for OSX private key store
by Alexander Afanasyev
· 11 years ago
e1b7a5d
node: Small complication to allow (in future) aggregation of Face processing threads
by Alexander Afanasyev
· 11 years ago
3ae2da2
node+transport: Improving async operations and error reporting
by Alexander Afanasyev
· 11 years ago
a557d5a
face: Extending Face interface to support ``put`` call
by Alexander Afanasyev
· 11 years ago
328e23d
transport/unix: Adding complex logic to handle streamed data
by Alexander Afanasyev
· 11 years ago
e0c02f5
node+face-management-protocol: Finalizing prefix registration (selfreg)
by Alexander Afanasyev
· 11 years ago
1837187
node+face-management-protocol: Adding StatusResponse to the Tlv::FaceManagement
by Alexander Afanasyev
· 11 years ago
b24a68a
node: Fixing "bugs": default interest timeout not infitine; ndnid fetcher was doing hash calculation over the wrong data set
by Alexander Afanasyev
· 11 years ago
840139f
interest: auto-generating random nonce if not set
by Alexander Afanasyev
· 11 years ago
7910049
node: Enable empty signature for prefix self-registration request
by Alexander Afanasyev
· 11 years ago
2a74276
name: Updating toEscapedString interface
by Alexander Afanasyev
· 11 years ago
ff0a394
interest: Update TLV encoding/decoding
by Alexander Afanasyev
· 11 years ago
277f469
data: Update TLV encoding/decoding
by Alexander Afanasyev
· 11 years ago
4ff3c91
data: Add ability to print out information about Data packet using std::ostream
by Alexander Afanasyev
· 11 years ago
594cdb2
name: Two more append methods
by Alexander Afanasyev
· 11 years ago
e64788e
security: Continue porting security elements to the updated framework
by Alexander Afanasyev
· 11 years ago
b695b95
security: Adapting memory-based identity storage
by Alexander Afanasyev
· 11 years ago
Next »