1. af642df MINOR: stream-int/conn-stream: Report error to the CS instead of the SI by Christopher Faulet · 2 years, 8 months ago
  2. ae024ce MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration by Christopher Faulet · 2 years, 8 months ago
  3. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  4. 731c8e6 MINOR: stream: Simplify retries counter calculation by Christopher Faulet · 2 years, 8 months ago
  5. 909f318 MINOR: stream-int/stream: Move conn_retries counter in the stream by Christopher Faulet · 2 years, 8 months ago
  6. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
  7. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
  8. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
  9. a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · 2 years, 8 months ago
  10. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · 2 years, 8 months ago
  11. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · 2 years, 10 months ago
  12. c983b21 CLEANUP: backend: Don't export connect_server anymore by Christopher Faulet · 2 years, 11 months ago
  13. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
  14. 4a0114b MINOR: backend: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  15. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · 3 years ago
  16. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
  17. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · 3 years ago
  18. 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · 3 years ago
  19. 88bc800 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · 3 years ago
  20. 34a3eb4 MINOR: backend: Get client dst address to set the server's one only if needful by Christopher Faulet · 3 years, 1 month ago
  21. 9c3251d MEDIUM: server/backend: implement websocket protocol selection by Amaury Denoyelle · 3 years, 1 month ago
  22. ac03ef2 MINOR: connection: add alternative mux_ops param for conn_install_mux_be by Amaury Denoyelle · 3 years, 1 month ago
  23. 14e7f29 MINOR: protocols: replace protocol_by_family() with protocol_lookup() by Willy Tarreau · 3 years, 1 month ago
  24. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · 3 years, 1 month ago
  25. a8e95fe MEDIUM: backend: Rely on addresses at stream level to init server connection by Christopher Faulet · 3 years, 1 month ago
  26. 926712a MINOR: backend: improve perf with tcp proxies skipping idle conns by Amaury Denoyelle · 3 years, 1 month ago
  27. aee4fdb BUG/MINOR: backend: fix improper insert in avail tree for always reuse by Amaury Denoyelle · 3 years, 1 month ago
  28. 1252b6f MINOR: backend: add traces for idle connections reuse by Amaury Denoyelle · 3 years, 1 month ago
  29. 37a9e21 MINOR: sample/arg: Be able to resolve args found in defaults sections by Christopher Faulet · 3 years, 1 month ago
  30. 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · 3 years, 2 months ago
  31. 63617db BUILD: idleconns: include missing ebmbtree.h at several places by Willy Tarreau · 3 years, 2 months ago
  32. b131049 BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL by Willy Tarreau · 3 years, 3 months ago
  33. 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · 3 years, 4 months ago
  34. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · 3 years, 5 months ago
  35. 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · 3 years, 5 months ago
  36. ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · 3 years, 5 months ago
  37. 5ffb045 CLEANUP: backend: remove impossible case of round-robin + consistent hash by Willy Tarreau · 3 years, 5 months ago
  38. c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · 3 years, 5 months ago
  39. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  40. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  41. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · 3 years, 5 months ago
  42. 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 5 months ago
  43. 655dec8 BUG/MINOR: backend: do not set sni on connection reuse by Amaury Denoyelle · 3 years, 6 months ago
  44. 2b1d917 BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose by Amaury Denoyelle · 3 years, 5 months ago
  45. 213bb99 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  46. f9a7c44 MINOR: backend: only skip LB when there are actual connections by Willy Tarreau · 3 years, 6 months ago
  47. e9106d6 MINOR: backend: Don't release SI endpoint anymore in connect_server() by Christopher Faulet · 3 years, 6 months ago
  48. f822dec BUG/MAJOR: stream-int: Release SI endpoint on server side ASAP on retry by Christopher Faulet · 3 years, 6 months ago
  49. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  50. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  51. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 8 months ago
  52. 1bb6afa MINOR: stream: Use stream type instead of proxy mode when appropriate by Christopher Faulet · 3 years, 9 months ago
  53. 9b9f847 MEDIUM: backend: use a trylock to grab a connection on high FD counts as well by Willy Tarreau · 3 years, 8 months ago
  54. 65bf600 BUG/MEDIUM: release lock on idle conn killing on reached pool high count by Amaury Denoyelle · 3 years, 8 months ago
  55. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 9 months ago
  56. 249f056 BUG/MINOR: backend: fix condition for reuse on mode HTTP by Amaury Denoyelle · 3 years, 9 months ago
  57. d7faa3d MINOR: backend: add a BUG_ON if conn mux NULL in connect_server by Amaury Denoyelle · 3 years, 9 months ago
  58. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 9 months ago
  59. 1adaddb OPTIM: lb-random: use a cheaper PRNG to pick a server by Ubuntu · 3 years, 9 months ago
  60. b1adf03 MEDIUM: backend: use a trylock when trying to grab an idle connection by Ubuntu · 3 years, 9 months ago
  61. 8ede3db MINOR: backend: handle reuse for conns with no server as target by Amaury Denoyelle · 3 years, 9 months ago
  62. 68967e5 BUG/MINOR: backend: free allocated bind_addr if reuse conn by Amaury Denoyelle · 3 years, 9 months ago
  63. 6036578 CLEANUP: backend: fix a wrong comment by Amaury Denoyelle · 3 years, 9 months ago
  64. 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · 3 years, 9 months ago
  65. ae30561 BUG/MINOR: connection: Use the client's dst family for adressless servers by Christopher Faulet · 3 years, 9 months ago
  66. 8990b01 MINOR: connection: allocate dynamically hash node for backend conns by Amaury Denoyelle · 3 years, 9 months ago
  67. 59b0fec MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock by Willy Tarreau · 3 years, 9 months ago
  68. 36441f4 MINOR: connection: remove pointers for prehash in conn_hash_params by Amaury Denoyelle · 3 years, 9 months ago
  69. 4c09800 BUG/MINOR: backend: do not call smp_make_safe for sni conn hash by Amaury Denoyelle · 3 years, 9 months ago
  70. edadf19 BUG/MINOR: backend: fix compilation without ssl by Amaury Denoyelle · 3 years, 10 months ago
  71. 1921d20 MINOR: connection: use proxy protocol as parameter for srv conn hash by Amaury Denoyelle · 3 years, 10 months ago
  72. d10a200 MINOR: connection: use src addr as parameter for srv conn hash by Amaury Denoyelle · 3 years, 10 months ago
  73. f7bdf00 MINOR: backend: rewrite alloc of connection src address by Amaury Denoyelle · 3 years, 10 months ago
  74. 01a287f MINOR: connection: use dst addr as parameter for srv conn hash by Amaury Denoyelle · 3 years, 10 months ago
  75. 68cf395 MINOR: backend: rewrite alloc of stream target address by Amaury Denoyelle · 3 years, 11 months ago
  76. 9b626e3 MINOR: connection: use sni as parameter for srv conn hash by Amaury Denoyelle · 3 years, 11 months ago
  77. 293dcc4 MINOR: backend: compare conn hash for session conn reuse by Amaury Denoyelle · 3 years, 10 months ago
  78. 1a58aca MINOR: connection: use the srv pointer for the srv conn hash by Amaury Denoyelle · 3 years, 10 months ago
  79. 81c6f76 MINOR: connection: prepare hash calcul for server conns by Amaury Denoyelle · 3 years, 10 months ago
  80. aa890ae MINOR: backend: search conn in idle tree after safe on always reuse by Amaury Denoyelle · 3 years, 10 months ago
  81. 1399d69 MINOR: backend: search conn in idle/safe trees after available by Amaury Denoyelle · 3 years, 10 months ago
  82. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 11 months ago
  83. 5c7086f MEDIUM: connection: protect idle conn lists with locks by Amaury Denoyelle · 3 years, 11 months ago
  84. a3bf62e BUG/MINOR: backend: hold correctly lock when killing idle conn by Amaury Denoyelle · 3 years, 10 months ago
  85. a81bb71 BUG/MINOR: backend: check available list allocation for reuse by Amaury Denoyelle · 3 years, 10 months ago
  86. 08d87b3 BUG/MEDIUM: backend: never reuse a connection for tcp mode by Amaury Denoyelle · 3 years, 10 months ago
  87. 7f68d81 REORG: backend: simplify conn_backend_get by Amaury Denoyelle · 3 years, 10 months ago
  88. 37e25bc CLEANUP: backend: remove an obsolete comment on conn_backend_get by Amaury Denoyelle · 3 years, 10 months ago
  89. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 11 months ago
  90. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
  91. d91d779 MINOR: backend: add timeout sample fetches by Amaury Denoyelle · 4 years ago
  92. 38b4d2e CLEANUP: connection: do not use conn->owner when the session is known by Willy Tarreau · 4 years ago
  93. 8ae8c48 MEDIUM: fwlc: re-enable per-server queuing up to maxqueue by Willy Tarreau · 4 years, 1 month ago
  94. 26a52af BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn by Christopher Faulet · 4 years, 1 month ago
  95. 7239c24 MEDIUM: backend: reuse connection if using a static sni by Amaury Denoyelle · 4 years, 1 month ago
  96. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 4 years, 1 month ago
  97. 0d21dea MEDIUM: backend: add reused conn to sess if mux marked as HOL blocking by Amaury Denoyelle · 4 years, 1 month ago
  98. 00464ab MEDIUM: backend: add new conn to session if mux marked as HOL blocking by Amaury Denoyelle · 4 years, 1 month ago
  99. 9c13b62 BUG/MEDIUM: connection: fix srv idle count on conn takeover by Amaury Denoyelle · 4 years, 1 month ago
  100. 5f1ded5 BUG/MINOR: connection: fix loop iter on connection takeover by Amaury Denoyelle · 4 years, 1 month ago