1. f70fdde BUILD: pools: fix build error on DEBUG_POOL_TRACING by Willy Tarreau · 2 years, 10 months ago
  2. add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · 2 years, 10 months ago
  3. 0e2a5b4 MINOR: pools: extend pool_cache API to pass a pointer to a caller by Willy Tarreau · 2 years, 10 months ago
  4. d392973 MINOR: pools: partially uninline pool_alloc() by Willy Tarreau · 2 years, 10 months ago
  5. 15c322c MINOR: pools: partially uninline pool_free() by Willy Tarreau · 2 years, 10 months ago
  6. 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · 2 years, 10 months ago
  7. 1513c54 MEDIUM: pools: release cached objects in batches by Willy Tarreau · 2 years, 11 months ago
  8. 43937e9 MEDIUM: pools: start to batch eviction from local caches by Willy Tarreau · 2 years, 11 months ago
  9. a0b5831 MEDIUM: pools: centralize cache eviction in a common function by Willy Tarreau · 2 years, 11 months ago
  10. 337410c MINOR: pools: pass the objects count to pool_put_to_shared_cache() by Willy Tarreau · 2 years, 11 months ago
  11. 148160b MINOR: pools: prepare pool_item to support chained clusters by Willy Tarreau · 2 years, 11 months ago
  12. 361e31e MEDIUM: pool: compute the number of evictable entries once per pool by Willy Tarreau · 2 years, 11 months ago
  13. c16ed3b MINOR: pool: introduce pool_item to represent shared pool items by Willy Tarreau · 2 years, 11 months ago
  14. b46674a MINOR: pool: check for pool's fullness outside of pool_put_to_shared_cache() by Willy Tarreau · 2 years, 11 months ago
  15. afe2c4a MINOR: pool: allocate from the shared cache through the local caches by Willy Tarreau · 2 years, 11 months ago
  16. 8c49270 CLEANUP: pools: get rid of the POOL_LINK macro by Willy Tarreau · 2 years, 11 months ago
  17. 799f614 CLEANUP: pools: do not use the extra pointer to link shared elements by Willy Tarreau · 2 years, 11 months ago
  18. d5ec100 MINOR: pools: always evict oldest objects first in pool_evict_from_local_cache() by Willy Tarreau · 2 years, 11 months ago
  19. 0d93a81 MINOR: pools: work around possibly slow malloc_trim() during gc by Willy Tarreau · 3 years ago
  20. b1e190a MEDIUM: pool: Following up on previous pool trimming update. by David CARLIER · 3 years ago
  21. 781f07a BUILD: pools: only detect link-time jemalloc on ELF platforms by Willy Tarreau · 3 years ago
  22. d450ff6 MEDIUM: pool: support purging jemalloc arenas in trim_all_pools() by David Carlier · 3 years ago
  23. ed23214 MEDIUM: pool: refactor malloc_trim/glibc and jemalloc api addition detections. by David Carlier · 3 years ago
  24. fdf53b4 BUG/MINOR: pools: don't mark ourselves as harmless in DEBUG_UAF mode by Willy Tarreau · 3 years, 1 month ago
  25. b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · 3 years, 2 months ago
  26. 1b4a714 MINOR: pools: report the amount used by thread caches in "show pools" by Willy Tarreau · 3 years, 2 months ago
  27. f14d190 REORG: pools: uninline the UAF allocator and force-inline the rest by Willy Tarreau · 3 years, 2 months ago
  28. 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · 3 years, 2 months ago
  29. c2afb86 MINOR: pools: use mallinfo2() when available instead of mallinfo() by Willy Tarreau · 3 years, 2 months ago
  30. 845b560 MINOR: pools: report it when malloc_trim() is enabled by Willy Tarreau · 3 years, 2 months ago
  31. 157e393 MINOR: pools: automatically disable malloc_trim() with external allocators by Willy Tarreau · 3 years, 2 months ago
  32. ea3323f CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() by Willy Tarreau · 3 years, 2 months ago
  33. 8715dec MEDIUM: pools: remove the locked pools implementation by Willy Tarreau · 3 years, 6 months ago
  34. 2a4523f BUG/MAJOR: pools: fix possible race with free() in the lockless variant by Willy Tarreau · 3 years, 6 months ago
  35. 9b3ed51 MEDIUM: pools: use a single pool_gc() function for locked and lockless by Willy Tarreau · 3 years, 6 months ago
  36. 26ed183 MINOR: pools: call malloc_trim() under thread isolation by Willy Tarreau · 3 years, 6 months ago
  37. c889143 MINOR: pools: do not maintain the lock during pool_flush() by Willy Tarreau · 3 years, 6 months ago
  38. 9a7aa3b BUG/MINOR: pools: make DEBUG_UAF always write to the to-be-freed location by Willy Tarreau · 3 years, 6 months ago
  39. c239cde BUG/MINOR: pools: fix a possible memory leak in the lockless pool_flush() by Willy Tarreau · 3 years, 6 months ago
  40. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
  41. 1ab6c0b MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS by Willy Tarreau · 3 years, 7 months ago
  42. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  43. 942b89f BUILD: pools: fix build with DEBUG_FAIL_ALLOC by Willy Tarreau · 3 years, 7 months ago
  44. b2a853d CLEANUP: pools: uninline pool_put_to_cache() by Willy Tarreau · 3 years, 7 months ago
  45. fa19d20 MEDIUM: pools: make pool_put_to_cache() always call pool_put_to_local_cache() by Willy Tarreau · 3 years, 7 months ago
  46. 8721203 MINOR: pools: evict excess objects using pool_evict_from_local_cache() by Willy Tarreau · 3 years, 7 months ago
  47. b8498e9 MEDIUM: pools: make CONFIG_HAP_POOLS control both local and shared pools by Willy Tarreau · 3 years, 7 months ago
  48. 45e4e28 MINOR: pools: factor the release code into pool_put_to_os() by Willy Tarreau · 3 years, 8 months ago
  49. 2b5579f MINOR: pools: always use atomic ops to maintain counters by Willy Tarreau · 3 years, 8 months ago
  50. 1384364 MINOR: pools: split the OS-based allocator in two by Willy Tarreau · 3 years, 8 months ago
  51. 207c095 MINOR: pools: move the fault injector to __pool_alloc() by Willy Tarreau · 3 years, 8 months ago
  52. 20f88ab MINOR: pools: use cheaper randoms for fault injections by Willy Tarreau · 3 years, 8 months ago
  53. 635cced CLEANUP: pools: rename __pool_free() to pool_put_to_shared_cache() by Willy Tarreau · 3 years, 8 months ago
  54. 8c77ee5 CLEANUP: pools: rename pool_*_{from,to}_cache() to *_local_cache() by Willy Tarreau · 3 years, 8 months ago
  55. 8fe726f CLEANUP: pools: re-merge pool_refill_alloc() and __pool_refill_alloc() by Willy Tarreau · 3 years, 8 months ago
  56. eb3cc29 MEDIUM: pools: unify pool_refill_alloc() across all models by Willy Tarreau · 3 years, 8 months ago
  57. 64383b8 MINOR: pools: make the basic pool_refill_alloc()/pool_free() update needed_avg by Willy Tarreau · 3 years, 8 months ago
  58. 53a7fe4 MINOR: pools: enable the fault injector in all allocation modes by Willy Tarreau · 3 years, 8 months ago
  59. 2d6f628 MINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_HAP_POOLS by Willy Tarreau · 3 years, 8 months ago
  60. d5140e7 MINOR: pool: remove the size field from pool_cache_head by Willy Tarreau · 3 years, 8 months ago
  61. 9f3129e MEDIUM: pools: move the cache into the pool header by Willy Tarreau · 3 years, 8 months ago
  62. 3e970b1 MINOR: pools: drop the unused static history of artificially failed allocs by Willy Tarreau · 3 years, 8 months ago
  63. 932dd19 BUG/MINOR: pools: maintain consistent ->allocated count on alloc failures by Willy Tarreau · 3 years, 8 months ago
  64. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  65. 3b1c9a3 CLEANUP: mark defproxy as const on parse tune.fail-alloc by Amaury Denoyelle · 3 years, 8 months ago
  66. 0bae075 MEDIUM: pools: add CONFIG_HAP_NO_GLOBAL_POOLS and CONFIG_HAP_GLOBAL_POOLS by Willy Tarreau · 3 years, 9 months ago
  67. 88366c2 MEDIUM: pools: call malloc_trim() from pool_gc() by Willy Tarreau · 4 years, 1 month ago
  68. 20dc3cd MINOR: pools: move the LRU cache heads to thread_info by Willy Tarreau · 4 years, 5 months ago
  69. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
  70. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  71. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 6 months ago
  72. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 6 months ago
  73. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  74. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  75. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  76. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  77. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  78. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  79. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  80. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  81. a04ded5 REORG: include: move activity to haproxy/ by Willy Tarreau · 4 years, 6 months ago
  82. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 6 months ago[Renamed (99%) from src/memory.c]
  83. ed891fd MEDIUM: memory: make local pools independent on lockless pools by Willy Tarreau · 4 years, 6 months ago
  84. fb117e6 MEDIUM: memory: don't let pool_put_to_cache() free the objects itself by Willy Tarreau · 4 years, 6 months ago
  85. 24aa1ee REORG: memory: move the OS-level allocator to haproxy/pool-os.h by Willy Tarreau · 4 years, 6 months ago
  86. 606135a CLEANUP: pool: include freq_ctr.h and remove locally duplicated functions by Willy Tarreau · 4 years, 6 months ago
  87. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 6 months ago
  88. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 6 months ago
  89. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 6 months ago
  90. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 6 months ago
  91. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  92. 21072b9 CLEANUP: pools: use the regular lock for the flush operation on lockless pools by Willy Tarreau · 4 years, 6 months ago
  93. a1e4f8c MINOR: pools: compute an estimate of each pool's average needed objects by Willy Tarreau · 4 years, 7 months ago
  94. cece694 BUG/MINOR: pools: use %u not %d to report pool stats in "show pools" by Willy Tarreau · 4 years, 7 months ago
  95. c0e2ff2 MEDIUM: memory: make pool_gc() run under thread isolation by Willy Tarreau · 4 years, 7 months ago
  96. 899fb8a MINOR: memory: Change the flush_lock to a spinlock, and don't get it in alloc. by Olivier Houchard · 4 years, 9 months ago
  97. 51d9339 BUG/MEDIUM: pools: Always update free_list in pool_gc(). by Olivier Houchard · 4 years, 9 months ago
  98. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 9 months ago
  99. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 9 months ago
  100. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 9 months ago