1. 52ae329 tests: remove reliance of other tests on WITH_TESTS by Eric Newberry · 7 years ago
  2. 84dd4ca Prepare release 0.6.0 by Alexander Afanasyev · 7 years ago NFD-0.6.0
  3. b522070 build: Add -isystem and set specialized flags as a last configuration step by Alexander Afanasyev · 7 years ago
  4. a5765d6 core: delete NetworkInterfaceInfo class by Junxiao Shi · 7 years ago
  5. fe0580c face: introduce PcapHelper class by Davide Pesavento · 7 years ago
  6. 05dd444 tools: nfdc face destroy command by Junxiao Shi · 8 years ago
  7. 19e2e6d docs+build: Prepare release 0.5.1 by Alexander Afanasyev · 8 years ago NFD-0.5.1
  8. 81a9a86 ci: speed up code-coverage jobs by Eric Newberry · 8 years ago
  9. 6c13562 tools: nfdc help command by Junxiao Shi · 8 years ago
  10. 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  11. 27bdd1a build: load sanitizers last in wscript to prevent Boost link failure by Eric Newberry · 8 years ago
  12. 6701911 docs+build: Prepare for version 0.5.0 release by Alexander Afanasyev · 8 years ago NFD-0.5.0
  13. aaa5dd3 tests: add callgrind start/stop macros in benchmark programs by Davide Pesavento · 8 years ago
  14. 67f3027 build: add waf-tool to simplify building with AddressSanitizer & friends by Davide Pesavento · 8 years ago
  15. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  16. cb27ea8 build: Fix build issue with Boost.Asio on Ubuntu+clang by Eric Newberry · 8 years ago
  17. 3d1874a build: Adjust order of link flags by Alexander Afanasyev · 8 years ago
  18. f5aee94 tests: fix running with non-root user by Weiwei Liu · 9 years ago
  19. e0d71b0 build+tests: Correct detection of privilege elevation/drop and the corresponding test case by Alexander Afanasyev · 8 years ago
  20. ab49745 core: use Boost.Log for logging by Yumin Xia · 8 years ago
  21. cafae24 build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 9 years ago
  22. 6602b3b ci: Update Travis-CI to use Ubuntu Linux 14.04 (trusty) and OS X 10.9 VMs by Alexander Afanasyev · 9 years ago
  23. 58d479c docs+build: Prepare release of version 0.4.1 by Alexander Afanasyev · 9 years ago feature-wifi NFD-0.4.1
  24. da3ba96 docs+build: Prepare release of version 0.4.0 by Alexander Afanasyev · 9 years ago NFD-0.4.0
  25. 5c47597 tools: Automatically start ndn-autoconfig in nfd-start, if enabled in autoconfig.conf by Alexander Afanasyev · 9 years ago
  26. abb307c docs: Fix doxygen links in release notes and displayed version by Alexander Afanasyev · 9 years ago
  27. ba81830 docs+build: Prepare release of version 0.4.0 (beta2) by Alexander Afanasyev · 9 years ago NFD-0.4.0-beta2
  28. 687dba8 docs+build: Prepare release of version 0.4.0 by Alexander Afanasyev · 9 years ago NFD-0.4.0-beta1 NFD-0.4.0-rc1
  29. 2fc649b docs+build: Prepare release of version 0.3.4 by Alexander Afanasyev · 9 years ago NFD-0.3.4
  30. 2666473 docs+build: Prepare release of version 0.3.3 by Alexander Afanasyev · 9 years ago NFD-0.3.3
  31. ed808ab docs+build: Prepare release of version 0.3.2 by Alexander Afanasyev · 9 years ago
  32. cdb8f36 build: Tweak default pkg-config search paths by Alexander Afanasyev · 10 years ago
  33. 5ae2877 build: make wscript compatible with python3 by taylorchu · 10 years ago
  34. 8896478 build: Update version number to 0.3.1 by Alexander Afanasyev · 10 years ago NFD-0.3.1
  35. f08a737 daemon+rib: Merge nrd and nfd into a single process (separate threads) by Alexander Afanasyev · 10 years ago
  36. 5d57f97 core: Make global io_service and scheduler thread-local by Alexander Afanasyev · 10 years ago
  37. 8269a05 core: Allow customization of Logger and LoggerFactory by Alexander Afanasyev · 10 years ago
  38. 7c10b3b docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago NFD-0.3.0
  39. 748e989 build: Fix misdetection of privilege drop/elevation functions by Alexander Afanasyev · 10 years ago
  40. 262203b build: Support tools with multiple translation units by Alexander Afanasyev · 10 years ago
  41. 49343f6 build: Add conditional compilation by Alexander Afanasyev · 10 years ago
  42. 1c93cae fw: add override specifier to Strategy triggers by Junxiao Shi · 10 years ago
  43. 6db058c build: Embed setting of PKG_CONFIG_PATH variable to commonly used values by Alexander Afanasyev · 10 years ago
  44. 759f706 build: disable assertions in release builds by Junxiao Shi · 10 years ago
  45. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  46. b2bcbcd table: simplify PIT with C++11 features by Junxiao Shi · 10 years ago
  47. 3b21fa3 build: Fix build error with python3 by Alexander Afanasyev · 10 years ago
  48. 2075788 docs: Update to generate proper google analytics code by Alexander Afanasyev · 10 years ago
  49. e918621 build: Disable Ethernet face support on OSX with Boost 1.56 by Alexander Afanasyev · 10 years ago
  50. 48f5a3c build: Enable detailed version information when built from shallow clone or tarball by Alexander Afanasyev · 10 years ago
  51. 8a09376 tools: Corrections and visual improvements for nfd-status-http-server by Alexander Afanasyev · 10 years ago
  52. 45d1a76 tools: nfd-status-http-server: serve XML by Chengyu Fan · 10 years ago
  53. 6b597e7 core: bump version to 0.2.0 by Junxiao Shi · 10 years ago
  54. 93ef6c9 test: basic unit-test for WebSocket face by Wentao Shang · 10 years ago
  55. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 10 years ago
  56. 58ea458 build: Updated precompiled header support (enabled by default) by Alexander Afanasyev · 10 years ago
  57. 8552a38 build: Enabling ability to use precompiled headers and some other build fixes by Alexander Afanasyev · 10 years ago
  58. f7bbe47 build: Small fix to support Python3 by Alexander Afanasyev · 10 years ago
  59. f0ae442 face: enable immediate mode for packet capture on EthernetFace. by Davide Pesavento · 11 years ago
  60. 53df163 face: Implement WebSocket channel, face, and factory. by Wentao Shang · 11 years ago
  61. 2618153 docs: Documentation update for 0.1.0 release by Alexander Afanasyev · 11 years ago NFD-0.1.0
  62. b47d538 build+core: Add printing of version number in daemons and tools by Alexander Afanasyev · 11 years ago
  63. 55b8ed4 docs: update README and add RELEASE NOTES by Beichuan Zhang · 11 years ago
  64. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  65. d71d84c tools: NFD startup script by Junxiao Shi · 11 years ago
  66. 03ea3eb rib: Switching to use global IO by Alexander Afanasyev · 11 years ago
  67. 284257b docs: Adding installation instructions and configuration tips by Alexander Afanasyev · 11 years ago
  68. 89cf5e0 rib: Making single configuration file for both nrd and nfd by Alexander Afanasyev · 11 years ago
  69. 3ecec50 rib: Integrating NRD code into NFD codebase by Alexander Afanasyev · 11 years ago
  70. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  71. 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 11 years ago
  72. 5cda2e0 build: Allow customization of paths for libpcap, librt, and libresolv by Alexander Afanasyev · 11 years ago
  73. 1bdef28 build: update default CXXFLAGS. by Davide Pesavento · 11 years ago
  74. 49272f7 docs: Enabling sphinx-based documentation and styling docs closer to named-data.net by Alexander Afanasyev · 11 years ago
  75. 96b80bb table: Content Store performance fix by Ilya Moiseenko · 11 years ago
  76. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  77. b07788a tools: add nfd-status-http-server.py as standalone http server by Chengyu Fan · 11 years ago
  78. 97e4cac build: Small reorganization with build scripts by Alexander Afanasyev · 11 years ago
  79. efea8fe build: Enabling -Werror in debug mode and fixing discovered issues by Alexander Afanasyev · 11 years ago
  80. 82afa1a tools: nfd-autoreg by Alexander Afanasyev · 11 years ago
  81. fbb40a8 mgmt: add face event notification and notification stream by Steve DiBenedetto · 11 years ago
  82. dd50ada tools: NDN hub discovery server & client by hilata · 11 years ago
  83. ea48d8b mgmt: StatusServer by Junxiao Shi · 11 years ago
  84. 84da5bf mgmt: add sample configuration file and install default configuration by Steve DiBenedetto · 11 years ago
  85. 2c2b889 mgmt, main: add support for authorized commands by Steve DiBenedetto · 11 years ago
  86. 44deacc face: Ethernet{Face,ChannelFactory} implementation. by Davide Pesavento · 11 years ago
  87. 0b5fbbb fw: NccStrategy by Junxiao Shi · 11 years ago
  88. e1724c4 build+ci: Fixing boost version checking and travis script by Alexander Afanasyev · 11 years ago
  89. bfd31de build: Requiring boost >=1.48 during configure step by Alexander Afanasyev · 11 years ago
  90. 198cadb tools: nfdc by hilata · 11 years ago
  91. c78b141 build: Detecting if UNIX socket is available and disabling it if it is not by Alexander Afanasyev · 11 years ago
  92. 689569b build: Add coverage.py tool that introduces --with-coverage configure option by Alexander Afanasyev · 11 years ago
  93. 8888449 fw: /localhost scope control for incoming Interest by Junxiao Shi · 11 years ago
  94. 35fc2b7 docs: Enabling `doxygen` build target by Alexander Afanasyev · 11 years ago
  95. 09bf7c4 daemon: mock program integration by Junxiao Shi · 11 years ago
  96. 61c5ef3 core: time::Duration, time:Point, time::now by Junxiao Shi · 11 years ago
  97. b927a3a src: Creating daemon/common.hpp for all generic includes and import of commonly used abstractions to ndn namespace by Alexander Afanasyev · 11 years ago
  98. 0fcb41e cs: Implementing fake CS by Junxiao Shi · 11 years ago
  99. 1a2a856 util: EventEmitter by Junxiao Shi · 11 years ago
  100. 2aa3962 Adding build system, README, COPYING, basic INSTALL.md, and skeleton for unit tests by Alexander Afanasyev · 11 years ago