1. 9568d71 BUG/MEDIUM: stream_interface: don't close outgoing connections on shutw() by Willy Tarreau · Sun Dec 30 01:39:37 2012 +0100
  2. 34ac566 BUG/MEDIUM: stream_interface: fix another case where the reader might not be woken up by Willy Tarreau · Wed Dec 19 18:01:02 2012 +0100
  3. 6657276 BUG/MAJOR: stream_interface: fix occasional data transfer freezes by Willy Tarreau · Wed Dec 19 17:34:17 2012 +0100
  4. 7d28149 BUG/MEDIUM: connection: always update connection flags prior to computing polling by Willy Tarreau · Sun Dec 16 19:19:13 2012 +0100
  5. b016587 BUG/MINOR: stream_interface: don't return when the fd is already set by Willy Tarreau · Sat Dec 15 10:12:39 2012 +0100
  6. ca00fbc BUG/MEDIUM: stream-interface: fix possible stalls during transfers by Willy Tarreau · Sat Dec 15 09:18:05 2012 +0100
  7. d486ef5 BUG/MINOR: connection: remove a few synchronous calls to polling updates by Willy Tarreau · Mon Dec 10 17:03:52 2012 +0100
  8. d29a066 BUG/MAJOR: connection: always recompute polling status upon I/O by Willy Tarreau · Mon Dec 10 16:33:38 2012 +0100
  9. d1b3f04 MINOR: connection: don't remove failed handshake flags by Willy Tarreau · Fri Nov 30 15:15:28 2012 +0100
  10. 2b199c9 MEDIUM: connection: provide a common conn_full_close() function by Willy Tarreau · Fri Nov 23 17:32:21 2012 +0100
  11. f9fbfe8 BUG/MAJOR: stream_interface: read0 not always handled since dev12 by Willy Tarreau · Wed Nov 21 21:51:53 2012 +0100
  12. 9f7c6a1 BUG/MAJOR: stream_interface: certain workloads could cause get stuck by Willy Tarreau · Mon Nov 19 16:43:14 2012 +0100
  13. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · Mon Nov 12 00:42:33 2012 +0100
  14. 128b03c CLEANUP: stream_interface: remove the external task type target by Willy Tarreau · Sun Nov 11 23:14:16 2012 +0100
  15. b31c971 CLEANUP: channel: remove any reference of the hijackers by Willy Tarreau · Sun Nov 11 23:05:39 2012 +0100
  16. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · Sun Nov 11 19:27:15 2012 +0100
  17. 5fddab0 OPTIM: stream_interface: disable reading when CF_READ_DONTWAIT is set by Willy Tarreau · Fri Nov 09 18:27:26 2012 +0100
  18. ed7f836 BUG/MINOR: stream_interface: don't loop over ->snd_buf() by Willy Tarreau · Mon Oct 29 23:27:14 2012 +0100
  19. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · Mon Oct 29 16:51:55 2012 +0100
  20. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  21. c919dc6 CLEANUP: remove trashlen by Willy Tarreau · Fri Oct 26 17:35:22 2012 +0200
  22. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · Fri Oct 12 23:49:43 2012 +0200
  23. cb76e59 CLEANUP: stream_interface: use 'chn' instead of 'b' to name channel pointers by Willy Tarreau · Fri Oct 12 23:56:57 2012 +0200
  24. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · Fri Oct 05 00:10:55 2012 +0200
  25. 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
  26. 2396c1c MEDIUM: connection: make it possible for data->wake to return an error by Willy Tarreau · Wed Oct 03 21:12:16 2012 +0200
  27. 4aa3683 MINOR: connection: provide a generic data layer wakeup callback by Willy Tarreau · Tue Oct 02 20:07:22 2012 +0200
  28. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · Wed Oct 03 00:41:04 2012 +0200
  29. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  30. e603e69 MEDIUM: connection: make use of the owner instead of container_of by Willy Tarreau · Thu Sep 27 22:20:41 2012 +0200
  31. 34ffd77 MAJOR: stream_interface: continue to update data polling flags during handshakes by Willy Tarreau · Mon Sep 03 16:51:27 2012 +0200
  32. 56a77e5 MEDIUM: connection: complete the polling cleanups by Willy Tarreau · Sun Sep 02 18:34:44 2012 +0200
  33. 93b0f4f MEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE flags by Willy Tarreau · Thu Aug 30 21:23:53 2012 +0200
  34. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · Thu Aug 30 21:11:38 2012 +0200
  35. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · Thu Aug 30 15:49:18 2012 +0200
  36. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · Tue Aug 28 00:06:31 2012 +0200
  37. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · Mon Aug 27 23:14:58 2012 +0200
  38. f941cf2 MAJOR: channel: remove the BF_FULL flag by Willy Tarreau · Mon Aug 27 20:53:34 2012 +0200
  39. 3bf1b2b MAJOR: channel: stop relying on BF_FULL to take action by Willy Tarreau · Mon Aug 27 20:46:07 2012 +0200
  40. ad1cc3d MINOR: channel: rename bi_full to channel_full as it checks the whole channel by Willy Tarreau · Mon Aug 27 18:54:20 2012 +0200
  41. a75bcef REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h by Willy Tarreau · Fri Aug 24 22:56:11 2012 +0200
  42. 8e21bb9 MAJOR: channel: remove the BF_OUT_EMPTY flag by Willy Tarreau · Fri Aug 24 22:40:29 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. 62266db MEDIUM: stream-interface: don't remove WAIT_DATA when a handshake is in progress by Willy Tarreau · Fri Aug 24 13:02:24 2012 +0200
  46. 2c05208 MAJOR: stream-interface: fix splice not to call chk_snd by itself by Willy Tarreau · Fri Aug 24 12:53:56 2012 +0200
  47. f16723e MAJOR: stream-interface: don't commit polling changes in every callback by Willy Tarreau · Fri Aug 24 12:52:22 2012 +0200
  48. a1a7474 MEDIUM: proxy-proto: don't use buffer flags in conn_si_send_proxy() by Willy Tarreau · Fri Aug 24 12:14:49 2012 +0200
  49. 44b5dc6 MAJOR: stream-interface: make conn_notify_si() more robust by Willy Tarreau · Fri Aug 24 12:12:53 2012 +0200
  50. 96199b1 MAJOR: stream-interface: restore splicing mechanism by Willy Tarreau · Fri Aug 24 00:46:52 2012 +0200
  51. 5368d80 MAJOR: connection: split the send call into connection and stream interface by Willy Tarreau · Tue Aug 21 18:22:06 2012 +0200
  52. ce323de REORG: stream-interface: move sock_raw_read() to si_conn_recv_cb() by Willy Tarreau · Mon Aug 20 21:41:06 2012 +0200
  53. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200
  54. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · Mon Jul 02 17:01:20 2012 +0200
  55. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · Mon Jul 02 15:11:27 2012 +0200
  56. 9bf9c14 MEDIUM: stream-interface: provide a generic stream_sock_read0() function by Willy Tarreau · Mon Aug 20 15:38:41 2012 +0200
  57. eecf6ca MEDIUM: stream-interface: provide a generic si_conn_send_cb callback by Willy Tarreau · Mon Aug 20 15:09:53 2012 +0200
  58. de5722c MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function by Willy Tarreau · Mon Aug 20 15:01:10 2012 +0200
  59. 46a8d92 MEDIUM: stream-interface: offer a generic chk_rcv function for connections by Willy Tarreau · Mon Aug 20 12:38:36 2012 +0200
  60. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · Mon Aug 20 12:06:26 2012 +0200
  61. 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
  62. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · Fri Aug 17 17:33:53 2012 +0200
  63. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · Thu Aug 09 12:11:58 2012 +0200
  64. 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
  65. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · Mon Aug 06 15:06:49 2012 +0200
  66. c76ae33 MAJOR: connection: call data layer handshakes from the handler by Willy Tarreau · Thu Jul 12 15:32:13 2012 +0200
  67. 8f8c92f MAJOR: connection: add a new CO_FL_CONNECTED flag by Willy Tarreau · Mon Jul 23 19:45:44 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. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · Mon Jul 23 18:24:25 2012 +0200
  70. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · Fri Jul 06 17:12:34 2012 +0200
  71. fa6bac6 BUG/MEDIUM: register peer sync handler in the proper order by Willy Tarreau · Thu May 31 14:16:59 2012 +0200
  72. 4da69a9 MEDIUM: stream_interface: call si_data_close() before releasing the si by Willy Tarreau · Mon May 21 18:05:40 2012 +0200
  73. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · Mon May 21 17:28:50 2012 +0200
  74. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · Mon May 21 17:09:48 2012 +0200
  75. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · Mon May 21 16:31:45 2012 +0200
  76. be0688c MEDIUM: stream_interface: remove the si->init by Willy Tarreau · Fri May 18 15:15:26 2012 +0200
  77. 64798bd MINOR: stream_interface: add an init callback to sock_ops by Willy Tarreau · Fri May 11 18:38:44 2012 +0200
  78. f873d75 CLEANUP: stream_interface: stop exporting socket layer functions by Willy Tarreau · Fri May 11 17:47:17 2012 +0200
  79. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
  80. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · Mon May 07 18:12:14 2012 +0200
  81. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · Mon May 07 17:15:39 2012 +0200
  82. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · Mon May 07 17:01:39 2012 +0200
  83. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · Mon May 07 16:50:03 2012 +0200
  84. 9dab5fc MEDIUM: buffers: rename a number of buffer management functions by Willy Tarreau · Mon May 07 11:56:55 2012 +0200
  85. 9a13e84 MINOR: Add release callback to si_applet by Aman Gupta · Mon Apr 02 18:57:53 2012 -0700
  86. 7abd00d [MINOR] Fix build error in stream_int_register_handler() by Simon Horman · Sat Aug 13 08:03:51 2011 +0900
  87. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  88. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · Thu Mar 10 11:25:07 2011 +0100
  89. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · Thu Mar 10 11:17:02 2011 +0100
  90. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · Fri Mar 04 22:04:29 2011 +0100
  91. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  92. 32d3ee9 [CRITICAL] session: correctly leave turn-around and queue states on abort by Willy Tarreau · Wed Dec 29 14:03:02 2010 +0100
  93. 798e128 [BUG] stream_interface: truncate buffers when sending error messages by Willy Tarreau · Sun Dec 12 13:06:00 2010 +0100
  94. d8ccffe [BUG] stream_interface: only call si->release when both dirs are closed by Willy Tarreau · Tue Sep 07 16:16:50 2010 +0200
  95. 3488e25 [MAJOR] stream_interface: fix the wakeup conditions for embedded iohandlers by Willy Tarreau · Mon Aug 09 16:24:56 2010 +0200
  96. 7a20aa6 [MEDIUM] session: make it possible to call an I/O handler on both SI by Willy Tarreau · Tue Jul 13 16:30:45 2010 +0200
  97. 0bd05ea [MEDIUM] stream-interface: add a ->release callback by Willy Tarreau · Fri Jul 02 11:18:03 2010 +0200
  98. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · Mon May 24 21:02:37 2010 +0200
  99. 148d099 [BUG] stream_interface: fix retnclose and remove cond_close by Willy Tarreau · Sun Jan 10 10:21:21 2010 +0100
  100. 5d881d0 [MINOR] new function stream_int_cond_close() by Willy Tarreau · Sun Dec 27 22:51:06 2009 +0100