1. 304bebf Remove some unused functions by Ashlesh Gawande · 7 years ago
  2. cf8d0ed Use ndn-cxx logging facility by dmcoomes · 8 years ago
  3. 3573185 publisher: implement routing table dataset publisher by laqinfan · 7 years ago
  4. f04f989 Convert to v2::security and adapt to ndn-cxx changes by Muktadir Chowdhury · 7 years ago
  5. 5bcb39e rename log macros to comply with ISO C++ standard by dmcoomes · 7 years ago
  6. 727d483 lsa: change type variable to enum class by Nick Gordon · 7 years ago
  7. ff9a627 style: made container APIs more consistent. by Nick Gordon · 7 years ago
  8. 5867b52 fib: merged redundant functions by Nick Gordon · 7 years ago
  9. d40a588 routing: use unique_ptr for signal container by Nick Gordon · 7 years ago
  10. b7b5839 route: communicate routing changes using signals by Nick Gordon · 7 years ago
  11. c0c6bcf route: updates to name prefixes are more efficent. by Nick Gordon · 7 years ago
  12. e40377d routing: improved routing map data structure. by Nick Gordon · 7 years ago
  13. e98480b nlsr: removed references to ndn-cxx/common aliases and improved namespacing by Nick Gordon · 8 years ago
  14. d0a7df3 docs: wrote Doxygen comments for all files by Nick Gordon · 8 years ago
  15. 22b5c95 routing: made map more container-agnostic by Nick Gordon · 7 years ago
  16. 90173ad Resolve ASan errors that will be thrown once it is turned on by Ashlesh Gawande · 7 years ago
  17. 793e870 src: fix prefix advertise runtime error by Ashlesh Gawande · 7 years ago
  18. d5c1a37 nlsr: discover Faces from NFD by Nick Gordon · 8 years ago
  19. cd7ca05 route: refactor Fib::removeOldNextHopsFromFibEntryAndNfd() by laqinfan · 8 years ago
  20. b00dc2a Accommodate n-Dimensional HR coordinates by Muktadir R Chowdhury · 8 years ago
  21. e9733ed nlsr: refactor Adjacent to use FaceUri objects by Nick Gordon · 8 years ago
  22. 2108808 nlsr: remove deprecated ndn-cxx header includes by Nick Gordon · 8 years ago
  23. 9eaf3f4 nlsr: Improve logging throughout lsdb.cpp and others by dmcoomes · 8 years ago
  24. 4d2c6c0 nlsr: accept NFD-RIB-style register/unregister commands by Nick Gordon · 8 years ago
  25. 3be6466 route: Refresh FIB entries independently of routing table calculation by Muktadir Chowdhury · 10 years ago
  26. 9f93666 nlsr: Don't use ndn aliases provided by ndn-cxx/common.hpp by dmcoomes · 8 years ago
  27. 87911da src: use ndn::nfd::ROUTE_ORIGIN_NLSR instead of a magic number by Davide Pesavento · 8 years ago
  28. feae557 boilerplate: Update copyright year in .cpp files by Nick Gordon · 8 years ago
  29. c6a8522 nlsr: Updated license boilerplate for all NLSR files. by Nick Gordon · 8 years ago
  30. b716847 src: Fib and FaceMap now use map instead of list as their table data structure. by Nick Gordon · 8 years ago
  31. 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
  32. 3e5120c include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  33. ef21d8e src: Sort NextHops on NexthopList insertion by Vince Lehman · 10 years ago
  34. 97e3494 docs: improve Doxygen comments. by Nick G · 8 years ago
  35. 63bd034 adapt to Controller::CommandFailCallback with ControlResponse by Junxiao Shi · 8 years ago
  36. 7b5872e face-map.hpp: Fixed class formatting per style rule 1.4 by Nick Gordon · 8 years ago
  37. fad8e25 Fixed namespace formatting across all files. by Nick Gordon · 8 years ago
  38. f8b5bcd Fixed copyright dates across all files. by Nick Gordon · 8 years ago
  39. 800833b docs+build+boilerplate: Prepare release of version 0.3.0 by Muktadir R Chowdhury · 8 years ago NLSR-0.3.0
  40. e8e03ac communication+route: Do not advertise Adjacency LSAs when hyperbolic routing is enabled by Nick Gordon · 8 years ago
  41. cae33b6 route: Prevent incomplete removal of NPT entry by Vince Lehman · 10 years ago
  42. 41b173e route: Correct bidirectional links with differing costs by Vince Lehman · 10 years ago
  43. 9630fbf route: Fix component appending in NamePrefixTable::removeEntry by Vince Lehman · 10 years ago
  44. cec3885 route: Add sorting tiebreaker to NexthopList by Vince Lehman · 10 years ago
  45. 50df6b7 src: Fix first event-interval scheduling by Vince Lehman · 10 years ago
  46. c2e51f6 src: Update copyright notices for files modified in 2015 by Vince Lehman · 10 years ago
  47. 49b1c0c src: Replace LSA string literals with constants by alvy · 10 years ago
  48. b7079a1 route: Replace deprecated nfd::Controller(Face&) by Vince Lehman · 10 years ago
  49. 0a7da61 Always build in C++11 mode by Vince Lehman · 10 years ago
  50. 7b61658 conf: Make event intervals configurable by Vince Lehman · 10 years ago
  51. 27f1add util: Create Face with canonical FaceUri by Vince Lehman · 10 years ago
  52. 20fe4a9 route: Fix hyperbolic cost adjustment by Vince Lehman · 10 years ago
  53. 942eb7b route: Fix FIB next hop removal bug by Vince Lehman · 10 years ago
  54. e875d1f tests: Fix keychain and NextHop rounding error by Vince Lehman · 10 years ago
  55. 9a70903 route: Allow 0 cost in hyperbolic calculation by Vince Lehman · 10 years ago
  56. 7c60329 src: Remove Scheduler instance from Nlsr class by Vince Lehman · 10 years ago
  57. 145064a route: Adjust cost to integer before registering by Vince Lehman · 10 years ago
  58. 1884108 route: Ensure nexthops are reregistered correctly by Vince Lehman · 10 years ago
  59. 060d302 src: Changing prefix registration's flag and FaceMonitor by akmhoque · 10 years ago
  60. dcee936 route: Fixing segfault issue for Hyperbolic Routing Table Calculation by akmhoque · 10 years ago
  61. 102aea4 src: Adding retry in case of prefix registration fails by akmhoque · 10 years ago
  62. b5b3b4f route: Fixing unregistration of fib entries by akmhoque · 10 years ago
  63. 69c9aa9 src: Making shared_ptr<ndn::Data> to put to NFD by akmhoque · 10 years ago
  64. bf11c5f src: Setting neighbour router's FIB entry expiration to milliseconds::max() by akmhoque · 10 years ago
  65. 393d4ff src: Fixing Fib refreshing by akmhoque · 10 years ago
  66. 1717b24 route: Preventing small bug with accessing of unallocated memory by Alexander Afanasyev · 10 years ago
  67. c04e727 src: Recreating face in case of face deletion by NFD by akmhoque · 10 years ago
  68. 2f42335 src: Replace std::cout with log message by akmhoque · 11 years ago
  69. 3d06e79 src: Adding copyright message by akmhoque · 11 years ago
  70. c7a79b2 src: Expiration time change for LSA and Fib entry by akmhoque · 11 years ago
  71. 674b0b1 src: Adding log4cxx logging by akmhoque · 11 years ago
  72. 157b0a4 src: configuration file parsing by akmhoque · 11 years ago
  73. 31d1d4b src: Replace Tokenizer with the methods of ndn::Name by akmhoque · 11 years ago
  74. fdbddb1 src: Renaming class to spell out them (Adl, Nhl, Npl, Npt, Npte) by akmhoque · 11 years ago
  75. c8a10f7 build: == Dependency change == NLSR now depends on ndn-cxx library by akmhoque · 11 years ago
  76. b6450b1 src: Discard usage of std::pair of reference type and rename functions by akmhoque · 11 years ago
  77. 5335346 File name format change and Removed warning messages (Except warning from boost for Logging) by akmhoque · 11 years ago
  78. 05d5fcf Fixing Coding Style by akmhoque · 11 years ago
  79. 5a44dd4 NLSR - (Hello Protocol + FIB Update) by akmhoque · 11 years ago
  80. eb764c5 Data Packet Verification Added by akmhoque · 11 years ago
  81. ba09474 Directory Structuring by akmhoque · 11 years ago