index
:
delta/haproxy.git
20170818-h2-2
20171105-sched-4
20181118-wta-oho-cfa-merge-6
20181130-last-htx-changes-4
20181215-srv-idle-pool-1
20181215-srv-idle-pool-2
20191016-ssl-err-check-1
20200527-rework-includes-2
20200528-rework-includes-3
20200602-rework-includes-7
20200603-rework-includes-9e
20200604-rework-includes-9f
20200605-rework-include-final
20200605-rework-includes-a2
20200828-split-protos-6
20200901-split-protos-7
20200901-split-protos-8a
20200902-split-protos-8c
20200903-split-protos-9c
20200904-split-protos-9d
20200923-proxy-state-5
20200923-proxy-state-6
20201007-proxy-state-7
20201008-proxy-state-8
20201009-mux_h1_refactoring-1
20201118-mux_h1_refactoring-2
20201208-mux_h1_refactoring-3
20201209-quic-dev-review-wta-2
20201215-htx-fl-eom-and-websockets-1
2021-07-31-patches-error-log-format
2021-11-17-fix-tls-resume
2021-11-17-ssl-list-filters.vtc
20210122-fix-tcp-to-h1-upgrade-1
20210122-htx-fl-eom-and-websockets-3
20210402-contrib-cleanup-3
20210415-pools-3
20210618-queue-try2
20210830-wundef-1
20211012-bind-shards-1
20211012-openssl-regtests
20211013-openssl-3.0.0
20211014-ssl_fc_is_resumed
20211018-jtw-fixes
20211020-res-fix-6
20211027-mptcp-3c
20211118-vtest-2
20211119-cache-fixes
20211120-quictls-1
20211125-befab9ee
20211125-revert-fd-leak
20211126-ci-gcc-output-1
20211223-cs-si-refactoring-1
20211228-debug-dump-libs-2
20211228-pool-mt-try2-3
20211228-pool-mt-try2-7
20221220-ocsp-test-1
20230109-ocsp-test-1
20230223-ocsp-test-2
20230302-ocsp-test-3
ade-handle-h2-ws-support
bwlim
haproxy-httpclient-lua-2021-09-28
haproxy-httpclient-lua-2021-10-06
haproxy-httpclient-lua-2021-11-08
httpclient-lua-2021-10-27
httpclient-lua-2021-10-28
master
mworker-20211109
next
ot
github.com: haproxy/haproxy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
haproxy
/
pool-t.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
OPTIM: pool: split the read_mostly from read_write parts in pool_head
Willy Tarreau
2022-12-20
1
-5
/
+9
*
MINOR: pools: make DEBUG_UAF a runtime setting
Willy Tarreau
2022-12-08
1
-0
/
+1
*
BUG/MINOR: pool: always align pool_heads to 64 bytes
Willy Tarreau
2022-03-02
1
-1
/
+2
*
MINOR: pools: add a debugging flag for memory poisonning option
Willy Tarreau
2022-02-23
1
-0
/
+1
*
MINOR: pools: replace DEBUG_MEMORY_POOLS with runtime POOL_DBG_TAG
Willy Tarreau
2022-02-23
1
-0
/
+1
*
MINOR: pools: replace DEBUG_POOL_TRACING with runtime POOL_DBG_CALLER
Willy Tarreau
2022-02-23
1
-0
/
+1
*
MINOR: pools: store the allocated size for each pool
Willy Tarreau
2022-02-23
1
-1
/
+1
*
MEDIUM: pools: replace CONFIG_HAP_POOLS with a runtime "NO_CACHE" flag.
Willy Tarreau
2022-02-23
1
-2
/
+1
*
MINOR: pools: make the global pools a runtime option.
Willy Tarreau
2022-02-23
1
-0
/
+1
*
MINOR: pools: add a new debugging flag POOL_DBG_INTEGRITY
Willy Tarreau
2022-02-23
1
-2
/
+1
*
MINOR: pools: add a new debugging flag POOL_DBG_COLD_FIRST
Willy Tarreau
2022-02-23
1
-0
/
+1
*
MINOR: pools: switch DEBUG_DONT_SHARE_POOLS to runtime
Willy Tarreau
2022-02-23
1
-0
/
+1
*
MINOR: pools: switch the fail-alloc test to runtime only
Willy Tarreau
2022-02-23
1
-0
/
+3
*
DEBUG: pools: let's add reverse mapping from cache heads to thread and pool
Willy Tarreau
2022-02-14
1
-0
/
+2
*
DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY
Willy Tarreau
2022-01-21
1
-0
/
+3
*
MINOR: pools: prepare pool_item to support chained clusters
Willy Tarreau
2022-01-02
1
-1
/
+20
*
MINOR: pool: introduce pool_item to represent shared pool items
Willy Tarreau
2022-01-02
1
-1
/
+8
*
CLEANUP: pools: get rid of the POOL_LINK macro
Willy Tarreau
2022-01-02
1
-14
/
+0
*
CLEANUP: pools: do not use the extra pointer to link shared elements
Willy Tarreau
2022-01-02
1
-1
/
+0
*
DOC: pool: document the purpose of various structures in the code
Willy Tarreau
2022-01-02
1
-0
/
+14
*
CLEANUP: pools: pools-t.h doesn't need to include thread-t.h
Willy Tarreau
2021-10-07
1
-1
/
+0
*
REORG: pools: move default settings to defaults.h
Willy Tarreau
2021-09-28
1
-17
/
+0
*
MEDIUM: pools: remove the locked pools implementation
Willy Tarreau
2021-06-10
1
-8
/
+0
*
CLEANUP: pools: remove now unused seq and pool_free_list
Willy Tarreau
2021-06-10
1
-8
/
+1
*
BUG/MAJOR: pools: fix possible race with free() in the lockless variant
Willy Tarreau
2021-06-10
1
-3
/
+5
*
MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS
Willy Tarreau
2021-05-05
1
-7
/
+0
*
MEDIUM: pools: make CONFIG_HAP_POOLS control both local and shared pools
Willy Tarreau
2021-04-19
1
-1
/
+1
*
MINOR: pools: move the fault injector to __pool_alloc()
Willy Tarreau
2021-04-19
1
-0
/
+1
*
MINOR: pools: enable the fault injector in all allocation modes
Willy Tarreau
2021-04-19
1
-1
/
+1
*
MINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_HAP_POOLS
Willy Tarreau
2021-04-19
1
-9
/
+9
*
MINOR: pool: remove the size field from pool_cache_head
Willy Tarreau
2021-04-19
1
-1
/
+0
*
MEDIUM: pools: move the cache into the pool header
Willy Tarreau
2021-04-19
1
-5
/
+4
*
MINOR: pools: make the pool allocator support a few flags
Willy Tarreau
2021-03-22
1
-0
/
+4
*
MEDIUM: pools: add CONFIG_HAP_NO_GLOBAL_POOLS and CONFIG_HAP_GLOBAL_POOLS
Willy Tarreau
2021-03-05
1
-0
/
+10
*
MINOR: pools: increase MAX_BASE_POOLS to 64
Willy Tarreau
2020-06-30
1
-1
/
+3
*
CLEANUP: pool: only include the type files from types
Willy Tarreau
2020-06-29
1
-3
/
+3
*
MEDIUM: memory: make local pools independent on lockless pools
Willy Tarreau
2020-06-11
1
-0
/
+7
*
REORG: memory: move the pool type definitions to haproxy/pool-t.h
Willy Tarreau
2020-06-11
1
-0
/
+111