1. 828824a MAJOR: applet: now call si_applet_done() instead of si_update() in I/O handlers by Willy Tarreau · 9 years ago
  2. e5f8649 MEDIUM: stream-int: add a new function si_applet_done() by Willy Tarreau · 9 years ago
  3. d45b9f8 REORG: stream-int: create si_applet_ops dedicated to applets by Willy Tarreau · 9 years ago
  4. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · 9 years ago
  5. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · 9 years ago
  6. a7513f5 MINOR: stream-int: make appctx_new() take the applet in argument by Willy Tarreau · 9 years ago
  7. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  8. 6b5a9c2 CLEANUP: stream-int: remove inclusion of fd.h that is not used anymore by Willy Tarreau · 9 years ago
  9. d85c485 REORG: connection: move conn_drain() to connection.c and rename it by Willy Tarreau · 9 years ago
  10. f31fb07 MEDIUM: connection: make conn_drain() perform more controls by Willy Tarreau · 9 years ago
  11. 0a03c0f MEDIUM: stream-int: make conn_si_send_proxy() use conn_sock_send() by Willy Tarreau · 9 years ago
  12. 1398aa1 MEDIUM: stream-int: replace xprt->shutw calls with conn_data_shutw() by Willy Tarreau · 9 years ago
  13. 4dfd54f MINOR: stream-int: use conn_sock_shutw() to shutdown a connection by Willy Tarreau · 9 years ago
  14. 1140512 CLEANUP: stream-int: remove a redundant clearing of the linger_risk flag by Willy Tarreau · 9 years ago
  15. 78955f4 MEDIUM: session: simplify receive buffer allocator to only use the channel by Willy Tarreau · 10 years ago
  16. afc8a22 CLEANUP: stream-int: limit usage of si_ic/si_oc by Willy Tarreau · 10 years ago
  17. 50fe03b CLEANUP: stream-int: add si_opposite() to find the other stream interface by Willy Tarreau · 10 years ago
  18. 4e4292b CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers by Willy Tarreau · 10 years ago
  19. 07373b8 MEDIUM: stream-int: use si_task() to retrieve the task from the stream int by Willy Tarreau · 10 years ago
  20. 2bb4a96 REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels by Willy Tarreau · 10 years ago
  21. 319f745 MINOR: channel: rename bi_erase() to channel_truncate() by Willy Tarreau · 9 years ago
  22. b5051f8 MINOR: channel: rename bi_avail() to channel_recv_max() by Willy Tarreau · 9 years ago
  23. 3889fff MINOR: channel: rename channel_full() to !channel_may_recv() by Willy Tarreau · 9 years ago
  24. 56efc48 OPTIM: stream-int: try to send pending spliced data by Willy Tarreau · 10 years ago
  25. 9b20c55 MEDIUM: stream-int: support splicing from applets by Willy Tarreau · 10 years ago
  26. 10fc09e MAJOR: session: only allocate buffers when needed by Willy Tarreau · 10 years ago
  27. bf883e0 MAJOR: session: implement a wait-queue for sessions who need a buffer by Willy Tarreau · 10 years ago
  28. a69fc9f BUG/MAJOR: stream-int: properly check the memory allocation return by Willy Tarreau · 10 years ago
  29. 9dc1c61 BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer by Willy Tarreau · 10 years ago
  30. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · 10 years ago
  31. 7e31273 MINOR: config: make the stream interface idle timer user-configurable by Willy Tarreau · 10 years ago
  32. c5890e6 MEDIUM: stream-int: automatically disable CF_STREAMER flags after idle by Willy Tarreau · 10 years ago
  33. 7bed945 OPTIM: ssl: implement dynamic record size adjustment by Willy Tarreau · 10 years ago
  34. 1049b1f MEDIUM: connection: don't use real send() flags in snd_buf() by Willy Tarreau · 10 years ago
  35. 798c3c9 MINOR: stream-interface: no need to call fd_stop_both() on error by Willy Tarreau · 10 years ago
  36. 708e717 MEDIUM: stream-interface: the polling flags must always be updated in chk_snd_conn by Willy Tarreau · 10 years ago
  37. fd803bb MEDIUM: connection: add check for readiness in I/O handlers by Willy Tarreau · 10 years ago
  38. e1f50c4 MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send} by Willy Tarreau · 10 years ago
  39. 310987a MAJOR: connection: remove the CO_FL_WAIT_{RD,WR} flags by Willy Tarreau · 10 years ago
  40. e6300be BUG/MEDIUM: stream-interface: don't wake the task up before end of transfer by Willy Tarreau · 10 years ago
  41. 46be2e5 MEDIUM: connection: update callers of ctrl->drain() to use conn_drain() by Willy Tarreau · 10 years ago
  42. 7f4bcc3 MINOR: protocol: improve the proto->drain() API by Willy Tarreau · 10 years ago
  43. d7ad9f5 MAJOR: channel: add a new flag CF_WAKE_WRITE to notify the task of writes by Willy Tarreau · 11 years ago
  44. 61f7f0a BUG/MINOR: stream-int: do not clear the owner upon unregister by Willy Tarreau · 11 years ago
  45. ea90063 BUG/MEDIUM: stream-int: fix the keep-alive idle connection handler by Willy Tarreau · 11 years ago
  46. 2737562 MEDIUM: stream-int: implement a very simplistic idle connection manager by Willy Tarreau · 11 years ago
  47. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · 11 years ago
  48. d02cdd2 MINOR: connection: add simple functions to report connection readiness by Willy Tarreau · 11 years ago
  49. 0a23bcb MAJOR: stream-interface: dynamically allocate the applet context by Willy Tarreau · 11 years ago
  50. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · 11 years ago
  51. 57cd3e4 MEDIUM: connection: merge the send_proxy and local_send_proxy calls by Willy Tarreau · 11 years ago
  52. b8020ce MEDIUM: connection: move the send_proxy offset to the connection by Willy Tarreau · 11 years ago
  53. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · 11 years ago
  54. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · 11 years ago
  55. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · 11 years ago
  56. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  57. cf644ed MEDIUM: stream-int: make ->end point to the connection or the appctx by Willy Tarreau · 11 years ago
  58. 4a59f2f MAJOR: stream interface: remove the ->release function pointer by Willy Tarreau · 11 years ago
  59. 7d67d7b MINOR: stream-int: add a new pointer to the end point by Willy Tarreau · 11 years ago
  60. 372d670 MINOR: stream-int: split si_prepare_embedded into si_prepare_none and si_prepare_applet by Willy Tarreau · 11 years ago
  61. 6fe1541 MINOR: stream-int: make the shutr/shutw functions void by Willy Tarreau · 11 years ago
  62. 8b3d7df MEDIUM: stream-int: split the shutr/shutw functions between applet and conn by Willy Tarreau · 11 years ago
  63. 26f4a04 MEDIUM: connection: set the socket shutdown flags on socket errors by Willy Tarreau · 11 years ago
  64. 7fe4569 BUG/MINOR: connection: check EINTR when sending a PROXY header by Willy Tarreau · 11 years ago
  65. 4f48990 OPTIM: stream_interface: return directly if the connection flag CO_FL_ERROR has been set by Godbach · 11 years ago
  66. e68e02d CLEANUP: stream_interface: cleanup loop information in si_conn_send_loop() by Godbach · 11 years ago
  67. 95742a4 BUG/MEDIUM: fix broken send_proxy on FreeBSD by Willy Tarreau · 11 years ago
  68. fa8e2bc OPTIM: splicing: use splice() for the last block when relevant by Willy Tarreau · 11 years ago
  69. 5007d2a BUG/MINOR: stream_interface: don't call chk_snd() on polled events by Willy Tarreau · 11 years ago
  70. 61d39a0 BUG/MEDIUM: splicing: fix abnormal CPU usage with splicing by Willy Tarreau · 11 years ago
  71. 9568d71 BUG/MEDIUM: stream_interface: don't close outgoing connections on shutw() by Willy Tarreau · 12 years ago
  72. 34ac566 BUG/MEDIUM: stream_interface: fix another case where the reader might not be woken up by Willy Tarreau · 12 years ago
  73. 6657276 BUG/MAJOR: stream_interface: fix occasional data transfer freezes by Willy Tarreau · 12 years ago
  74. 7d28149 BUG/MEDIUM: connection: always update connection flags prior to computing polling by Willy Tarreau · 12 years ago
  75. b016587 BUG/MINOR: stream_interface: don't return when the fd is already set by Willy Tarreau · 12 years ago
  76. ca00fbc BUG/MEDIUM: stream-interface: fix possible stalls during transfers by Willy Tarreau · 12 years ago
  77. d486ef5 BUG/MINOR: connection: remove a few synchronous calls to polling updates by Willy Tarreau · 12 years ago
  78. d29a066 BUG/MAJOR: connection: always recompute polling status upon I/O by Willy Tarreau · 12 years ago
  79. d1b3f04 MINOR: connection: don't remove failed handshake flags by Willy Tarreau · 12 years ago
  80. 2b199c9 MEDIUM: connection: provide a common conn_full_close() function by Willy Tarreau · 12 years ago
  81. f9fbfe8 BUG/MAJOR: stream_interface: read0 not always handled since dev12 by Willy Tarreau · 12 years ago
  82. 9f7c6a1 BUG/MAJOR: stream_interface: certain workloads could cause get stuck by Willy Tarreau · 12 years ago
  83. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  84. 128b03c CLEANUP: stream_interface: remove the external task type target by Willy Tarreau · 12 years ago
  85. b31c971 CLEANUP: channel: remove any reference of the hijackers by Willy Tarreau · 12 years ago
  86. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · 12 years ago
  87. 5fddab0 OPTIM: stream_interface: disable reading when CF_READ_DONTWAIT is set by Willy Tarreau · 12 years ago
  88. ed7f836 BUG/MINOR: stream_interface: don't loop over ->snd_buf() by Willy Tarreau · 12 years ago
  89. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · 12 years ago
  90. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  91. c919dc6 CLEANUP: remove trashlen by Willy Tarreau · 12 years ago
  92. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · 12 years ago
  93. cb76e59 CLEANUP: stream_interface: use 'chn' instead of 'b' to name channel pointers by Willy Tarreau · 12 years ago
  94. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · 12 years ago
  95. 665e6ee MEDIUM: connection: it's not the data layer's role to validate the connection by Willy Tarreau · 12 years ago
  96. 2396c1c MEDIUM: connection: make it possible for data->wake to return an error by Willy Tarreau · 12 years ago
  97. 4aa3683 MINOR: connection: provide a generic data layer wakeup callback by Willy Tarreau · 12 years ago
  98. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · 12 years ago
  99. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  100. e603e69 MEDIUM: connection: make use of the owner instead of container_of by Willy Tarreau · 12 years ago