1. f13322e MINOR: pools: prepare functions to override malloc/free in pools by Willy Tarreau · 7 years ago
  2. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  3. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  4. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · 7 years ago
  5. ae459fd CLEANUP: memory: Remove unused function pool_destroy by Christopher Faulet · 7 years ago
  6. 581bf81 MEDIUM: pools: add a new flag to avoid rounding pool size up by Willy Tarreau · 8 years ago
  7. 58102cf MEDIUM: memory: add accounting for failed allocations by Willy Tarreau · 9 years ago
  8. de30a68 DEBUG/MEDIUM: memory: add optional control pool memory operations by Willy Tarreau · 9 years ago
  9. ac42111 DEBUG/MEDIUM: memory: optionally protect free data in pools by Willy Tarreau · 9 years ago
  10. a84dcb8 DEBUG/MINOR: memory: add a build option to disable memory pools sharing by Willy Tarreau · 9 years ago
  11. 067ac9f MINOR: debug: enable memory poisonning to use byte 0 by Willy Tarreau · 9 years ago
  12. a885f6d MEDIUM: memory: improve pool_refill_alloc() to pass a refill count by Willy Tarreau · 10 years ago
  13. 0262241 MINOR: memory: cut pool allocator in 3 layers by Willy Tarreau · 10 years ago
  14. e430e77 CLEANUP: memory: replace macros pool_alloc2/pool_free2 with functions by Willy Tarreau · 10 years ago
  15. 62405a2 CLEANUP: memory: remove dead code by Willy Tarreau · 10 years ago
  16. 23a5c39 DEBUG: pools: apply poisonning on every allocated pool by Willy Tarreau · 10 years ago
  17. 12833bb MINOR: cli: add the new "show pools" command by Willy Tarreau · 10 years ago
  18. 6e06443 MEDIUM: memory: add the ability to poison memory at run time by Willy Tarreau · 12 years ago
  19. f8f3328 [BUILD] memory: add a few missing parenthesis to the pool management macros by Willy Tarreau · 14 years ago
  20. 48d63db [MEDIUM] memory: update pool_free2() to support NULL pointers by Willy Tarreau · 16 years ago
  21. 4d2d098 [MAJOR] call garbage collector when doing soft stop by Willy Tarreau · 17 years ago
  22. 7dcd46d [MEDIUM] enhance behaviour of mempools v2 by Willy Tarreau · 17 years ago
  23. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · 17 years ago
  24. 332f8bf [MAJOR] ported requri to use mempools v2 by Willy Tarreau · 17 years ago
  25. e6ce59d [MEDIUM] add new memory management functions by Willy Tarreau · 17 years ago
  26. 50e608d [MEDIUM] implement memory pools version 2 by Willy Tarreau · 17 years ago
  27. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago[Renamed (96%) from include/haproxy/memory.h]
  28. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago