- 18c6430 communication: pass psync::FullProducer::Options by Junxiao Shi · 12 months ago
- f467467 communication: refactor SyncLogicHandler to not need a ConfParameter reference by Junxiao Shi · 12 months ago
- 7543f59 sync: use incomingFace for SVS by Varun Patil · 1 year, 5 months ago
- 7d2d689 communication: add SVS support by Varun Patil · 2 years, 2 months ago
- 1954a0c communication: adapt to API changes in PSync by Davide Pesavento · 2 years, 3 months ago
- 135288c lsdb: Fetch LSA from the face the notification about LSAs came from by Alexander Afanasyev · 2 years, 8 months ago
- 30d96e4 Do not compile ChronoSync support by default by Ashlesh Gawande · 3 years, 9 months ago
- d90338d Replace remaining uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 4 years ago NLSR-0.6.0
- 0421bc6 **breaking** route: consolidate routing tlv into route by Ashlesh Gawande · 4 years, 8 months ago
- 0db4d4d **breaking** consolidate src/tlv/*lsa* into src/lsa/*lsa* by Ashlesh Gawande · 5 years ago
- 6b388fc src: change initialization order by Ashlesh Gawande · 5 years ago
- 08bce9c src: set best-route strategy for certificate prefixes by Ashlesh Gawande · 6 years ago
- 85998a1 src: decouple classes from Nlsr object by Ashlesh Gawande · 7 years ago
- 32ec3fd communication: sync protocol adapater to add psync by Ashlesh Gawande · 6 years ago
- 4810107 communication: use ChronoSync Logic instead of Socket by Ashlesh Gawande · 7 years ago
- a08dc3f build: require gcc >= 5.3 and switch to C++14 by Davide Pesavento · 7 years ago
- cba0ae2 **breaking** Change NLSR to nlsr for various prefixes by Ashlesh Gawande · 7 years ago
- b0bf8df Hard-code fixed session name for ChronoSync sockets by Alexander Afanasyev · 7 years ago
- f7da9c5 conf: make ChronoSync's sync interest lifetime configurable by Ashlesh Gawande · 7 years ago
- 563611e communication: improve constness by Nick Gordon · 7 years ago
- cf8d0ed Use ndn-cxx logging facility by dmcoomes · 8 years ago
- ac4b656 communication: fix dry-run mode not working by laqinfan · 7 years ago
- 5bcb39e rename log macros to comply with ISO C++ standard by dmcoomes · 7 years ago
- 727d483 lsa: change type variable to enum class by Nick Gordon · 7 years ago
- 8f23b5d sync: improved unit tests by Nick Gordon · 7 years ago
- 9eac4d9 sync: removed ref to lsdb. by Nick Gordon · 7 years ago
- e98480b nlsr: removed references to ndn-cxx/common aliases and improved namespacing by Nick Gordon · 8 years ago
- d0a7df3 docs: wrote Doxygen comments for all files by Nick Gordon · 8 years ago
- 0f1bf1d Revert "sync: remove check-for-self in sync updates" by Nick Gordon · 8 years ago
- 7600c90 Complete remaining changes for ChronoSync dependency issue by Ashlesh Gawande · 8 years ago
- b23f279 sync: remove check-for-self in sync updates by Nick Gordon · 8 years ago
- 3e105a0 Use separate name prefix and sequence number for each LSA type by Ashlesh Gawande · 8 years ago
- 415676b make chronosync a dependency by Ashlesh Gawande · 8 years ago
- 9f93666 nlsr: Don't use ndn aliases provided by ndn-cxx/common.hpp by dmcoomes · 8 years ago
- 6077ea9 src: use /localhop component in LSA prefix by Ashlesh Gawande · 8 years ago
- feae557 boilerplate: Update copyright year in .cpp files by Nick Gordon · 8 years ago
- c6a8522 nlsr: Updated license boilerplate for all NLSR files. by Nick Gordon · 8 years ago
- 97e3494 docs: improve Doxygen comments. by Nick G · 8 years ago
- fad8e25 Fixed namespace formatting across all files. by Nick Gordon · 8 years ago
- 800833b docs+build+boilerplate: Prepare release of version 0.3.0 by Muktadir R Chowdhury · 8 years ago NLSR-0.3.0
- 5c467f0 Do not distribute coordinate LSAs when using link-state routing. by Nick Gordon · 8 years ago
- 9d09780 comm: Create SyncSocket on initialization by Vince Lehman · 10 years ago
- 75b0ea5 communication: Avoid deprecated Name::set method by Alexander Afanasyev · 10 years ago
- c2e51f6 src: Update copyright notices for files modified in 2015 by Vince Lehman · 10 years ago
- 49b1c0c src: Replace LSA string literals with constants by alvy · 10 years ago
- c11cc20 comm: Fix sync update prefix initialization by Vince Lehman · 10 years ago
- 0bcf9a3 comm: Make SyncLogic responsible for update prefix by Vince Lehman · 10 years ago
- 0a7da61 Always build in C++11 mode by Vince Lehman · 10 years ago
- 7c8882f sync: Avoid use of boost::serialization::null_deleter by Alexander Afanasyev · 10 years ago
- 904c241 comm: Stop SyncLogicHandler from fetching own LSAs by Vince Lehman · 10 years ago
- 411ee4b config+lsdb: Retry retrieve each LSA for `lsa-refresh-time` by Alexander Afanasyev · 10 years ago
- 2f42335 src: Replace std::cout with log message by akmhoque · 11 years ago
- 3d06e79 src: Adding copyright message by akmhoque · 11 years ago
- 0698667 src: Lsa interest retransmission in case of timeout by akmhoque · 11 years ago
- 674b0b1 src: Adding log4cxx logging by akmhoque · 11 years ago
- 157b0a4 src: configuration file parsing by akmhoque · 11 years ago
- 31d1d4b src: Replace Tokenizer with the methods of ndn::Name by akmhoque · 11 years ago
- fdbddb1 src: Renaming class to spell out them (Adl, Nhl, Npl, Npt, Npte) by akmhoque · 11 years ago
- c8a10f7 build: == Dependency change == NLSR now depends on ndn-cxx library by akmhoque · 11 years ago
- 0c21782 security: Disable security temporarily by Yingdi Yu · 11 years ago
- b6450b1 src: Discard usage of std::pair of reference type and rename functions by akmhoque · 11 years ago
- 5335346 File name format change and Removed warning messages (Except warning from boost for Logging) by akmhoque · 11 years ago
- 05d5fcf Fixing Coding Style by akmhoque · 11 years ago
- fa8ee9b Content Verification and Certificate Verification Done by akmhoque · 11 years ago
- 5a44dd4 NLSR - (Hello Protocol + FIB Update) by akmhoque · 11 years ago
- eb764c5 Data Packet Verification Added by akmhoque · 11 years ago
- ba09474 Directory Structuring by akmhoque · 11 years ago