summaryrefslogtreecommitdiff
path: root/include/haproxy/session.h
Commit message (Expand)AuthorAgeFilesLines
* MEDIUM: stick-table: set the track-sc limit at boottime via tune.stick-countersWilly Tarreau2023-01-061-4/+16
* BUG/MAJOR: conn-idle: fix hash indexing issues on idle connsWilly Tarreau2022-10-031-1/+1
* MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flagsWilly Tarreau2022-05-021-6/+4
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2021-11-221-2/+2
* MINOR: session: Add src and dst addresses to the sessionChristopher Faulet2021-10-271-0/+83
* MINOR: stick-table: make skttable_data_cast to use only std typesEmeric Brun2021-07-061-2/+2
* MINOR: connection: move session_list member in a unionAmaury Denoyelle2021-05-051-0/+4
* CLEANUP: lists/tree-wide: rename some list operations to avoid some confusionWilly Tarreau2021-04-211-4/+4
* MEDIUM: task: extend the state field to 32 bitsWilly Tarreau2021-03-051-1/+1
* MINOR: connection: allocate dynamically hash node for backend connsAmaury Denoyelle2021-02-191-1/+1
* MINOR: backend: compare conn hash for session conn reuseAmaury Denoyelle2021-02-121-2/+4
* MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data typesWilly Tarreau2021-02-101-0/+13
* MINOR: session: export session_expire_embryonic()Willy Tarreau2021-01-291-0/+1
* BUG/MEDIUM: session: only retrieve ready idle conn from sessionAmaury Denoyelle2021-01-281-1/+2
* MINOR: session: Add functions to increase http values of tracked countersChristopher Faulet2020-12-041-0/+24
* BUG/MAJOR: connection: reset conn->owner when detaching from session listWilly Tarreau2020-11-211-0/+11
* CLEANUP: connection: do not use conn->owner when the session is knownWilly Tarreau2020-11-211-1/+1
* MEDIUM: listener: allocate the connection before queuing a new connectionWilly Tarreau2020-10-151-1/+1
* MINOR: connection: improve list api usageAmaury Denoyelle2020-10-151-2/+1
* MINOR: session: Take care to decrement idle_conns counter in session_unown_connChristopher Faulet2020-07-151-0/+3
* MINOR: connection: Use a dedicated function to look for a session's connectionChristopher Faulet2020-07-151-0/+29
* MEDIUM: connection: Add private connections synchronously in session server listChristopher Faulet2020-07-151-3/+17
* REORG: include: move server.h to haproxy/server{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: move session.h to haproxy/session{,-t}.hWilly Tarreau2020-06-111-0/+141