1. e2b40b9 MINOR: connection: introduce conn_stream by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  2. 60ca10a MINOR: connection: report the major HTTP version from the MUX for logging (fc_http_major) by Willy Tarreau · Fri Aug 18 15:26:54 2017 +0200
  3. 2386be6 MINOR: connection: implement alpn registration of muxes by Willy Tarreau · Thu Sep 21 19:40:52 2017 +0200
  4. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  5. 404d978 MINOR: add ALPN information to send-proxy-v2 by Emmanuel Hocdet · Tue Oct 24 10:55:14 2017 +0200
  6. 01da571 MINOR: merge ssl_sock_get calls for log and ppv2 by Emmanuel Hocdet · Fri Oct 13 16:59:49 2017 +0200
  7. 58118b4 MINOR: update proxy-protocol-v2 #define by Emmanuel Hocdet · Fri Oct 13 12:15:28 2017 +0200
  8. 916e12d MINOR: connection: add flag CO_FL_WILL_UPDATE to indicate when updates are granted by Willy Tarreau · Wed Oct 25 09:22:43 2017 +0200
  9. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  10. 8e3c6ce MEDIUM: connection: get rid of data->init() which was not for data by Willy Tarreau · Mon Aug 28 15:46:01 2017 +0200
  11. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  12. 57ec32f MINOR: connection: send data before receiving by Willy Tarreau · Tue Apr 11 19:59:33 2017 +0200
  13. 2686dca CLEANUP: connection: remove unused CO_FL_WAIT_DATA by Willy Tarreau · Wed Apr 26 16:25:12 2017 +0200
  14. 9fa1ee6 MEDIUM: connection: don't test for CO_FL_WAKE_DATA by Willy Tarreau · Sat Mar 18 15:39:57 2017 +0100
  15. 3c0cc49 BUG/MEDIUM: connection: ensure to always report the end of handshakes by Willy Tarreau · Sun Mar 19 07:54:28 2017 +0100
  16. 7bf3fa3 BUG/MAJOR: connection: update CO_FL_CONNECTED before calling the data layer by Willy Tarreau · Tue Mar 14 20:19:29 2017 +0100
  17. 4f60301 MINOR: connection: add sample fetch "fc_rcvd_proxy" by Emeric Brun · Thu Jan 05 15:11:44 2017 +0100
  18. 13e1410 MINOR: connection: add a minimal transport layer registration system by Willy Tarreau · Thu Dec 22 20:25:26 2016 +0100
  19. 3015a2e CLEANUP: connection: using internal struct to hold source and dest port. by David Carlier · Mon Jul 04 22:51:33 2016 +0100
  20. 93b227d MINOR: listener: add the "accept-netscaler-cip" option to the "bind" keyword by Bertrand Jacquin · Sat Jun 04 15:11:10 2016 +0100
  21. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · Wed May 18 16:17:44 2016 +0200
  22. 7a798e5 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · Thu Apr 14 11:13:20 2016 +0200
  23. 42ff05e CLEANUP: connection: fix double negation on memcmp() by David CARLIER · Thu Mar 24 09:22:36 2016 +0000
  24. 7209c20 BUG/MAJOR: connection: fix TLV offset calculation for proxy protocol v2 parsing by KOVACS Krisztian · Fri Jul 03 14:09:10 2015 +0200
  25. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  26. d85c485 REORG: connection: move conn_drain() to connection.c and rename it by Willy Tarreau · Fri Mar 13 00:40:28 2015 +0100
  27. ff3e648 MINOR: connection: implement conn_sock_send() by Willy Tarreau · Thu Mar 12 23:56:52 2015 +0100
  28. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · Mon Nov 17 15:11:45 2014 +0100
  29. efd3aa9 BUG/MEDIUM: connection: sanitize PPv2 header length before parsing address information by KOVACS Krisztian · Wed Nov 19 10:53:20 2014 +0100
  30. 328fb58 MEDIUM: connection: add new bit in Proxy Protocol V2 by Dave McCowan · Wed Jul 30 10:39:13 2014 -0400
  31. 3b9a0c9 BUG/MEDIUM: connection: fix proxy v2 header again! by Willy Tarreau · Sat Jul 19 06:37:33 2014 +0200
  32. 77d1f01 BUG/MEDIUM: connection: fix memory corruption when building a proxy v2 header by Dave McCowan · Thu Jul 17 14:34:01 2014 -0400
  33. 0abf836 BUG/MINOR: ssl: Fix external function in order not to return a pointer on an internal trash buffer. by Emeric Brun · Tue Jun 24 18:26:41 2014 +0200
  34. 7799267 MEDIUM: connection: add support for proxy protocol v2 in accept-proxy by Willy Tarreau · Sat Jun 14 11:06:17 2014 +0200
  35. 8fccfa2 CLEANUP: connection: merge proxy proto v2 header and address block by Willy Tarreau · Sat Jun 14 08:28:06 2014 +0200
  36. 4c20d29 BUG/MINOR: connection: make proxy protocol v1 support the UNKNOWN protocol by Willy Tarreau · Sat Jun 14 11:41:36 2014 +0200
  37. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · Thu May 08 23:42:08 2014 -0400
  38. 3c72872 CLEANUP: connection: use conn_ctrl_ready() instead of checking the flag by Willy Tarreau · Thu Jan 23 13:50:42 2014 +0100
  39. d837589 MEDIUM: connection: no need to recheck FD state by Willy Tarreau · Tue Jan 21 11:01:08 2014 +0100
  40. fd803bb MEDIUM: connection: add check for readiness in I/O handlers by Willy Tarreau · Mon Jan 20 15:13:07 2014 +0100
  41. e1f50c4 MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send} by Willy Tarreau · Wed Jan 22 20:02:06 2014 +0100
  42. 310987a MAJOR: connection: remove the CO_FL_WAIT_{RD,WR} flags by Willy Tarreau · Wed Jan 22 19:46:33 2014 +0100
  43. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · Fri Jan 10 16:58:45 2014 +0100
  44. 57cd3e4 MEDIUM: connection: merge the send_proxy and local_send_proxy calls by Willy Tarreau · Thu Oct 24 22:01:26 2013 +0200
  45. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · Mon Oct 21 16:30:56 2013 +0200
  46. 2e1401a MINOR: connection: make it easier to emit proxy protocol for unknown addresses by Willy Tarreau · Tue Oct 01 11:41:55 2013 +0200
  47. 26f4a04 MEDIUM: connection: set the socket shutdown flags on socket errors by Willy Tarreau · Wed Dec 04 23:44:10 2013 +0100
  48. 7fe4569 BUG/MINOR: connection: check EINTR when sending a PROXY header by Willy Tarreau · Wed Dec 04 23:37:56 2013 +0100
  49. d6e999b OPTIM: connection: fold the error handling with handshake handling by Willy Tarreau · Mon Nov 25 08:41:15 2013 +0100
  50. 95742a4 BUG/MEDIUM: fix broken send_proxy on FreeBSD by Willy Tarreau · Tue Sep 03 09:02:11 2013 +0200
  51. 7d28149 BUG/MEDIUM: connection: always update connection flags prior to computing polling by Willy Tarreau · Sun Dec 16 19:19:13 2012 +0100
  52. d486ef5 BUG/MINOR: connection: remove a few synchronous calls to polling updates by Willy Tarreau · Mon Dec 10 17:03:52 2012 +0100
  53. d29a066 BUG/MAJOR: connection: always recompute polling status upon I/O by Willy Tarreau · Mon Dec 10 16:33:38 2012 +0100
  54. 26d7cfc BUG/MAJOR: polling: do not set speculative events on ERR nor HUP by Willy Tarreau · Fri Dec 07 00:09:43 2012 +0100
  55. 8e3bf69 MEDIUM: connection: add error reporting for the PROXY protocol header by Willy Tarreau · Mon Dec 03 15:41:18 2012 +0100
  56. d1b3f04 MINOR: connection: don't remove failed handshake flags by Willy Tarreau · Fri Nov 30 15:15:28 2012 +0100
  57. e3635ed BUG/MEDIUM: connection: local_send_proxy must wait for connection to establish by Willy Tarreau · Sat Nov 24 11:23:04 2012 +0100
  58. 9a92cd5 MINOR: connection: abort earlier when errors are detected by Willy Tarreau · Sat Nov 24 11:12:13 2012 +0100
  59. 36fb02c BUG/MEDIUM: connection: always disable polling upon error by Willy Tarreau · Sat Nov 24 11:09:07 2012 +0100
  60. c9f7804 BUG/MAJOR: always clear the CO_FL_WAIT_* flags after updating polling flags by Willy Tarreau · Mon Nov 05 20:00:43 2012 +0100
  61. c8dd77f MAJOR: connection: remove the CO_FL_CURR_*_POL flag by Willy Tarreau · Mon Nov 05 17:52:26 2012 +0100
  62. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · Mon Oct 29 16:51:55 2012 +0100
  63. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  64. c919dc6 CLEANUP: remove trashlen by Willy Tarreau · Fri Oct 26 17:35:22 2012 +0200
  65. 153c3ca BUG/MAJOR: connection: risk of crash on certain tricky close scenario by Willy Tarreau · Mon Oct 22 22:47:55 2012 +0200
  66. 3b5bc66 BUG: connection: fix regression from commit 9e272bf9 by Willy Tarreau · Fri Oct 05 21:29:37 2012 +0200
  67. 5f1504f MEDIUM: connection: add a new local send-proxy transport callback by Willy Tarreau · Thu Oct 04 23:55:57 2012 +0200
  68. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · Fri Oct 05 00:10:55 2012 +0200
  69. 0ffde2c MEDIUM: connection: automatically disable polling on error by Willy Tarreau · Thu Oct 04 22:21:15 2012 +0200
  70. 78eaebe MEDIUM: connection: don't call the data->init callback upon error by Willy Tarreau · Wed Oct 03 21:20:21 2012 +0200
  71. 2396c1c MEDIUM: connection: make it possible for data->wake to return an error by Willy Tarreau · Wed Oct 03 21:12:16 2012 +0200
  72. 9e272bf MEDIUM: connection: only call the data->wake callback on activity by Willy Tarreau · Wed Oct 03 21:04:48 2012 +0200
  73. 071e137 MEDIUM: connection: use a generic data-layer init() callback by Willy Tarreau · Wed Oct 03 01:39:48 2012 +0200
  74. 4aa3683 MINOR: connection: provide a generic data layer wakeup callback by Willy Tarreau · Tue Oct 02 20:07:22 2012 +0200
  75. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · Wed Oct 03 00:41:04 2012 +0200
  76. 58363cf MEDIUM: connection: improve error handling around the data layer by Willy Tarreau · Thu Sep 06 14:12:03 2012 +0200
  77. 4659195 MEDIUM: ssl: add new files ssl_sock.[ch] to provide the SSL data layer by Emeric Brun · Fri May 18 15:47:34 2012 +0200
  78. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · Sun Sep 02 22:34:23 2012 +0200
  79. d9de7ca MEDIUM: connection: avoid calling handshakes when polling is required by Willy Tarreau · Sun Sep 02 18:48:46 2012 +0200
  80. f8deb0c MEDIUM: connection: only call tcp_connect_probe when nothing was attempted yet by Willy Tarreau · Sat Sep 01 17:59:22 2012 +0200
  81. e9dfa79 MAJOR: connection: rearrange the polling flags. by Willy Tarreau · Sat Sep 01 17:26:16 2012 +0200
  82. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · Fri Aug 31 17:43:29 2012 +0200
  83. 2542b53 MAJOR: session: introduce embryonic sessions by Willy Tarreau · Fri Aug 31 16:01:23 2012 +0200
  84. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · Fri Aug 24 18:12:41 2012 +0200
  85. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · Mon Aug 20 12:06:26 2012 +0200
  86. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · Thu Aug 09 14:45:22 2012 +0200
  87. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · Fri Aug 17 17:33:53 2012 +0200
  88. b5e2cbd MEDIUM: connection: add definitions for dual polling mechanisms by Willy Tarreau · Fri Aug 17 11:55:04 2012 +0200
  89. c76ae33 MAJOR: connection: call data layer handshakes from the handler by Willy Tarreau · Thu Jul 12 15:32:13 2012 +0200
  90. 8f8c92f MAJOR: connection: add a new CO_FL_CONNECTED flag by Willy Tarreau · Mon Jul 23 19:45:44 2012 +0200
  91. 239d718 MEDIUM: stream_interface: pass connection instead of fd in sock_ops by Willy Tarreau · Mon Jul 23 18:53:03 2012 +0200
  92. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · Mon Jul 23 18:24:25 2012 +0200
  93. 2da156f MAJOR: tcp: remove the specific I/O callbacks for TCP connection probes by Willy Tarreau · Mon Jul 23 15:07:23 2012 +0200
  94. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · Fri Jul 06 17:12:34 2012 +0200
  95. 61ace1b MEDIUM: connection: remove the FD_POLL_* flags only once by Willy Tarreau · Mon Jul 23 12:14:26 2012 +0200
  96. 8018471 MINOR: fd: make fdtab->owner a connection and not a stream_interface anymore by Willy Tarreau · Fri Jul 06 14:54:49 2012 +0200
  97. 59f9839 MINOR: connection: add a handler for fd-based connections by Willy Tarreau · Fri Jul 06 14:13:49 2012 +0200