- 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
- 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