1. 7107c8b MINOR: memory: add a callback function to create a pool by Willy Tarreau · 6 years ago
  2. a7280a1 BUILD: buffers: buf.h requires unistd to get ssize_t on libmusl by Willy Tarreau · 6 years ago
  3. 8e9f453 BUG/MINOR: memory: make the thread-local cache allocator set the debugging link by Willy Tarreau · 6 years ago
  4. 62975a7 BUG/MEDIUM: pools: Fix the usage of mmap()) with DEBUG_UAF. by Olivier Houchard · 6 years ago
  5. 7a6ad88 BUILD: memory: fix free_list pointer declaration again for atomic CAS by Willy Tarreau · 6 years ago
  6. ac6c880 BUILD: memory: fix pointer declaration for atomic CAS by Willy Tarreau · 6 years ago
  7. e18db9e MEDIUM: pools: implement a thread-local cache for pool entries by Willy Tarreau · 6 years ago
  8. 146794d MINOR: pools: split pool_free() in the lockfree variant by Willy Tarreau · 6 years ago
  9. 0a93b64 MINOR: pools: allocate most memory pools from an array by Willy Tarreau · 6 years ago
  10. 364d745 MINOR: debug/pools: make DEBUG_UAF also detect underflows by Willy Tarreau · 6 years ago
  11. 5a9cce4 BUG/MINOR: debug/pools: properly handle out-of-memory when building with DEBUG_UAF by Willy Tarreau · 6 years ago
  12. f161d0f BUG/MINOR: pools/threads: don't ignore DEBUG_UAF on double-word CAS capable archs by Willy Tarreau · 6 years ago
  13. 05f6a43 CLEANUP: pools: Remove unused end label in memory.h by Tim Duesterhus · 6 years ago
  14. 4ee76d0 BUILD/MINOR: memory: stdint is needed for uintptr_t by David Carlier · 6 years ago
  15. cf975d4 MINOR: pools/threads: Implement lockless memory pools. by Olivier Houchard · 6 years ago
  16. 1ca1b70 CLEANUP: pools: align pools on a cache line by Willy Tarreau · 7 years ago
  17. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  18. 158fa75 MINOR: pools: implement DEBUG_UAF to detect use after free by Willy Tarreau · 7 years ago
  19. f13322e MINOR: pools: prepare functions to override malloc/free in pools by Willy Tarreau · 7 years ago
  20. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  21. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  22. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · 7 years ago
  23. ae459fd CLEANUP: memory: Remove unused function pool_destroy by Christopher Faulet · 7 years ago
  24. 581bf81 MEDIUM: pools: add a new flag to avoid rounding pool size up by Willy Tarreau · 8 years ago
  25. 58102cf MEDIUM: memory: add accounting for failed allocations by Willy Tarreau · 9 years ago
  26. de30a68 DEBUG/MEDIUM: memory: add optional control pool memory operations by Willy Tarreau · 9 years ago
  27. ac42111 DEBUG/MEDIUM: memory: optionally protect free data in pools by Willy Tarreau · 9 years ago
  28. a84dcb8 DEBUG/MINOR: memory: add a build option to disable memory pools sharing by Willy Tarreau · 9 years ago
  29. 067ac9f MINOR: debug: enable memory poisonning to use byte 0 by Willy Tarreau · 9 years ago
  30. a885f6d MEDIUM: memory: improve pool_refill_alloc() to pass a refill count by Willy Tarreau · 10 years ago
  31. 0262241 MINOR: memory: cut pool allocator in 3 layers by Willy Tarreau · 10 years ago
  32. e430e77 CLEANUP: memory: replace macros pool_alloc2/pool_free2 with functions by Willy Tarreau · 10 years ago
  33. 62405a2 CLEANUP: memory: remove dead code by Willy Tarreau · 10 years ago
  34. 23a5c39 DEBUG: pools: apply poisonning on every allocated pool by Willy Tarreau · 10 years ago
  35. 12833bb MINOR: cli: add the new "show pools" command by Willy Tarreau · 10 years ago
  36. 6e06443 MEDIUM: memory: add the ability to poison memory at run time by Willy Tarreau · 12 years ago
  37. f8f3328 [BUILD] memory: add a few missing parenthesis to the pool management macros by Willy Tarreau · 14 years ago
  38. 48d63db [MEDIUM] memory: update pool_free2() to support NULL pointers by Willy Tarreau · 16 years ago
  39. 4d2d098 [MAJOR] call garbage collector when doing soft stop by Willy Tarreau · 17 years ago
  40. 7dcd46d [MEDIUM] enhance behaviour of mempools v2 by Willy Tarreau · 17 years ago
  41. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · 17 years ago
  42. 332f8bf [MAJOR] ported requri to use mempools v2 by Willy Tarreau · 17 years ago
  43. e6ce59d [MEDIUM] add new memory management functions by Willy Tarreau · 17 years ago
  44. 50e608d [MEDIUM] implement memory pools version 2 by Willy Tarreau · 17 years ago
  45. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago[Renamed (96%) from include/haproxy/memory.h]
  46. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago