1. 7726ae5 face: make EthernetFace more robust against errors. by Davide Pesavento · 10 years ago
  2. 10783f2 EthernetFace: avoid putting the NIC in promiscuous mode if possible. by Davide Pesavento · 10 years ago
  3. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  4. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  5. 39cd633 face: use MAX_NDN_PACKET_SIZE constant from ndn-cxx by Junxiao Shi · 10 years ago
  6. 3ffe66d core: use ethernet::Address from ndn-cxx by Junxiao Shi · 10 years ago
  7. 6990e4c face: drop WebSocket message if the size is larger than maximum NDN packet size by Wentao Shang · 10 years ago
  8. cf1e6e7 core: use EventEmitter from ndn-cxx by Junxiao Shi · 10 years ago
  9. 306df5e build: compile websocketpp in C++11 by Wentao Shang · 10 years ago
  10. ab1e8f2 build: Always build in C++11 mode. by Davide Pesavento · 10 years ago
  11. f9c2bb1 mgmt: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
  12. 9873314 face: detect websocket connection failure using ping/pong messages. by Wentao Shang · 10 years ago
  13. 3f5655f face: Fix spurious assertion failure in StreamFace by Davide Pesavento · 10 years ago
  14. 86bc91a face: Allow trailing slash for UDP and TCP FaceUri's by Alexander Afanasyev · 10 years ago
  15. 4c1a078 face: increment link layer byte counters in EthernetFace by Davide Pesavento · 10 years ago
  16. e612e2f face: increment link layer byte counters in WebSocketFace by Wentao Shang · 10 years ago
  17. 5dd26c3 face: increment link layer byte counters in StreamFace and DatagramFace by Junxiao Shi · 10 years ago
  18. e5966b7 face: Serializing StreamFace::send(Interest|Data) operations using queue by Alexander Afanasyev · 10 years ago
  19. 632a620 mgmt: expose link layer counters in Face Dataset by Junxiao Shi · 10 years ago
  20. 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
  21. 33152f1 face: link layer byte counts in FaceCounters by Junxiao Shi · 10 years ago
  22. 29d1fab face: Avoid calls to socket::local_endpoint() by Alexander Afanasyev · 10 years ago
  23. 7465d5f face: Workaround to Boost.Asio bug 8795 with async_connect by Alexander Afanasyev · 10 years ago
  24. 3d36c2b face: handle exceptions in WebSocket sending path by Wentao Shang · 10 years ago
  25. 583760b face: Cleaning up onFail EventEmitter after event is fired from Face::fail by Alexander Afanasyev · 10 years ago
  26. a753058 face: remove pointless method UdpFace::handleFirstReceive by Davide Pesavento · 10 years ago
  27. 40c61f7 tools: Showing ExpirationPeriod if it is present in FaceStatus by Alexander Afanasyev · 10 years ago
  28. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 10 years ago
  29. d9479aa face: Fixing compilation failure with libpcap version 1.0.0 by Alexander Afanasyev · 10 years ago
  30. 0e76f62 face: disable path MTU discovery on unicast UDPv4 faces. by Davide Pesavento · 10 years ago
  31. 2aa4eca face: prevent creation of duplicate tcp/udp faces due to async calls by Steve DiBenedetto · 10 years ago
  32. 93ef6c9 test: basic unit-test for WebSocket face by Wentao Shang · 10 years ago
  33. dc01700 face: Switching to 2 sockets in MulticastUdpFace for sending and receiving by Alexander Afanasyev · 10 years ago
  34. cd591e1 face: Parametrizing DatagramFace to correct MulticastUdpFace logging by Alexander Afanasyev · 10 years ago
  35. 1886180 faces: Replace deadline_timer usage in TcpChannel with Scheduler-based events by Alexander Afanasyev · 10 years ago
  36. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 10 years ago
  37. 08d07a7 face: avoid multiple onFail events by Junxiao Shi · 10 years ago
  38. c87bbf8 face: "Closing" WebSocket face when WebSocket tunnel closes by Alexander Afanasyev · 10 years ago
  39. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 10 years ago
  40. 251f3c1 face: fire onFail event on WebSocket and Ethernet face close by Alexander Afanasyev · 10 years ago
  41. f4e89b4 src: Small improvements by Alexander Afanasyev · 10 years ago
  42. 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
  43. f0ae442 face: enable immediate mode for packet capture on EthernetFace. by Davide Pesavento · 10 years ago
  44. 53df163 face: Implement WebSocket channel, face, and factory. by Wentao Shang · 10 years ago
  45. 650028d face: Gracefully handle tlv::Error when received TLV block is malformed by Alexander Afanasyev · 10 years ago
  46. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 10 years ago
  47. 85b6b01 core: Adding workaround for missing <byteswap.h> on FreeBSD by Alexander Afanasyev · 10 years ago
  48. 6d7176d face: bugfix of MulticastUdpFace receiving packets from all available NICs on Linux by Giulio Grassi · 10 years ago
  49. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 10 years ago
  50. e22d8c8 face: UnixStreamChannel: improved handling of existing socket files. by Davide Pesavento · 10 years ago
  51. 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 10 years ago
  52. 1bdef28 build: update default CXXFLAGS. by Davide Pesavento · 10 years ago
  53. edae353 face: change default separator for ethernet::Address::toString() to ':' by Davide Pesavento · 10 years ago
  54. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 10 years ago
  55. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 10 years ago
  56. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 10 years ago
  57. 7949416 face: Face::getLocalUri by Junxiao Shi · 10 years ago
  58. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 10 years ago
  59. 98e29f4 core: delete deprecated getGlobalScheduler() API by Junxiao Shi · 10 years ago
  60. 7564d97 mgmt: refactor management modules to conform to NFD Management Protocol by Steve DiBenedetto · 10 years ago
  61. 53a6fd3 face: Implementing forgotten isListening() feature in TcpChannel by Alexander Afanasyev · 10 years ago
  62. 5a8d8d8 face: Remove reliance on exceptions during TLV decoding by Alexander Afanasyev · 10 years ago
  63. e463100 face: silence silly warning thrown by clang. by Davide Pesavento · 10 years ago
  64. d8d4d98 face: delete redundant protocol typedefs. by Davide Pesavento · 10 years ago
  65. 73c65d7 face: mark UnixStreamFace constructor explicit. by Davide Pesavento · 10 years ago
  66. b60cc12 face: use NetworkInterfaceInfo directly in EthernetFace. by Davide Pesavento · 10 years ago
  67. 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 10 years ago
  68. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 10 years ago
  69. 9eaeac7 face: enable promiscuous mode in Ethernet face. by Davide Pesavento · 10 years ago
  70. eee71fd face: Disable IPv4-mapping of IPv6 addresses in TCP and UDP channels by Alexander Afanasyev · 10 years ago
  71. 56fb597 face: Implementation of ethernet::Address::fromString() by Davide Pesavento · 10 years ago
  72. 69871f0 face: close idle Datagram faces by Giulio Grassi · 10 years ago
  73. 248d6bd core: add free function to enumerate network interfaces. by Davide Pesavento · 10 years ago
  74. 7e698e6 face: Incrementing Face counters by Alexander Afanasyev · 10 years ago
  75. 6f5ff63 face: Fixing a bug in UdpChannel with missing async_receive by Alexander Afanasyev · 10 years ago
  76. 69a3427 face: Fix bug when TcpChannel::handleSuccessfulConnect seem to be called before channel is acutally connected by Alexander Afanasyev · 10 years ago
  77. a39b90b face: Implementing Face::getUri() method by Alexander Afanasyev · 10 years ago
  78. 61e3cc5 faces: Channel base class by Junxiao Shi · 10 years ago
  79. a4f2be8 fw: FaceTable by Junxiao Shi · 10 years ago
  80. 624f6c6 face: UDP face/channel/factory by Giulio Grassi · 10 years ago
  81. 5f1ec25 face: Minor updates of TCP faces by Alexander Afanasyev · 10 years ago
  82. d665530 face: Adding new 'createFace' method in all Factories by Alexander Afanasyev · 10 years ago
  83. 0eb7065 face: Rename all ChannelFactories to protocol Factories by Alexander Afanasyev · 10 years ago
  84. 7329e02 face: Convert to use the global IO service by all ChannelFactories by Alexander Afanasyev · 10 years ago
  85. 0ff10db face: remove awkward Face::setLocal, use a constructor argument instead. by Davide Pesavento · 10 years ago
  86. ef968e1 face: Ignoring fireware interfaces (fw*) in EthernetChannelFactory by Alexander Afanasyev · 10 years ago
  87. 44deacc face: Ethernet{Face,ChannelFactory} implementation. by Davide Pesavento · 10 years ago
  88. 855bf29 face: Fix minor typo in TcpChannel method name. by Davide Pesavento · 10 years ago
  89. bfd31de build: Requiring boost >=1.48 during configure step by Alexander Afanasyev · 10 years ago
  90. c041ca3 core: global io_service and scheduler by Junxiao Shi · 10 years ago
  91. df3b438 face: NDNLP encoding change by Junxiao Shi · 10 years ago
  92. 7860d48 face: declare face counters by Junxiao Shi · 10 years ago
  93. 232c987 face: Implementing ip::address::is_loopback method for Boost <1.47 by Alexander Afanasyev · 10 years ago
  94. bd220a0 face: Implementation of encode/decode of LocalControlHeader by Alexander Afanasyev · 10 years ago
  95. c78b141 build: Detecting if UNIX socket is available and disabling it if it is not by Alexander Afanasyev · 10 years ago
  96. 9cec8ee face: Create the socket file in UnixStreamChannel world-writable. by Davide Pesavento · 10 years ago
  97. 93ce75e face: Fixing bug with InternalFace considered not local and changing "isLocal" method to be pure virtual by Alexander Afanasyev · 10 years ago
  98. 8cf83eb face: Face::setLocalControlHeaderFeature LLVM fix by Junxiao Shi · 10 years ago
  99. 16b8bc9 face: LocalControlHeader attributes by Junxiao Shi · 10 years ago
  100. c0d0591 face: fix warnings in NDNLP code by Junxiao Shi · 10 years ago