1. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. fc8f6a8 REORG: include: move port_range.h to haproxy/port_range{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 1 month ago
  5. 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
  6. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  7. 4a0e7fe MINOR: connections: Don't mark conn flags 0x00000001 and 0x00000002 as unused. by Olivier Houchard · 4 years, 3 months ago
  8. 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
  9. f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · 4 years, 4 months ago
  10. 00bdce2 MINOR: connections: Add a new mux method, "takeover". by Olivier Houchard · 4 years, 5 months ago
  11. d1b15b6 MINOR: proxy_protocol: Ingest PP2_TYPE_UNIQUE_ID on incoming connections by Tim Duesterhus · 4 years, 4 months ago
  12. b435f77 DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_UNIQUE_ID by Tim Duesterhus · 4 years, 4 months ago
  13. 716bec2 MINOR: connection: introduce a new receive flag: CO_RFL_READ_ONCE by Willy Tarreau · 4 years, 5 months ago
  14. 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · 4 years, 4 months ago
  15. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 5 months ago
  16. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · 4 years, 5 months ago
  17. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 5 months ago
  18. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · 4 years, 5 months ago
  19. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · 4 years, 6 months ago
  20. 7872d1f MEDIUM: connection: merge the send_wait and recv_wait entries by Willy Tarreau · 4 years, 6 months ago
  21. 3381bf8 MEDIUM: connection: get rid of CO_FL_CURR_* flags by Willy Tarreau · 4 years, 6 months ago
  22. 17ccd1a BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · 4 years, 6 months ago
  23. 0fbc318 CLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_NOTIFY_DONE by Willy Tarreau · 4 years, 6 months ago
  24. 9b8e11e MINOR: mux: Add a new method to get informations about a mux. by Olivier Houchard · 4 years, 8 months ago
  25. 7185b78 MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2 by Geoff Simmons · 4 years, 10 months ago
  26. e71fca8 MAJOR: connection: remove the addr field by Willy Tarreau · 5 years ago
  27. 1ef4cbc MINOR: connection: add new src and dst fields by Willy Tarreau · 5 years ago
  28. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · 5 years ago
  29. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  30. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · 5 years ago
  31. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · 5 years ago
  32. 2e05548 MINOR: connections: Add a new xprt method, add_xprt(). by Olivier Houchard · 5 years ago
  33. 5149b59 MINOR: connections: Add a new xprt method, remove_xprt. by Olivier Houchard · 5 years ago
  34. ea8dd94 MEDIUM: ssl: Handle subscribe by itself. by Olivier Houchard · 5 years ago
  35. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · 5 years ago
  36. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  37. 9b04d22 MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV by Christopher Faulet · 5 years ago
  38. 8bdb5c9 CLEANUP: connection: remove the handle field from the wait_event struct by Willy Tarreau · 5 years ago
  39. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · 5 years ago
  40. 7b5fd1e MEDIUM: connections: Move some fields from struct connection to ssl_sock_ctx. by Olivier Houchard · 5 years ago
  41. e5eef1f MINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE flag. by Olivier Houchard · 5 years ago
  42. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · 5 years ago
  43. 51f73eb MEDIUM: muxes: Add an optional input buffer during mux initialization by Christopher Faulet · 5 years ago
  44. 9f38f5a MINOR: muxes: Add a flag to specify a multiplexer uses the HTX by Christopher Faulet · 5 years ago
  45. 87a8f35 CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL by Christopher Faulet · 5 years ago
  46. 5311a92 MINOR: connection: and new flag to mark end of input (EOI) by Christopher Faulet · 5 years ago
  47. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · 5 years ago
  48. 00f18a3 BUG/MINOR: server: fix logic flaw in idle connection list management by Willy Tarreau · 5 years ago
  49. 51d0a7e MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection by Willy Tarreau · 5 years ago
  50. f1b11e2 MINOR: connections: Remove a stall comment. by Olivier Houchard · 5 years ago
  51. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · 6 years ago
  52. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · 6 years ago
  53. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · 6 years ago
  54. 71748cb BUG/MEDIUM: connection: Add a new CS_FL_ERR_PENDING flag to conn_streams. by Olivier Houchard · 6 years ago
  55. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · 6 years ago
  56. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  57. 9a86fcb MEDIUM: mux: Add an optional "reset" method. by Olivier Houchard · 6 years ago
  58. d247be0 BUG/MEDIUM: connections: Split CS_FL_RCV_MORE into 2 flags. by Olivier Houchard · 6 years ago
  59. 8a95a6e CLEANUP: Fix a typo in the connection subsystem by Joseph Herlant · 6 years ago
  60. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · 6 years ago
  61. 8defe4b MINOR: mux: add a "max_streams" method. by Olivier Houchard · 6 years ago
  62. f3e65b0 MINOR: connection: Fix a comment. by Olivier Houchard · 6 years ago
  63. 3bc1b11 MEDIUM: conn_stream: Add a way to get mux's info on a CS from the upper layer by Christopher Faulet · 6 years ago
  64. 00cf70f MAJOR: sessions: Store multiple outgoing connections in the session. by Olivier Houchard · 6 years ago
  65. effc375 MINOR: conn_stream: Add a flag to notify the SI some data were received by Christopher Faulet · 6 years ago
  66. 72d9125 MINOR: conn_stream: Add a flag to notify the mux it must respect the reserve by Christopher Faulet · 6 years ago
  67. c6618d6 MINOR: conn_stream: Add a flag to notify the mux it should flush its buffers by Christopher Faulet · 6 years ago
  68. 131fd89 MINOR: sessions: Start to store the outgoing connection in sessions. by Olivier Houchard · 6 years ago
  69. 060ed43 MINOR: mux: Add a destroy() method. by Olivier Houchard · 6 years ago
  70. d540b36 MINOR: mux: Add a new "avail_streams" method. by Olivier Houchard · 6 years ago
  71. fafd398 MINOR: mux: implement a get_first_cs() method by Willy Tarreau · 6 years ago
  72. 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · 6 years ago
  73. 3f03ab5 MINOR: connection: Add a SUB_CALL_UNSUBSCRIBE event. by Olivier Houchard · 6 years ago
  74. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · 6 years ago
  75. d5e4de8 DOC: Fix a few typos by Bertrand Jacquin · 6 years ago
  76. 08088e7 MINOR: conn-stream: Add CL_FL_NOT_FIRST flag by Christopher Faulet · 6 years ago
  77. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · 6 years ago
  78. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · 6 years ago
  79. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · 6 years ago
  80. 7138455 MINOR: conn_streams: Remove wait_list from conn_streams. by Olivier Houchard · 6 years ago
  81. cb1f49f MINOR: connections: Add a "handle" field to wait_list. by Olivier Houchard · 6 years ago
  82. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · 6 years ago
  83. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · 6 years ago
  84. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · 6 years ago
  85. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · 6 years ago
  86. 638b799 MINOR: connections: Move rxbuf from the conn_stream to the h2s. by Olivier Houchard · 6 years ago
  87. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · 6 years ago
  88. 2d5292a MINOR: mux: Add info about the supported side in alpn_mux_list structure by Christopher Faulet · 6 years ago
  89. 3c51802 MINOR: conn_stream: add an tx buffer to the conn_stream by Christopher Faulet · 6 years ago
  90. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · 6 years ago
  91. 5e1cc5e MINOR: conn_stream: add an rx buffer to the conn_stream by Willy Tarreau · 6 years ago
  92. a3f7efe MINOR: conn_stream: add a new CS_FL_REOS flag by Willy Tarreau · 6 years ago
  93. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · 6 years ago
  94. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · 6 years ago
  95. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  96. 337ea57 MINOR: connection: add a new receive flag : CO_RFL_BUF_WET by Willy Tarreau · 6 years ago
  97. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · 6 years ago
  98. d9cf540 MEDIUM: mux: make mux->rcv_buf() take a size_t for the count by Willy Tarreau · 6 years ago
  99. bfc4d77 MEDIUM: connection: make xprt->rcv_buf() use size_t for the count by Willy Tarreau · 6 years ago
  100. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago