1. 29b91ff route: rewrite link-state calculator with Boost.MultiArray by Junxiao Shi · 10 months ago
  2. 0fef057 route: fix nonexistent router condition in link-state calculator by Junxiao Shi · 10 months ago
  3. aead588 route: reduce calculators to free functions by Junxiao Shi · 10 months ago
  4. 4eb4eae route: rename Map to NameMap by Junxiao Shi · 11 months ago
  5. d6922b5 route: simplify Map with boost::bimap by Junxiao Shi · 12 months ago
  6. b573484 lsa: define CoordinateLsa operator== by Junxiao Shi · 12 months ago
  7. fd1e940 Switch to Face::getIoContext() and simplify some code by Davide Pesavento · 1 year, 1 month ago
  8. 6593a43 route: use ndn::FaceUri type for faceUri by Junxiao Shi · 1 year, 4 months ago
  9. 43f37a0 Change namespace of DummyClientFace, Signal, Segmenter, SegmentFetcher by Junxiao Shi · 1 year, 5 months ago
  10. 658fd85 Avoid using deprecated ndn-cxx type aliases by Davide Pesavento · 1 year, 8 months ago
  11. c1d0e8e build: migrate to C++17 by Davide Pesavento · 2 years, 7 months ago
  12. 6f0f35d fib: fix route unregister bug during update by Ashlesh Gawande · 3 years, 4 months ago
  13. 5d93aa5 lsdb: emit signals when modified by Ashlesh Gawande · 4 years, 7 months ago
  14. d90338d Replace remaining uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 4 years ago NLSR-0.6.0
  15. 214032e hello-protocol: fix wrong reaction on hello Interest timeout by Ashlesh Gawande · 4 years ago
  16. 7a231c0 route: replace FibEntry class with struct by Ashlesh Gawande · 4 years, 7 months ago
  17. 57a8717 lsdb: rebuild using boost::multi_index to replace 3 LSA lists by Ashlesh Gawande · 4 years, 8 months ago
  18. 0421bc6 **breaking** route: consolidate routing tlv into route by Ashlesh Gawande · 4 years, 8 months ago
  19. 0ad01f3 Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  20. 4b9d30f src: fix -Wrange-loop-construct warning with clang 10 by Davide Pesavento · 4 years, 8 months ago
  21. 0db4d4d **breaking** consolidate src/tlv/*lsa* into src/lsa/*lsa* by Ashlesh Gawande · 5 years ago
  22. 6b388fc src: change initialization order by Ashlesh Gawande · 5 years ago
  23. 4187857 src: onFaceEventNotification only proceed if face id was zero or updated by Ashlesh Gawande · 5 years ago
  24. d0816a3 route: handle zero cost links by dulalsaurab · 5 years ago
  25. 08bce9c src: set best-route strategy for certificate prefixes by Ashlesh Gawande · 6 years ago
  26. af7a211 Follow ndn::Scheduler API changes by Davide Pesavento · 6 years ago
  27. 85998a1 src: decouple classes from Nlsr object by Ashlesh Gawande · 7 years ago
  28. 72b2b25 route: remove redundant function by Saurab Dulal · 6 years ago
  29. e5002b3 fib: don't refresh neighbor router's FIB entry (it is already installed w/ expiry=never) by Ashlesh Gawande · 6 years ago
  30. 744e481 ci: enable leak sanitizer by Ashlesh Gawande · 6 years ago
  31. e8d8bd5 adjacency-list: fix crash in equals operator by Ashlesh Gawande · 6 years ago
  32. a08dc3f build: require gcc >= 5.3 and switch to C++14 by Davide Pesavento · 7 years ago
  33. cba0ae2 **breaking** Change NLSR to nlsr for various prefixes by Ashlesh Gawande · 7 years ago
  34. 67758b1 build: update waf to version 2.0.6 by Alexander Afanasyev · 7 years ago
  35. 9da6aa7 Routing: Print labels on adjacency matrix when logging by Saurab Dulal · 7 years ago
  36. 304bebf Remove some unused functions by Ashlesh Gawande · 7 years ago
  37. cf8d0ed Use ndn-cxx logging facility by dmcoomes · 8 years ago
  38. 3573185 publisher: implement routing table dataset publisher by laqinfan · 7 years ago
  39. f04f989 Convert to v2::security and adapt to ndn-cxx changes by Muktadir Chowdhury · 7 years ago
  40. 5bcb39e rename log macros to comply with ISO C++ standard by dmcoomes · 7 years ago
  41. 727d483 lsa: change type variable to enum class by Nick Gordon · 7 years ago
  42. ff9a627 style: made container APIs more consistent. by Nick Gordon · 7 years ago
  43. 5867b52 fib: merged redundant functions by Nick Gordon · 7 years ago
  44. d40a588 routing: use unique_ptr for signal container by Nick Gordon · 7 years ago
  45. b7b5839 route: communicate routing changes using signals by Nick Gordon · 7 years ago
  46. c0c6bcf route: updates to name prefixes are more efficent. by Nick Gordon · 7 years ago
  47. e40377d routing: improved routing map data structure. by Nick Gordon · 7 years ago
  48. e98480b nlsr: removed references to ndn-cxx/common aliases and improved namespacing by Nick Gordon · 8 years ago
  49. d0a7df3 docs: wrote Doxygen comments for all files by Nick Gordon · 8 years ago
  50. 22b5c95 routing: made map more container-agnostic by Nick Gordon · 7 years ago
  51. 90173ad Resolve ASan errors that will be thrown once it is turned on by Ashlesh Gawande · 7 years ago
  52. 793e870 src: fix prefix advertise runtime error by Ashlesh Gawande · 7 years ago
  53. d5c1a37 nlsr: discover Faces from NFD by Nick Gordon · 8 years ago
  54. cd7ca05 route: refactor Fib::removeOldNextHopsFromFibEntryAndNfd() by laqinfan · 8 years ago
  55. b00dc2a Accommodate n-Dimensional HR coordinates by Muktadir R Chowdhury · 8 years ago
  56. e9733ed nlsr: refactor Adjacent to use FaceUri objects by Nick Gordon · 8 years ago
  57. 2108808 nlsr: remove deprecated ndn-cxx header includes by Nick Gordon · 8 years ago
  58. 9eaf3f4 nlsr: Improve logging throughout lsdb.cpp and others by dmcoomes · 8 years ago
  59. 4d2c6c0 nlsr: accept NFD-RIB-style register/unregister commands by Nick Gordon · 8 years ago
  60. 3be6466 route: Refresh FIB entries independently of routing table calculation by Muktadir Chowdhury · 10 years ago
  61. 9f93666 nlsr: Don't use ndn aliases provided by ndn-cxx/common.hpp by dmcoomes · 8 years ago
  62. 87911da src: use ndn::nfd::ROUTE_ORIGIN_NLSR instead of a magic number by Davide Pesavento · 8 years ago
  63. feae557 boilerplate: Update copyright year in .cpp files by Nick Gordon · 8 years ago
  64. c6a8522 nlsr: Updated license boilerplate for all NLSR files. by Nick Gordon · 8 years ago
  65. b716847 src: Fib and FaceMap now use map instead of list as their table data structure. by Nick Gordon · 8 years ago
  66. 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
  67. 3e5120c include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  68. ef21d8e src: Sort NextHops on NexthopList insertion by Vince Lehman · 10 years ago
  69. 97e3494 docs: improve Doxygen comments. by Nick G · 8 years ago
  70. 63bd034 adapt to Controller::CommandFailCallback with ControlResponse by Junxiao Shi · 8 years ago
  71. 7b5872e face-map.hpp: Fixed class formatting per style rule 1.4 by Nick Gordon · 8 years ago
  72. fad8e25 Fixed namespace formatting across all files. by Nick Gordon · 8 years ago
  73. f8b5bcd Fixed copyright dates across all files. by Nick Gordon · 8 years ago
  74. 800833b docs+build+boilerplate: Prepare release of version 0.3.0 by Muktadir R Chowdhury · 8 years ago NLSR-0.3.0
  75. e8e03ac communication+route: Do not advertise Adjacency LSAs when hyperbolic routing is enabled by Nick Gordon · 8 years ago
  76. cae33b6 route: Prevent incomplete removal of NPT entry by Vince Lehman · 10 years ago
  77. 41b173e route: Correct bidirectional links with differing costs by Vince Lehman · 10 years ago
  78. 9630fbf route: Fix component appending in NamePrefixTable::removeEntry by Vince Lehman · 10 years ago
  79. cec3885 route: Add sorting tiebreaker to NexthopList by Vince Lehman · 10 years ago
  80. 50df6b7 src: Fix first event-interval scheduling by Vince Lehman · 10 years ago
  81. c2e51f6 src: Update copyright notices for files modified in 2015 by Vince Lehman · 10 years ago
  82. 49b1c0c src: Replace LSA string literals with constants by alvy · 10 years ago
  83. b7079a1 route: Replace deprecated nfd::Controller(Face&) by Vince Lehman · 10 years ago
  84. 0a7da61 Always build in C++11 mode by Vince Lehman · 10 years ago
  85. 7b61658 conf: Make event intervals configurable by Vince Lehman · 10 years ago
  86. 27f1add util: Create Face with canonical FaceUri by Vince Lehman · 10 years ago
  87. 20fe4a9 route: Fix hyperbolic cost adjustment by Vince Lehman · 10 years ago
  88. 942eb7b route: Fix FIB next hop removal bug by Vince Lehman · 10 years ago
  89. e875d1f tests: Fix keychain and NextHop rounding error by Vince Lehman · 10 years ago
  90. 9a70903 route: Allow 0 cost in hyperbolic calculation by Vince Lehman · 10 years ago
  91. 7c60329 src: Remove Scheduler instance from Nlsr class by Vince Lehman · 10 years ago
  92. 145064a route: Adjust cost to integer before registering by Vince Lehman · 10 years ago
  93. 1884108 route: Ensure nexthops are reregistered correctly by Vince Lehman · 10 years ago
  94. 060d302 src: Changing prefix registration's flag and FaceMonitor by akmhoque · 10 years ago
  95. dcee936 route: Fixing segfault issue for Hyperbolic Routing Table Calculation by akmhoque · 10 years ago
  96. 102aea4 src: Adding retry in case of prefix registration fails by akmhoque · 10 years ago
  97. b5b3b4f route: Fixing unregistration of fib entries by akmhoque · 10 years ago
  98. 69c9aa9 src: Making shared_ptr<ndn::Data> to put to NFD by akmhoque · 10 years ago
  99. bf11c5f src: Setting neighbour router's FIB entry expiration to milliseconds::max() by akmhoque · 10 years ago
  100. 393d4ff src: Fixing Fib refreshing by akmhoque · 10 years ago