Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
54e4eafa1ad3fa83508c847a6c17ea3571e3658c
/
daemon
/
face
6d7176d
face: bugfix of MulticastUdpFace receiving packets from all available NICs on Linux
by Giulio Grassi
· 11 years ago
613e2a9
src: Reorganizing source code in preparation to merge NRD code
by Alexander Afanasyev
· 11 years ago
e22d8c8
face: UnixStreamChannel: improved handling of existing socket files.
by Davide Pesavento
· 11 years ago
885a85b
build+face: Fixing regression that broke ethernet support
by Alexander Afanasyev
· 11 years ago
1bdef28
build: update default CXXFLAGS.
by Davide Pesavento
· 11 years ago
edae353
face: change default separator for ethernet::Address::toString() to ':'
by Davide Pesavento
· 11 years ago
9bcbc7c
docs: Update of copyright and license statement in all .hpp and .cpp files
by Alexander Afanasyev
· 11 years ago
ca53ac6
face, mgmt: improve face creation failure and bad URI handling
by Steve DiBenedetto
· 11 years ago
6e69432
face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification
by Junxiao Shi
· 11 years ago
7949416
face: Face::getLocalUri
by Junxiao Shi
· 11 years ago
bf6a93d
core: change logging from environment variable to configuration file-based
by Steve DiBenedetto
· 11 years ago
98e29f4
core: delete deprecated getGlobalScheduler() API
by Junxiao Shi
· 11 years ago
7564d97
mgmt: refactor management modules to conform to NFD Management Protocol
by Steve DiBenedetto
· 11 years ago
53a6fd3
face: Implementing forgotten isListening() feature in TcpChannel
by Alexander Afanasyev
· 11 years ago
5a8d8d8
face: Remove reliance on exceptions during TLV decoding
by Alexander Afanasyev
· 11 years ago
e463100
face: silence silly warning thrown by clang.
by Davide Pesavento
· 11 years ago
d8d4d98
face: delete redundant protocol typedefs.
by Davide Pesavento
· 11 years ago
73c65d7
face: mark UnixStreamFace constructor explicit.
by Davide Pesavento
· 11 years ago
b60cc12
face: use NetworkInterfaceInfo directly in EthernetFace.
by Davide Pesavento
· 11 years ago
355c066
face: Implementing new "isOnDemand" flag
by Alexander Afanasyev
· 11 years ago
eb3197f
all: Update code to compile with latest time-related changes in ndn-cpp-dev library
by Alexander Afanasyev
· 11 years ago
9eaeac7
face: enable promiscuous mode in Ethernet face.
by Davide Pesavento
· 11 years ago
eee71fd
face: Disable IPv4-mapping of IPv6 addresses in TCP and UDP channels
by Alexander Afanasyev
· 11 years ago
56fb597
face: Implementation of ethernet::Address::fromString()
by Davide Pesavento
· 11 years ago
69871f0
face: close idle Datagram faces
by Giulio Grassi
· 11 years ago
248d6bd
core: add free function to enumerate network interfaces.
by Davide Pesavento
· 11 years ago
7e698e6
face: Incrementing Face counters
by Alexander Afanasyev
· 11 years ago
6f5ff63
face: Fixing a bug in UdpChannel with missing async_receive
by Alexander Afanasyev
· 11 years ago
69a3427
face: Fix bug when TcpChannel::handleSuccessfulConnect seem to be called before channel is acutally connected
by Alexander Afanasyev
· 11 years ago
a39b90b
face: Implementing Face::getUri() method
by Alexander Afanasyev
· 11 years ago
61e3cc5
faces: Channel base class
by Junxiao Shi
· 11 years ago
a4f2be8
fw: FaceTable
by Junxiao Shi
· 11 years ago
624f6c6
face: UDP face/channel/factory
by Giulio Grassi
· 11 years ago
5f1ec25
face: Minor updates of TCP faces
by Alexander Afanasyev
· 11 years ago
d665530
face: Adding new 'createFace' method in all Factories
by Alexander Afanasyev
· 11 years ago
0eb7065
face: Rename all ChannelFactories to protocol Factories
by Alexander Afanasyev
· 11 years ago
7329e02
face: Convert to use the global IO service by all ChannelFactories
by Alexander Afanasyev
· 11 years ago
0ff10db
face: remove awkward Face::setLocal, use a constructor argument instead.
by Davide Pesavento
· 11 years ago
ef968e1
face: Ignoring fireware interfaces (fw*) in EthernetChannelFactory
by Alexander Afanasyev
· 11 years ago
44deacc
face: Ethernet{Face,ChannelFactory} implementation.
by Davide Pesavento
· 11 years ago
855bf29
face: Fix minor typo in TcpChannel method name.
by Davide Pesavento
· 11 years ago
bfd31de
build: Requiring boost >=1.48 during configure step
by Alexander Afanasyev
· 11 years ago
c041ca3
core: global io_service and scheduler
by Junxiao Shi
· 11 years ago
df3b438
face: NDNLP encoding change
by Junxiao Shi
· 11 years ago
7860d48
face: declare face counters
by Junxiao Shi
· 11 years ago
232c987
face: Implementing ip::address::is_loopback method for Boost <1.47
by Alexander Afanasyev
· 11 years ago
bd220a0
face: Implementation of encode/decode of LocalControlHeader
by Alexander Afanasyev
· 11 years ago
c78b141
build: Detecting if UNIX socket is available and disabling it if it is not
by Alexander Afanasyev
· 11 years ago
9cec8ee
face: Create the socket file in UnixStreamChannel world-writable.
by Davide Pesavento
· 11 years ago
93ce75e
face: Fixing bug with InternalFace considered not local and changing "isLocal" method to be pure virtual
by Alexander Afanasyev
· 11 years ago
8cf83eb
face: Face::setLocalControlHeaderFeature LLVM fix
by Junxiao Shi
· 11 years ago
16b8bc9
face: LocalControlHeader attributes
by Junxiao Shi
· 11 years ago
c0d0591
face: fix warnings in NDNLP code
by Junxiao Shi
· 11 years ago
ba558e7
stream-face: invoke shutdown() before closing the socket.
by Davide Pesavento
· 11 years ago
bc4dd8c
face: UnixStream{Face,Channel,ChannelFactory} implementation.
by Davide Pesavento
· 11 years ago
d6dcd2c
face: NDNLP partial message store
by Junxiao Shi
· 11 years ago
9b0d3e9
face: NDNLP slicer
by Junxiao Shi
· 11 years ago
8888449
fw: /localhost scope control for incoming Interest
by Junxiao Shi
· 11 years ago
b9f6e43
face: Fixing a silly bug with m_inputBufferSize being uninitialized in StreamFace
by Alexander Afanasyev
· 11 years ago
a0a10fb
face: Implementing close operation and many related fixes in TcpFace and TcpChannel
by Alexander Afanasyev
· 11 years ago
d7228c0
face: Small issue with TcpChannelFactory (error from gcc-4.2.1)
by Alexander Afanasyev
· 11 years ago
d6cf455
face: Fix bug with EventEmitter usage
by Alexander Afanasyev
· 11 years ago
a16abd2
face/tcp: Fixing multiple accept on a channel
by Alexander Afanasyev
· 11 years ago
3958b01
face/tcp: Fixing TcpChannel and TcpFace implementation and enable basic logging in both
by Alexander Afanasyev
· 11 years ago
46f6647
face: Fixing a small bug
by Alexander Afanasyev
· 11 years ago
8c8d218
fw: integrate forwarder, strategy, tables
by Junxiao Shi
· 11 years ago
7f02c1e
core: move event-emitter to core
by Junxiao Shi
· 11 years ago
18bbf81
src: Changing namespace ndn to namespace nfd
by Alexander Afanasyev
· 11 years ago
334b714
face/tcp: Add map of remoteEndpoint-Face within channel
by Alexander Afanasyev
· 11 years ago
d32cb96
face/tcp: Implementing mock version of TcpFace
by Alexander Afanasyev
· 11 years ago
855a53c
face/tcp: Adding success/fail callbacks for TCP channel connect/listen
by Alexander Afanasyev
· 11 years ago
8ad71ba
face/tcp: Implementing accepting and establishing connections with TCP Channel
by Alexander Afanasyev
· 11 years ago
a9034b0
face: Skeleton implementation for the TCP protocol (face, channel, factory)
by Alexander Afanasyev
· 11 years ago
32bfeb3
abstract Face class
by Junxiao Shi
· 11 years ago
2c29f3a
face: declare Face class and FaceId type
by Junxiao Shi
· 11 years ago