summaryrefslogtreecommitdiffstats
path: root/src/lib/stats (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3237] release changesWlodek Wencel2024-01-294-4/+4
|
* [#3235] bump up library versions for 2.5.5 releaseRazvan Becheriu2024-01-261-1/+1
|
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-222-50/+50
|
* [#3119] replace const auto with auto constRazvan Becheriu2024-01-222-2/+2
|
* [#3119] use auto const& whenever possibleRazvan Becheriu2024-01-221-3/+3
|
* [#3119] Fixed some coverity reported defectsFrancis Dupont2024-01-221-2/+2
|
* [#2990] bump up library versions for 2.5.0 releaseAndrei Pavel2023-07-201-1/+1
|
* [#2889] release changesAndrei Pavel2023-05-295-5/+5
|
* [#2885] bump up library versions for 2.3.8 releaseRazvan Becheriu2023-05-261-1/+1
|
* [#2658] add big integer support to statisticsAndrei Pavel2023-05-176-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.6Marcin Godzina2023-03-241-1/+1
|
* [#728,!461] replaced hardcoded values and minor changesRazvan Becheriu2023-03-241-1/+0
|
* [#2546] bump lib versions for 2.3.0Razvan Becheriu2022-08-292-1/+3
|
* [#2129] Made stat test tools more genericFrancis Dupont2021-10-113-1/+66
|
* [#1666] bump lib versions for 1.9.4Razvan Becheriu2021-01-251-1/+1
|
* [#1656] 1.9.4 release: bump library versionsAndrei Pavel2021-01-251-1/+1
|
* [#1656] 1.9.4 release: update copyrightsAndrei Pavel2021-01-251-1/+1
|
* [#1656] 1.9.4 release: spelling checkAndrei Pavel2021-01-251-1/+1
|
* [#1400] bumped hooks version for 1.9.0Razvan Becheriu2020-09-251-1/+1
|
* [#1400] Bumped versionsFrancis Dupont2020-09-251-1/+1
|
* [#912] Made remove all deprecatedFrancis Dupont2020-09-243-1/+9
|
* [#1346] Addressed review commentsThomas Markwalder2020-07-271-1/+1
| | | | Added ChangeLog
* [#1346] Bumped library versions and KEA_HOOKS_VERSION for 1.7.10Thomas Markwalder2020-07-271-1/+1
|
* [#1174] Updated util and stat codeFrancis Dupont2020-07-154-9/+28
|
* [#1174] Fixed unit-tests in stats_mgrTomek Mrugalski2020-07-141-3/+2
|
* [#1174] libdhcpsrv, stats tests fixed after rebaseTomek Mrugalski2020-07-141-28/+28
|
* [#1174] Observation fixed after rebaseTomek Mrugalski2020-07-142-3/+2
|
* [#1174] Addressed some errors reported by JenkinsFrancis Dupont2020-07-142-12/+12
|
* [#1174] Changed stats to use C++11 chronoFrancis Dupont2020-07-147-162/+170
|
* [#1223] Updated configure and some MakefilesFrancis Dupont2020-07-142-0/+2
|
* [#996] Added MT considerationsFrancis Dupont2020-07-032-0/+18
|
* [#1246] bump up libs version and hooks versionRazvan Becheriu2020-05-221-1/+1
|
* [#1210] Fixed some doxygen issuesFrancis Dupont2020-05-141-4/+4
|
* [#1198] bump up libs version and hooks versionRazvan Becheriu2020-04-241-1/+1
|
* [#816] Made getObservation usable to check existenceFrancis Dupont2020-04-231-3/+4
|
* [#1005] Improved doxygen commentsRazvan Becheriu2020-04-141-2/+2
|
* [#1005] Improved doxygen commentsRazvan Becheriu2020-04-141-1/+1
|
* [#1005] Improved doxygen commentsFrancis Dupont2020-04-142-3/+3
|
* [#1005] Addressed commentsFrancis Dupont2020-04-142-8/+10
|
* [#1005] Changed default interaction with existing statsFrancis Dupont2020-04-143-18/+89
|
* [#1005] Finished new default sample limitsFrancis Dupont2020-04-142-7/+101
|
* [#1005] Checkpoint: updated stats libFrancis Dupont2020-04-144-12/+206
|
* [#1128] lib versions changedWlodek Wencel2020-02-251-1/+1
|
* [#1128] lib versions changedWlodek Wencel2020-02-251-1/+1
|
* [#1128] 1.7.4 pre prelease changesWlodek Wencel2020-02-256-6/+6
|
* [#891] minor changesRazvan Becheriu2020-02-051-11/+20
|
* [#891] use if and else instead of template functionRazvan Becheriu2020-02-052-31/+142
|
* [#891,!592] use boost::scoped_ptr instead of mutableRazvan Becheriu2020-02-051-0/+1
|
* [#891,!592] use boost:: instead of std::Razvan Becheriu2020-02-052-25/+26
|
* [#891,!592] remove mutex from StatContext as all functions are called in a ↵Razvan Becheriu2020-02-052-83/+0
| | | | thread safe context from StatsMgr