summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/timer_mgr.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3190] use smart pointer to capture IOService instanceRazvan Becheriu2024-03-051-2/+2
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-3/+2
* [#3019] retry db open on startupRazvan Becheriu2023-12-141-3/+1
* [#1980] add missing headers in timer_mgr.ccAndrei Pavel2021-08-121-2/+10
* [#1375] fixed doxygenRazvan Becheriu2020-12-091-1/+1
* [#1375] implemented thread safe TimerMgrRazvan Becheriu2020-12-091-9/+130
* [1396] pre 1.8.0 release changesWlodek Wencel2020-08-241-1/+1
* [#1308] Got rid of boost function/bindFrancis Dupont2020-08-131-4/+3
* [master] dates and versions updated for 1.4.0 releaseWlodek Wencel2018-06-141-1/+1
* [5626] TimeMgr destructor now avoids logging messagesThomas Markwalder2018-05-171-1/+1
* [5442] Implemented 'dhcp-enable' and 'dhcp-disable' command.Marcin Siodelski2017-12-041-0/+17
* [master] Fixed merge errors and some trivial warningsFrancis Dupont2017-07-051-2/+0
* [5317] Addressed review comments.Marcin Siodelski2017-06-301-0/+3
* [5317] TimerMgr's handlers are now ran in the main thread.Marcin Siodelski2017-06-211-353/+25
* [v_1_2_0] copy right dates updatedWlodek Wencel2017-04-121-1/+1
* Corrected typosAndrei Pavel2016-12-141-1/+1
* [4243] Disable optimization of boost:asio for gcc 5.2.0 through 5.3.0Thomas Markwalder2016-03-171-2/+5
* [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-0/+13
* [master] Fixed old asio.hpp include in new codeFrancis Dupont2015-09-241-1/+1
* [4047] Updated TimerMgr and tests per review comments.Marcin Siodelski2015-09-221-5/+5
* [4047] Instance of the TimerMgr is now shared pointer.Marcin Siodelski2015-09-181-2/+2
* [4047] Fixed documentation of the TimerMgr.Marcin Siodelski2015-09-181-6/+4
* [4047] Fixed issues with static deinitialization fiasco in TimerMgr.Marcin Siodelski2015-09-181-12/+10
* [4047] Implemented synchronization between the worker theadMarcin Siodelski2015-09-181-94/+503
* [3970] Add parameter to run pending callbacks when thread is stopped.Marcin Siodelski2015-09-041-19/+27
* [3970] Addressed most of the review comments.Marcin Siodelski2015-09-041-58/+44
* [3970] Rename 'deregister' to 'unregister' in TimerMgr.Marcin Siodelski2015-09-021-7/+7
* [3970] Added logging traces to the TimerMgr.Marcin Siodelski2015-09-021-2/+42
* [3970] Prevent race conditions during timers registration.Marcin Siodelski2015-09-021-7/+6
* [3970] Improved test coverage for the TimerMgr.Marcin Siodelski2015-09-021-5/+29
* [3970] Updated implementation of TimerMgr and make it almost ready.Marcin Siodelski2015-08-271-11/+150
* [3970] Use thread to run handlers in TimerMgr.Marcin Siodelski2015-08-251-3/+26
* [3970] Basic implementation of the TimerMgr singleton.Marcin Siodelski2015-08-251-0/+81