1. a0a3060 Update .travis.yml by Davide Pesavento · 4 years, 9 months ago
  2. 399f0b9 Update gradle to version 6.1.1 by Davide Pesavento · 4 years, 9 months ago
  3. ad61393 docs: add AUTHORS.md by Eric Newberry · 5 years ago
  4. b5f84d2 Enable deprecation warnings by Davide Pesavento · 5 years ago
  5. b6df513 Update dependencies and fix various URLs by Davide Pesavento · 5 years ago
  6. 37505c1 Use markdown version of the LGPL by Davide Pesavento · 5 years ago
  7. de66bfc Update .travis.yml by Davide Pesavento · 5 years ago
  8. 9c1b706 Update gradle to version 5.6.2 by Davide Pesavento · 5 years ago
  9. 57907cc Remove unused imports by Davide Pesavento · 5 years ago
  10. ffd1f71 Prepare version 1.2.2 by Alexander Afanasyev · 6 years ago v1.2.2
  11. 23bebfd Remove unused code by Alexander Afanasyev · 6 years ago
  12. e603780 Replace ForwardingFlags with RegistrationOptions by Alexander Afanasyev · 6 years ago
  13. 66f4780 README: Remove the incorrect Install section with the Intel Maven depdency. by Jeff Thompson · 6 years ago
  14. b7e4f9b Update package versions by Alexander Afanasyev · 6 years ago
  15. 6e6a960 Fix Travis-CI config; test against more JDK versions by Davide Pesavento · 6 years ago
  16. 60f8f8e Update management protocol to be compatible with NFD 0.6.2 by Alexander Afanasyev · 6 years ago v1.2.1
  17. d2bb7af Upgrade dependencies by Alexander Afanasyev · 6 years ago
  18. 862fe42 Fix Klocwork issue 8: avoid catching runtime exceptions (#9) by Andrew Brown · 8 years ago
  19. 5a8b7c4 Fix Klocwork issues (#7) by Andrew Brown · 8 years ago
  20. 01733ee Update build.gradle with latest versions by andrewsbrown · 9 years ago
  21. 52b5741 Format POM by andrewsbrown · 9 years ago
  22. 02fd5cf Update to latest version of jndn; bump version by andrewsbrown · 9 years ago
  23. 6df23ad Update jndn dependency to v0.11 by andrewsbrown · 9 years ago
  24. af0b273 Update README documentation by andrewsbrown · 9 years ago v1.1.0
  25. 9275ce7 Bump version by andrewsbrown · 9 years ago
  26. 7ac3e39 Add ChannelStatus by Alexander Afanasyev · 9 years ago
  27. 3c5ae7c Improve test coverage by Alexander Afanasyev · 9 years ago
  28. e36e1af Add Checkstyle to enforce codestyle rules by Alexander Afanasyev · 9 years ago
  29. 499aced Replace ControlResponse with one provided by jndn:0.10+ by Alexander Afanasyev · 9 years ago
  30. a8bc0d8 Major refactoring and improvements by Alexander Afanasyev · 9 years ago
  31. ccb373d build+src: Add gradle build system, upgrade jndn to the latest version (0.10) by Alexander Afanasyev · 9 years ago
  32. f1cc52c Downgrading to Java 1.7 by Alexander Afanasyev · 9 years ago
  33. c0f73f5 Update Travis CI to build with JDK 8 by andrewsbrown · 9 years ago
  34. c7de55d Allow build to proceed with doclint warnings by andrewsbrown · 9 years ago
  35. bb2cc22 Change project to build with JDK 1.8 by andrewsbrown · 9 years ago v1.0.0
  36. b108d91 Add Travis CI by andrewsbrown · 9 years ago
  37. 5f3a45f Use new version of jndn-utils by andrewsbrown · 9 years ago
  38. bd4f415 Add note: NFD.register() will only accept canonical URIs as described here: http://redmine.named-data.net/projects/nfd/wiki/FaceMgmt#TCP by Andrew Brown · 10 years ago
  39. 641a7a9 Merge remote-tracking branch 'origin/master' into java8 by Andrew Brown · 10 years ago
  40. baf21d5 Upgrade to new jndn and jndn-utils libraries by Andrew Brown · 10 years ago
  41. db62838 Upgrade exceptions thrown by NFD commands; generic exceptions are now thrown as encoding, IO, or management exceptions by andrewsbrown · 10 years ago
  42. f7153db Fix bug: ControlParameters' name now can be null by andrewsbrown · 10 years ago
  43. 3bb3a21 Pin version to jndn 0.6 by andrewsbrown · 10 years ago
  44. 37cec24 Fix strategy encoding; NFD returns a dataset with the ControlParameters encoding of a strategy by Andrew Brown · 10 years ago
  45. 776184e Remove unnecessary dependencies by andrewsbrown · 10 years ago
  46. 39b0fc9 Add strategy dataset retrieval and tests by andrewsbrown · 10 years ago
  47. 602368f Bump version by andrewsbrown · 10 years ago v0.10.0
  48. cad04eb Add unset strategy functionality by andrewsbrown · 10 years ago
  49. 1bf30a5 Bump version by Andrew Brown · 10 years ago
  50. c5dda70 Add NFD.getKeyLocator() by Andrew Brown · 10 years ago
  51. 89f77c9 Move Javadoc publishing to separate profile, see comments for usage by andrewsbrown · 10 years ago
  52. ff02da3 Bump version to release NFD.getForwarderStatus() by andrewsbrown · 10 years ago
  53. 3c71482 Merge pull request #4 from 01org/add-forwarder-status by Andrew Brown · 10 years ago
  54. dfa8fc1 Remove segmentation from ForwarderStatus retrieval by Andrew Brown · 10 years ago
  55. 9a6d7ba Replace URLs with HTML links for better Javadoc by andrewsbrown · 10 years ago
  56. 6b342ce Add Javadoc publishing to deploy process by andrewsbrown · 10 years ago
  57. 8a32f30 Add ForwarderStatus and unit test by andrewsbrown · 10 years ago
  58. a6f37e7 Merge pull request #3 from 01org/test-new-api by Andrew Brown · 10 years ago
  59. 61bfc59 Improve integration test by Andrew Brown · 10 years ago
  60. 0e904e1 Fix empty Name typo by Andrew Brown · 10 years ago
  61. 2822ed2 Bump version by andrewsbrown · 10 years ago
  62. 43b9630 Convert API to throw exceptions instead of return values by andrewsbrown · 10 years ago
  63. dbbe0a6 Merge branch 'cawka-master' by andrewsbrown · 10 years ago
  64. 4f209ba Add return value to destroyFace by andrewsbrown · 10 years ago
  65. 75d8dfc NFD: Implement NFD.destroyFace function by Alexander Afanasyev · 10 years ago
  66. 579a9f1 Update jndn dependency by andrewsbrown · 10 years ago
  67. 6251c37 Fix RibEntry test by andrewsbrown · 10 years ago
  68. e8e8e85 Add enable-local-control and disable-local-control commands by andrewsbrown · 10 years ago
  69. 4c21ea2 Handle returned ControlResponse messages for list commands by andrewsbrown · 10 years ago
  70. 7e6b9e8 Update license headers by andrewsbrown · 10 years ago
  71. 273d2d2 Bump version by andrewsbrown · 10 years ago
  72. 0746644 Fix integration test key chain; add ability to parse segmented status datasets by Andrew Brown · 10 years ago
  73. 8450e89 Move OSSRH deployment to a profile by andrewsbrown · 10 years ago
  74. 7217285 Fix README indentation by andrewsbrown · 10 years ago
  75. a43079c Fix POM source code link by andrewsbrown · 10 years ago
  76. 1e3bd29 Update POM for OSSRH release; see ticket https://issues.sonatype.org/browse/OSSRH-13979 by andrewsbrown · 10 years ago
  77. 458524b Fix integration test: will now connect to local NFD. by andrewsbrown · 10 years ago
  78. 4fa6678 Add license by Andrew Brown · 10 years ago
  79. 113d5f9 Update README.md by Andrew Brown · 10 years ago
  80. a7586d5 Update README.md by Andrew Brown · 10 years ago
  81. 6e7471e Add setStrategy() by Andrew Brown · 10 years ago
  82. d5f6f69 Update README.md by Andrew Brown · 10 years ago
  83. 352e019 Create README.md by Andrew Brown · 10 years ago
  84. 63bed36 Add initial integration test by Andrew Brown · 10 years ago
  85. 211d2b6 Format to 2-space indents by Andrew Brown · 10 years ago
  86. bec3373 Bump version number by Andrew Brown · 10 years ago
  87. c46c160 Refactor for release; still need integration tests by Andrew Brown · 10 years ago
  88. 69eaa2e - Add missing artifactory to resolve dependency by Sebastian Schoenberg · 10 years ago
  89. 9ea45e0 - Check the status code by Sebastian Schoenberg · 10 years ago
  90. 96bed39 Merge branch 'master' of ssh://git-amr-1.devtools.intel.com:29418/rusticcanyon-jndn-management by Andrew Brown · 10 years ago
  91. 87f3edd Initial empty repository by EC TF Bind account · 10 years ago
  92. 300b8cc Add release repository by Andrew Brown · 10 years ago
  93. 9bf05bf Fix POM IDs by Andrew Brown · 10 years ago
  94. 2f1fdbf Initial commit by Andrew Brown · 10 years ago