2377 Commits (2f46d6543e55fd1ed1b3cbdb09e183238eb7537e)
 

Author SHA1 Message Date
Davide Pesavento 2f46d6543e Avoid deprecated Boost.Asio interfaces 2 years ago
Davide Pesavento 550d8c99ab build: require boost >= 1.71.0 2 years ago
Davide Pesavento e1005da0a2 docs: update list of supported platforms 2 years ago
Davide Pesavento 6028418380 net: NetworkMonitor: ignore AWDL interfaces on macOS 2 years ago
Davide Pesavento 5686c51b87 build: decouple handling of boost libs not needed by libndn-cxx 2 years ago
Davide Pesavento c996742bad build: use python f-strings 2 years ago
Davide Pesavento 90d3a96dc2 encoding: simplify readVarNumber() 2 years ago
Davide Pesavento fffdd62715 Use Boost.Operators in more places 2 years ago
Junxiao Shi ce442c4c95 meta-info: prevent FreshnessPeriod overflow 2 years ago
Davide Pesavento ee97139dcd build: update waf to version 2.0.26 2 years ago
Davide Pesavento 03fdfb17a1 build: enable a few more compiler warnings 2 years ago
Davide Pesavento 747cb45c16 util: add deprecated attribute to aliases documented as such 2 years ago
Davide Pesavento 9404892918 interest: improve code readability 2 years ago
Junxiao Shi 382de67df8 net: make FaceUri usable as container key 2 years ago
Alexander Afanasyev 0af48fb516 interest: Match data to Interest regardless of FreshnessPeriod/MustBeFresh 2 years ago
Davide Pesavento 12b8aaa9f2 build: decrease level of debug information produced by default 2 years ago
Junxiao Shi 502c4c3bd6 security: avoid ValidityPeriod under/overflow 2 years ago
Varun Patil f81de71486 security: make HMAC compatible with OpenSSL 3 2 years ago
Davide Pesavento 67bc114aa8 util: generalize and simplify time::{to,from}UnixTimestamp() 2 years ago
Davide Pesavento 699cca4ba0 encoding: declare Block operators as hidden friends 2 years ago
Davide Pesavento 296c3a185d interest+data: add string_view overloads for convenience 2 years ago
Davide Pesavento 47ce2eed3a Refactor and modernize namespace declarations 2 years ago
Davide Pesavento 21b7f1b379 encoding+lp+net: simplify with `if constexpr` 2 years ago
Davide Pesavento 581dd52b0d lp: consistently use uint32_t for TLV types 2 years ago
Davide Pesavento 152ef44da9 Move BOOST_CONCEPT_ASSERT to unit tests where possible 2 years ago
Davide Pesavento 3fdb02f62e Use std::string_view in several APIs 2 years ago
Davide Pesavento a3651646a9 ndnsec: stop installing deprecated command aliases 2 years ago
Davide Pesavento 23483c76d5 name: remove deprecated functions 2 years ago
Davide Pesavento 0910343957 mgmt: simplify StatusDataset implementation 2 years ago
Davide Pesavento 187e9f99b2 Adopt more C++17 features throughout the codebase 2 years ago
Davide Pesavento eb87c28200 detail: stop importing std::function into ndn namespace 2 years ago
Davide Pesavento 869d1a3c36 util: remove obsolete backport of std::to_string 2 years ago
Davide Pesavento 05ec0be21b Use `inline` on all namespace-scope constants defined in headers 2 years ago
Davide Pesavento f6b458930f util: remove ndn::optional, use std::optional directly 2 years ago
Davide Pesavento a2fbc35f12 util: remove ndn::variant, use std::variant directly 2 years ago
Davide Pesavento fcd3e44028 build: switch to C++17 2 years ago
Davide Pesavento 762548b15e build: drop official support for Ubuntu 18.04 and macOS 10.15 2 years ago
Davide Pesavento 02ed332ddd docs: update several URLs to point to docs.named-data.net 2 years ago
Davide Pesavento d09d52bdfa tests: fix dangling-reference warning with gcc 13 3 years ago
Davide Pesavento ae39daf4de build: switch source archive to xz compression 3 years ago
Davide Pesavento a90b2cf762 ci: adopt reusable workflows from `named-data/actions` 3 years ago
Davide Pesavento 535bd33223 util: add missing include for `std::set` 3 years ago
Davide Pesavento 81de5d98e9 Prepare release 0.8.1 3 years ago
Davide Pesavento 15fa994bf6 transport: replace a bunch of bools with a proper state machine 3 years ago
Davide Pesavento 67090837ab build: update waf to version 2.0.24 3 years ago
Davide Pesavento 90795be569 encoding: remove obsolete TLV-TYPE definitions 3 years ago
Davide Pesavento 576c21ba33 docs: delete certificate spec 3 years ago
Davide Pesavento ffddbbf745 encoding: recognize Ed25519 signature type 3 years ago
Davide Pesavento 09c064f1c5 Remove a few deprecated functions 3 years ago
Davide Pesavento b5e95f9106 ci: skip headers check in code-coverage jobs 3 years ago