index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dhcpsrv
/
timer_mgr.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#3190] use smart pointer to capture IOService instance
Razvan Becheriu
2024-03-05
1
-2
/
+2
*
[#3237] release changes
Wlodek Wencel
2024-01-29
1
-1
/
+1
*
[#3119] use range based for loop or BOOST_FOREACH
Razvan Becheriu
2024-01-22
1
-3
/
+2
*
[#3019] retry db open on startup
Razvan Becheriu
2023-12-14
1
-3
/
+1
*
[#1980] add missing headers in timer_mgr.cc
Andrei Pavel
2021-08-12
1
-2
/
+10
*
[#1375] fixed doxygen
Razvan Becheriu
2020-12-09
1
-1
/
+1
*
[#1375] implemented thread safe TimerMgr
Razvan Becheriu
2020-12-09
1
-9
/
+130
*
[1396] pre 1.8.0 release changes
Wlodek Wencel
2020-08-24
1
-1
/
+1
*
[#1308] Got rid of boost function/bind
Francis Dupont
2020-08-13
1
-4
/
+3
*
[master] dates and versions updated for 1.4.0 release
Wlodek Wencel
2018-06-14
1
-1
/
+1
*
[5626] TimeMgr destructor now avoids logging messages
Thomas Markwalder
2018-05-17
1
-1
/
+1
*
[5442] Implemented 'dhcp-enable' and 'dhcp-disable' command.
Marcin Siodelski
2017-12-04
1
-0
/
+17
*
[master] Fixed merge errors and some trivial warnings
Francis Dupont
2017-07-05
1
-2
/
+0
*
[5317] Addressed review comments.
Marcin Siodelski
2017-06-30
1
-0
/
+3
*
[5317] TimerMgr's handlers are now ran in the main thread.
Marcin Siodelski
2017-06-21
1
-353
/
+25
*
[v_1_2_0] copy right dates updated
Wlodek Wencel
2017-04-12
1
-1
/
+1
*
Corrected typos
Andrei Pavel
2016-12-14
1
-1
/
+1
*
[4243] Disable optimization of boost:asio for gcc 5.2.0 through 5.3.0
Thomas Markwalder
2016-03-17
1
-2
/
+5
*
[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
-0
/
+13
*
[master] Fixed old asio.hpp include in new code
Francis Dupont
2015-09-24
1
-1
/
+1
*
[4047] Updated TimerMgr and tests per review comments.
Marcin Siodelski
2015-09-22
1
-5
/
+5
*
[4047] Instance of the TimerMgr is now shared pointer.
Marcin Siodelski
2015-09-18
1
-2
/
+2
*
[4047] Fixed documentation of the TimerMgr.
Marcin Siodelski
2015-09-18
1
-6
/
+4
*
[4047] Fixed issues with static deinitialization fiasco in TimerMgr.
Marcin Siodelski
2015-09-18
1
-12
/
+10
*
[4047] Implemented synchronization between the worker thead
Marcin Siodelski
2015-09-18
1
-94
/
+503
*
[3970] Add parameter to run pending callbacks when thread is stopped.
Marcin Siodelski
2015-09-04
1
-19
/
+27
*
[3970] Addressed most of the review comments.
Marcin Siodelski
2015-09-04
1
-58
/
+44
*
[3970] Rename 'deregister' to 'unregister' in TimerMgr.
Marcin Siodelski
2015-09-02
1
-7
/
+7
*
[3970] Added logging traces to the TimerMgr.
Marcin Siodelski
2015-09-02
1
-2
/
+42
*
[3970] Prevent race conditions during timers registration.
Marcin Siodelski
2015-09-02
1
-7
/
+6
*
[3970] Improved test coverage for the TimerMgr.
Marcin Siodelski
2015-09-02
1
-5
/
+29
*
[3970] Updated implementation of TimerMgr and make it almost ready.
Marcin Siodelski
2015-08-27
1
-11
/
+150
*
[3970] Use thread to run handlers in TimerMgr.
Marcin Siodelski
2015-08-25
1
-3
/
+26
*
[3970] Basic implementation of the TimerMgr singleton.
Marcin Siodelski
2015-08-25
1
-0
/
+81