haproxy/include
Willy Tarreau ee3bcddef7 MINOR: tools: add a generic function to generate UUIDs
We currently have two UUID generation functions, one for the sample
fetch and the other one in the SPOE filter. Both were a bit complicated
since they were made to support random() implementations returning an
arbitrary number of bits, and were throwing away 33 bits every 64. Now
we don't need this anymore, so let's have a generic function consuming
64 bits at once and use it as appropriate.
2020-03-08 18:04:16 +01:00
..
common MINOR: tools: add a generic function to generate UUIDs 2020-03-08 18:04:16 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUILD: freq_ctr: proto/freq_ctr needs to include common/standard.h 2020-03-07 06:07:18 +01:00
types Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" 2020-03-07 11:24:39 +01:00