Changes since version 0.3.0

Release date: March 3, 2015

New features:

- Management
  - Add isConnected() in signal::Connection and
    signal::ScopedConnection (Issue 2308)
  - Extend DummyClientFace to process LocalControlHeader (Issue 2510)
  - Add CachingPolicy to LocalControlHeader (Issue 2183)

Updates and bug fixes:

- Wire encoding
  - Refactoring of EncodingImpl class template (EncodingBuffer and
    EncodingEstimator) (Issue 2494, Issue 2490)
  - Change Block::fromBuffer return type (Issue 2553)
- Miscellaneous tools
  - Mark Digest<Hash>::operator== as unsuitable in a security
    sensitive context (Issue 2395)
  - Restrict destruction of Signal from handler (Issue 2313)
- Documentation
  - Correct function names in security library tutorial (Issue 2474)
  - Remind users to reinstall ports after OSX upgrade (Issue 2284)
- Tests
  - Fix global buffer overflow in ImplicitSha256Digest test case
    (Issue 2307)
  - Change naming conventions for unit test files and test suite
    names (Issue 2497)
- Build
  - Explicitly define _GLIBCXX_USE_NANOSLEEP, necessary for gcc <
    4.8 in some environments (Issue 2499)

Removed:

- Delete deprecated Block(std::istream&) constructor (Issue 2241)
- Delete deprecated ndn::ptr_lib, ndn::func_lib (Issue 2110)
- Delete deprecated MetaInfo::TYPE_* (Issue 2170)
  1. bbb2435 util: disallow destruction of Signal from handler by Junxiao Shi · 10 years ago
  2. c759a20 management: add CachingPolicy to LocalControlHeader by Jiewen Tan · 10 years ago
  3. ea71967 util: Extend DummyClientFace to process LocalControlHeader by Alexander Afanasyev · 10 years ago
  4. 94f2183 util: mark Digest<Hash>::operator== as unsuitable for security related context by Junxiao Shi · 10 years ago
  5. f46482c util: add isConnected() in signal::Connection and signal::ScopedConnection by Chengyu Fan · 10 years ago
  6. 5946ed1 docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.3.0
  7. 7b3080f util: rtnetlink-based implementation of NetworkMonitor by Alexander Afanasyev · 10 years ago
  8. e6c65e2 util: NetworkMonitor helper to detect network state changes by Alexander Afanasyev · 10 years ago
  9. 9a9952f util: scheduler::ScopedEventId to automatically cancel scheduled events upon destruction by Alexander Afanasyev · 10 years ago
  10. 1286e02 util: Use default resolver behavior in util::dns::Resolver by Alexander Afanasyev · 10 years ago
  11. af99f46 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  12. 728873f util: replace EventEmitter with Signal in NotificationSubscriber by Junxiao Shi · 10 years ago
  13. 52ec667 util: Use C version of snprintf by Alexander Afanasyev · 10 years ago
  14. 29ea835 util: delete deprecated EventEmitter in DummyClientFace by Junxiao Shi · 10 years ago
  15. ecc57b5 util: Signal::connectSingleShot by Junxiao Shi · 10 years ago
  16. 27913b4 util: use Signal in DummyClientFace by Junxiao Shi · 10 years ago
  17. a1ea506 face: connect to Transport during construction by Junxiao Shi · 10 years ago
  18. 018e30d util: allow emitSignal with non-zero arguments by Junxiao Shi · 10 years ago
  19. 2cec707 util: fix segfault in UtilSignal/DisconnectSelfInHandler test case by Junxiao Shi · 10 years ago
  20. 8e131fd util: Fix incorrect iteration over entries in InMemoryStorage by Alexander Afanasyev · 10 years ago
  21. 8d71fdb util: Signal by Junxiao Shi · 10 years ago
  22. a4c5048 util: ensure concepts.hpp can compile on its own by Junxiao Shi · 10 years ago
  23. 24d4b93 util: Workaround clang bug in IndentedStream implementation by Alexander Afanasyev · 10 years ago
  24. bbb31f9 util: Exposing IndentedStream class as part of public API by Alexander Afanasyev · 10 years ago
  25. 80979ba security: Handle certificate decoding error in validation process by Yingdi Yu · 10 years ago
  26. dfb8a61 util: specialize std::hash<> for ethernet::Address by Davide Pesavento · 10 years ago
  27. a60d936 util: make DummyClientFace public API by Junxiao Shi · 10 years ago
  28. eabffdf tests: Fix issue with UnitTestClock-based event scheduling (extra sleep required) by Alexander Afanasyev · 10 years ago
  29. 85b17b8 time: Add ability to specialize system and steady clocks by Alexander Afanasyev · 10 years ago
  30. a93870d util: rewrite EventEmitter with C++11 features by Junxiao Shi · 10 years ago
  31. 51dc2ef util: use C++11 features in ethernet::Address class. by Davide Pesavento · 10 years ago
  32. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  33. 8991bb5 util: Change "common.hpp" to "../common.hpp" by Vince Lehman · 10 years ago
  34. 4083c8d util: FaceUri canonization for udp,tcp,ether by Junxiao Shi · 10 years ago
  35. 9984850 common.hpp: prepend NDN_CXX_ to WITH_TESTS macros by Junxiao Shi · 10 years ago
  36. 9913596 util: in-memory storage by Jiewen Tan · 10 years ago
  37. e3ef6ee util: Restore original copyright notice for the imported Ethernet and FaceUri files by Junxiao Shi · 10 years ago
  38. 77dcadd util: import Ethernet and FaceUri by Junxiao Shi · 10 years ago
  39. 7a6bb35 util: Add DNS resolver utility class by Vince Lehman · 10 years ago
  40. 6800e1f util: Add missing include by Alexander Afanasyev · 10 years ago
  41. 9ad2d72 util: Add toString and operator<< for util::Digest by Yingdi Yu · 10 years ago
  42. de222c7 util: Add stateful digest by Yingdi Yu · 10 years ago
  43. f3cfab5 util: Implement helper class to fetch multi-segmented data by Alexander Afanasyev · 10 years ago
  44. 680e77a util: Ensure ndn::RegexComponentMatcher works with Boost >= 1.56 by Alexander Afanasyev · 10 years ago
  45. d51cd58 util: Correcting include by Alexander Afanasyev · 10 years ago
  46. 4abdbf1 util: Porting NotificationSubscriber, FaceMonitor, and NotificationStream from NFD by Alexander Afanasyev · 10 years ago
  47. fe14015 util: Add EventEmitter by Yingdi Yu · 10 years ago
  48. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  49. 50b1390 util: Deprecate CommandInterestGenerator and CommandInterestValidator by Yingdi Yu · 10 years ago
  50. 7508867 util: Redefine method for random number generation by Alexander Afanasyev · 10 years ago
  51. 7ae4bf5 util: Introduce Scheduler::cancelAllEvents to cancel all previously scheduled events by Alexander Afanasyev · 10 years ago
  52. 5ec0ee3 security: Support ECDSA verification in all related classes. by Yingdi Yu · 10 years ago
  53. 72a1178 utils: Removing concept of periodic event from Scheduler by Alexander Afanasyev · 10 years ago
  54. 0f5fb69 security: Include timestamp and nonce in signed interest and provide timestamp checking in ValidatorConf by Yingdi Yu · 10 years ago
  55. 197e565 data: Optimize Data signing by Alexander Afanasyev · 10 years ago
  56. 285c2cf utils: Allow resetting command interest validator rules by Alexander Afanasyev · 10 years ago
  57. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  58. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  59. 258ec2b src: Refactoring common.hpp and minimizing exposed includes by Alexander Afanasyev · 10 years ago
  60. 770827c docs: Updating doxygen comments and minor update to normalize API by Alexander Afanasyev · 10 years ago
  61. fc7d33a src: Removing deprecated logging facility by Alexander Afanasyev · 10 years ago
  62. f73f063 src: Removing unnecessary use of cref() in concert with make_shared by Alexander Afanasyev · 10 years ago
  63. 9016496 face: Implementing InterestFilter abstraction to be used with setInterestFilter by Alexander Afanasyev · 11 years ago
  64. b6b21b3 util: Correcting code style in regular expression implementation by Alexander Afanasyev · 10 years ago
  65. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 10 years ago
  66. 0fc447c security: Adding wildcard support in CommandInterestValidator by Yingdi Yu · 10 years ago
  67. e66bf2a face: Specify signing certificate/identity in setInterestFilter/unsetInterestFilter by Yingdi Yu · 10 years ago
  68. f56c68f security: Construct KeyChain from configuration file. by Yingdi Yu · 10 years ago
  69. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  70. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago
  71. 2a7f720 exceptions: Make Tlv::Error a base class for all packet-processing exceptions by Alexander Afanasyev · 10 years ago
  72. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  73. 53af7a1 util: Implementing conversion to/from system_clock::TimePoint with customized format by Alexander Afanasyev · 10 years ago
  74. b78bc4d build: add -std=c++03 (in non C++11 mode) and -pedantic to the default CXXFLAGS by Alexander Afanasyev · 10 years ago
  75. b1db7c6 build: Warnings correction for gcc 4.2 by Alexander Afanasyev · 10 years ago
  76. 449e114 security: fix CommandInterestValidator bug (no check on signature type) by Yingdi Yu · 10 years ago
  77. 48e8c0c security: Add configuration based validator by Yingdi Yu · 10 years ago
  78. 482ccc5 build: suppress CryptoPP warnings by Junxiao Shi · 10 years ago
  79. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 10 years ago
  80. c07b3a2 util, transport: add configuration file support and make default unix socket configurable by Steve DiBenedetto · 10 years ago
  81. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  82. 110881d security: Change SHA256_DIGEST_LENGTH to SHA256_DIGEST_SIZE; by Yingdi Yu · 11 years ago
  83. 2115716 security: Add SignatureSha256 by Yingdi Yu · 11 years ago
  84. f50098d util: Add helper method to load/save object from/to file. by Yingdi Yu · 11 years ago
  85. c4f6fd7 util: Merge helpers folder into util. by Yingdi Yu · 11 years ago
  86. 36b84cf util+build: Build optimization with regex util by Alexander Afanasyev · 11 years ago
  87. 809805d encoding: Optimized Data packet encoding, preparation for memory-efficient signing operation by Alexander Afanasyev · 11 years ago
  88. 17bc301 security: Add helpers for Command Interest by Yingdi Yu · 11 years ago
  89. c8823bc face: Refactored code to set interest filter by Alexander Afanasyev · 11 years ago
  90. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 11 years ago
  91. 9c7ed11 src: Fixing signed/unsigned comparison warnings and removing all warning-suppressing pragmas by Alexander Afanasyev · 11 years ago
  92. 95e8c2f name: Optimization of Name implementation by Alexander Afanasyev · 11 years ago
  93. e9fdb80 face: Fixing face registration protocol by ensuring uniqueness of each command interest by Alexander Afanasyev · 11 years ago
  94. f2a8209 util: Fix rescheduling and add test case. by Yingdi Yu · 11 years ago
  95. ab13655 util: fix "delete event in the same event" bug in scheduler. by Yingdi Yu · 11 years ago
  96. 274f2b0 src: Fixing several includes by Alexander Afanasyev · 11 years ago
  97. 5e97420 util: Adding regex support. by Yingdi Yu · 11 years ago
  98. f646889 util: Importing scheduler, originally implemented in NFD by Alexander Afanasyev · 11 years ago
  99. 1950885 build+src: Updating common.hpp to import (std|boost)::(shared_ptr|function|...) into ndn namespace by Alexander Afanasyev · 11 years ago
  100. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 11 years ago