1. 5849ee7 build: require boost >= 1.71.0 by Davide Pesavento · 1 year, 1 month ago
  2. a2599da comm: do not use localhop for SVS by Varun Patil · 1 year, 6 months ago
  3. 7d2d689 communication: add SVS support by Varun Patil · 2 years, 2 months ago
  4. 1954a0c communication: adapt to API changes in PSync by Davide Pesavento · 2 years, 3 months ago
  5. 7bc3d43 Improve error handling and reporting by Davide Pesavento · 3 years, 2 months ago
  6. 22520e6 Fix build with BOOST_FILESYSTEM_NO_DEPRECATED by Davide Pesavento · 3 years, 7 months ago
  7. 30d96e4 Do not compile ChronoSync support by default by Ashlesh Gawande · 3 years, 9 months ago
  8. d90338d Replace remaining uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 4 years ago NLSR-0.6.0
  9. 0ad01f3 Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  10. 4b9d30f src: fix -Wrange-loop-construct warning with clang 10 by Davide Pesavento · 4 years, 8 months ago
  11. 427e012 security: refactor CertificateStore class by Saurab Dulal · 5 years ago
  12. 328fc11 conf-file-processor: fix empty file creation if conf file is same as dynamic by Ashlesh Gawande · 5 years ago
  13. 6b388fc src: change initialization order by Ashlesh Gawande · 5 years ago
  14. 08bce9c src: set best-route strategy for certificate prefixes by Ashlesh Gawande · 6 years ago
  15. 9ecbdc9 src: fix canonization by resetting io service after each neighbor by Ashlesh Gawande · 6 years ago
  16. 82a34c2 **breaking change** nlsr.conf: rename seq-dir as state-dir by dulalsaurab · 6 years ago
  17. 85998a1 src: decouple classes from Nlsr object by Ashlesh Gawande · 7 years ago
  18. 7e3f6d7 src: move and simplify canonize functionality to ConfFileProcessor by Ashlesh Gawande · 6 years ago
  19. 32ec3fd communication: sync protocol adapater to add psync by Ashlesh Gawande · 6 years ago
  20. f7da9c5 conf: make ChronoSync's sync interest lifetime configurable by Ashlesh Gawande · 7 years ago
  21. cf8d0ed Use ndn-cxx logging facility by dmcoomes · 8 years ago
  22. f04f989 Convert to v2::security and adapt to ndn-cxx changes by Muktadir Chowdhury · 7 years ago
  23. e98480b nlsr: removed references to ndn-cxx/common aliases and improved namespacing by Nick Gordon · 8 years ago
  24. d0a7df3 docs: wrote Doxygen comments for all files by Nick Gordon · 8 years ago
  25. 54a43f0 update: Refactor to use ndn-cxx dispatcher for prefix update/readvertise by Laqin Fan · 8 years ago
  26. 3909aa1 src: fix incorrect error on face-dataset-fetch-interval valid values by Ashlesh Gawande · 7 years ago
  27. d5c1a37 nlsr: discover Faces from NFD by Nick Gordon · 8 years ago
  28. b00dc2a Accommodate n-Dimensional HR coordinates by Muktadir R Chowdhury · 8 years ago
  29. e9733ed nlsr: refactor Adjacent to use FaceUri objects by Nick Gordon · 8 years ago
  30. 9f93666 nlsr: Don't use ndn aliases provided by ndn-cxx/common.hpp by dmcoomes · 8 years ago
  31. feae557 boilerplate: Update copyright year in .cpp files by Nick Gordon · 8 years ago
  32. 800833b docs+build+boilerplate: Prepare release of version 0.3.0 by Muktadir R Chowdhury · 8 years ago NLSR-0.3.0
  33. d33e5bc update: Disable PrefixUpdateProcessor when validator is not in config by Vince Lehman · 10 years ago
  34. 297f416 update: Process Name prefix update commands by alvy · 10 years ago
  35. c2e51f6 src: Update copyright notices for files modified in 2015 by Vince Lehman · 10 years ago
  36. d5a13cd src: Make log-level in nlsr.conf optional by alvy · 10 years ago
  37. 5a45495 src: ConfParameter variables should be consistent with their min and max values by alvy · 10 years ago
  38. a2228c6 src: Make conf keys with default values optional by alvy · 10 years ago
  39. fc7d5b6 conf: Add router-dead-interval to conf by Vince Lehman · 10 years ago
  40. 2fe1287 src: Check validity of FaceURIs while loading conf by alvy · 10 years ago
  41. bfa2760 conf: Add log4cxx path to conf file by Muktadir R Chowdhury · 10 years ago
  42. b669f9c build: Fix compilation against the latest version of ndn-cxx by Alexander Afanasyev · 10 years ago
  43. 1cf1e10 conf: Add `general.router-dead-interval` configuration setting by Alexander Afanasyev · 10 years ago
  44. 7b61658 conf: Make event intervals configurable by Vince Lehman · 10 years ago
  45. cb76ade src: Change adjacency status from uint32_t to enum by Vince Lehman · 10 years ago
  46. f99b87f src: Add additional log levels by Vince Lehman · 10 years ago
  47. 411ee4b config+lsdb: Retry retrieve each LSA for `lsa-refresh-time` by Alexander Afanasyev · 10 years ago
  48. 8388ec6 src: Small style corrections by Alexander Afanasyev · 10 years ago
  49. c04e727 src: Recreating face in case of face deletion by NFD by akmhoque · 10 years ago
  50. ad5fe95 src: Configuration file processing bug fix by akmhoque · 11 years ago
  51. d57f367 src: Bug fixes in configuration file processing by akmhoque · 11 years ago
  52. 2f42335 src: Replace std::cout with log message by akmhoque · 11 years ago
  53. 20e3a6e security: Add signing and validating process by Yingdi Yu · 11 years ago
  54. 3d06e79 src: Adding copyright message by akmhoque · 11 years ago
  55. 674b0b1 src: Adding log4cxx logging by akmhoque · 11 years ago
  56. 157b0a4 src: configuration file parsing by akmhoque · 11 years ago
  57. 31d1d4b src: Replace Tokenizer with the methods of ndn::Name by akmhoque · 11 years ago
  58. c8a10f7 build: == Dependency change == NLSR now depends on ndn-cxx library by akmhoque · 11 years ago
  59. b6450b1 src: Discard usage of std::pair of reference type and rename functions by akmhoque · 11 years ago
  60. 5335346 File name format change and Removed warning messages (Except warning from boost for Logging) by akmhoque · 11 years ago