1. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  2. 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  3. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
  4. d68ff01 CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* by Willy Tarreau · 2 years, 6 months ago
  5. 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  6. a0b58b5 CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  7. 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · 2 years, 6 months ago
  8. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · 2 years, 6 months ago
  9. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
  10. 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · 2 years, 7 months ago
  11. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 7 months ago
  12. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 7 months ago
  13. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 7 months ago
  14. 798465b CLEANUP: conn_stream: rename the conn_stream's endp to sedesc by Willy Tarreau · 2 years, 7 months ago
  15. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · 2 years, 7 months ago
  16. 0cfcc40 CLEANUP: conn_stream: apply cs_endp_flags.cocci tree-wide by Willy Tarreau · 2 years, 7 months ago
  17. 4201ab7 CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint by Willy Tarreau · 2 years, 7 months ago
  18. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · 2 years, 7 months ago
  19. b3f0d42 CLEANUP: backend: make alloc_{bind,dst}_address() idempotent by Willy Tarreau · 2 years, 7 months ago
  20. a6c4a48 BUG/MEDIUM: conn-stream: Don't erase endpoint flags on reset by Christopher Faulet · 2 years, 7 months ago
  21. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  22. 7c9a0fe MEDIUM: backend: add new "balance hash <expr>" algorithm by Willy Tarreau · 2 years, 7 months ago
  23. 7ae48a7 BUG/MAJOR: connection: Never remove connection from idle lists outside the lock by Christopher Faulet · 2 years, 7 months ago
  24. a33ff7a BUG/MEDIUM: conn-stream: Set back CS to RDY state when the appctx is created by Christopher Faulet · 2 years, 7 months ago
  25. bb5b62e BUG/MINOR: backend: Don't allow to change backend applet by Christopher Faulet · 2 years, 7 months ago
  26. 1336ccf CLEANUP: conn-stream: rename cs_register_applet() to cs_applet_create() by Christopher Faulet · 2 years, 8 months ago
  27. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  28. 0eb32c0 MINOR: stream: Use conn-stream to report server error by Christopher Faulet · 2 years, 8 months ago
  29. 3704663 MINOR: applet: Use the CS to register and release applets instead of SI by Christopher Faulet · 2 years, 8 months ago
  30. da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  31. 070b91b MEDIUM: conn-stream: Be prepared to fail to attach a cs to a mux by Christopher Faulet · 2 years, 8 months ago
  32. 0a4dcb6 MINOR: stream-int/backend: Move si_connect() in the backend scope by Christopher Faulet · 2 years, 8 months ago
  33. 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  34. 50264b4 MEDIUM: stream-int: Move SI err_type in the stream by Christopher Faulet · 2 years, 8 months ago
  35. d139138 MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags instead by Christopher Faulet · 2 years, 8 months ago
  36. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
  37. 6cd56d5 MEDIUM: conn-stream: Use endpoint error instead of conn-stream error by Christopher Faulet · 2 years, 8 months ago
  38. af642df MINOR: stream-int/conn-stream: Report error to the CS instead of the SI by Christopher Faulet · 2 years, 8 months ago
  39. ae024ce MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration by Christopher Faulet · 2 years, 8 months ago
  40. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  41. 731c8e6 MINOR: stream: Simplify retries counter calculation by Christopher Faulet · 2 years, 8 months ago
  42. 909f318 MINOR: stream-int/stream: Move conn_retries counter in the stream by Christopher Faulet · 2 years, 8 months ago
  43. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
  44. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
  45. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
  46. a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · 2 years, 8 months ago
  47. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · 2 years, 8 months ago
  48. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · 2 years, 10 months ago
  49. c983b21 CLEANUP: backend: Don't export connect_server anymore by Christopher Faulet · 2 years, 11 months ago
  50. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
  51. 4a0114b MINOR: backend: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  52. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · 3 years ago
  53. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
  54. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · 3 years ago
  55. 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · 3 years ago
  56. 88bc800 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · 3 years ago
  57. 34a3eb4 MINOR: backend: Get client dst address to set the server's one only if needful by Christopher Faulet · 3 years, 1 month ago
  58. 9c3251d MEDIUM: server/backend: implement websocket protocol selection by Amaury Denoyelle · 3 years, 1 month ago
  59. ac03ef2 MINOR: connection: add alternative mux_ops param for conn_install_mux_be by Amaury Denoyelle · 3 years, 1 month ago
  60. 14e7f29 MINOR: protocols: replace protocol_by_family() with protocol_lookup() by Willy Tarreau · 3 years, 1 month ago
  61. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · 3 years, 1 month ago
  62. a8e95fe MEDIUM: backend: Rely on addresses at stream level to init server connection by Christopher Faulet · 3 years, 1 month ago
  63. 926712a MINOR: backend: improve perf with tcp proxies skipping idle conns by Amaury Denoyelle · 3 years, 1 month ago
  64. aee4fdb BUG/MINOR: backend: fix improper insert in avail tree for always reuse by Amaury Denoyelle · 3 years, 1 month ago
  65. 1252b6f MINOR: backend: add traces for idle connections reuse by Amaury Denoyelle · 3 years, 1 month ago
  66. 37a9e21 MINOR: sample/arg: Be able to resolve args found in defaults sections by Christopher Faulet · 3 years, 2 months ago
  67. 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · 3 years, 2 months ago
  68. 63617db BUILD: idleconns: include missing ebmbtree.h at several places by Willy Tarreau · 3 years, 2 months ago
  69. b131049 BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL by Willy Tarreau · 3 years, 3 months ago
  70. 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · 3 years, 4 months ago
  71. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · 3 years, 5 months ago
  72. 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · 3 years, 5 months ago
  73. ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · 3 years, 5 months ago
  74. 5ffb045 CLEANUP: backend: remove impossible case of round-robin + consistent hash by Willy Tarreau · 3 years, 5 months ago
  75. c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · 3 years, 5 months ago
  76. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  77. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  78. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · 3 years, 5 months ago
  79. 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 5 months ago
  80. 655dec8 BUG/MINOR: backend: do not set sni on connection reuse by Amaury Denoyelle · 3 years, 6 months ago
  81. 2b1d917 BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose by Amaury Denoyelle · 3 years, 5 months ago
  82. 213bb99 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  83. f9a7c44 MINOR: backend: only skip LB when there are actual connections by Willy Tarreau · 3 years, 6 months ago
  84. e9106d6 MINOR: backend: Don't release SI endpoint anymore in connect_server() by Christopher Faulet · 3 years, 6 months ago
  85. f822dec BUG/MAJOR: stream-int: Release SI endpoint on server side ASAP on retry by Christopher Faulet · 3 years, 6 months ago
  86. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  87. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  88. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 8 months ago
  89. 1bb6afa MINOR: stream: Use stream type instead of proxy mode when appropriate by Christopher Faulet · 3 years, 9 months ago
  90. 9b9f847 MEDIUM: backend: use a trylock to grab a connection on high FD counts as well by Willy Tarreau · 3 years, 8 months ago
  91. 65bf600 BUG/MEDIUM: release lock on idle conn killing on reached pool high count by Amaury Denoyelle · 3 years, 8 months ago
  92. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 9 months ago
  93. 249f056 BUG/MINOR: backend: fix condition for reuse on mode HTTP by Amaury Denoyelle · 3 years, 9 months ago
  94. d7faa3d MINOR: backend: add a BUG_ON if conn mux NULL in connect_server by Amaury Denoyelle · 3 years, 9 months ago
  95. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 9 months ago
  96. 1adaddb OPTIM: lb-random: use a cheaper PRNG to pick a server by Ubuntu · 3 years, 9 months ago
  97. b1adf03 MEDIUM: backend: use a trylock when trying to grab an idle connection by Ubuntu · 3 years, 9 months ago
  98. 8ede3db MINOR: backend: handle reuse for conns with no server as target by Amaury Denoyelle · 3 years, 9 months ago
  99. 68967e5 BUG/MINOR: backend: free allocated bind_addr if reuse conn by Amaury Denoyelle · 3 years, 9 months ago
  100. 6036578 CLEANUP: backend: fix a wrong comment by Amaury Denoyelle · 3 years, 9 months ago