1. c58cc7f build+ci: enable AddressSanitizer and LeakSanitizer for unit tests by Davide Pesavento · 7 years ago
  2. 22b5c95 routing: made map more container-agnostic by Nick Gordon · 7 years ago
  3. 608061b tests: wrote select-cheapest-hop test. by Nick Gordon · 7 years ago
  4. 793e870 src: fix prefix advertise runtime error by Ashlesh Gawande · 7 years ago
  5. 54a43f0 update: Refactor to use ndn-cxx dispatcher for prefix update/readvertise by Laqin Fan · 8 years ago
  6. 3909aa1 src: fix incorrect error on face-dataset-fetch-interval valid values by Ashlesh Gawande · 7 years ago
  7. d5c1a37 nlsr: discover Faces from NFD by Nick Gordon · 8 years ago
  8. d22da51 publisher: use ndn-cxx dispatcher for dataset publisher by laqinfan · 8 years ago
  9. b00dc2a Accommodate n-Dimensional HR coordinates by Muktadir R Chowdhury · 8 years ago
  10. 0f1bf1d Revert "sync: remove check-for-self in sync updates" by Nick Gordon · 8 years ago
  11. 8bfd124 Use network name in sync prefix to avoid sync leaks from other networks by Ashlesh Gawande · 8 years ago
  12. 7600c90 Complete remaining changes for ChronoSync dependency issue by Ashlesh Gawande · 8 years ago
  13. e9733ed nlsr: refactor Adjacent to use FaceUri objects by Nick Gordon · 8 years ago
  14. 56d1fae nlsr: implement NameLsa::isEqualContent by Nick Gordon · 8 years ago
  15. b23f279 sync: remove check-for-self in sync updates by Nick Gordon · 8 years ago
  16. 3e105a0 Use separate name prefix and sequence number for each LSA type by Ashlesh Gawande · 8 years ago
  17. 9461afb nlsr: canonize Adjacent FaceURIs on startup by Nick Gordon · 8 years ago
  18. 415676b make chronosync a dependency by Ashlesh Gawande · 8 years ago
  19. c780a69 nlsr: refactor AdjacencyList to use iterators instead of bare ptrs by Nick Gordon · 8 years ago
  20. 4d2c6c0 nlsr: accept NFD-RIB-style register/unregister commands by Nick Gordon · 8 years ago
  21. 3be6466 route: Refresh FIB entries independently of routing table calculation by Muktadir Chowdhury · 10 years ago
  22. 4c2bb36 Remove more use of deprecated code by Alexander Afanasyev · 8 years ago
  23. 9f93666 nlsr: Don't use ndn aliases provided by ndn-cxx/common.hpp by dmcoomes · 8 years ago
  24. 54e726c update config file for /localhop LSA by Ashlesh Gawande · 8 years ago
  25. a4cf402 nlsr: Pass keyChain to NLSR constructor by Laqin Fan · 8 years ago
  26. 6077ea9 src: use /localhop component in LSA prefix by Ashlesh Gawande · 8 years ago
  27. feae557 boilerplate: Update copyright year in .cpp files by Nick Gordon · 8 years ago
  28. c6a8522 nlsr: Updated license boilerplate for all NLSR files. by Nick Gordon · 8 years ago
  29. 4439523 src: use /localhop component in Sync prefix by Ashlesh Gawande · 8 years ago
  30. b50e51b Name prefix table entries keep pointers instead of keeping a copy of the object for routing table entries. by Nick Gordon · 8 years ago
  31. 3e5120c include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  32. ef21d8e src: Sort NextHops on NexthopList insertion by Vince Lehman · 10 years ago
  33. 63bd034 adapt to Controller::CommandFailCallback with ControlResponse by Junxiao Shi · 8 years ago
  34. fad8e25 Fixed namespace formatting across all files. by Nick Gordon · 8 years ago
  35. f8b5bcd Fixed copyright dates across all files. by Nick Gordon · 8 years ago
  36. 800833b docs+build+boilerplate: Prepare release of version 0.3.0 by Muktadir R Chowdhury · 8 years ago NLSR-0.3.0
  37. e8e03ac communication+route: Do not advertise Adjacency LSAs when hyperbolic routing is enabled by Nick Gordon · 8 years ago
  38. f7eec4f Make LSA buildable when one node is ACTIVE by Vince Lehman · 10 years ago
  39. 5c467f0 Do not distribute coordinate LSAs when using link-state routing. by Nick Gordon · 8 years ago
  40. aa3b085 lsdb: Segment LSAs larger than max segment size by Muktadir R Chowdhury · 9 years ago
  41. d02c388 lsa: Accept LSA type argument in LSA base constructor by Ashlesh Gawande · 9 years ago
  42. 3ac0728 publisher: set router-name command prefix correctly by Muktadir R Chowdhury · 9 years ago
  43. c778e81 tests: don't use DummyClientFace::sentDatas by Junxiao Shi · 8 years ago
  44. af909fc build: Don't install unit tests; use brew version of openssl on OS X Jenkins by Vince Lehman · 9 years ago
  45. c69da0a tests: Use ndn-cxx/DummyClientFace by Muktadir R Chowdhury · 9 years ago
  46. f9f3910 build+nsync+tests+docs: Fix compilation for boost 1.59, doxygen docs, and other fixes by Alexander Afanasyev · 9 years ago
  47. f4772d4 Fix compilation after namespace change in ndn-cxx by Vince Lehman · 10 years ago
  48. 46ccaae tests: Remove FaceDestroyEvent test's reliance on nlsrSeqNo.txt by alvy · 10 years ago
  49. c69c9af tests: Check ACTIVE/INACTIVE Adjacencies in LSA construction by alvy · 10 years ago
  50. d33e5bc update: Disable PrefixUpdateProcessor when validator is not in config by Vince Lehman · 10 years ago
  51. dce3f18 src: Fix non-incrementing Adjacency number in AdjLsa::writeLog by alvy · 10 years ago
  52. cae33b6 route: Prevent incomplete removal of NPT entry by Vince Lehman · 10 years ago
  53. 41b173e route: Correct bidirectional links with differing costs by Vince Lehman · 10 years ago
  54. c2acdcb security: Add permanent certificate storage for validator by Vince Lehman · 10 years ago
  55. d6bb3fa publisher: Serve LSDB dataset on localhost prefix by Vince Lehman · 10 years ago
  56. 297f416 update: Process Name prefix update commands by alvy · 10 years ago
  57. 9d09780 comm: Create SyncSocket on initialization by Vince Lehman · 10 years ago
  58. 199e9cf Don't build Adjacency LSA when destroyed face belongs to INACTIVE node by Vince Lehman · 10 years ago
  59. cec3885 route: Add sorting tiebreaker to NexthopList by Vince Lehman · 10 years ago
  60. a0497d8 publisher: add LSDB dataset publishers by Jiewen Tan · 10 years ago
  61. 02e3299 Recalculate routing table after face destroy event by Vince Lehman · 10 years ago
  62. 50df6b7 src: Fix first event-interval scheduling by Vince Lehman · 10 years ago
  63. 7a56d1c tlv: add LSDB dataset tlv abstractions by Jiewen Tan · 10 years ago
  64. c035206 tests: Avoid deprecated Name::set method by Alexander Afanasyev · 10 years ago
  65. 6151e95 src: Correct bitmask used to copy Name LSA SeqNo by Vince Lehman · 10 years ago
  66. 7ccf694 tests: Rewrite FaceController tests to not use DNS by Vince Lehman · 10 years ago
  67. c2e51f6 src: Update copyright notices for files modified in 2015 by Vince Lehman · 10 years ago
  68. d5a13cd src: Make log-level in nlsr.conf optional by alvy · 10 years ago
  69. 49b1c0c src: Replace LSA string literals with constants by alvy · 10 years ago
  70. 5a45495 src: ConfParameter variables should be consistent with their min and max values by alvy · 10 years ago
  71. c11cc20 comm: Fix sync update prefix initialization by Vince Lehman · 10 years ago
  72. 0bcf9a3 comm: Make SyncLogic responsible for update prefix by Vince Lehman · 10 years ago
  73. a2228c6 src: Make conf keys with default values optional by alvy · 10 years ago
  74. 2fe1287 src: Check validity of FaceURIs while loading conf by alvy · 10 years ago
  75. bfa2760 conf: Add log4cxx path to conf file by Muktadir R Chowdhury · 10 years ago
  76. ee29a03 utility: avoid deprecated ndn::nfd::Controller(Face&) constructor by Junxiao Shi · 10 years ago
  77. b7079a1 route: Replace deprecated nfd::Controller(Face&) by Vince Lehman · 10 years ago
  78. 0a7da61 Always build in C++11 mode by Vince Lehman · 10 years ago
  79. 1cf1e10 conf: Add `general.router-dead-interval` configuration setting by Alexander Afanasyev · 10 years ago
  80. 7b61658 conf: Make event intervals configurable by Vince Lehman · 10 years ago
  81. 27f1add util: Create Face with canonical FaceUri by Vince Lehman · 10 years ago
  82. 92e5ffb tests: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
  83. 5bf8317 src: Stop outdated LSA retrieval by Ashlesh Gawande · 10 years ago
  84. 20fe4a9 route: Fix hyperbolic cost adjustment by Vince Lehman · 10 years ago
  85. 942eb7b route: Fix FIB next hop removal bug by Vince Lehman · 10 years ago
  86. f1aa523 src: Sort names before std::set_difference by Vince Lehman · 10 years ago
  87. 0913112 src: Assign 0 cost to hyperbolic direct neighbors by Vince Lehman · 10 years ago
  88. e875d1f tests: Fix keychain and NextHop rounding error by Vince Lehman · 10 years ago
  89. 9a70903 route: Allow 0 cost in hyperbolic calculation by Vince Lehman · 10 years ago
  90. 904c241 comm: Stop SyncLogicHandler from fetching own LSAs by Vince Lehman · 10 years ago
  91. 7c60329 src: Remove Scheduler instance from Nlsr class by Vince Lehman · 10 years ago
  92. cb76ade src: Change adjacency status from uint32_t to enum by Vince Lehman · 10 years ago
  93. f99b87f src: Add additional log levels by Vince Lehman · 10 years ago
  94. 145064a route: Adjust cost to integer before registering by Vince Lehman · 10 years ago
  95. 411ee4b config+lsdb: Retry retrieve each LSA for `lsa-refresh-time` by Alexander Afanasyev · 10 years ago
  96. 3d06e79 src: Adding copyright message by akmhoque · 11 years ago
  97. c7a79b2 src: Expiration time change for LSA and Fib entry by akmhoque · 11 years ago
  98. 157b0a4 src: configuration file parsing by akmhoque · 11 years ago
  99. 31d1d4b src: Replace Tokenizer with the methods of ndn::Name by akmhoque · 11 years ago
  100. fdbddb1 src: Renaming class to spell out them (Adl, Nhl, Npl, Npt, Npte) by akmhoque · 11 years ago