summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/tests/timer_mgr_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [master] Fixed merge errors and some trivial warningsFrancis Dupont2017-07-051-1/+1
* [5317] Addressed review comments.Marcin Siodelski2017-06-301-0/+7
* [5317] TimerMgr's handlers are now ran in the main thread.Marcin Siodelski2017-06-211-116/+14
* [v_1_2_0] copy right dates updatedWlodek Wencel2017-04-121-1/+1
* Corrected typosAndrei Pavel2016-12-141-2/+2
* [4243] Disable optimization of boost:asio for gcc 5.2.0 through 5.3.0Thomas Markwalder2016-03-171-2/+4
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3971] TimerMgr returns the number of registered timers.Marcin Siodelski2015-09-281-6/+10
* [4039] Longer intervals in the TimerMgr test to avoid timing issues.Marcin Siodelski2015-09-241-8/+8
* [master] Fixed old asio.hpp include in new code (bis)Francis Dupont2015-09-241-1/+1
* [master] Removed extraneous variable.Marcin Siodelski2015-09-221-2/+0
* [4047] Updated TimerMgr and tests per review comments.Marcin Siodelski2015-09-221-74/+61
* [4047] Corrected order of calls in the TimerMgr unit test.Marcin Siodelski2015-09-181-5/+4
* [4047] Cleanup in the TimerMgr unit tests.Marcin Siodelski2015-09-181-30/+3
* [4047] Instance of the TimerMgr is now shared pointer.Marcin Siodelski2015-09-181-72/+73
* [4047] Implemented synchronization between the worker theadMarcin Siodelski2015-09-181-1/+44
* [3970] Improved the test for TimerMgr::stopThread.Marcin Siodelski2015-09-081-0/+17
* [3970] Addressed review comments again.Marcin Siodelski2015-09-081-4/+38
* [3970] Add parameter to run pending callbacks when thread is stopped.Marcin Siodelski2015-09-041-6/+6
* [3970] Rename 'deregister' to 'unregister' in TimerMgr.Marcin Siodelski2015-09-021-20/+20
* [3970] Disabled one test in TimerMgr.Marcin Siodelski2015-09-021-4/+9
* [3970] Prevent race conditions during timers registration.Marcin Siodelski2015-09-021-2/+21
* [3970] Improved test coverage for the TimerMgr.Marcin Siodelski2015-09-021-12/+209
* [3970] Updated implementation of TimerMgr and make it almost ready.Marcin Siodelski2015-08-271-9/+69
* [3970] Use thread to run handlers in TimerMgr.Marcin Siodelski2015-08-251-81/+22
* [3970] Basic implementation of the TimerMgr singleton.Marcin Siodelski2015-08-251-0/+200