1. 8e047e1 name-component: rename fromEscapedString() to fromUri() by Davide Pesavento · 5 months ago
  2. 334516a name: remove unused and redundant `push_back(const T&)` by Davide Pesavento · 5 months ago
  3. 5d36a52 name: check TLV type when constructing Name from Block by Davide Pesavento · 5 months ago
  4. fffdd62 Use Boost.Operators in more places by Davide Pesavento · 11 months ago
  5. 47ce2ee Refactor and modernize namespace declarations by Davide Pesavento · 1 year, 2 months ago
  6. 152ef44 Move BOOST_CONCEPT_ASSERT to unit tests where possible by Davide Pesavento · 1 year, 3 months ago
  7. 3fdb02f Use std::string_view in several APIs by Davide Pesavento · 1 year, 3 months ago
  8. 2f92b6e name: add append() overload that takes a span by Davide Pesavento · 2 years, 3 months ago
  9. d6bcdbf name: remove deprecated append() overload by Davide Pesavento · 2 years, 3 months ago
  10. 21ee899 name: add isKeyword and appendKeyword convenience methods by Davide Pesavento · 2 years, 4 months ago
  11. df8fd8a name: convert to span by Davide Pesavento · 2 years, 5 months ago
  12. fbea4fc encoding: convert to span by Davide Pesavento · 2 years, 5 months ago
  13. 765abc9 util: backport C++20 std::span and use it in various APIs by Davide Pesavento · 2 years, 7 months ago
  14. 46cdf90 Remove some long-deprecated functions and enums by Davide Pesavento · 4 years, 1 month ago
  15. a39c0b5 name: select canonical vs alternate URI representation by Junxiao Shi · 4 years, 6 months ago
  16. 009062d name: alternative URI syntax for component types used in naming conventions by Davide Pesavento · 4 years, 8 months ago
  17. adc9aa2 interest: add support for ParametersSha256DigestComponent by Davide Pesavento · 5 years ago
  18. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  19. 74daf74 Rename 'tests/unit-tests' directory to 'tests/unit' by Davide Pesavento · 6 years ago[Renamed from tests/unit-tests/name.t.cpp]
  20. 2b322eb encoding: provide _block literal operator by Junxiao Shi · 6 years ago
  21. 4053bd5 name: recognize ParametersSha256DigestComponent by Junxiao Shi · 6 years ago
  22. cf0aff8 name: accommodate typed components in getSuccessor by Junxiao Shi · 6 years ago
  23. 72c0c64 encoding: provide FormattedOutputFunction for Block by Junxiao Shi · 6 years ago
  24. 9c9672e name: don't strip whitespace when parsing URI by Junxiao Shi · 6 years ago
  25. a36f15d name: allow appending typed name components by Junxiao Shi · 6 years ago
  26. 4ffbb9d interest+exclude: rename NameComponent to GenericNameComponent by Junxiao Shi · 6 years ago
  27. cf4ac5b name-component: recognize typed name components by Junxiao Shi · 6 years ago
  28. 7dffab6 Fix missing 'typename' prior to dependent type name error by Ashlesh Gawande · 7 years ago
  29. 71ff231 name: reorganize Name class by Junxiao Shi · 7 years ago
  30. e78eeca util: add printHex() overload that takes a uint64_t by Davide Pesavento · 7 years ago
  31. eee3e82 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  32. df4b24e exclude: ImplicitSha256Digest bugfix by Junxiao Shi · 8 years ago
  33. 4f512fb name: Add Name::deepCopy to allow memory optimizations by Alexander Afanasyev · 8 years ago
  34. 66ca203 src: Remove unnecessary std::move to allow copy elision by Alexander Afanasyev · 9 years ago
  35. 1ddc13d name: Fix test cases for Name::compare by Marcin Juszkiewicz · 9 years ago
  36. 6f7cfd0 name: Allow negative start index in getSubName method by Joao Pereira · 9 years ago
  37. d7eacc7 name: Make sure empty name component (...) is not skipped during URI decoding by Alexander Afanasyev · 9 years ago
  38. c89efb4 name: Deprecation of Name::set methods, move constructors to .cpp, and documentation update by Alexander Afanasyev · 9 years ago
  39. 6bf0adf name: fix global buffer overflow in ImplicitSha256Digest test case by Junxiao Shi · 9 years ago[Renamed (97%) from tests/unit-tests/test-name.cpp]
  40. 7463389 encoding: Refactoring EncodingBuffer by Alexander Afanasyev · 9 years ago
  41. 2586be4 name-component: add test case for ZeroLengthComponent by Junxiao Shi · 9 years ago
  42. a6452ac name: partial Name comparison by Junxiao Shi · 9 years ago
  43. 2c3cbe4 name: fix Component wireDecode logic error by Qiuhan Ding · 10 years ago
  44. 6486d52 name: Add support for ImplicitSha256DigestComponent by Alexander Afanasyev · 10 years ago
  45. 90e2358 name: Add std::hash<Name> to support unordered_map container by Yingdi Yu · 10 years ago
  46. 6f9ec93 build: Fix compilation with tests and precompiled headers enabled by Alexander Afanasyev · 10 years ago
  47. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  48. 0f232c5 name: Introducing new name::Component::is* methods by Alexander Afanasyev · 10 years ago
  49. 937e461 name: correct Marker in Name::appendVersion() by Junxiao Shi · 10 years ago
  50. 15f6731 name: Make use of naming conventions for segment, version, timestamp, and sequence number encoding by Alexander Afanasyev · 10 years ago
  51. 5aa8c74 name: New method to get "successor" of a name by Shuo Chen · 10 years ago
  52. 8b1674a build: Reviving support for precompiled headers by Alexander Afanasyev · 10 years ago[Renamed from tests/test-name.cpp]
  53. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  54. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  55. b1db7c6 build: Warnings correction for gcc 4.2 by Alexander Afanasyev · 10 years ago
  56. c145d49 tlv, name: add missing FaceEventKind TLV, deprecate Name::appendVersion/Segment by Steve DiBenedetto · 10 years ago
  57. c234429 name: Make 'at' method to check if requested components is in bounds by Alexander Afanasyev · 10 years ago
  58. 4b45628 tlv: Another set of changes to update TLV type re-assignment by Alexander Afanasyev · 10 years ago
  59. 6835ad8 tlv: !!! MAJOR CHANGE !!! Changed TLV codes by Alexander Afanasyev · 10 years ago
  60. 29e5c3d encoding: Fixing Block (and as a result Name) encoding bugs by Alexander Afanasyev · 10 years ago
  61. c8823bc face: Refactored code to set interest filter by Alexander Afanasyev · 10 years ago
  62. 52eb20d name: Fixes and improvements in Name and name::Component classes by Alexander Afanasyev · 10 years ago