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