Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
a76bbc97eaab7d3d680d3c4413ea2e86ee8289b6
/
src
/
encoding
1a750b4
encoding: mark DEPRECATED on Block::fromBuffer overloads with output parameter
by Junxiao Shi
· 10 years ago
02a4bf3
encoding: change Block::fromBuffer return type
by Junxiao Shi
· 10 years ago
df5927e
encoding/meta-info: Delete deprecated MetaInfo::TYPE_*
by Spyridon Mastorakis
· 10 years ago
c759a20
management: add CachingPolicy to LocalControlHeader
by Jiewen Tan
· 10 years ago
7463389
encoding: Refactoring EncodingBuffer
by Alexander Afanasyev
· 10 years ago
2398911
encoding: delete deprecated Block(std::istream&) constructor
by Junxiao Shi
· 10 years ago
af99f46
src: Update copyright notices for files modified in 2015
by Alexander Afanasyev
· 10 years ago
81a6c5d
encoding: ensure Block is move constructible and assignable
by Junxiao Shi
· 10 years ago
c97d5d4
encoding: ensure Buffer is move constructible and assignable
by Junxiao Shi
· 10 years ago
65f1a71
management: ensure Element::Error inherits from tlv::Error
by Junxiao Shi
· 10 years ago
a464b92
meta-info: deprecate MetaInfo::TYPE_* constants
by Junxiao Shi
· 10 years ago
6486d52
name: Add support for ImplicitSha256DigestComponent
by Alexander Afanasyev
· 10 years ago
eb6ddc7
encoding: delete deprecated tlv::ConentType
by Junxiao Shi
· 10 years ago
468abc3
encoding: move MAX_NDN_PACKET_SIZE constant
by Junxiao Shi
· 10 years ago
dfe9c6b
Always build in C++11 mode.
by Davide Pesavento
· 10 years ago
4c53b0f
encoding: add missing include in nfd-constants.hpp
by Junxiao Shi
· 10 years ago
be54451
encoding: delete deprecated namespace ndn::Tlv
by Junxiao Shi
· 10 years ago
fc8aebb
management: add FaceQueryFilter type
by Chengyu Fan
· 10 years ago
36dca99
management: replace FaceFlags with individual fields
by Chengyu Fan
· 10 years ago
bc5030d
key-locator: KeyDigest
by Junxiao Shi
· 10 years ago
d1de397
encoding: Adding missing include
by Alexander Afanasyev
· 10 years ago
0866f51
face: Add ability to specify RIB flags for setInterestFilter and registerPrefix
by Alexander Afanasyev
· 10 years ago
54ce668
all: rename Tlv namespace to tlv for consistency
by Steve DiBenedetto
· 10 years ago
6a05b4b
transport: Serialize socket write operations
by Alexander Afanasyev
· 10 years ago
dbf3f70
management: Add RibEntry and Route data structures
by Vince Lehman
· 10 years ago
13e637f
management: link-layer byte counts in FaceStatus
by Junxiao Shi
· 10 years ago
9d9d599
security: Enable exporting/importing ECDSA key
by Yingdi Yu
· 10 years ago
ebfa4cb
security: Add SignatureSha256WithEcdsa
by Yingdi Yu
· 10 years ago
197e565
data: Optimize Data signing
by Alexander Afanasyev
· 10 years ago
e881e93
interest: Correcting encoding/decoding of Nonce field
by Alexander Afanasyev
· 10 years ago
c169a81
src: Switching to LGPL 3.0 license
by Alexander Afanasyev
· 10 years ago
4671bf7
management: Implementing ChannelStatus and StrategyChoice dataset abstractions
by Alexander Afanasyev
· 10 years ago
9c57818
src: Making use of DEPRECATED macro and updating library code not to use deprecated methods
by Alexander Afanasyev
· 10 years ago
258ec2b
src: Refactoring common.hpp and minimizing exposed includes
by Alexander Afanasyev
· 10 years ago
770827c
docs: Updating doxygen comments and minor update to normalize API
by Alexander Afanasyev
· 10 years ago
f73f063
src: Removing unnecessary use of cref() in concert with make_shared
by Alexander Afanasyev
· 10 years ago
b67090a
build+tests: Fixing c++11 mode compilation and correcting integrated test with faces
by Alexander Afanasyev
· 11 years ago
dfa52c4
docs: Updating documentation and license boilerplates in all files
by Alexander Afanasyev
· 11 years ago
2a7f720
exceptions: Make Tlv::Error a base class for all packet-processing exceptions
by Alexander Afanasyev
· 11 years ago
632e057
encoding: Initialized uninitialized variables to resolve the build issue referenced
by Mickey Sweatt
· 11 years ago
5f6c74f
management: NFD RIB Management
by Junxiao Shi
· 11 years ago
e52f4ef
encoding: Deriving Block::Error from Tlv::Error
by Yingdi Yu
· 11 years ago
fdbfc6d
src: Improving consistency and correcting code style
by Alexander Afanasyev
· 11 years ago
07ffe0d
encoding: silence gcc-4.8 overflow warnings.
by Davide Pesavento
· 11 years ago
b78bc4d
build: add -std=c++03 (in non C++11 mode) and -pedantic to the default CXXFLAGS
by Alexander Afanasyev
· 11 years ago
af8eeea
interest: Interest::matchesData function
by Junxiao Shi
· 11 years ago
482ccc5
build: suppress CryptoPP warnings
by Junxiao Shi
· 11 years ago
7b1ba1a
management: add LocalUri field to nfd::FaceStatus and nfd::FaceEventNotification
by Junxiao Shi
· 11 years ago
5109dee
management: nfd::ForwarderStatus
by Junxiao Shi
· 11 years ago
21ef239
encoding: fix strict-aliasing warning and extending TLV test cases
by Alexander Afanasyev
· 11 years ago
1dd95c5
src: Enabling -Werror in debug mode and some style updates
by Alexander Afanasyev
· 11 years ago
a465e97
src: Code style corrections in Block and Buffer
by Alexander Afanasyev
· 11 years ago
bc19b37
management: nfd::ControlParameters
by Junxiao Shi
· 11 years ago
937aa78
decoding+transport: Exception-safe Block parsing
by Alexander Afanasyev
· 11 years ago
2c75331
management: Adding FaceFlags into nfd::FaceEventNotification
by Alexander Afanasyev
· 11 years ago
63ab084
encoding: Fixing bug in one of the Block constructors
by Alexander Afanasyev
· 11 years ago
44b438a
management: Adding nfd::FaceEventNotification data structure
by Alexander Afanasyev
· 11 years ago
aa0e7da
all: Refactoring work with time using boost::chrono
by Alexander Afanasyev
· 11 years ago
28908b7
management: NFD Status
by Junxiao Shi
· 11 years ago
f8cf188
tlv: added FIB enumeration protocol TLVs
by Steve DiBenedetto
· 11 years ago
7d160f2
nfdc: strategy-choice, Adding StrategyChoiceManagementOptions
by hilata
· 11 years ago
c145d49
tlv, name: add missing FaceEventKind TLV, deprecate Name::appendVersion/Segment
by Steve DiBenedetto
· 11 years ago
7dedbf4
tlv: added FaceStatus event TLV types
by Steve DiBenedetto
· 11 years ago
2d0b457
encoding: Ensuring minimal-length encoding for nonNegativeInteger
by Alexander Afanasyev
· 11 years ago
8dceb1d
security: Export/Import Identity from/into KeyChain
by Yingdi Yu
· 11 years ago
a99e37e
management: nfdc support and link error fix
by hilata
· 11 years ago
5964fb7
management: Making LocalControlHeader encoding independent of Interest/Data wire
by Alexander Afanasyev
· 11 years ago
0553cd5
management: Implementing nrd::PrefixRegOptions for NRD Face management protocol
by Alexander Afanasyev
· 11 years ago
6d48bc1
management: Finalizing LocalControlHeader implementation
by Alexander Afanasyev
· 11 years ago
f9fa52f
management: Add support to local control header.
by Yingdi Yu
· 11 years ago
809805d
encoding: Optimized Data packet encoding, preparation for memory-efficient signing operation
by Alexander Afanasyev
· 11 years ago
c348f83
encoding: Optimized encoding of Interest and related data structures
by Alexander Afanasyev
· 11 years ago
1515131
encoding: Extending Block and EncodingBuffer interfaces
by Alexander Afanasyev
· 11 years ago
233750e
encoding: Fixing bugs in EncodingBlock and Block
by Alexander Afanasyev
· 11 years ago
4b45628
tlv: Another set of changes to update TLV type re-assignment
by Alexander Afanasyev
· 11 years ago
95b0e34
data: Implementing FinalBlockId in Data packet's MetaInfo section
by Alexander Afanasyev
· 11 years ago
d337049
management: Add FaceManagementOptions
by Yingdi Yu
· 11 years ago
6835ad8
tlv: !!! MAJOR CHANGE !!! Changed TLV codes
by Alexander Afanasyev
· 11 years ago
29e5c3d
encoding: Fixing Block (and as a result Name) encoding bugs
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
9c7ed11
src: Fixing signed/unsigned comparison warnings and removing all warning-suppressing pragmas
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
7794921
fast-encoding: implement fast encoding for Name, NameComponent and FibManagementOptions, including test case.
by Wentao Shang
· 11 years ago
196b9aa
data: Ensure that content block always exists, even content wasn't set explicitly
by Alexander Afanasyev
· 11 years ago
eaf105c
nfd-control: Adding class of ControlResponse
by Alexander Afanasyev
· 11 years ago
4270f20
security: Adding supports to signed interest
by Yingdi Yu
· 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
2715839
encoding: Construct Block from istream
by Yingdi Yu
· 11 years ago
61ec272
renaming: ndn-cpp to ndn-cpp-dev
by Yingdi Yu
· 11 years ago
54467af
build: Fixing gcc compilation
by Alexander Afanasyev
· 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
Next »