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