index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dhcpsrv
/
tests
/
timer_mgr_unittest.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[master] Fixed merge errors and some trivial warnings
Francis Dupont
2017-07-05
1
-1
/
+1
*
[5317] Addressed review comments.
Marcin Siodelski
2017-06-30
1
-0
/
+7
*
[5317] TimerMgr's handlers are now ran in the main thread.
Marcin Siodelski
2017-06-21
1
-116
/
+14
*
[v_1_2_0] copy right dates updated
Wlodek Wencel
2017-04-12
1
-1
/
+1
*
Corrected typos
Andrei Pavel
2016-12-14
1
-2
/
+2
*
[4243] Disable optimization of boost:asio for gcc 5.2.0 through 5.3.0
Thomas Markwalder
2016-03-17
1
-2
/
+4
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
1
-11
/
+3
*
[3971] TimerMgr returns the number of registered timers.
Marcin Siodelski
2015-09-28
1
-6
/
+10
*
[4039] Longer intervals in the TimerMgr test to avoid timing issues.
Marcin Siodelski
2015-09-24
1
-8
/
+8
*
[master] Fixed old asio.hpp include in new code (bis)
Francis Dupont
2015-09-24
1
-1
/
+1
*
[master] Removed extraneous variable.
Marcin Siodelski
2015-09-22
1
-2
/
+0
*
[4047] Updated TimerMgr and tests per review comments.
Marcin Siodelski
2015-09-22
1
-74
/
+61
*
[4047] Corrected order of calls in the TimerMgr unit test.
Marcin Siodelski
2015-09-18
1
-5
/
+4
*
[4047] Cleanup in the TimerMgr unit tests.
Marcin Siodelski
2015-09-18
1
-30
/
+3
*
[4047] Instance of the TimerMgr is now shared pointer.
Marcin Siodelski
2015-09-18
1
-72
/
+73
*
[4047] Implemented synchronization between the worker thead
Marcin Siodelski
2015-09-18
1
-1
/
+44
*
[3970] Improved the test for TimerMgr::stopThread.
Marcin Siodelski
2015-09-08
1
-0
/
+17
*
[3970] Addressed review comments again.
Marcin Siodelski
2015-09-08
1
-4
/
+38
*
[3970] Add parameter to run pending callbacks when thread is stopped.
Marcin Siodelski
2015-09-04
1
-6
/
+6
*
[3970] Rename 'deregister' to 'unregister' in TimerMgr.
Marcin Siodelski
2015-09-02
1
-20
/
+20
*
[3970] Disabled one test in TimerMgr.
Marcin Siodelski
2015-09-02
1
-4
/
+9
*
[3970] Prevent race conditions during timers registration.
Marcin Siodelski
2015-09-02
1
-2
/
+21
*
[3970] Improved test coverage for the TimerMgr.
Marcin Siodelski
2015-09-02
1
-12
/
+209
*
[3970] Updated implementation of TimerMgr and make it almost ready.
Marcin Siodelski
2015-08-27
1
-9
/
+69
*
[3970] Use thread to run handlers in TimerMgr.
Marcin Siodelski
2015-08-25
1
-81
/
+22
*
[3970] Basic implementation of the TimerMgr singleton.
Marcin Siodelski
2015-08-25
1
-0
/
+200