1. 07115cc util: reimplement scheduler::EventId with CancelHandle by Junxiao Shi · 6 years ago
  2. 24c5a00 impl: rename 'detail' to 'impl' by Junxiao Shi · 6 years ago
  3. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  4. 1944281 Rename 'src' directory to 'ndn-cxx' by Davide Pesavento · 6 years ago[Renamed from src/util/scheduler.cpp]
  5. 3a3e188 encoding+util: ensure move constructors are properly declared by Davide Pesavento · 7 years ago
  6. db4da5e Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
  7. 5afbb0b util: switch to boost::asio::basic_waitable_timer by Davide Pesavento · 7 years ago
  8. bdcedf4 security+util: remove overloaded operator!() by Davide Pesavento · 8 years ago
  9. 5bcab56 util: hide MonotonicDeadlineTimer into detail by Junxiao Shi · 8 years ago
  10. 7e693be util: use BOOST_SCOPE_EXIT in Scheduler::executeEvent by Junxiao Shi · 8 years ago
  11. 86dfa53 util: keep Scheduler running if a callback throws by Junxiao Shi · 9 years ago
  12. d50f2b4 util: redesign scheduler::EventId by Junxiao Shi · 9 years ago
  13. 9a9952f util: scheduler::ScopedEventId to automatically cancel scheduled events upon destruction by Alexander Afanasyev · 10 years ago
  14. 7ae4bf5 util: Introduce Scheduler::cancelAllEvents to cancel all previously scheduled events by Alexander Afanasyev · 11 years ago
  15. 72a1178 utils: Removing concept of periodic event from Scheduler by Alexander Afanasyev · 11 years ago
  16. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 11 years ago
  17. f73f063 src: Removing unnecessary use of cref() in concert with make_shared by Alexander Afanasyev · 11 years ago
  18. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 11 years ago
  19. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 11 years ago
  20. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 11 years ago
  21. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 11 years ago
  22. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 11 years ago
  23. f2a8209 util: Fix rescheduling and add test case. by Yingdi Yu · 11 years ago
  24. ab13655 util: fix "delete event in the same event" bug in scheduler. by Yingdi Yu · 11 years ago
  25. f646889 util: Importing scheduler, originally implemented in NFD by Alexander Afanasyev · 11 years ago