Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3237] release changes | Wlodek Wencel | 2024-01-29 | 4 | -4/+4 |
| | |||||
* | [#3235] bump up library versions for 2.5.5 release | Razvan Becheriu | 2024-01-26 | 1 | -1/+1 |
| | |||||
* | [#3119] use range based for loop or BOOST_FOREACH | Razvan Becheriu | 2024-01-22 | 2 | -50/+50 |
| | |||||
* | [#3119] replace const auto with auto const | Razvan Becheriu | 2024-01-22 | 2 | -2/+2 |
| | |||||
* | [#3119] use auto const& whenever possible | Razvan Becheriu | 2024-01-22 | 1 | -3/+3 |
| | |||||
* | [#3119] Fixed some coverity reported defects | Francis Dupont | 2024-01-22 | 1 | -2/+2 |
| | |||||
* | [#2990] bump up library versions for 2.5.0 release | Andrei Pavel | 2023-07-20 | 1 | -1/+1 |
| | |||||
* | [#2889] release changes | Andrei Pavel | 2023-05-29 | 5 | -5/+5 |
| | |||||
* | [#2885] bump up library versions for 2.3.8 release | Razvan Becheriu | 2023-05-26 | 1 | -1/+1 |
| | |||||
* | [#2658] add big integer support to statistics | Andrei Pavel | 2023-05-17 | 6 | -202/+323 |
| | | | | | | | | | | | | | | | | | | | Pool capacities have been promoted in code from uint64_t to uint128_t. Bigint is modelled as an int128_t in statistics, following the precedent of signed integer of int64_t from statistics. - "total-nas" is extended to 128 bits as requested in the issue. - "total-pds" has the same risk of overflowing so it has been extended as well. - "total-addresses" always fits in 64 bits, but certain code forces a 128 bit value on it. See Pool::getCapacity(), Subnet::getPoolCapacity(), Subnet::sumPoolCapacity(). It could have been truncated to a 64 bit value, but that seems like an unnecessary complication. Because of the disparity in signedness there is some truncation that can happen when pool capacity values are passed on to statistics. That only happens for the last half of the value range, so for prefix ranges larger than /1. | ||||
* | [#2809] release changesKea-2.3.6 | Marcin Godzina | 2023-03-24 | 1 | -1/+1 |
| | |||||
* | [#728,!461] replaced hardcoded values and minor changes | Razvan Becheriu | 2023-03-24 | 1 | -1/+0 |
| | |||||
* | [#2546] bump lib versions for 2.3.0 | Razvan Becheriu | 2022-08-29 | 2 | -1/+3 |
| | |||||
* | [#2129] Made stat test tools more generic | Francis Dupont | 2021-10-11 | 3 | -1/+66 |
| | |||||
* | [#1666] bump lib versions for 1.9.4 | Razvan Becheriu | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | [#1656] 1.9.4 release: bump library versions | Andrei Pavel | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | [#1656] 1.9.4 release: update copyrights | Andrei Pavel | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | [#1656] 1.9.4 release: spelling check | Andrei Pavel | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | [#1400] bumped hooks version for 1.9.0 | Razvan Becheriu | 2020-09-25 | 1 | -1/+1 |
| | |||||
* | [#1400] Bumped versions | Francis Dupont | 2020-09-25 | 1 | -1/+1 |
| | |||||
* | [#912] Made remove all deprecated | Francis Dupont | 2020-09-24 | 3 | -1/+9 |
| | |||||
* | [#1346] Addressed review comments | Thomas Markwalder | 2020-07-27 | 1 | -1/+1 |
| | | | | Added ChangeLog | ||||
* | [#1346] Bumped library versions and KEA_HOOKS_VERSION for 1.7.10 | Thomas Markwalder | 2020-07-27 | 1 | -1/+1 |
| | |||||
* | [#1174] Updated util and stat code | Francis Dupont | 2020-07-15 | 4 | -9/+28 |
| | |||||
* | [#1174] Fixed unit-tests in stats_mgr | Tomek Mrugalski | 2020-07-14 | 1 | -3/+2 |
| | |||||
* | [#1174] libdhcpsrv, stats tests fixed after rebase | Tomek Mrugalski | 2020-07-14 | 1 | -28/+28 |
| | |||||
* | [#1174] Observation fixed after rebase | Tomek Mrugalski | 2020-07-14 | 2 | -3/+2 |
| | |||||
* | [#1174] Addressed some errors reported by Jenkins | Francis Dupont | 2020-07-14 | 2 | -12/+12 |
| | |||||
* | [#1174] Changed stats to use C++11 chrono | Francis Dupont | 2020-07-14 | 7 | -162/+170 |
| | |||||
* | [#1223] Updated configure and some Makefiles | Francis Dupont | 2020-07-14 | 2 | -0/+2 |
| | |||||
* | [#996] Added MT considerations | Francis Dupont | 2020-07-03 | 2 | -0/+18 |
| | |||||
* | [#1246] bump up libs version and hooks version | Razvan Becheriu | 2020-05-22 | 1 | -1/+1 |
| | |||||
* | [#1210] Fixed some doxygen issues | Francis Dupont | 2020-05-14 | 1 | -4/+4 |
| | |||||
* | [#1198] bump up libs version and hooks version | Razvan Becheriu | 2020-04-24 | 1 | -1/+1 |
| | |||||
* | [#816] Made getObservation usable to check existence | Francis Dupont | 2020-04-23 | 1 | -3/+4 |
| | |||||
* | [#1005] Improved doxygen comments | Razvan Becheriu | 2020-04-14 | 1 | -2/+2 |
| | |||||
* | [#1005] Improved doxygen comments | Razvan Becheriu | 2020-04-14 | 1 | -1/+1 |
| | |||||
* | [#1005] Improved doxygen comments | Francis Dupont | 2020-04-14 | 2 | -3/+3 |
| | |||||
* | [#1005] Addressed comments | Francis Dupont | 2020-04-14 | 2 | -8/+10 |
| | |||||
* | [#1005] Changed default interaction with existing stats | Francis Dupont | 2020-04-14 | 3 | -18/+89 |
| | |||||
* | [#1005] Finished new default sample limits | Francis Dupont | 2020-04-14 | 2 | -7/+101 |
| | |||||
* | [#1005] Checkpoint: updated stats lib | Francis Dupont | 2020-04-14 | 4 | -12/+206 |
| | |||||
* | [#1128] lib versions changed | Wlodek Wencel | 2020-02-25 | 1 | -1/+1 |
| | |||||
* | [#1128] lib versions changed | Wlodek Wencel | 2020-02-25 | 1 | -1/+1 |
| | |||||
* | [#1128] 1.7.4 pre prelease changes | Wlodek Wencel | 2020-02-25 | 6 | -6/+6 |
| | |||||
* | [#891] minor changes | Razvan Becheriu | 2020-02-05 | 1 | -11/+20 |
| | |||||
* | [#891] use if and else instead of template function | Razvan Becheriu | 2020-02-05 | 2 | -31/+142 |
| | |||||
* | [#891,!592] use boost::scoped_ptr instead of mutable | Razvan Becheriu | 2020-02-05 | 1 | -0/+1 |
| | |||||
* | [#891,!592] use boost:: instead of std:: | Razvan Becheriu | 2020-02-05 | 2 | -25/+26 |
| | |||||
* | [#891,!592] remove mutex from StatContext as all functions are called in a ↵ | Razvan Becheriu | 2020-02-05 | 2 | -83/+0 |
| | | | | thread safe context from StatsMgr |