1. 364d745 MINOR: debug/pools: make DEBUG_UAF also detect underflows by Willy Tarreau · Thu Feb 22 14:14:23 2018 +0100
  2. 5a9cce4 BUG/MINOR: debug/pools: properly handle out-of-memory when building with DEBUG_UAF by Willy Tarreau · Thu Feb 22 11:39:23 2018 +0100
  3. f161d0f BUG/MINOR: pools/threads: don't ignore DEBUG_UAF on double-word CAS capable archs by Willy Tarreau · Thu Feb 22 14:05:55 2018 +0100
  4. 05f6a43 CLEANUP: pools: Remove unused end label in memory.h by Tim Duesterhus · Tue Feb 20 00:49:46 2018 +0100
  5. 4ee76d0 BUILD/MINOR: memory: stdint is needed for uintptr_t by David Carlier · Sun Feb 18 19:36:42 2018 +0000
  6. cf975d4 MINOR: pools/threads: Implement lockless memory pools. by Olivier Houchard · Wed Jan 24 18:38:31 2018 +0100
  7. 1ca1b70 CLEANUP: pools: align pools on a cache line by Willy Tarreau · Sun Nov 26 10:50:36 2017 +0100
  8. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  9. 158fa75 MINOR: pools: implement DEBUG_UAF to detect use after free by Willy Tarreau · Wed Nov 22 15:47:29 2017 +0100
  10. f13322e MINOR: pools: prepare functions to override malloc/free in pools by Willy Tarreau · Wed Nov 22 10:50:54 2017 +0100
  11. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  12. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  13. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · Tue Aug 29 09:52:38 2017 +0200
  14. ae459fd CLEANUP: memory: Remove unused function pool_destroy by Christopher Faulet · Mon Aug 28 14:28:44 2017 +0200
  15. 581bf81 MEDIUM: pools: add a new flag to avoid rounding pool size up by Willy Tarreau · Mon Jan 25 02:19:13 2016 +0100
  16. 58102cf MEDIUM: memory: add accounting for failed allocations by Willy Tarreau · Wed Oct 28 16:24:21 2015 +0100
  17. de30a68 DEBUG/MEDIUM: memory: add optional control pool memory operations by Willy Tarreau · Wed Oct 28 15:23:51 2015 +0100
  18. ac42111 DEBUG/MEDIUM: memory: optionally protect free data in pools by Willy Tarreau · Wed Oct 28 15:09:29 2015 +0100
  19. a84dcb8 DEBUG/MINOR: memory: add a build option to disable memory pools sharing by Willy Tarreau · Wed Oct 28 12:04:02 2015 +0100
  20. 067ac9f MINOR: debug: enable memory poisonning to use byte 0 by Willy Tarreau · Thu Oct 08 14:12:13 2015 +0200
  21. a885f6d MEDIUM: memory: improve pool_refill_alloc() to pass a refill count by Willy Tarreau · Wed Dec 03 15:25:28 2014 +0100
  22. 0262241 MINOR: memory: cut pool allocator in 3 layers by Willy Tarreau · Mon Dec 08 16:35:23 2014 +0100
  23. e430e77 CLEANUP: memory: replace macros pool_alloc2/pool_free2 with functions by Willy Tarreau · Tue Dec 23 14:13:16 2014 +0100
  24. 62405a2 CLEANUP: memory: remove dead code by Willy Tarreau · Tue Dec 23 13:51:28 2014 +0100
  25. 23a5c39 DEBUG: pools: apply poisonning on every allocated pool by Willy Tarreau · Tue Nov 25 13:45:16 2014 +0100
  26. 12833bb MINOR: cli: add the new "show pools" command by Willy Tarreau · Tue Jan 28 16:49:56 2014 +0100
  27. 6e06443 MEDIUM: memory: add the ability to poison memory at run time by Willy Tarreau · Tue May 08 15:40:42 2012 +0200
  28. f8f3328 [BUILD] memory: add a few missing parenthesis to the pool management macros by Willy Tarreau · Sun Jun 06 12:07:32 2010 +0200
  29. 48d63db [MEDIUM] memory: update pool_free2() to support NULL pointers by Willy Tarreau · Sun Aug 03 17:41:33 2008 +0200
  30. 4d2d098 [MAJOR] call garbage collector when doing soft stop by Willy Tarreau · Mon May 14 00:39:29 2007 +0200
  31. 7dcd46d [MEDIUM] enhance behaviour of mempools v2 by Willy Tarreau · Mon May 14 00:16:13 2007 +0200
  32. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · Sun May 13 22:46:04 2007 +0200
  33. 332f8bf [MAJOR] ported requri to use mempools v2 by Willy Tarreau · Sun May 13 21:36:56 2007 +0200
  34. e6ce59d [MEDIUM] add new memory management functions by Willy Tarreau · Sun May 13 19:38:49 2007 +0200
  35. 50e608d [MEDIUM] implement memory pools version 2 by Willy Tarreau · Sun May 13 18:26:08 2007 +0200
  36. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · Thu Jun 29 17:53:05 2006 +0200[Renamed (96%) from include/haproxy/memory.h]
  37. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200