1. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · Fri Sep 28 17:57:58 2018 +0200
  2. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · Tue Jul 17 18:46:31 2018 +0200
  3. acd1403 MINOR: buffer: Use b_add()/bo_add() instead of accessing b->i/b->o. by Olivier Houchard · Thu Jun 28 18:17:23 2018 +0200
  4. 591d445 MINOR: buffer: use b_orig() to replace most references to b->data by Willy Tarreau · Fri Jun 15 17:21:00 2018 +0200
  5. 0c7ed5d MINOR: buffer: replace buffer_empty() with b_empty() or c_empty() by Willy Tarreau · Tue Jul 10 09:53:31 2018 +0200
  6. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · Tue Jun 19 06:15:17 2018 +0200
  7. bfc4d77 MEDIUM: connection: make xprt->rcv_buf() use size_t for the count by Willy Tarreau · Wed Jul 18 11:22:03 2018 +0200
  8. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · Thu Jun 14 18:31:46 2018 +0200
  9. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · Thu Jun 07 18:46:28 2018 +0200
  10. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · Thu Jun 07 18:16:48 2018 +0200
  11. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · Sun Oct 29 20:14:08 2017 +0100
  12. 256b9c5 MINOR: raw_sock: make use of CO_FL_WILL_UPDATE by Willy Tarreau · Wed Oct 25 09:30:13 2017 +0200
  13. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  14. 0d00593 CLEANUP: raw_sock: Use a better name for the constructor than __ssl_sock_deinit() by Olivier Houchard · Mon Aug 14 15:59:44 2017 +0200
  15. 6812871 BUG/MINOR: raw_sock: always perfom the last recv if RDHUP is not available by Willy Tarreau · Mon Mar 13 12:04:34 2017 +0100
  16. d9f5cca CLEANUP: connection: unexport raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 21:08:52 2016 +0100
  17. 13e1410 MINOR: connection: add a minimal transport layer registration system by Willy Tarreau · Thu Dec 22 20:25:26 2016 +0100
  18. 8e0bb0a MINOR: connection: add names for transport and data layers by Willy Tarreau · Thu Nov 24 16:58:12 2016 +0100
  19. 0724903 BUG/MINOR: raw_sock: also consider ENOTCONN in addition to EAGAIN for recv() by Joshua M. Clulow · Mon Mar 03 13:48:42 2014 -0800
  20. 1049b1f MEDIUM: connection: don't use real send() flags in snd_buf() by Willy Tarreau · Sun Feb 02 01:51:17 2014 +0100
  21. 7e4086d BUG/MINOR: raw_sock: correctly set the MSG_MORE flag by Willy Tarreau · Sun Feb 02 01:44:13 2014 +0100
  22. 6c11bd2 OPTIM: raw-sock: don't speculate after a short read if polling is enabled by Willy Tarreau · Fri Jan 24 00:54:27 2014 +0100
  23. fd803bb MEDIUM: connection: add check for readiness in I/O handlers by Willy Tarreau · Mon Jan 20 15:13:07 2014 +0100
  24. e1f50c4 MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send} by Willy Tarreau · Wed Jan 22 20:02:06 2014 +0100
  25. abf08d9 BUG/MAJOR: connection: fix mismatch between rcv_buf's API and usage by Willy Tarreau · Tue Jan 14 11:31:27 2014 +0100
  26. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · Mon Oct 21 16:30:56 2013 +0200
  27. ce3eda7 MINOR: connection: clear errno prior to checking for errors by Willy Tarreau · Thu Dec 05 00:49:40 2013 +0100
  28. 26f4a04 MEDIUM: connection: set the socket shutdown flags on socket errors by Willy Tarreau · Wed Dec 04 23:44:10 2013 +0100
  29. 61d39a0 BUG/MEDIUM: splicing: fix abnormal CPU usage with splicing by Willy Tarreau · Thu Jul 18 21:49:32 2013 +0200
  30. 4fc90ef BUG/MEDIUM: splicing is broken since 1.5-dev12 by Willy Tarreau · Sat Apr 06 11:29:39 2013 +0200
  31. b6daedd OPTIM: splice: assume by default that splice is working correctly by Willy Tarreau · Mon Jan 07 16:57:09 2013 +0100
  32. baf2a50 OPTIM: splice: detect shutdowns and avoid splice() == 0 by Willy Tarreau · Mon Jan 07 16:38:26 2013 +0100
  33. 5fb3803 CLEANUP: buffer: use buffer_empty() instead of buffer_len()==0 by Willy Tarreau · Sun Dec 16 19:39:09 2012 +0100
  34. debdc4b BUG/MAJOR: raw_sock: must check error code on hangup by Willy Tarreau · Fri Dec 07 00:01:33 2012 +0100
  35. 45b8893 MINOR: splice: disable it when the system returns EBADF by Willy Tarreau · Mon Nov 12 12:00:09 2012 +0100
  36. 0ea0cf6 BUG: raw_sock: also consider ENOTCONN in addition to EAGAIN by Willy Tarreau · Sun Nov 11 20:38:30 2012 +0100
  37. 665e6ee MEDIUM: connection: it's not the data layer's role to validate the connection by Willy Tarreau · Thu Oct 04 20:20:46 2012 +0200
  38. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  39. 6f5d141 MEDIUM: raw_sock: improve connection error reporting by Willy Tarreau · Thu Oct 04 20:38:49 2012 +0200
  40. c0e9886 MINOR: raw_sock: always report asynchronous connection errors by Willy Tarreau · Thu Oct 04 20:17:13 2012 +0200
  41. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  42. 56a77e5 MEDIUM: connection: complete the polling cleanups by Willy Tarreau · Sun Sep 02 18:34:44 2012 +0200
  43. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
  44. 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
  45. 96199b1 MAJOR: stream-interface: restore splicing mechanism by Willy Tarreau · Fri Aug 24 00:46:52 2012 +0200
  46. 5368d80 MAJOR: connection: split the send call into connection and stream interface by Willy Tarreau · Tue Aug 21 18:22:06 2012 +0200
  47. ce323de REORG: stream-interface: move sock_raw_read() to si_conn_recv_cb() by Willy Tarreau · Mon Aug 20 21:41:06 2012 +0200
  48. 1fe6bc3 MINOR: stream-interface: add an rcv_buf callback to sock_ops by Willy Tarreau · Mon Aug 20 20:27:59 2012 +0200
  49. af978c4 MAJOR: raw_sock: temporarily disable splicing by Willy Tarreau · Mon Aug 20 20:21:01 2012 +0200
  50. 2ba4465 MAJOR: raw_sock: extract raw_sock_to_buf() from raw_sock_read() by Willy Tarreau · Mon Aug 20 17:30:32 2012 +0200
  51. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200[Renamed (99%) from src/sock_raw.c]
  52. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · Mon Jul 02 17:01:20 2012 +0200
  53. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · Mon Jul 02 15:11:27 2012 +0200
  54. 9bf9c14 MEDIUM: stream-interface: provide a generic stream_sock_read0() function by Willy Tarreau · Mon Aug 20 15:38:41 2012 +0200
  55. eecf6ca MEDIUM: stream-interface: provide a generic si_conn_send_cb callback by Willy Tarreau · Mon Aug 20 15:09:53 2012 +0200
  56. de5722c MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function by Willy Tarreau · Mon Aug 20 15:01:10 2012 +0200
  57. fae4499 MEDIUM: stream-interface: add a snd_buf() callback to sock_ops by Willy Tarreau · Mon Aug 20 14:02:10 2012 +0200
  58. 46a8d92 MEDIUM: stream-interface: offer a generic chk_rcv function for connections by Willy Tarreau · Mon Aug 20 12:38:36 2012 +0200
  59. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · Mon Aug 20 12:06:26 2012 +0200
  60. 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
  61. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · Fri Aug 17 17:33:53 2012 +0200
  62. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · Thu Aug 09 12:11:58 2012 +0200
  63. 4a36b56 MAJOR: stream_int: use a common stream_int_shut*() functions regardless of the data layer by Willy Tarreau · Mon Aug 06 19:31:45 2012 +0200
  64. 3d8903f MEDIUM: sock_raw: introduce a read0 callback that is different from shutr by Willy Tarreau · Mon Aug 06 17:00:18 2012 +0200
  65. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · Mon Aug 06 15:06:49 2012 +0200
  66. 3438f5d MINOR: sock_raw: move calls to si_data_close upper by Willy Tarreau · Mon Aug 06 12:23:51 2012 +0200
  67. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · Mon Jul 30 14:29:35 2012 +0200
  68. 3c55ec2 MEDIUM: stream_interface: centralize the SI_FL_ERR management by Willy Tarreau · Mon Jul 23 19:19:51 2012 +0200
  69. 239d718 MEDIUM: stream_interface: pass connection instead of fd in sock_ops by Willy Tarreau · Mon Jul 23 18:53:03 2012 +0200
  70. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · Mon Jul 23 18:24:25 2012 +0200
  71. 61ace1b MEDIUM: connection: remove the FD_POLL_* flags only once by Willy Tarreau · Mon Jul 23 12:14:26 2012 +0200
  72. 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
  73. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · Fri Jul 06 10:17:53 2012 +0200
  74. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · Sat Aug 25 00:18:33 2012 -0400
  75. 4da69a9 MEDIUM: stream_interface: call si_data_close() before releasing the si by Willy Tarreau · Mon May 21 18:05:40 2012 +0200
  76. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · Mon May 21 17:28:50 2012 +0200
  77. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · Mon May 21 16:47:54 2012 +0200
  78. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · Mon May 21 16:31:45 2012 +0200
  79. a190d59 REORG: move the send-proxy code to tcp_connect_write() by Willy Tarreau · Sun May 20 18:35:19 2012 +0200
  80. 8ae52cb BUG/MINOR: stop connect timeout when connect succeeds by Willy Tarreau · Sun May 20 10:38:46 2012 +0200
  81. be0688c MEDIUM: stream_interface: remove the si->init by Willy Tarreau · Fri May 18 15:15:26 2012 +0200
  82. 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · Wed May 16 14:16:48 2012 +0200
  83. 7bb68ab OPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF flag by Willy Tarreau · Sun May 13 14:48:59 2012 +0200
  84. eeda90e MAJOR: fd: remove the need for the socket layer to recheck the connection by Willy Tarreau · Fri May 11 19:53:32 2012 +0200
  85. 64798bd MINOR: stream_interface: add an init callback to sock_ops by Willy Tarreau · Fri May 11 18:38:44 2012 +0200
  86. b277d6e CLEANUP: sock_raw: remove last references to stream_sock by Willy Tarreau · Fri May 11 16:59:14 2012 +0200
  87. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200[Renamed (99%) from src/stream_sock.c]
  88. bbebbbf REORG/MEDIUM: move the default accept function from sockstream to protocols.c by Willy Tarreau · Mon May 07 21:22:09 2012 +0200
  89. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · Mon May 07 17:15:39 2012 +0200
  90. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · Mon May 07 17:01:39 2012 +0200
  91. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · Mon May 07 16:50:03 2012 +0200
  92. 9dab5fc MEDIUM: buffers: rename a number of buffer management functions by Willy Tarreau · Mon May 07 11:56:55 2012 +0200
  93. 328582c MEDIUM: buffers: implement b_adv() to advance a buffer's pointer by Willy Tarreau · Sat May 05 23:32:27 2012 +0200
  94. cc5cfcb MEDIUM: buffers: add new pointer wrappers and get rid of almost all buffer_wrap_add calls by Willy Tarreau · Fri May 04 21:35:27 2012 +0200
  95. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · Mon Mar 05 11:17:50 2012 +0100
  96. 363a5bb MAJOR: buffers: replace buf->r with buf->p + buf->i by Willy Tarreau · Fri Mar 02 20:14:45 2012 +0100
  97. 89fa706 MAJOR: buffers: replace buf->w with buf->p - buf->o by Willy Tarreau · Fri Mar 02 16:13:16 2012 +0100
  98. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · Thu Mar 01 18:19:58 2012 +0100
  99. 2e046c6 MAJOR: buffer rework: replace ->send_max with ->o by Willy Tarreau · Thu Mar 01 16:08:30 2012 +0100
  100. ad4cd58 BUG: stream_sock: si->release was not called upon shutw() by Willy Tarreau · Sat Mar 10 13:42:32 2012 +0100