1. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · Wed Oct 06 16:18:40 2021 +0200
  2. 55a0975 BUG/MINOR: freq_ctr: use stricter barriers between updates and readings by Willy Tarreau · Thu Jul 15 15:45:44 2021 +0200
  3. b4476c6 CLEANUP: freq_ctr: make arguments of freq_ctr_total() const by Willy Tarreau · Wed Apr 28 17:44:37 2021 +0200
  4. fc6323a MEDIUM: freq_ctr: replace the per-second counters with the generic ones by Willy Tarreau · Sat Apr 10 23:41:25 2021 +0200
  5. fa1258f MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr by Willy Tarreau · Sat Apr 10 23:00:53 2021 +0200
  6. 607be24 MEDIUM: freq_ctr: reimplement freq_ctr_remain_period() from freq_ctr_total() by Willy Tarreau · Sun Apr 11 10:42:28 2021 +0200
  7. a7a31b2 MEDIUM: freq_ctr: make read_freq_ctr_period() use freq_ctr_total() by Willy Tarreau · Sun Apr 11 00:57:33 2021 +0200
  8. f3a9f8d MINOR: freq_ctr: add a generic function to report the total value by Willy Tarreau · Sun Apr 11 00:38:06 2021 +0200
  9. 8cc586c BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable by Willy Tarreau · Tue Mar 23 08:58:22 2021 +0100
  10. a1ecbca BUG/MINOR: freq_ctr/threads: make use of the last updated global time by Willy Tarreau · Wed Mar 17 19:10:23 2021 +0100
  11. e4d247e BUG/MINOR: freq_ctr: fix a wrong delay calculation in next_event_delay() by Willy Tarreau · Tue Feb 09 17:39:08 2021 +0100
  12. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  13. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  14. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · Mon Jun 01 12:18:08 2020 +0200
  15. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  16. 9453ecd REORG: threads: extract atomic ops from hathreads.h by Willy Tarreau · Thu May 28 15:29:33 2020 +0200
  17. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  18. a06a580 BUG/MAJOR: threads/freq_ctr: use a memory barrier to detect changes by Willy Tarreau · Tue Oct 31 17:54:15 2017 +0100
  19. 6e01286 BUG/MAJOR: threads/freq_ctr: fix lock on freq counters. by Emeric Brun · Mon Oct 30 18:04:28 2017 +0100
  20. 94b7123 MEDIUM: threads/freq_ctr: Make the frequency counters thread-safe by Christopher Faulet · Thu Oct 12 09:49:09 2017 +0200
  21. eab777c BUG/MINOR: time: frequency counters are not totally accurate by Willy Tarreau · Sat Dec 29 21:50:07 2012 +0100
  22. 2970b0b [MINOR] freq_ctr: add new types and functions for periods different from 1s by Willy Tarreau · Sun Jun 20 07:15:43 2010 +0200
  23. 3d8c553 [OPTIM] freq_ctr: do not rotate the counters when reading by Willy Tarreau · Fri Mar 06 14:29:25 2009 +0100
  24. 7958422 [OPTIM] rate-limit: cleaner behaviour on low rates and reduce consumption by Willy Tarreau · Fri Mar 06 09:18:27 2009 +0100
  25. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · Thu Mar 05 18:43:00 2009 +0100