Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
60607c734d6a4699f2921e6e0ba2ac418f0f8c50
/
daemon
/
face
10783f2
EthernetFace: avoid putting the NIC in promiscuous mode if possible.
by Davide Pesavento
· 11 years ago
b499a60
core: ignore non-Ethernet AF_LINK addresses when enumerating NICs.
by Davide Pesavento
· 10 years ago
a1937bf
core: use FaceUri from ndn-cxx
by Junxiao Shi
· 10 years ago
39cd633
face: use MAX_NDN_PACKET_SIZE constant from ndn-cxx
by Junxiao Shi
· 10 years ago
3ffe66d
core: use ethernet::Address from ndn-cxx
by Junxiao Shi
· 10 years ago
6990e4c
face: drop WebSocket message if the size is larger than maximum NDN packet size
by Wentao Shang
· 10 years ago
cf1e6e7
core: use EventEmitter from ndn-cxx
by Junxiao Shi
· 10 years ago
306df5e
build: compile websocketpp in C++11
by Wentao Shang
· 10 years ago
ab1e8f2
build: Always build in C++11 mode.
by Davide Pesavento
· 10 years ago
f9c2bb1
mgmt: replace FaceFlags with individual fields
by Chengyu Fan
· 10 years ago
9873314
face: detect websocket connection failure using ping/pong messages.
by Wentao Shang
· 10 years ago
3f5655f
face: Fix spurious assertion failure in StreamFace
by Davide Pesavento
· 10 years ago
86bc91a
face: Allow trailing slash for UDP and TCP FaceUri's
by Alexander Afanasyev
· 10 years ago
4c1a078
face: increment link layer byte counters in EthernetFace
by Davide Pesavento
· 10 years ago
e612e2f
face: increment link layer byte counters in WebSocketFace
by Wentao Shang
· 10 years ago
5dd26c3
face: increment link layer byte counters in StreamFace and DatagramFace
by Junxiao Shi
· 10 years ago
e5966b7
face: Serializing StreamFace::send(Interest|Data) operations using queue
by Alexander Afanasyev
· 10 years ago
632a620
mgmt: expose link layer counters in Face Dataset
by Junxiao Shi
· 10 years ago
7b984c6
face: reserved FaceIds and NullFace
by Junxiao Shi
· 10 years ago
33152f1
face: link layer byte counts in FaceCounters
by Junxiao Shi
· 10 years ago
29d1fab
face: Avoid calls to socket::local_endpoint()
by Alexander Afanasyev
· 10 years ago
7465d5f
face: Workaround to Boost.Asio bug 8795 with async_connect
by Alexander Afanasyev
· 10 years ago
3d36c2b
face: handle exceptions in WebSocket sending path
by Wentao Shang
· 10 years ago
583760b
face: Cleaning up onFail EventEmitter after event is fired from Face::fail
by Alexander Afanasyev
· 10 years ago
a753058
face: remove pointless method UdpFace::handleFirstReceive
by Davide Pesavento
· 10 years ago
40c61f7
tools: Showing ExpirationPeriod if it is present in FaceStatus
by Alexander Afanasyev
· 10 years ago
e515f0a
face: Moving idle UdpFace closing logic to UdpFace class
by Alexander Afanasyev
· 10 years ago
d9479aa
face: Fixing compilation failure with libpcap version 1.0.0
by Alexander Afanasyev
· 10 years ago
0e76f62
face: disable path MTU discovery on unicast UDPv4 faces.
by Davide Pesavento
· 10 years ago
2aa4eca
face: prevent creation of duplicate tcp/udp faces due to async calls
by Steve DiBenedetto
· 10 years ago
93ef6c9
test: basic unit-test for WebSocket face
by Wentao Shang
· 10 years ago
dc01700
face: Switching to 2 sockets in MulticastUdpFace for sending and receiving
by Alexander Afanasyev
· 10 years ago
cd591e1
face: Parametrizing DatagramFace to correct MulticastUdpFace logging
by Alexander Afanasyev
· 10 years ago
1886180
faces: Replace deadline_timer usage in TcpChannel with Scheduler-based events
by Alexander Afanasyev
· 10 years ago
ef04f27
face, mgmt: add channel status dataset publisher
by Steve DiBenedetto
· 10 years ago
08d07a7
face: avoid multiple onFail events
by Junxiao Shi
· 10 years ago
c87bbf8
face: "Closing" WebSocket face when WebSocket tunnel closes
by Alexander Afanasyev
· 10 years ago
5959b01
mgmt: Reinitialize multicast faces and partially reload config file on HUP signal
by Alexander Afanasyev
· 10 years ago
251f3c1
face: fire onFail event on WebSocket and Ethernet face close
by Alexander Afanasyev
· 10 years ago
f4e89b4
src: Small improvements
by Alexander Afanasyev
· 10 years ago
f698028
src: Remove unnecessary uses of boost::cref in make_shared and replace boost::cref/boost::ref with just cref/ref
by Alexander Afanasyev
· 10 years ago
f0ae442
face: enable immediate mode for packet capture on EthernetFace.
by Davide Pesavento
· 11 years ago
53df163
face: Implement WebSocket channel, face, and factory.
by Wentao Shang
· 11 years ago
650028d
face: Gracefully handle tlv::Error when received TLV block is malformed
by Alexander Afanasyev
· 11 years ago
4a77136
build: == Dependency change == NFD now depends on ndn-cxx library
by Alexander Afanasyev
· 11 years ago
85b6b01
core: Adding workaround for missing <byteswap.h> on FreeBSD
by Alexander Afanasyev
· 11 years ago
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
Next »