Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
36d4b5e31dd872d8bc6bc309f24d0223fae3305d
/
src
/
lb_chash.c
a057045
MINOR: server: replace the pendconns-related stuff with a struct queue
by Willy Tarreau
· Fri Jun 18 09:30:30 2021 +0200
63b3ae7
CLEANUP: backend: fix incorrect comments on locking conditions for lb functions
by Willy Tarreau
· Tue Jun 01 16:58:31 2021 +0200
4764620
BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree
by Remi Tricot-Le Breton
· Wed May 19 16:40:28 2021 +0200
4b6e3c2
MINOR: lb/chash: use a read lock in chash_get_server_hash()
by Willy Tarreau
· Sat Oct 17 20:15:49 2020 +0200
cd10def
MINOR: backend: replace the lbprm lock with an rwlock
by Willy Tarreau
· Sat Oct 17 18:48:47 2020 +0200
e52b6e5
CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc'
by Tim Duesterhus
· Sat Sep 12 20:26:43 2020 +0200
b255105
CLEANUP: include: tree-wide alphabetical sort of include files
by Willy Tarreau
· Tue Jun 09 09:07:15 2020 +0200
1e56f92
REORG: include: move server.h to haproxy/server{,-t}.h
by Willy Tarreau
· Thu Jun 04 23:20:13 2020 +0200
a55c454
REORG: include: move queue.h to haproxy/queue{,-t}.h
by Willy Tarreau
· Thu Jun 04 22:59:39 2020 +0200
4980160
REORG: include: move backend.h to haproxy/backend{,-t}.h
by Willy Tarreau
· Thu Jun 04 22:50:02 2020 +0200
f268ee8
REORG: include: split global.h into haproxy/global{,-t}.h
by Willy Tarreau
· Thu Jun 04 17:05:57 2020 +0200
48fbcae
REORG: tools: split common/standard.h into haproxy/tools{,-t}.h
by Willy Tarreau
· Wed Jun 03 18:09:46 2020 +0200
58017ee
REORG: include: move the BUG_ON() code to haproxy/bug.h
by Willy Tarreau
· Wed May 27 16:51:33 2020 +0200
4c7e4b7
REORG: include: update all files to use haproxy/api.h or api-t.h if needed
by Willy Tarreau
· Wed May 27 12:58:42 2020 +0200
8d2b777
REORG: ebtree: move the include files from ebtree to include/import/
by Willy Tarreau
· Wed May 27 10:58:19 2020 +0200
0a52c17
BUG/MEDIUM: lb-chash: Ensure the tree integrity when server weight is increased
by Christopher Faulet
· Thu Aug 01 10:09:29 2019 +0200
366ad86
BUG/MEDIUM: lb-chash: Fix the realloc() when the number of nodes is increased
by Christopher Faulet
· Fri Jul 26 13:52:13 2019 +0200
76e84f5
MINOR: backend: move hash_balance_factor out of chash
by Willy Tarreau
· Mon Jan 14 16:50:58 2019 +0100
59884a6
MINOR: lb: allow redispatch when using consistent hash
by Willy Tarreau
· Wed Jan 02 14:48:31 2019 +0100
1b87748
BUG/MEDIUM: lb/threads: always properly lock LB algorithms on maintenance operations
by Willy Tarreau
· Tue Aug 21 19:44:53 2018 +0200
2a944ee
BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix
by Christopher Faulet
· Tue Nov 07 10:42:54 2017 +0100
1ed90ac
BUG/MAJOR: threads/lb: fix missing unlock on consistent hash LB
by Willy Tarreau
· Sun Nov 05 10:54:50 2017 +0100
5b51755
MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe
by Christopher Faulet
· Fri Jun 09 14:17:53 2017 +0200
f8eb8d5
MINOR: server: Handle weight increase in consistent hash.
by Olivier Houchard
· Tue Oct 17 15:52:59 2017 +0200
52a91d3
MEDIUM: check: server states and weight propagation re-work
by Emeric Brun
· Thu Aug 31 14:41:55 2017 +0200
18330ab
BUG/MINOR: hash-balance-factor isn't effective in certain circumstances
by Andrew Rodland
· Wed Apr 26 02:57:03 2017 -0400
4f88c63
MEDIUM: server: Implement bounded-load hash algorithm
by Andrew Rodland
· Tue Oct 25 12:50:37 2016 -0400
3c2f2f2
CLEANUP: remove unneeded casts
by Vincent Bernat
· Sun Apr 03 13:48:42 2016 +0200
c93cd16
REORG/MEDIUM: server: split server state and flags in two different variables
by Willy Tarreau
· Tue May 13 15:54:22 2014 +0200
87eb1d6
MINOR: server: create srv_was_usable() from srv_is_usable() and use a pointer
by Willy Tarreau
· Tue May 13 18:51:40 2014 +0200
c5150da
MINOR: server: use functions to detect state changes and to update them
by Willy Tarreau
· Tue May 13 19:27:31 2014 +0200
004e045
BUG/MAJOR: server: weight calculation fails for map-based algorithms
by Willy Tarreau
· Thu Nov 21 11:22:01 2013 +0100
d16a1b2
BUG/MAJOR: backend: consistent hash can loop forever in certain circumstances
by Willy Tarreau
· Fri Apr 12 14:46:51 2013 +0200
798a39c
[MEDIUM] hash: add support for an 'avalanche' hash-type
by Willy Tarreau
· Wed Nov 24 15:04:29 2010 +0100
4c14eaa
[CLEANUP] hash: move the avalanche hash code globally available
by Willy Tarreau
· Wed Nov 24 14:01:45 2010 +0100
45cb4fb
[MEDIUM] build: switch ebtree users to use new ebtree version
by Willy Tarreau
· Mon Oct 26 21:10:04 2009 +0100
6b2e11b
[MEDIUM] backend: implement consistent hashing variation
by Willy Tarreau
· Thu Oct 01 07:52:15 2009 +0200