1. b5fc3bf REORG: include: move lb_fas.h to haproxy/lb_fas{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. fbe8da3 REORG: include: move lb_chash.h to haproxy/lb_chash{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. d7d2c28 CLEANUP: include: remove unused mux_pt.h by Willy Tarreau · 4 years, 1 month ago
  4. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  6. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 1 month ago
  12. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  15. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  16. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  17. 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
  18. 68ad53c BUG/MEDIUM: backend: set the connection owner to the session when using alpn. by Olivier Houchard · 4 years, 1 month ago
  19. f98e626 MINOR: checks/sample: Remove unnecessary tests on the sample session by Christopher Faulet · 4 years, 2 months ago
  20. d1b4464 MINOR: checks: Add support of be_id, be_name, srv_id and srv_name sample fetches by Christopher Faulet · 4 years, 2 months ago
  21. cf612a0 MINOR: servers: Add a counter for the number of currently used connections. by Olivier Houchard · 4 years, 3 months ago
  22. c0caac2 BUG/MINOR: connections: Make sure we free the connection on failure. by Olivier Houchard · 4 years, 3 months ago
  23. fdc7ee2 BUG/MEDIUM: connections: Don't forget to decrement idle connection counters. by Olivier Houchard · 4 years, 3 months ago
  24. b339736 MEDIUM: connections: Kill connections even if we are reusing one. by Olivier Houchard · 4 years, 4 months ago
  25. 566df30 MEDIUM: connections: Attempt to get idle connections from other threads. by Olivier Houchard · 4 years, 4 months ago
  26. d2489e0 MINOR: connections: Add a flag to know if we're in the safe or idle list. by Olivier Houchard · 4 years, 4 months ago
  27. f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · 4 years, 4 months ago
  28. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  29. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · 4 years, 5 months ago
  30. b9f54c5 MINOR: backend: use a single call to ha_random32() for the random LB algo by Willy Tarreau · 4 years, 4 months ago
  31. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  32. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  33. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  34. ada4c58 MEDIUM: stream-int: make sure to try to immediately validate the connection by Willy Tarreau · 4 years, 4 months ago
  35. 849d4f0 BUG/MEDIUM: connections: Don't forget to unlock when killing a connection. by Olivier Houchard · 4 years, 5 months ago
  36. 1fc5a64 MEDIUM: streams: Don't close the connection in back_handle_st_rdy(). by Olivier Houchard · 4 years, 5 months ago
  37. 7c30642 MEDIUM: streams: Don't close the connection in back_handle_st_con(). by Olivier Houchard · 4 years, 5 months ago
  38. b43589c BUG/MEDIUM: stream: Don't install the mux in back_handle_st_con(). by Olivier Houchard · 4 years, 5 months ago
  39. ecffb7d BUG/MEDIUM: streams: Move the conn_stream allocation outside #IF USE_OPENSSL. by Olivier Houchard · 4 years, 5 months ago
  40. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 5 months ago
  41. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · 4 years, 5 months ago
  42. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 5 months ago
  43. 79fd577 CLEANUP: backend: shut another false null-deref in back_handle_st_con() by Willy Tarreau · 4 years, 5 months ago
  44. b1a40c7 CLEANUP: backend: remove useless test for inexistent connection by Willy Tarreau · 4 years, 5 months ago
  45. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · 4 years, 5 months ago
  46. 8af03b3 MEDIUM: streams: Always create a conn_stream in connect_server(). by Olivier Houchard · 4 years, 5 months ago
  47. 062df2c MEDIUM: backend: move the connection finalization step to back_handle_st_con() by Willy Tarreau · 4 years, 6 months ago
  48. 3a9312a REORG: stream/backend: move backend-specific stuff to backend.c by Willy Tarreau · 4 years, 6 months ago
  49. 1402374 BUG/MEDIUM: connections: Hold the lock when wanting to kill a connection. by Olivier Houchard · 4 years, 6 months ago
  50. eea8fc7 MEDIUM: stream/trace: Register a new trace source with its events by Christopher Faulet · 4 years, 8 months ago
  51. 1dfd165 MINOR: backend: Add srv_name sample fetche by vkill · 4 years, 8 months ago
  52. e8f5f5d BUG/MEDIUM: servers: Only set SF_SRV_REUSED if the connection if fully ready. by Olivier Houchard · 4 years, 8 months ago
  53. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  54. 1dbc467 BUG/MINOR: backend: Fix a possible null pointer dereference by Christopher Faulet · 4 years, 10 months ago
  55. 177adc9 MINOR: backend: Add srv_queue converter by Nenad Merdanovic · 4 years, 10 months ago
  56. b082186 MEDIUM: backend: remove impossible cases from connect_server() by Willy Tarreau · 5 years ago
  57. a5797aa MEDIUM: backend: always release any existing prior connection in connect_server() by Willy Tarreau · 5 years ago
  58. 1c8d32b MAJOR: stream: store the target address into s->target_addr by Willy Tarreau · 5 years ago
  59. 16aa4af MINOR: connection: don't use clear_addr() anymore, just release the address by Willy Tarreau · 5 years ago
  60. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · 5 years ago
  61. c0e16f2 MEDIUM: backend: turn all conn->addr.{from,to} to conn->{src,dst} by Willy Tarreau · 5 years ago
  62. 3cc01d8 MINOR: backend: switch to conn_get_{src,dst}() for port and address mapping by Willy Tarreau · 5 years ago
  63. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  64. 7d37fbb MEDIUM: backend: Remove code relying on the HTTP legacy mode by Christopher Faulet · 5 years ago
  65. b5f86f1 MINOR: backend/htx: Don't rewind output data to set the sni on a srv connection by Christopher Faulet · 5 years ago
  66. 09e0203 BUG/MINOR: backend: do not try to install a mux when the connection failed by Willy Tarreau · 5 years ago
  67. a1ab973 BUG/MEDIUM: servers: Don't forget to set srv_cs to NULL if we can't reuse it. by Olivier Houchard · 5 years ago
  68. 6c6dc58 BUG/MEDIUM: connections: Always add the xprt handshake if needed. by Olivier Houchard · 5 years ago
  69. 8694e5b BUG/MEDIUM: connections: Don't try to send early data if we have no mux. by Olivier Houchard · 5 years ago
  70. b4a8b2c BUG/MEDIUM: connections: Don't use ALPN to pick mux when in mode TCP. by Olivier Houchard · 5 years ago
  71. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · 5 years ago
  72. 14fcc2e BUG/MEDIUM: servers: Don't attempt to destroy idle connections if disabled. by Olivier Houchard · 5 years ago
  73. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · 5 years ago
  74. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  75. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · 5 years ago
  76. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
  77. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
  78. 08e2b41 BUILD: connections: shut up gcc about impossible out-of-bounds warning by Willy Tarreau · 5 years ago
  79. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  80. 5db847a CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  81. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  82. 4cd2af4 BUG/MEDIUM: ssl: Don't attempt to use early data with libressl. by Olivier Houchard · 5 years ago
  83. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · 5 years ago
  84. 010941f BUG/MEDIUM: ssl: Use the early_data API the right way. by Olivier Houchard · 5 years ago
  85. a48237f BUG/MEDIUM: connections: Make sure we remove CO_FL_SESS_IDLE on disown. by Olivier Houchard · 5 years ago
  86. 46451d6 MINOR: gcc: Fix a silly gcc warning in connect_server() by Christopher Faulet · 5 years ago
  87. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · 5 years ago
  88. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · 5 years ago
  89. 237f781 MEDIUM: backend: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  90. c912f94 MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED by Willy Tarreau · 5 years ago
  91. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  92. 7f1bc31 MEDIUM: servers: Used a locked list for idle_orphan_conns. by Olivier Houchard · 5 years ago
  93. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · 5 years ago
  94. e737103 BUG/MEDIUM: servers: Use atomic operations when handling curr_idle_conns. by Olivier Houchard · 5 years ago
  95. f7679ad BUG/MAJOR: htx/backend: Make all tests on HTTP messages compatible with HTX by Christopher Faulet · 5 years ago
  96. 1da41ec BUG/MINOR: backend: check srv_conn before dereferencing it by Willy Tarreau · 5 years ago
  97. 3c4e19f BUG/MEDIUM: backend: always release the previous connection into its own target srv_list by Willy Tarreau · 5 years ago
  98. 7493114 BUG/MEDIUM: servers: Close the connection if we failed to install the mux. by Olivier Houchard · 5 years ago
  99. 26da323 BUG/MEDIUM: servers: Don't add an incomplete conn to the server idle list. by Olivier Houchard · 5 years ago
  100. 4dc8553 BUG/MEDIUM: servers: Only destroy a conn_stream we just allocated. by Olivier Houchard · 5 years ago