1. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  4. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  5. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  6. 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
  7. 3ab504f BUG/MEDIUM: connection: Ignore PP2 unique ID for stream-less connections by Christopher Faulet · 4 years, 1 month ago
  8. 119e50e MINOR: connection: add pp2-never-send-local to support old PP2 behavior by Willy Tarreau · 4 years, 2 months ago
  9. 14cd316 MAJOR: checks: Use the best mux depending on the protocol for health checks by Christopher Faulet · 4 years, 3 months ago
  10. 02c8803 BUG/MINOR: connection: always send address-less LOCAL PROXY connections by Willy Tarreau · 4 years, 3 months ago
  11. ce7b00f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  12. f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · 4 years, 4 months ago
  13. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  14. 2b7f6c2 CLEANUP: connection: Stop directly setting an ist's .ptr by Tim Duesterhus · 4 years, 4 months ago
  15. a8692f3 CLEANUP: connection: Add blank line after declarations in PP handling by Tim Duesterhus · 4 years, 4 months ago
  16. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · 4 years, 4 months ago
  17. d1b15b6 MINOR: proxy_protocol: Ingest PP2_TYPE_UNIQUE_ID on incoming connections by Tim Duesterhus · 4 years, 4 months ago
  18. ba837ec CLEANUP: proxy_protocol: Use `size_t` when parsing TLVs by Tim Duesterhus · 4 years, 4 months ago
  19. 488ee7f BUG/MAJOR: proxy_protocol: Properly validate TLV lengths by Tim Duesterhus · 4 years, 4 months ago
  20. 6f95f6e OPTIM: connection: disable receiving on disabled events when the run queue is too high by Willy Tarreau · 4 years, 4 months ago
  21. 8de5c4f MEDIUM: connection: only call ->wake() for connect() without I/O by Willy Tarreau · 4 years, 4 months ago
  22. 667fefd BUG/MEDIUM: connection: stop polling for sending when the event is ready by Willy Tarreau · 4 years, 4 months ago
  23. 065a025 MEDIUM: connection: don't stop receiving events in the FD handler by Willy Tarreau · 4 years, 4 months ago
  24. 7e59c0a MEDIUM: connection: make the subscribe() call able to wakeup if ready by Willy Tarreau · 4 years, 4 months ago
  25. 7f26391 BUG/MINOR: connection: make sure to correctly tag local PROXY connections by Willy Tarreau · 4 years, 5 months ago
  26. 1ac83af CLEANUP: connection: use read_u32() instead of a cast in the netscaler parser by Willy Tarreau · 4 years, 4 months ago
  27. 5d4d180 CLEANUP: connection: remove the definitions of conn_xprt_{stop,want}_{send,recv} by Willy Tarreau · 4 years, 5 months ago
  28. d1d14c3 MINOR: connection: remove the last calls to conn_xprt_{want,stop}_* by Willy Tarreau · 4 years, 5 months ago
  29. 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · 4 years, 5 months ago
  30. 157788c BUG/MINOR: connection: correctly retry I/O on signals by Willy Tarreau · 4 years, 5 months ago
  31. bd8bf67 BUG/MINOR: connection: fix ip6 dst_port copy in make_proxy_line_v2 by William Dauchy · 4 years, 5 months ago
  32. 49139cb MINOR: connection: don't check for CO_FL_SOCK_WR_SH too early in handshakes by Willy Tarreau · 4 years, 5 months ago
  33. d838fb8 MINOR: connection: do not check for CO_FL_SOCK_RD_SH too early by Willy Tarreau · 4 years, 5 months ago
  34. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 6 months ago
  35. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 6 months ago
  36. a8a415d BUG/MEDIUM: connections: Set CO_FL_CONNECTED in conn_complete_session(). by Olivier Houchard · 4 years, 6 months ago
  37. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · 4 years, 6 months ago
  38. 1a9dbe5 BUG/MEDIUM: netscaler: Don't forget to allocate storage for conn->src/dst. by Olivier Houchard · 4 years, 6 months ago
  39. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · 4 years, 6 months ago
  40. 7872d1f MEDIUM: connection: merge the send_wait and recv_wait entries by Willy Tarreau · 4 years, 6 months ago
  41. 3381bf8 MEDIUM: connection: get rid of CO_FL_CURR_* flags by Willy Tarreau · 4 years, 6 months ago
  42. 0fbc318 CLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_NOTIFY_DONE by Willy Tarreau · 4 years, 6 months ago
  43. cbcf77e MINOR: connection: remove the double test on xprt_done_cb() by Willy Tarreau · 4 years, 6 months ago
  44. b2a7ab0 MINOR: connection: check for connection validation earlier by Willy Tarreau · 4 years, 6 months ago
  45. 4970e5a REORG: connection: move tcp_connect_probe() to conn_fd_check() by Willy Tarreau · 4 years, 6 months ago
  46. 8081abe CLEANUP: connection: conn->xprt is never NULL by Willy Tarreau · 4 years, 7 months ago
  47. 70ccb2c BUG/MINOR: connection: only wake send/recv callbacks if the FD is active by Willy Tarreau · 4 years, 7 months ago
  48. ccf3f6d MEDIUM: connection: enable reading only once the connection is confirmed by Willy Tarreau · 4 years, 10 months ago
  49. 78891c7 BUILD: connection: silence gcc warning with extra parentheses by Jerome Magnin · 4 years, 10 months ago
  50. 8a4ffa0 MINOR: send-proxy-v2: sends authority TLV according to TLV received by Emmanuel Hocdet · 4 years, 10 months ago
  51. 7185b78 MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2 by Geoff Simmons · 4 years, 10 months ago
  52. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · 5 years ago
  53. ff5d57b MINOR: connection: create a new pool for struct sockaddr_storage by Willy Tarreau · 5 years ago
  54. 226572f MINOR: connection: use conn->{src,dst} instead of &conn->addr.{from,to} by Willy Tarreau · 5 years ago
  55. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  56. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · 5 years ago
  57. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · 5 years ago
  58. ea8dd94 MEDIUM: ssl: Handle subscribe by itself. by Olivier Houchard · 5 years ago
  59. c3df450 MEDIUM: connections: Wake the upper layer even if sending/receiving is disabled. by Olivier Houchard · 5 years ago
  60. 694fcd0 MINOR: connection: also stop receiving after a SOCKS4 response by Willy Tarreau · 5 years ago
  61. 6499b9d BUG/MEDIUM: connection: fix multiple handshake polling issues by Willy Tarreau · 5 years ago
  62. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  63. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  64. 35d1168 MINOR: connections: Use BUG_ON() to enforce rules in subscribe/unsubscribe. by Olivier Houchard · 5 years ago
  65. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  66. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · 5 years ago
  67. 0ca24aa BUILD: connection: fix naming of ip_v field by Willy Tarreau · 5 years ago
  68. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · 6 years ago
  69. 8657742 MINOR: sample: add bc_http_major by Jérôme Magnin · 6 years ago
  70. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  71. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  72. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · 6 years ago
  73. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · 6 years ago
  74. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · 6 years ago
  75. ca56fce BUG/MINOR: connection: avoid null pointer dereference in send-proxy-v2 by Ilya Shipitsin · 6 years ago
  76. 55e0da6 BUILD: connection: silence a couple of null-deref build warnings at -Wextra by Willy Tarreau · 6 years ago
  77. 7505f94 MEDIUM: h2: Don't use a wake() method anymore. by Olivier Houchard · 6 years ago
  78. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · 6 years ago
  79. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · 6 years ago
  80. 524344b MEDIUM: connections: Don't reset the polling flags in conn_fd_handler(). by Olivier Houchard · 6 years ago
  81. e215bba MINOR: connection: make conn_sock_drain() work for all socket families by Willy Tarreau · 6 years ago
  82. b406b87 BUG/MEDIUM: connection: don't store recv() result into trash.data by Willy Tarreau · 6 years ago
  83. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · 6 years ago
  84. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · 6 years ago
  85. 511efea MINOR: connections: Make rcv_buf mandatory and nuke cs_recv(). by Olivier Houchard · 6 years ago
  86. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · 6 years ago
  87. 063f786 MINOR: conn_stream: add cs_send() as a default snd_buf() function by Christopher Faulet · 6 years ago
  88. 7fec021 MEDIUM: proxy_protocol: Convert IPs to v6 when protocols are mixed by Tim Duesterhus · 6 years ago
  89. 11c9aa4 MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function by Willy Tarreau · 6 years ago
  90. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · 6 years ago
  91. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · 6 years ago
  92. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  93. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  94. 115df3e MINOR: accept-proxy: support proxy protocol v2 CRC32c checksum by Emmanuel Hocdet · 6 years ago
  95. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · 6 years ago
  96. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · 6 years ago
  97. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · 6 years ago
  98. 8c0c34b Revert "BUG/MINOR: send-proxy-v2: string size must include ('\0')" by Emmanuel Hocdet · 6 years ago
  99. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  100. 72fa1ec MEDIUM: netscaler: add support for standard NetScaler CIP protocol by Bertrand Jacquin · 7 years ago