1. 732edc9 retrieve gerrit project name from uri by vend_natalie.chen · 4 years, 6 months ago
  2. 59b0fec MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock by Willy Tarreau · 3 years, 4 months ago
  3. bd71510 MINOR: stats: report server's user-configured weight next to effective weight by Willy Tarreau · 3 years, 8 months ago
  4. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · 3 years, 8 months ago
  5. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years ago
  6. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years ago
  7. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years ago[Renamed (97%) from include/types/backend.h]
  8. 2867159 REORG: include: move lb_map.h to haproxy/lb_map{,-t}.h by Willy Tarreau · 4 years ago
  9. 546ba42 REORG: include: move lb_fwrr.h to haproxy/lb_fwrr{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. 0254941 REORG: include: move lb_fwlc.h to haproxy/lb_fwlc{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. b5fc3bf REORG: include: move lb_fas.h to haproxy/lb_fas{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. fbe8da3 REORG: include: move lb_chash.h to haproxy/lb_chash{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years ago
  14. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  15. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  16. 0cac26c MEDIUM: backend: move all LB algo parameters into an union by Willy Tarreau · 5 years ago
  17. 76e84f5 MINOR: backend: move hash_balance_factor out of chash by Willy Tarreau · 5 years ago
  18. 20e6837 MINOR: backend: add new fields in lbprm to store more LB options by Willy Tarreau · 5 years ago
  19. 484ff07 MINOR: backend: make headers and RDP cookie also use arg_str/len by Willy Tarreau · 5 years ago
  20. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · 5 years ago
  21. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · 6 years ago
  22. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  23. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · 7 years ago
  24. 324f07f MEDIUM: backend: add the crc32 hash algorithm for load balancing by Willy Tarreau · 9 years ago
  25. a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · 11 years ago
  26. b6c0ac9 MEDIUM: backend: Implement avalanche as a modifier of the hashing functions. by Bhaskar Maddala · 11 years ago
  27. 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · 11 years ago
  28. a34bdc0 BUG/MEDIUM: server: set the macro for server's max weight SRV_UWGHT_MAX to SRV_UWGHT_RANGE by Godbach · 11 years ago
  29. 9580d16 BUG/MAJOR: checks: don't call set_server_status_* when no LB algo is set by Willy Tarreau · 12 years ago
  30. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · 12 years ago
  31. 3ebb116 MINOR: backend: rework the LC definition to support other connection-based algos by Willy Tarreau · 12 years ago
  32. 798a39c [MEDIUM] hash: add support for an 'avalanche' hash-type by Willy Tarreau · 14 years ago
  33. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · 15 years ago
  34. 9757a38 [MEDIUM] backend: introduce the "static-rr" LB algorithm by Willy Tarreau · 15 years ago
  35. f3e49f9 [MINOR] backend: separate declarations of LB algos from their lookup method by Willy Tarreau · 15 years ago
  36. 5b4c2b5 [CLEANUP] proxy: move last lb-specific bits to their respective files by Willy Tarreau · 15 years ago
  37. 736aa23 [MEDIUM] add support for RDP cookie load-balancing by Emeric Brun · 15 years ago
  38. affb481 [MEDIUM] add support for "balance hdr(name)" by Benoit · 15 years ago
  39. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  40. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · 16 years ago
  41. b698f0f [CLEANUP] fwrr: ensure that we never overflow in placements by Willy Tarreau · 17 years ago
  42. df36614 [CLEANUP] use distinct bits per load-balancing algorithm type by Willy Tarreau · 17 years ago
  43. 3168223 [MINOR] move the load balancing algorithm to be->lbprm.algo by Willy Tarreau · 17 years ago
  44. b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · 17 years ago
  45. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · 17 years ago
  46. 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · 17 years ago
  47. 1a20a5d [CLEANUP] group PR_O_BALANCE_* bits into a checkable value by Willy Tarreau · 17 years ago
  48. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
  49. 2367790 [MEDIUM] implement SMTP health checks by Willy Tarreau · 17 years ago
  50. 2fcb500 [MEDIUM] implement the URI hash algorithm by Willy Tarreau · 17 years ago
  51. 8f922fc [MINOR] added the "tcpsplice" option by Willy Tarreau · 17 years ago
  52. 77074d5 [MAJOR] support for source binding via cttproxy by Willy Tarreau · 18 years ago
  53. f3c6920 [MEDIUM] implement 'option ssl-hello-chk' to use CLIENT HELLO health checks. by Willy Tarreau · 18 years ago
  54. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  55. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago