haproxy/include
Willy Tarreau b88d231773 MINOR: buffer: add functions to read/write varints from/to buffers
The new functions are :
  __b_put_varint() : inserts a varint when it's known that it fits
  b_put_varint()   : tries to insert a varint at the tail
  b_get_varint()   : tries to get a varint from the head
  b_peek_varint()  : tries to peek a varint at a specific offset

Wrapping is supported so that they are expected to be safe to use to
manipulate varints with buffers anywhere.
2019-08-27 17:14:19 +02:00
..
common MINOR: buffer: add functions to read/write varints from/to buffers 2019-08-27 17:14:19 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: trace: add per-level macros to produce traces 2019-08-22 20:21:00 +02:00
types BUILD: trace: make the lockon_ptr const to silence a warning without threads 2019-08-22 20:26:28 +02:00