1. bd8bf67 BUG/MINOR: connection: fix ip6 dst_port copy in make_proxy_line_v2 by William Dauchy · 4 years, 6 months ago
  2. 49139cb MINOR: connection: don't check for CO_FL_SOCK_WR_SH too early in handshakes by Willy Tarreau · 4 years, 6 months ago
  3. d838fb8 MINOR: connection: do not check for CO_FL_SOCK_RD_SH too early by Willy Tarreau · 4 years, 6 months ago
  4. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 6 months ago
  5. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 6 months ago
  6. a8a415d BUG/MEDIUM: connections: Set CO_FL_CONNECTED in conn_complete_session(). by Olivier Houchard · 4 years, 6 months ago
  7. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · 4 years, 6 months ago
  8. 1a9dbe5 BUG/MEDIUM: netscaler: Don't forget to allocate storage for conn->src/dst. by Olivier Houchard · 4 years, 6 months ago
  9. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · 4 years, 6 months ago
  10. 7872d1f MEDIUM: connection: merge the send_wait and recv_wait entries by Willy Tarreau · 4 years, 6 months ago
  11. 3381bf8 MEDIUM: connection: get rid of CO_FL_CURR_* flags by Willy Tarreau · 4 years, 6 months ago
  12. 0fbc318 CLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_NOTIFY_DONE by Willy Tarreau · 4 years, 7 months ago
  13. cbcf77e MINOR: connection: remove the double test on xprt_done_cb() by Willy Tarreau · 4 years, 7 months ago
  14. b2a7ab0 MINOR: connection: check for connection validation earlier by Willy Tarreau · 4 years, 7 months ago
  15. 4970e5a REORG: connection: move tcp_connect_probe() to conn_fd_check() by Willy Tarreau · 4 years, 7 months ago
  16. 8081abe CLEANUP: connection: conn->xprt is never NULL by Willy Tarreau · 4 years, 8 months ago
  17. 70ccb2c BUG/MINOR: connection: only wake send/recv callbacks if the FD is active by Willy Tarreau · 4 years, 8 months ago
  18. ccf3f6d MEDIUM: connection: enable reading only once the connection is confirmed by Willy Tarreau · 4 years, 10 months ago
  19. 78891c7 BUILD: connection: silence gcc warning with extra parentheses by Jerome Magnin · 4 years, 10 months ago
  20. 8a4ffa0 MINOR: send-proxy-v2: sends authority TLV according to TLV received by Emmanuel Hocdet · 4 years, 11 months ago
  21. 7185b78 MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2 by Geoff Simmons · 4 years, 11 months ago
  22. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · 5 years ago
  23. ff5d57b MINOR: connection: create a new pool for struct sockaddr_storage by Willy Tarreau · 5 years ago
  24. 226572f MINOR: connection: use conn->{src,dst} instead of &conn->addr.{from,to} by Willy Tarreau · 5 years ago
  25. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  26. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · 5 years ago
  27. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · 5 years ago
  28. ea8dd94 MEDIUM: ssl: Handle subscribe by itself. by Olivier Houchard · 5 years ago
  29. c3df450 MEDIUM: connections: Wake the upper layer even if sending/receiving is disabled. by Olivier Houchard · 5 years ago
  30. 694fcd0 MINOR: connection: also stop receiving after a SOCKS4 response by Willy Tarreau · 5 years ago
  31. 6499b9d BUG/MEDIUM: connection: fix multiple handshake polling issues by Willy Tarreau · 5 years ago
  32. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  33. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  34. 35d1168 MINOR: connections: Use BUG_ON() to enforce rules in subscribe/unsubscribe. by Olivier Houchard · 5 years ago
  35. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  36. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · 5 years ago
  37. 0ca24aa BUILD: connection: fix naming of ip_v field by Willy Tarreau · 5 years ago
  38. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · 6 years ago
  39. 8657742 MINOR: sample: add bc_http_major by Jérôme Magnin · 6 years ago
  40. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  41. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  42. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · 6 years ago
  43. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · 6 years ago
  44. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · 6 years ago
  45. ca56fce BUG/MINOR: connection: avoid null pointer dereference in send-proxy-v2 by Ilya Shipitsin · 6 years ago
  46. 55e0da6 BUILD: connection: silence a couple of null-deref build warnings at -Wextra by Willy Tarreau · 6 years ago
  47. 7505f94 MEDIUM: h2: Don't use a wake() method anymore. by Olivier Houchard · 6 years ago
  48. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · 6 years ago
  49. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · 6 years ago
  50. 524344b MEDIUM: connections: Don't reset the polling flags in conn_fd_handler(). by Olivier Houchard · 6 years ago
  51. e215bba MINOR: connection: make conn_sock_drain() work for all socket families by Willy Tarreau · 6 years ago
  52. b406b87 BUG/MEDIUM: connection: don't store recv() result into trash.data by Willy Tarreau · 6 years ago
  53. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · 6 years ago
  54. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · 6 years ago
  55. 511efea MINOR: connections: Make rcv_buf mandatory and nuke cs_recv(). by Olivier Houchard · 6 years ago
  56. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · 6 years ago
  57. 063f786 MINOR: conn_stream: add cs_send() as a default snd_buf() function by Christopher Faulet · 6 years ago
  58. 7fec021 MEDIUM: proxy_protocol: Convert IPs to v6 when protocols are mixed by Tim Duesterhus · 6 years ago
  59. 11c9aa4 MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function by Willy Tarreau · 6 years ago
  60. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · 6 years ago
  61. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · 6 years ago
  62. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  63. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  64. 115df3e MINOR: accept-proxy: support proxy protocol v2 CRC32c checksum by Emmanuel Hocdet · 6 years ago
  65. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · 6 years ago
  66. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · 6 years ago
  67. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · 6 years ago
  68. 8c0c34b Revert "BUG/MINOR: send-proxy-v2: string size must include ('\0')" by Emmanuel Hocdet · 6 years ago
  69. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  70. 72fa1ec MEDIUM: netscaler: add support for standard NetScaler CIP protocol by Bertrand Jacquin · 7 years ago
  71. a341a2f MEDIUM: netscaler: do not analyze original IP packet size by Bertrand Jacquin · 7 years ago
  72. 67de5a2 MINOR: netscaler: check in one-shot if buffer is large enough for IP and TCP header by Bertrand Jacquin · 7 years ago
  73. 43a66a9 BUG/MAJOR: netscaler: address truncated CIP header detection by Bertrand Jacquin · 7 years ago
  74. c7cc69a BUG/MEDIUM: netscaler: use the appropriate IPv6 header size by Bertrand Jacquin · 7 years ago
  75. 7d668f9 MINOR: netscaler: rename cip_len to clarify its uage by Bertrand Jacquin · 7 years ago
  76. 4b4c286 MINOR: netscaler: remove the use of cip_magic only used once by Bertrand Jacquin · 7 years ago
  77. b387591 MINOR: netscaler: respect syntax by Bertrand Jacquin · 7 years ago
  78. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  79. 82913e4 BUG/MINOR: send-proxy-v2: string size must include ('\0') by Emmanuel Hocdet · 7 years ago
  80. 571c7ac BUG/MINOR: send-proxy-v2: fix dest_len in make_tlv call by Emmanuel Hocdet · 7 years ago
  81. e2b40b9 MINOR: connection: introduce conn_stream by Olivier Houchard · 7 years ago
  82. 60ca10a MINOR: connection: report the major HTTP version from the MUX for logging (fc_http_major) by Willy Tarreau · 7 years ago
  83. 2386be6 MINOR: connection: implement alpn registration of muxes by Willy Tarreau · 7 years ago
  84. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · 7 years ago
  85. 404d978 MINOR: add ALPN information to send-proxy-v2 by Emmanuel Hocdet · 7 years ago
  86. 01da571 MINOR: merge ssl_sock_get calls for log and ppv2 by Emmanuel Hocdet · 7 years ago
  87. 58118b4 MINOR: update proxy-protocol-v2 #define by Emmanuel Hocdet · 7 years ago
  88. 916e12d MINOR: connection: add flag CO_FL_WILL_UPDATE to indicate when updates are granted by Willy Tarreau · 7 years ago
  89. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · 7 years ago
  90. 8e3c6ce MEDIUM: connection: get rid of data->init() which was not for data by Willy Tarreau · 7 years ago
  91. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
  92. 57ec32f MINOR: connection: send data before receiving by Willy Tarreau · 7 years ago
  93. 2686dca CLEANUP: connection: remove unused CO_FL_WAIT_DATA by Willy Tarreau · 7 years ago
  94. 9fa1ee6 MEDIUM: connection: don't test for CO_FL_WAKE_DATA by Willy Tarreau · 7 years ago
  95. 3c0cc49 BUG/MEDIUM: connection: ensure to always report the end of handshakes by Willy Tarreau · 7 years ago
  96. 7bf3fa3 BUG/MAJOR: connection: update CO_FL_CONNECTED before calling the data layer by Willy Tarreau · 7 years ago
  97. 4f60301 MINOR: connection: add sample fetch "fc_rcvd_proxy" by Emeric Brun · 8 years ago
  98. 13e1410 MINOR: connection: add a minimal transport layer registration system by Willy Tarreau · 8 years ago
  99. 3015a2e CLEANUP: connection: using internal struct to hold source and dest port. by David Carlier · 8 years ago
  100. 93b227d MINOR: listener: add the "accept-netscaler-cip" option to the "bind" keyword by Bertrand Jacquin · 8 years ago